From 5143c6ec6a6258b529b7b3c8d1e278cb58486dd6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 23 Apr 2025 08:05:13 +0200 Subject: [PATCH] Simplifying watch file. Signed-off-by: Daniel Baumann --- debian/control | 2 +- debian/rules | 2 +- debian/watch | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index b051ebd..f480536 100644 --- a/debian/control +++ b/debian/control @@ -21,8 +21,8 @@ Package: oarc-dsc Section: utils Architecture: any Depends: - python3, ${misc:Depends}, + ${python3:Depends}, ${shlibs:Depends}, Suggests: oarc-dsc-datatool, diff --git a/debian/rules b/debian/rules index c5bcfb1..25cfe35 100755 --- a/debian/rules +++ b/debian/rules @@ -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 diff --git a/debian/watch b/debian/watch index 2d3b33c..b3fa779 100644 --- a/debian/watch +++ b/debian/watch @@ -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@