summaryrefslogtreecommitdiff
diff options
authorOndřej Nový <novy@ondrej.org>2016-02-28 15:34:44 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2016-10-05 04:23:13 +0000
commit9427b485f1836412671d617df2814d0dc0063797 (patch)
treee18b2fc86f651739f83e4bef0fd2bcdbadf98f2b
parent84b0f1d42462f20894d043c7b832a226fbe1533e (diff)
Imported using git-ubuntu import.
Notes
Notes: * Fixed VCS URLs (https). * d/rules: Changed UPSTREAM_GIT protocol to https * d/copyright: Changed source URL to https protocol * d/s/options: extend-diff-ignore of .gitreview * d/control: Using OpenStack's Gerrit as VCS URLs.
-rw-r--r--debian/changelog10
-rw-r--r--debian/control4
-rw-r--r--debian/copyright2
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/source/options1
6 files changed, 16 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index c9bdcba..e460335 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+python-crank (0.7.2-3) unstable; urgency=medium
+
+ * Fixed VCS URLs (https).
+ * d/rules: Changed UPSTREAM_GIT protocol to https
+ * d/copyright: Changed source URL to https protocol
+ * d/s/options: extend-diff-ignore of .gitreview
+ * d/control: Using OpenStack's Gerrit as VCS URLs.
+
+ -- Ondřej Nový <novy@ondrej.org> Sun, 28 Feb 2016 15:34:44 +0100
+
python-crank (0.7.2-2) unstable; urgency=medium
* Fixed FTBFS by adding python-webob as build-depends (Closes: #802128).
diff --git a/debian/control b/debian/control
index 16a5941..0baa5ed 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Build-Depends-Indep: python-nose,
python3-nose,
python3-webob,
Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-crank.git
-Vcs-Git: git://anonscm.debian.org/openstack/python-crank.git
+Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-crank?h=debian%2Fnewton
+Vcs-Git: https://git.openstack.org/openstack/deb-python-crank -b debian/newton
Homepage: https://github.com/TurboGears/crank
Package: python-crank
diff --git a/debian/copyright b/debian/copyright
index b78f454..766e57c 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: crank
-Source: git://github.com/TurboGears/crank.git
+Source: https://github.com/TurboGears/crank
Files: debian/*
Copyright: (c) 2014, Thomas Goirand <zigo@debian.org>
diff --git a/debian/gbp.conf b/debian/gbp.conf
index 10f9500..e388b0a 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,6 @@
[DEFAULT]
upstream-branch = master
-debian-branch = debian/unstable
+debian-branch = debian/newton
upstream-tag = %(version)s
compression = xz
diff --git a/debian/rules b/debian/rules
index 413326d..5cb52e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
PYTHONS:=$(shell pyversions -vr)
PYTHON3S:=$(shell py3versions -vr)
-UPSTREAM_GIT = git://github.com/TurboGears/crank.git
+UPSTREAM_GIT := https://github.com/TurboGears/crank.git
-include /usr/share/openstack-pkg-tools/pkgos.make
%:
diff --git a/debian/source/options b/debian/source/options
index cb61fa5..9122245 100644
--- a/debian/source/options
+++ b/debian/source/options
@@ -1 +1,2 @@
extend-diff-ignore = "^[^/]*[.]egg-info/"
+extend-diff-ignore = "^[.]gitreview$"