* Updated new upstream repository in d/copyright, d/rules and d/control.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -1,6 +1,7 @@
|
|||||||
python-taskflow (0.1.3-1) unstable; urgency=medium
|
python-taskflow (0.1.3-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* 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
|
-- Thomas Goirand <zigo@debian.org> Wed, 19 Feb 2014 15:23:19 +0800
|
||||||
|
|
||||||
|
2
debian/control
vendored
2
debian/control
vendored
@@ -33,7 +33,7 @@ Build-depends-indep: alembic (>= 0.4.1),
|
|||||||
Standards-Version: 3.9.4
|
Standards-Version: 3.9.4
|
||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-taskflow.git
|
||||||
Vcs-Git: git://anonscm.debian.org/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
|
Package: python-taskflow
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: taskflow
|
Upstream-Name: taskflow
|
||||||
Source: https://github.com/stackforge/taskflow
|
Source: git://github.com/openstack/taskflow.git
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: (c) 2013, Sebastien Badia <seb@sebian.fr>
|
Copyright: (c) 2013, Sebastien Badia <seb@sebian.fr>
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/make -f
|
#!/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
|
-include /usr/share/openstack-pkg-tools/pkgos.make
|
||||||
|
|
||||||
export OSLO_PACKAGE_VERSION=$(VERSION)
|
export OSLO_PACKAGE_VERSION=$(VERSION)
|
||||||
|
Reference in New Issue
Block a user