diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-11-08 14:44:17 +0200 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2007-11-08 14:44:17 +0200 |
commit | b7c994909790e299729666e225b0b5987dec40db (patch) | |
tree | 21e6ae0cc37420fc6d69ab39889e416348a35d63 /debian | |
parent | 9e8b8b4dcbecdca31d72439c6405fb4fdac7c1e7 (diff) | |
download | dctrl-tools-b7c994909790e299729666e225b0b5987dec40db.tar.gz |
debian/control: Rework the Vcs fields
Signed-off-by: Antti-Juhani Kaijanaho <ajk@debian.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 55f8f78..079480f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ dctrl-tools (2.13) UNRELEASED; urgency=low * debian/control: suggest debtags, note grep-debtags in description * lib/paragraph (para_parse_next): Performance improvements. + * debian/control: Rename XS-Vcs-{Git,Browser} fields to Vcs-{Git,Browser}; + also use the Git protocol instead of HTTP - -- Antti-Juhani Kaijanaho <ajk@debian.org> Sat, 03 Nov 2007 10:03:29 +0200 + -- Antti-Juhani Kaijanaho <ajk@debian.org> Thu, 08 Nov 2007 14:42:05 +0200 dctrl-tools (2.12) unstable; urgency=low diff --git a/debian/control b/debian/control index ae19276..a8e37ac 100644 --- a/debian/control +++ b/debian/control @@ -4,8 +4,8 @@ Priority: optional Maintainer: Antti-Juhani Kaijanaho <ajk@debian.org> Standards-Version: 3.7.2 Build-Depends: gettext (>= 0.11-0), gcc (>= 3.0) -XS-Vcs-Git: http://git.debian.org/git/collab-maint/dctrl-tools.git -XS-Vcs-Browser: http://git.debian.org/?p=collab-maint/dctrl-tools.git;a=summary +Vcs-Git: git://git.debian.org/git/collab-maint/dctrl-tools.git +Vcs-Browser: http://git.debian.org/?p=collab-maint/dctrl-tools.git;a=summary Package: dctrl-tools Architecture: any |