Adding debian version 1.13~rc1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
89ca1f7591
commit
51862e9dc7
8 changed files with 114 additions and 0 deletions
16
debian/rules
vendored
Executable file
16
debian/rules
vendored
Executable file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- DESTDIR=$(CURDIR)/debian/lziprecover
|
||||
|
||||
# removing unused files
|
||||
rm -f debian/lziprecover/usr/share/info/dir*
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=lziprecover-dbg
|
||||
|
||||
override_dh_builddeb:
|
||||
dh_builddeb -- -Zgzip -z9
|
Loading…
Add table
Add a link
Reference in a new issue