diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..f5fc05c --- /dev/null +++ b/.gitreview @@ -0,0 +1,5 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/deb-python-pygit2.git +defaultbranch=debian/newton diff --git a/debian/changelog b/debian/changelog index 3f18bc9..45ac85b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-pygit2 (0.24.1-2) UNRELEASED; urgency=medium + + * d/s/options: extend-diff-ignore of .gitreview + * d/control: Using OpenStack's Gerrit as VCS URLs. + * Bumped debhelper version to 10 + + -- Ondřej Nový Thu, 17 Nov 2016 16:41:17 +0100 + python-pygit2 (0.24.1-1) unstable; urgency=medium * New upstream release diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 0604397..eacd5a9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: PKG OpenStack Uploaders: Thomas Goirand , Ondřej Nový , -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-python, libffi-dev, libgit2-dev (>= 0.24), @@ -20,8 +20,8 @@ Build-Depends: debhelper (>= 9), python3-setuptools, python3-six, Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-pygit2.git -Vcs-Git: https://anonscm.debian.org/git/openstack/python-pygit2.git +Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-pygit2?h=debian%2Fnewton +Vcs-Git: https://git.openstack.org/openstack/deb-python-pygit2 -b debian/newton Homepage: https://github.com/libgit2/pygit2 Package: python-pygit2 diff --git a/debian/source/options b/debian/source/options index cb61fa5..9122245 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1,2 @@ extend-diff-ignore = "^[^/]*[.]egg-info/" +extend-diff-ignore = "^[.]gitreview$"