diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/watch | 4 |
3 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a7e508c..af91735 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ mwc (1.7.2-4) UNRELEASED; urgency=medium - Replace undefined printf with print (Closes: #860494). * New debian/patches/0115-Add_header.patch: - Add header to fix missing User-agent und Access. + * Rewrite debian/watch for archives without "v" in front of the version. + * Bump Standards-Version to 3.9.8. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 18 Apr 2017 11:06:04 +0200 diff --git a/debian/control b/debian/control index 8193145..1588498 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9), dh-python, python3-all -Standards-Version: 3.9.6 +Standards-Version: 3.9.8 Homepage: https://github.com/Debianguru/MailWebsiteChanges Vcs-Git: git://anonscm.debian.org/collab-maint/mwc.git Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/mwc.git diff --git a/debian/watch b/debian/watch index 2617459..f145632 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,4 @@ version=3 -https://github.com/Debianguru/MailWebsiteChanges/releases /Debianguru/MailWebsiteChanges/archive/v(.+)\.tar\.gz + +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/$1\.tar\.gz/ \ +https://github.com/Debianguru/MailWebsiteChanges/tags .*/v?(\d\S*)\.tar\.gz |