[Python-modules-commits] [forgetsql] 04/06: the project moved to github, update references to the upstream project.
Mattia Rizzolo
mattia at mapreri.org
Sun Dec 13 14:56:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository forgetsql.
commit d913b9092d2644dbda7b131dc602dbaa9373583b
Author: Mattia Rizzolo <mattia at debian.org>
Date: Sun Dec 13 14:40:28 2015 +0000
the project moved to github, update references to the upstream project.
Closes: #715148
---
debian/control | 2 +-
debian/copyright | 8 ++++----
debian/watch | 5 ++++-
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index aed17c2..7d9db9c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), python, dh-python
Vcs-Git: git://anonscm.debian.org/python-modules/packages/forgetsql.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/forgetsql.git
Standards-Version: 3.9.6
-Homepage: http://forgetsql.sourceforge.net/
+Homepage: https://github.com/stain/forgetSQL
Package: python-forgetsql
Architecture: all
diff --git a/debian/copyright b/debian/copyright
index f2ec24b..89371ff 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
-Name: lessfs
-Maintainer: Mark Ruijter <mruijter at lessfs.com>
-Source: http://www.lessfs.com/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: forgetSQL
+Upstream-Contact: Stian Soiland <stian at soiland.no>
+Source: https://github.com/stain/forgetSQL
Copyright: 2002-2003, Stian Soiland <stian at soiland.no>
License: LGPL-2.1
diff --git a/debian/watch b/debian/watch
index 1d25bb9..5315751 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,6 @@
version=3
-http://sf.net/forgetsql/forgetSQL-(.*)\.tar\.gz
+
+opts="filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/forgetsql-$1.tar.gz/" \
+https://github.com/stain/forgetSQL/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/forgetsql.git
More information about the Python-modules-commits
mailing list