diff options
author | Guillem Jover <guillem@debian.org> | 2013-05-16 19:45:25 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2013-05-16 21:26:21 +0200 |
commit | 572bad27ab2bbd8d643c81049f6596ed2b423166 (patch) | |
tree | 846cce4596d70abfcfabe500ce7264751e791af3 /debian/control | |
parent | 26751d22f2043531fd4c7291b6f391cd27a25942 (diff) |
Update Vcs fields
Use the canonical URLs. Rename Vcs-Bzr to Vcs-Git and use the more
efficient git protocol instead of http. Point Vcs-Browser to the
gitweb interface.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 1c32783ab..7730c2491 100644 --- a/debian/control +++ b/debian/control @@ -12,8 +12,8 @@ Build-Depends: dpkg-dev (>= 1.15.8), debhelper (>= 8.1.3~), libdb-dev, po4a (>= 0.34-2), autotools-dev, autoconf, automake Build-Depends-Indep: doxygen, debiandoc-sgml Build-Conflicts: autoconf2.13, automake1.4 -Vcs-Bzr: http://git.debian.org/apt/apt.git -Vcs-Browser: http://git.debian.org/apt/apt.git +Vcs-Git: git://anonscm.debian.org/apt/apt.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=apt/apt.git Package: apt Architecture: any |