diff options
author | Michael Biebl <biebl@debian.org> | 2014-06-23 13:44:48 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2014-06-23 13:44:48 +0200 |
commit | d461d5145fce7bee66798f66c7dbaca4721b013b (patch) | |
tree | 799efc1ba1049097d644b3269a341af4b4a51781 | |
parent | 26250b7d18c1df876dc767f3285cece09e392d85 (diff) | |
download | rsyslog-d461d5145fce7bee66798f66c7dbaca4721b013b.tar.gz |
Use canonical URIs for Vcs-* fields.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 328eb0e..ae7a765 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ rsyslog (7.6.3-3) UNRELEASED; urgency=medium * Build against libgnutls28-dev. (Closes: #752304) + * Use canonical URIs for Vcs-* fields. -- Michael Biebl <biebl@debian.org> Mon, 23 Jun 2014 13:43:32 +0200 diff --git a/debian/control b/debian/control index 1e8a669..f3dade7 100644 --- a/debian/control +++ b/debian/control @@ -24,8 +24,8 @@ Build-Depends: debhelper (>= 8), pkg-config, bison Standards-Version: 3.9.5 -Vcs-Git: git://git.debian.org/git/collab-maint/rsyslog.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/rsyslog.git;a=summary +Vcs-Git: git://anonscm.debian.org/collab-maint/rsyslog.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/rsyslog.git;a=summary Homepage: http://www.rsyslog.com/ Package: rsyslog |