[med-svn] [libgff] 01/01: update with GitHub repo; fix VCS fields
Michael Crusoe
misterc-guest at moszumanska.debian.org
Mon Sep 28 00:43:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository libgff.
commit 8053cbc53b31584d562fad222b780fe4dc23bbb4
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Sun Sep 27 17:43:21 2015 -0700
update with GitHub repo; fix VCS fields
---
debian/control | 6 +++---
debian/copyright | 2 +-
debian/watch | 11 +++++++++--
3 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 8aeb090..03f5dd2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Michael R. Crusoe <crusoe at ucdavis.edu>
Build-Depends: debhelper (>= 9)
Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/<pkg>/trunk/
-Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/<pkg>/trunk/
-Homepage: http://www.cs.cmu.edu/~robp/files/
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/libgff.git
+Vcs-Git: git://anonscm.debian.org/debian-med/libgff.git
+Homepage: https://github.com/Kingsford-Group/libgff
Package: libgff-dev
Architecture: any
diff --git a/debian/copyright b/debian/copyright
index 5c83bce..b30d0fc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: libgff
-Source: http://www.cs.cmu.edu/~robp/files/libgff.tgz
+Source: https://github.com/Kingsford-Group/libgff
Files: *
Copyright: © 2014 Rob Patro <rob.patro at cs.stonybrook.edu>
diff --git a/debian/watch b/debian/watch
index c0f5efb..155b217 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,9 @@
-# autodownload is not possible as upstream has only made one unversioned
-# release
+version=3
+# Uncomment to find new files on Github
+# - when using releases:
+https://github.com/Kingsford-Group/libgff/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+# Remark: frequently you can do s/#PREFIX#/v?/ since 'v' or nothing is quite common but there are other prefixes possible
+
+# if you need to repack and choose +dfsg prefix
+# opts=dversionmangle=s/[~\+]dfsg[0-9]*// \
+#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libgff.git
More information about the debian-med-commit
mailing list