summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-09-20 21:45:52 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2018-09-20 21:45:52 -0400
commit99b8cd95eb1a3fae2a8dc9868c58fd3e3684a961 (patch)
tree34f925a6e50d98a6f610534e972bd3967f57bc46
parentd8d83310ccd64e2a63cfe9a6a6a6f1f95944bb80 (diff)
watch: add comment and disable polling (known to fail)
-rw-r--r--debian/changelog8
-rw-r--r--debian/watch15
2 files changed, 19 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 994eeaa..cc651b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+emacs-kv (0.0.19+git20140108.7211484-3) UNRELEASED; urgency=medium
+
+ * debian/watch: Document that upstream does not provide tarballs or tags
+ and that the watch line is expected to fail. Disable polling for
+ something known to fail, because this saves resources.
+
+ -- Nicholas D Steeves <nsteeves@gmail.com> Thu, 20 Sep 2018 21:46:10 -0400
+
emacs-kv (0.0.19+git20140108.7211484-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/watch b/debian/watch
index 3b6ce80..c21481e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,11 @@
-version=4
-opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/emacs-kv-$1.tar.gz/" \
- https://github.com/nicferrier/emacs-kv/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+# Please note: this watch file is included in the hopes that upstream
+# will begin tagging their releases. At this time upstream does not
+# provide release tarballs or tags and so uscan will "warn: In
+# debian/watch no matching files for watch line". The watch line has
+# been consequently been disabled to save resources polling something
+# known to fail.
+
+# version=4
+# opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/emacs-kv-$1.tar.gz/" \
+# https://github.com/nicferrier/emacs-kv/tags \
+# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate