Mass changes

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

Change-Id: I202a28a908c9c776fc2d01010979de01c5e8a5a5
This commit is contained in:
Ondřej Nový 2016-09-26 19:03:09 +02:00
parent bddda57c3d
commit 2c12c79123
3 changed files with 8 additions and 2 deletions

5
debian/changelog vendored
View File

@ -1,8 +1,13 @@
migrate (0.10.0-5) UNRELEASED; urgency=medium
[ Thomas Goirand ]
* Correctly cleans .testrepository.
* Ignore egg-info changes.
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Thomas Goirand <zigo@debian.org> Tue, 31 May 2016 14:17:32 +0200
migrate (0.10.0-4) unstable; urgency=medium

4
debian/control vendored
View File

@ -53,8 +53,8 @@ Build-Depends-Indep: mysql-client,
testrepository,
Standards-Version: 3.9.8
Homepage: https://github.com/stackforge/sqlalchemy-migrate
Vcs-Git: https://anonscm.debian.org/git/openstack/migrate.git
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/migrate.git/
Vcs-Git: https://git.openstack.org/openstack/deb-migrate -b debian/newton
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-migrate?h=debian%2Fnewton
Package: python-migrate
Architecture: all

View File

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