Adding debian version 0.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
5bbf1f19af
commit
77fa13c7e5
10 changed files with 98 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lzd
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lzd-dbg
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zxz
|
Loading…
Add table
Add a link
Reference in a new issue