1
0
Fork 0

Adding debian version 0.1.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-08 20:55:32 +01:00
parent d3d193d4ac
commit 8ca10cc1ee
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 88 additions and 0 deletions

14
debian/rules vendored Executable file
View 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