[voronota] 05/09: Preparing a proper debian/watch file.

Andrius Merkys merkys-guest at moszumanska.debian.org
Fri Oct 13 14:37:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

merkys-guest pushed a commit to branch master
in repository voronota.

commit 0d7481af59ae2f0072fb4bbee4d33b1c750e247d
Author: Andrius Merkys <andrius.merkys at gmail.com>
Date:   Fri Oct 13 13:55:43 2017 +0300

    Preparing a proper debian/watch file.
---
 debian/watch    | 13 +++++++++++++
 debian/watch.ex | 39 ---------------------------------------
 2 files changed, 13 insertions(+), 39 deletions(-)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8a2e566
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,13 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 4 file
+version=4
+
+# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
+#opts="pgpsigurlmangle=s%$%.sig%"
+
+# Standard for BitBucket
+https://bitbucket.org/kliment/voronota/downloads .*/(\d\S+)\.tar\.gz
diff --git a/debian/watch.ex b/debian/watch.ex
deleted file mode 100644
index f3dddd2..0000000
--- a/debian/watch.ex
+++ /dev/null
@@ -1,39 +0,0 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 4 file
-version=4
-
-# PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
-#opts="pgpsigurlmangle=s%$%.sig%"
-
-# HTTP site (basic)
-#http://example.com/downloads.html \
-#  files/voronota-([\d\.]+)\.tar\.gz debian uupdate
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/voronota-(.*)\.tar\.gz debian uupdate
-
-# SourceForge hosted projects
-# http://sf.net/voronota/ voronota-(.*)\.tar\.gz debian uupdate
-
-# GitHub hosted projects
-#opts="filenamemangle="s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
-#   https://github.com/<user>/voronota/tags \
-#   (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
-
-# PyPI
-# https://pypi.python.org/packages/source/<initial>/voronota/ \
-#   voronota-(.+)\.tar\.gz debian uupdate
-
-# Direct Git
-# opts="mode=git" http://git.example.com/voronota.git \
-#   refs/tags/v([\d\.]+) debian uupdate
-
-
-
-
-# Uncomment to find new files on GooglePages
-# http://example.googlepages.com/foo.html voronota-(.*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/voronota.git



More information about the debian-science-commits mailing list