diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1ee884d..bf5c8b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ interimap (0.5.6-2) UNRELEASED; urgency=medium * Set field Upstream-Name in debian/copyright. * Update standards version to 4.6.0, no changes needed. + * d/watch: Use substitution strings. -- Guilhem Moulin <guilhem@debian.org> Fri, 25 Feb 2022 23:04:25 -0000 diff --git a/debian/watch b/debian/watch index eaf2fe7..b373dba 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@ version=4 opts="mode=git,pgpmode=gittag" \ -https://git.guilhem.org/interimap/ refs/tags/v([\d\.]+) + https://git.guilhem.org/interimap.git \ + refs/tags/v?@ANY_VERSION@ |