diff --git a/debian/changelog b/debian/changelog index a6e65201..44cc1b36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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ý Mon, 26 Sep 2016 19:17:58 +0200 + ryu (4.4+dfsg1-1) experimental; urgency=medium * New upstream release. diff --git a/debian/control b/debian/control index d3df7164..83b1f504 100644 --- a/debian/control +++ b/debian/control @@ -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 diff --git a/debian/source/options b/debian/source/options index cb61fa52..91222451 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"