Adding debian version 1.1.0+debian-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8d1b12293d
commit
9ce9cc1418
5 changed files with 93 additions and 0 deletions
14
debian/rules
vendored
Executable file
14
debian/rules
vendored
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
|
||||
execute_after_dh_install:
|
||||
# Removing useless files
|
||||
rm -f debian/dnsjit/usr/share/doc/dnsjit/LICENSE
|
||||
rm -f debian/dnsjit/usr/share/doc/dnsjit/README.md
|
||||
|
||||
execute_after_dh_installexamples:
|
||||
# Moving examples
|
||||
mkdir -p debian/dnsjit/usr/share/doc/dnsjit/examples
|
||||
mv debian/dnsjit/usr/share/doc/dnsjit/*.lua debian/dnsjit/usr/share/doc/dnsjit/examples
|
Loading…
Add table
Add a link
Reference in a new issue