[Glibc-bsd-commits] r5567 - trunk/freebsd-manpages/debian
abe at alioth.debian.org
abe at alioth.debian.org
Wed Sep 24 18:30:51 UTC 2014
Author: abe
Date: 2014-09-24 18:30:51 +0000 (Wed, 24 Sep 2014)
New Revision: 5567
Modified:
trunk/freebsd-manpages/debian/changelog
trunk/freebsd-manpages/debian/watch
Log:
Switch debian/watch to use HTTP instead of FTP
Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog 2014-09-22 22:13:04 UTC (rev 5566)
+++ trunk/freebsd-manpages/debian/changelog 2014-09-24 18:30:51 UTC (rev 5567)
@@ -2,6 +2,7 @@
* Bump Standards-Version to 3.9.6 (no changes)
* Fix debian/watch to also recognize 10.X and Y.10 releases
+ * Switch debian/watch to use HTTP instead of FTP
* Switch from perl's deprecated prename to (file-)rename
+ Update build-dependency from perl to rename.
Modified: trunk/freebsd-manpages/debian/watch
===================================================================
--- trunk/freebsd-manpages/debian/watch 2014-09-22 22:13:04 UTC (rev 5566)
+++ trunk/freebsd-manpages/debian/watch 2014-09-24 18:30:51 UTC (rev 5567)
@@ -3,4 +3,4 @@
# Fake download which points to a directory. uscan's downloadurlmangle
# doesn't seem to work with FTP while directory links with trailing
# slash don't seem to work with HTTP. *sigh*
-ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/(\d+.\d+)-RELEASE
+http://ftp.freebsd.org/pub/FreeBSD/releases/i386/ (\d+.\d+)-RELEASE/
More information about the Glibc-bsd-commits
mailing list