diff options
| author | Laurent Bigonville <bigon@bigon.be> | 2013-10-26 13:25:06 +0200 |
|---|---|---|
| committer | Laurent Bigonville <bigon@bigon.be> | 2013-10-26 13:25:06 +0200 |
| commit | 2c638506ea55af3b74173ed45bd1495e64576daa (patch) | |
| tree | 7e2d76ebeb4a501f06fc41786a6b8549722d47b7 /debian | |
| parent | 1005ae9164278136b3b0a5e8a4a4d3ea2d334a6d (diff) | |
debian/control: Use canonical URL for the VCS fields
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 3 | ||||
| -rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ec03c55c..b4b422f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,9 @@ network-manager (0.9.8.8-1) UNRELEASED; urgency=low * debian/patches/03-systemd.patch: Refreshed * debian/patches/05-force-online-with-unmanaged-devices.patch: Refreshes + [ Laurent Bigonville ] + * debian/control: Use canonical URL for the VCS fields + -- Sjoerd Simons <sjoerd@debian.org> Fri, 25 Oct 2013 21:25:59 +0200 network-manager (0.9.8.0-5) unstable; urgency=low diff --git a/debian/control b/debian/control index f53d6942..51bff714 100644 --- a/debian/control +++ b/debian/control @@ -29,8 +29,8 @@ Build-Depends: gtk-doc-tools, libglib2.0-doc Standards-Version: 3.9.4 -Vcs-Git: git://git.debian.org/git/pkg-utopia/network-manager.git -Vcs-Browser: http://git.debian.org/?p=pkg-utopia/network-manager.git;a=summary +Vcs-Git: git://anonscm.debian.org/pkg-utopia/network-manager.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-utopia/network-manager.git;a=summary Homepage: http://www.gnome.org/projects/NetworkManager/ Package: network-manager |