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
|
||||
Architecture: any
|
||||
Depends:
|
||||
python3,
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
${shlibs:Depends},
|
||||
Suggests:
|
||||
oarc-dsc-datatool,
|
||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh ${@}
|
||||
dh ${@} --with=python3
|
||||
|
||||
override_dh_auto_configure:
|
||||
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
|
||||
opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/dsc-$1\.tar\.gz/ \
|
||||
https://github.com/DNS-OARC/dsc/tags .*/v?(\d\S+)\.tar\.gz
|
||||
https://github.com/DNS-OARC/dsc/tags .*/v?(\d.*)@ARCHIVE_EXT@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue