[DRE-commits] [ruby-zip] 02/13: debian/watch: use github instead of gem releases

David Suárez deiv-guest at moszumanska.debian.org
Sun Dec 29 19:42:43 UTC 2013


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

deiv-guest pushed a commit to branch master
in repository ruby-zip.

commit a82e77db4e609d866188b711a2c60bed7de056a2
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Dec 29 18:42:00 2013 +0100

    debian/watch: use github instead of gem releases
---
 debian/watch        | 8 ++++++++
 debian/watch.broken | 7 -------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0417944
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,8 @@
+# watch control file for uscan
+version=3
+
+#http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rubyzip .*/rubyzip-(.*).tar.gz
+
+# gem releases doesn't contains tests files, use github instead
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/<project>-$1\.tar\.gz/ \
+  https://github.com/rubyzip/rubyzip/tags .*/v?(\d\S*)\.tar\.gz
diff --git a/debian/watch.broken b/debian/watch.broken
deleted file mode 100644
index b4fb9f9..0000000
--- a/debian/watch.broken
+++ /dev/null
@@ -1,7 +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.
-# Site		Directory		Pattern			Version	Script
-version=3
-# uscan sf.net support is broken.
-#http://sf.net/rubyzip/rubyzip-([.0-9]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-zip.git



More information about the Pkg-ruby-extras-commits mailing list