Simplifying watch file.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3a8e241093
commit
5143c6ec6a
3 changed files with 3 additions and 4 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -21,8 +21,8 @@ Package: oarc-dsc
|
||||||
Section: utils
|
Section: utils
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends:
|
||||||
python3,
|
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
|
${python3:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
Suggests:
|
Suggests:
|
||||||
oarc-dsc-datatool,
|
oarc-dsc-datatool,
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh ${@}
|
dh ${@} --with=python3
|
||||||
|
|
||||||
override_dh_auto_configure:
|
override_dh_auto_configure:
|
||||||
dh_auto_configure -- --docdir=/usr/share/doc/oarc-dsc --enable-dnstap
|
dh_auto_configure -- --docdir=/usr/share/doc/oarc-dsc --enable-dnstap
|
||||||
|
|
3
debian/watch
vendored
3
debian/watch
vendored
|
@ -1,3 +1,2 @@
|
||||||
version=4
|
version=4
|
||||||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/dsc-$1\.tar\.gz/ \
|
https://github.com/DNS-OARC/dsc/tags .*/v?(\d.*)@ARCHIVE_EXT@
|
||||||
https://github.com/DNS-OARC/dsc/tags .*/v?(\d\S+)\.tar\.gz
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue