diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-05-16 21:28:23 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-05-16 21:28:23 +0200 |
| commit | e99a288866a8aec27df87d927eb127dc43641e0e (patch) | |
| tree | d3dff001f73e678e421466a3e91073ca51a5c8ea | |
| parent | cc09ce93e50de99fe76daa1402ddfe0a3fc73d20 (diff) | |
| download | python-apt-e99a288866a8aec27df87d927eb127dc43641e0e.tar.gz | |
Update Vcs fields
Rename Vcs-Bzr to Vcs-Git and use the git protocol URL. Change
Vcs-Browser to point to the gitweb interface.
| -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 |
