Mass changes

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

Change-Id: I262e4a524f53fb979496dfa8195ee71242038870
This commit is contained in:
Ondřej Nový 2016-09-26 19:18:06 +02:00
parent d344151628
commit 23aa81244e
3 changed files with 10 additions and 2 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
ryu (4.4+dfsg1-2) UNRELEASED; urgency=medium
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:17:58 +0200
ryu (4.4+dfsg1-1) experimental; urgency=medium
* New upstream release.

4
debian/control vendored
View File

@ -27,8 +27,8 @@ Build-Depends-Indep: python-eventlet,
python-sphinx-rtd-theme,
python-webob,
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=openstack/ryu.git
Vcs-Git: https://anonscm.debian.org/git/openstack/ryu.git
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-ryu?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-ryu -b debian/newton
Homepage: http://osrg.github.io/ryu/
Package: python-ryu

View File

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