diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-07-01 00:31:12 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2013-07-01 00:31:12 +0100 |
commit | 081445aa23df71007f42ded9932874e345647dbd (patch) | |
tree | 017eb8fefd3f3f0bc9e82ed22ea0198df614cf7d /debian | |
parent | 1189c1b63e780233c411edad79b87c904d10515a (diff) | |
download | nyancat-081445aa23df71007f42ded9932874e345647dbd.tar.gz |
Switch from git snapshots to upstream tarball releases
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/source/lintian-overrides | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 3e623be..2079b27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ nyancat (1.1+git20130307.43097eb-2) UNRELEASED; urgency=low + * Switch from git snapshots to upstream tarball releases + - Add debian/watch, remove old watchfile lintian override * Bump Standards-Version to 3.9.4 - No changes required diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides deleted file mode 100644 index 71c5b88..0000000 --- a/debian/source/lintian-overrides +++ /dev/null @@ -1,2 +0,0 @@ -# we build from upstream git revisions, ignore watchfile. -nyancat source: debian-watch-file-is-missing diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f4e5dac --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/klange/nyancat/tags .*/(\d[\d\.]+)\.tar\.gz |