summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2011-06-14 10:11:34 +1000
committerBrendan O'Dea <bod@debian.org>2011-06-14 10:11:34 +1000
commitf9be02d37fa642792b9a8ec2b1eb82c467a2c217 (patch)
tree94b25aac95cd0c5a4a6eb277660749ba44a3a322
parent229a5a706a000976444da679d86f69276ff29ab7 (diff)
downloadhelp2man-f9be02d37fa642792b9a8ec2b1eb82c467a2c217.tar.gz
Update links to git repositoryv1.40.3
-rw-r--r--debian/changelog3
-rw-r--r--debian/control4
-rwxr-xr-xdebian/rules4
3 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 3303298..516efab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
help2man (1.40.3) unstable; urgency=low
* Update Esperanto translation (thanks to Felipe Castro).
+ * Update links to git repository.
- -- Brendan O'Dea <bod@debian.org> Tue, 14 Jun 2011 09:52:18 +1000
+ -- Brendan O'Dea <bod@debian.org> Tue, 14 Jun 2011 10:08:53 +1000
help2man (1.40.2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index f920aee..e5f50da 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
Maintainer: Brendan O'Dea <bod@debian.org>
Standards-Version: 3.9.1
Build-Depends: perl (>= 5.8.0-7), debhelper (>= 8), gettext (>= 0.12.1), liblocale-gettext-perl
-Vcs-Git: git://git.debian.org/users/bod/help2man.git
-Vcs-Browser: http://git.debian.org/?p=users/bod/help2man.git
+Vcs-Git: git://anonscm.debian.org/users/bod/help2man.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/bod/help2man.git
Package: help2man
Architecture: any
diff --git a/debian/rules b/debian/rules
index a6bb3fb..5a2d1ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,8 +78,8 @@ maint-prep:
echo " http://www.gnu.org/software/help2man/"; \
echo " ftp://ftp.gnu.org/gnu/help2man/help2man-$(VERSION).tar.gz"; \
echo ""; \
- echo " git://git.debian.org/users/bod/help2man.git"; \
- echo " http://git.debian.org/?p=users/bod/help2man.git"; \
+ echo " git://anonscm.debian.org/users/bod/help2man.git"; \
+ echo " http://anonscm.debian.org/git/users/bod/help2man.git"; \
echo ""; \
echo "Since most GNU documentation is now in info format, this provides a"; \
echo "way to generate a placeholder man page pointing to that resource while"; \