diff options
author | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 00:10:27 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@debian.org> | 2021-02-15 01:33:27 +0100 |
commit | bf430d1785919eee6f08efd20a417cbef14c21ec (patch) | |
tree | 0461219e612547002c681ba1e280c3d889fda5e2 /debian | |
parent | 73ed00327e240041fd809bf75a8bef593e93e20b (diff) |
Add d/watch pointing to the upstream repository.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 2 | ||||
-rw-r--r-- | debian/watch | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 34db8f2..87d6250 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ lacme (0.7-2) UNRELEASED; urgency=medium generation and decryption). * Add d/upstream/signing-key.asc, the OpenPGP used to signed upstream tags. * d/control: Bump Standards-Version to 4.5.1 (no changes necessary). + * Add d/watch pointing to the upstream repository. -- Guilhem Moulin <guilhem@debian.org> Wed, 09 Dec 2020 20:11:40 +0100 diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides deleted file mode 100644 index 264ad5e..0000000 --- a/debian/source/lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# this repository is also upstream -debian-watch-file-is-missing diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..518a123 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +opts="mode=git,pgpmode=gittag" \ +https://git.guilhem.org/lacme/ refs/tags/v([\d\.]+) |