summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/source/lintian-overrides2
-rw-r--r--debian/watch2
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
7 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235