Adding debian version 0.1.1-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
d3d193d4ac
commit
8ca10cc1ee
8 changed files with 88 additions and 0 deletions
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
rm -f debian/tmp/usr/lib/*/*.la
|
||||
rm -f debian/tmp/usr/share/doc/tinyframe/CHANGES
|
||||
rm -f debian/tmp/usr/share/doc/tinyframe/COPYING
|
||||
rm -f debian/tmp/usr/share/doc/tinyframe/COPYING.LESSER
|
||||
rm -f debian/tmp/usr/share/doc/tinyframe/README.md
|
Loading…
Add table
Add a link
Reference in a new issue