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

Axel Beckert abe at alioth.debian.org
Sat Aug 31 01:20:50 UTC 2013


Author: abe
Date: 2013-08-31 01:20:49 +0000 (Sat, 31 Aug 2013)
New Revision: 4929

Modified:
   trunk/freebsd-manpages/debian/changelog
   trunk/freebsd-manpages/debian/rules
Log:
freebsd-manpages: Upload to experimental as 9.1-1

Also disable some verbose outputs in debian/rules again.


Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog	2013-08-31 00:40:11 UTC (rev 4928)
+++ trunk/freebsd-manpages/debian/changelog	2013-08-31 01:20:49 UTC (rev 4929)
@@ -1,4 +1,4 @@
-freebsd-manpages (9.1-1) UNRELEASED; urgency=low
+freebsd-manpages (9.1-1) experimental; urgency=low
 
   * New upstream version.
     + Handle multiple architecture subdirectories properly
@@ -15,7 +15,7 @@
     + Add build-dependency on hardlink
   * Switch to minimal dh7 style debian/rules file.
 
- -- Axel Beckert <abe at debian.org>  Sat, 31 Aug 2013 00:47:15 +0200
+ -- Axel Beckert <abe at debian.org>  Sat, 31 Aug 2013 02:46:45 +0200
 
 freebsd-manpages (8.4-1) unstable; urgency=low
   

Modified: trunk/freebsd-manpages/debian/rules
===================================================================
--- trunk/freebsd-manpages/debian/rules	2013-08-31 00:40:11 UTC (rev 4928)
+++ trunk/freebsd-manpages/debian/rules	2013-08-31 01:20:49 UTC (rev 4929)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Uncomment this to turn on verbose mode.
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 
 DESTDIR=$(CURDIR)/debian/freebsd-manpages
 VER=9.1
@@ -13,7 +13,7 @@
 	# Use i386 directory for architecture-dependent man pages
 	mv $(DESTDIR)/usr/share/man/man4/i386/* $(DESTDIR)/usr/share/man/man4/
 	rm -rf $(DESTDIR)/usr/share/man/man4/*/
-	prename -v 's/\.(\d)($|\.gz)/.$${1}freebsd$${2}/' $(DESTDIR)/usr/share/man/man*/*
+	prename 's/\.(\d)($|\.gz)/.$${1}freebsd$${2}/' $(DESTDIR)/usr/share/man/man*/*
 
 override_dh_installman:
 	dh_installman




More information about the Glibc-bsd-commits mailing list