* Updated new upstream repository in d/copyright, d/rules and d/control.

This commit is contained in:
Thomas Goirand
2014-02-19 15:24:57 +08:00
parent 1f57b16508
commit e5a38db369
4 changed files with 4 additions and 3 deletions

1
debian/changelog vendored
View File

@@ -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 <zigo@debian.org> Wed, 19 Feb 2014 15:23:19 +0800

2
debian/control vendored
View File

@@ -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

2
debian/copyright vendored
View File

@@ -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 <seb@sebian.fr>

2
debian/rules vendored
View File

@@ -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)