Просмотр исходного кода

Use the new canonical dpkg git Vcs URLs

Guillem Jover лет назад: 13
Родитель
Сommit
0e09a1c280
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      debian/changelog
  2. 2 2
      debian/control

+ 1 - 0
debian/changelog

@@ -4,6 +4,7 @@ dpkg (1.17.0) UNRELEASED; urgency=low
     on --install.
   * Document dpkg-deb --debug in --help output.
   * Bump Standards-Version to 3.9.4 (no changes needed).
+  * Use the new canonical dpkg git Vcs URLs.
 
  -- Guillem Jover <guillem@debian.org>  Fri, 03 Aug 2012 13:21:00 +0200
 

+ 2 - 2
debian/control

@@ -6,8 +6,8 @@ Uploaders: Guillem Jover <guillem@debian.org>, Raphaël Hertzog <hertzog@debian.
 Origin: debian
 Bugs: debbugs://bugs.debian.org
 Homepage: http://wiki.debian.org/Teams/Dpkg
-Vcs-Browser: http://git.debian.org/?p=dpkg/dpkg.git
-Vcs-Git: git://git.debian.org/git/dpkg/dpkg.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git
+Vcs-Git: git://anonscm.debian.org/dpkg/dpkg.git
 Standards-Version: 3.9.4
 Build-Depends: debhelper (>= 7), pkg-config, flex,
  gettext (>= 0.18), po4a (>= 0.41),