[SCM] flowblade/master: Update upstream URLs to new home at github.com.

js at users.alioth.debian.org js at users.alioth.debian.org
Sat May 16 09:53:51 UTC 2015


The following commit has been merged in the master branch:
commit 26c5b7ae59b1b5367ea711cf87d33d518d0e98bd
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 16 04:45:37 2015 +0200

    Update upstream URLs to new home at github.com.

diff --git a/debian/control.in b/debian/control.in
index 822e0d6..813b016 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,7 +8,7 @@ Section: video
 Priority: optional
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/flowblade
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-multimedia/flowblade.git
-Homepage: https://code.google.com/p/flowblade/
+Homepage: https://github.com/jliljebl/flowblade
 
 Package: flowblade
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index ad807d7..457d16d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,8 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Flowblade
-Upstream-Contact: https://code.google.com/p/flowblade/issues/list
-Source: https://code.google.com/p/flowblade/downloads/list
+Upstream-Contact: https://github.com/jliljebl/flowblade/issues
+Source: https://github.com/jliljebl/flowblade
+ git://github.com/jliljebl/flowblade
 
 Files: *
 Copyright: 2012-2014, Janne Liljeblad <janne.liljeblad at gmail.com>
diff --git a/debian/rules b/debian/rules
index 825898f..98884c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 pkg = $(DEB_SOURCE_PACKAGE)
 
-DEB_UPSTREAM_URL = http://flowblade.googlecode.com/files
-DEB_UPSTREAM_TARBALL_MD5 = 8491ed28e9316fe12012562218549d1e
+DEB_UPSTREAM_URL = https://github.com/jliljebl/flowblade/archive
+DEB_UPSTREAM_TARBALL_BASENAME = v$(DEB_UPSTREAM_TARBALL_VERSION)
 
 # Suppress unneeded build-dependencies
 CDBS_BUILD_DEPENDS_class_python-distutils_python =
diff --git a/debian/watch b/debian/watch
index a98b76b..2f36488 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
 # Run the "uscan" command to check for upstream updates and more.
 version=3
-opts=dversionmangle=s/~dfsg\d*// \
-http://code.google.com/p/flowblade/downloads/list?can=1 .*/flowblade-(\d.+)\.tar\.gz
+https://github.com/jliljebl/flowblade/tags .*/archive/v?(\d[\d.]+)\.tar\.gz

-- 
flowblade packaging



More information about the pkg-multimedia-commits mailing list