From e5a38db369004314a9027e1269a608261d40a19d Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Wed, 19 Feb 2014 15:24:57 +0800 Subject: [PATCH] * Updated new upstream repository in d/copyright, d/rules and d/control. --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- debian/rules | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 19a206a0..c7525c90 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-taskflow (0.1.3-1) unstable; urgency=medium * New upstream release. + * Updated new upstream repository in d/copyright, d/rules and d/control. -- Thomas Goirand Wed, 19 Feb 2014 15:23:19 +0800 diff --git a/debian/control b/debian/control index 00f6a205..2afbd210 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Build-depends-indep: alembic (>= 0.4.1), Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git Vcs-Git: git://anonscm.debian.org/openstack/python-taskflow.git -Homepage: https://github.com/stackforge/taskflow +Homepage: https://github.com/openstack/taskflow Package: python-taskflow Architecture: all diff --git a/debian/copyright b/debian/copyright index abf59ebb..ee7745ad 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: taskflow -Source: https://github.com/stackforge/taskflow +Source: git://github.com/openstack/taskflow.git Files: debian/* Copyright: (c) 2013, Sebastien Badia diff --git a/debian/rules b/debian/rules index badf685f..987a2569 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -UPSTREAM_GIT = git://github.com/stackforge/taskflow.git +UPSTREAM_GIT = git://github.com/openstack/taskflow.git -include /usr/share/openstack-pkg-tools/pkgos.make export OSLO_PACKAGE_VERSION=$(VERSION)