Adding debian version 2.0.0+debian-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1cf0d30d41
commit
aae241d722
11 changed files with 146 additions and 0 deletions
11
debian/rules
vendored
Executable file
11
debian/rules
vendored
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# Removing useless files
|
||||
rm -f debian/tmp/usr/lib/*/dnscap/*.la
|
||||
rm -f debian/tmp/usr/share/doc/dnscap/CONTRIBUTORS
|
||||
rm -f debian/tmp/usr/share/doc/dnscap/LICENSE
|
||||
rm -f debian/tmp/usr/share/doc/dnscap/README.md
|
Loading…
Add table
Add a link
Reference in a new issue