Adding debian version 2.15.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
69e263a68b
commit
659ae2a841
6 changed files with 135 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_configure:
|
||||
dh_auto_configure -- --docdir=/usr/share/doc/oarc-dsc --enable-dnstap
|
||||
|
||||
execute_after_dh_auto_install:
|
||||
# removing unused files
|
||||
rm -f debian/oarc-dsc/usr/share/doc/oarc-dsc/LICENSE
|
||||
rm -f debian/oarc-dsc/usr/share/doc/oarc-dsc/README.md
|
||||
rm -f debian/oarc-dsc/usr/share/doc/oarc-dsc/UPGRADE.md
|
||||
|
||||
override_dh_auto_test:
|
||||
dh_auto_test --no-parallel
|
Loading…
Add table
Add a link
Reference in a new issue