diff options
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index c8aa637e..fb77504a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,15 @@ python-apt (0.8.9.1) UNRELEASED; urgency=low + [ Michael Vogt ] * debian/control: - updated Vcs field to point to http://git.debian.org/git/apt/python-apt.git * replace .bzr-builddeb/default.conf with debian/gbp.conf + [ Julian Andres Klode ] + * Update the Vcs fields to use Vcs-Git with git protocol, and gitweb + for Vcs-Browser + -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 16 May 2013 16:46:24 +0200 python-apt (0.8.9) unstable; urgency=low diff --git a/debian/control b/debian/control index 3796da48..945d49d5 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Build-Depends: apt (>= 0.9.6), python-sphinx (>= 0.5), python-debian, python-unittest2 -Vcs-Bzr: http://git.debian.org/apt/python-apt.git -Vcs-Browser: http://git.debian.org/apt/python-apt.git +Vcs-Git: git://anonscm.debian.org/apt/python-apt.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/python-apt.git XS-Testsuite: autopkgtest Package: python-apt |
