summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas D Steeves <nsteeves@gmail.com>2018-09-20 21:34:03 -0400
committerNicholas D Steeves <nsteeves@gmail.com>2018-09-20 21:34:03 -0400
commitbb98816dc07b59f9cd82a85868db1155d55003dc (patch)
tree7fd6916e8ab70c3aaa33b78da7389fe8ac7fd5cf
parent01a4d7d4e34a2d12449b7ecfdb909a5332693bf8 (diff)
Extend watch file comment, disable polling, and refinalise changelogdebian/0+20170925.1538-1
-rw-r--r--debian/changelog2
-rw-r--r--debian/watch14
2 files changed, 9 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index eb60754..29a0344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,4 +2,4 @@ folding-mode-el (0+20170925.1538-1) unstable; urgency=medium
* Initial release. (Closes: #639221)
- -- Nicholas D Steeves <nsteeves@gmail.com> Thu, 20 Sep 2018 21:18:21 -0400
+ -- Nicholas D Steeves <nsteeves@gmail.com> Thu, 20 Sep 2018 21:33:53 -0400
diff --git a/debian/watch b/debian/watch
index a0c28aa..303405e 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,9 +1,11 @@
# 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 is expected to "warn:
-# In debian/watch no matching files for watch line".
+# 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/project-emacs--folding-mode.git-$1.tar.gz/" \
- https://github.com/jaalto/project-emacs--folding-mode/tags \
- (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
+# version=4
+# opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/project-emacs--folding-mode.git-$1.tar.gz/" \
+# https://github.com/jaalto/project-emacs--folding-mode/tags \
+# (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate