Mass changes

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

Change-Id: I9f60433d6e7567226aa88cd762e19f2cf5f9c182
This commit is contained in:
Ondřej Nový 2016-09-26 19:17:10 +02:00
parent 44587cfe67
commit 8652f4ad47
3 changed files with 5 additions and 2 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
python-xstatic-jquery-ui (1.10.1.1+debian+dfsg1-6) UNRELEASED; urgency=medium
* Fixed VCS URLs (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:54:43 +0100

4
debian/control vendored
View File

@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9),
python3-setuptools
Build-Conflicts: python-xstatic, python3-xstatic
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-xstatic-jquery-ui.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python-xstatic-jquery-ui.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-xstatic-jquery-ui?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-xstatic-jquery-ui -b debian/newton
Homepage: http://jqueryui.com/
Package: python-xstatic-jquery-ui

View File

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