diff options
| author | Jörg Frings-Fürst <debian@jff.email> | 2021-08-21 10:56:42 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff.email> | 2021-08-21 10:56:42 +0200 | 
| commit | c502fe7b056b00189313cdf1d7494ecf150acd52 (patch) | |
| tree | e3aeb06e2baa1dc4a2dca03759e89191e8ed55fe | |
| parent | 489f04f721b5b57c93a553128c22f6e8ad75342b (diff) | |
d/watch: fixsyntax
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/watch | 1 | 
2 files changed, 3 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index 0251b45..f344f5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ simple-scan (3.38.2-1) UNRELEASED; urgency=medium    * New upstream release.    * Declare compliance with Debian Policy 4.5.1 (No changes needed). +  * debian/watch: +    - Fix syntax    * debian/copyright:      - Add year 2021 to debian/*. diff --git a/debian/watch b/debian/watch index 81fb209..4743dd9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,4 @@  version=4 +opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \  https://download.gnome.org/sources/@PACKAGE@/([\d\.]+[02468])/ \      @PACKAGE@@ANY_VERSION@\.tar\.xz | 
