diff options
| author | Guilhem Moulin <guilhem@debian.org> | 2022-02-26 11:41:30 +0100 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@debian.org> | 2022-02-26 11:41:30 +0100 | 
| commit | 1c596d75696e8342e9b489ba0bc7b5e7009fa90e (patch) | |
| tree | 97960b88b810f29747948cda069c8d102b3a6cab | |
| parent | 7c869503c7299029fa3bbc5eca3e665494d3b012 (diff) | |
d/watch: Use substitution strings.
| -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@  | 
