[Glibc-bsd-commits] r5576 - trunk/freebsd-manpages/debian

abe at alioth.debian.org abe at alioth.debian.org
Sat Oct 4 11:19:31 UTC 2014


Author: abe
Date: 2014-10-04 11:19:31 +0000 (Sat, 04 Oct 2014)
New Revision: 5576

Modified:
   trunk/freebsd-manpages/debian/changelog
   trunk/freebsd-manpages/debian/rules
   trunk/freebsd-manpages/debian/watch
Log:
Update watch file to also support release candidates

Also start 10.1~RC stanza in changelog and update debian/rules to
download RC1 with get-orig-source-beta target.



Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog	2014-10-04 08:24:10 UTC (rev 5575)
+++ trunk/freebsd-manpages/debian/changelog	2014-10-04 11:19:31 UTC (rev 5576)
@@ -1,3 +1,10 @@
+freebsd-manpages (10.1~RC1-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate
+  * Update watch file to handle release candidate
+
+ -- Axel Beckert <abe at debian.org>  Sat, 04 Oct 2014 13:09:57 +0200
+
 freebsd-manpages (10.1~BETA2-1) unstable; urgency=medium
 
   * New upstream beta release

Modified: trunk/freebsd-manpages/debian/rules
===================================================================
--- trunk/freebsd-manpages/debian/rules	2014-10-04 08:24:10 UTC (rev 5575)
+++ trunk/freebsd-manpages/debian/rules	2014-10-04 11:19:31 UTC (rev 5576)
@@ -4,7 +4,7 @@
 
 DESTDIR=$(CURDIR)/debian/freebsd-manpages
 VER=10.1
-BETA=BETA2
+BETA=RC1
 
 b% i% c%:
 	dh $@

Modified: trunk/freebsd-manpages/debian/watch
===================================================================
--- trunk/freebsd-manpages/debian/watch	2014-10-04 08:24:10 UTC (rev 5575)
+++ trunk/freebsd-manpages/debian/watch	2014-10-04 11:19:31 UTC (rev 5576)
@@ -5,3 +5,4 @@
 # slash don't seem to work with HTTP. *sigh*
 http://ftp.freebsd.org/pub/FreeBSD/releases/i386/ (\d+.\d+)-RELEASE/
 http://ftp.freebsd.org/pub/FreeBSD/releases/i386/ (\d+.\d+-BETA\d*)/
+http://ftp.freebsd.org/pub/FreeBSD/releases/i386/ (\d+.\d+-RC\d*)/




More information about the Glibc-bsd-commits mailing list