Source: apt Source-Version: 0.9.8.1 Severity: wishlist Tags: patch Hi!
Attached a patch updating the Vcs fields, from the commit message: 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. Thanks, Guillem
From 87ec639db16bc03bce07c7ba65ff3de7a0c9746b Mon Sep 17 00:00:00 2001 From: Guillem Jover <guil...@debian.org> Date: Thu, 16 May 2013 19:45:25 +0200 Subject: [PATCH] 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. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 1c32783..7730c24 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 -- 1.8.3.rc2