Mass changes

d/s/options: extend-diff-ignore of .gitreview
d/control: Using OpenStack's Gerrit as VCS URLs.

Change-Id: I03ee9e19a31483c7193d04c1e4043cc80638c07d
This commit is contained in:
Ondřej Nový 2016-09-26 19:14:57 +02:00
parent ed5a7d72be
commit 859d54a16e
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -2,6 +2,8 @@ python-retrying (1.3.3-2) UNRELEASED; urgency=medium
* Fixed VCS URLs (https).
* d/rules: Changed UPSTREAM_GIT protocol to https
* 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:49:22 +0100

4
debian/control vendored
View File

@ -11,8 +11,8 @@ Build-Depends: debhelper (>= 9),
Build-Depends-Indep: python-six,
python3-six,
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-retrying.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-retrying.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-retrying?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-retrying -b debian/newton
Homepage: https://github.com/rholder/retrying
Package: python-retrying

View File

@ -1 +1,2 @@
extend-diff-ignore = "^[^/]*[.]egg-info/"
extend-diff-ignore = "^[.]gitreview$"