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

Axel Beckert abe at alioth.debian.org
Fri Aug 30 20:46:26 UTC 2013


Author: abe
Date: 2013-08-30 20:46:26 +0000 (Fri, 30 Aug 2013)
New Revision: 4909

Modified:
   trunk/freebsd-manpages/debian/changelog
   trunk/freebsd-manpages/debian/rules
Log:
freebsd-manpages debian/rules: Remove unused code

Modified: trunk/freebsd-manpages/debian/changelog
===================================================================
--- trunk/freebsd-manpages/debian/changelog	2013-08-30 20:43:58 UTC (rev 4908)
+++ trunk/freebsd-manpages/debian/changelog	2013-08-30 20:46:26 UTC (rev 4909)
@@ -5,6 +5,8 @@
   * No more use the split upstream tar ball sources but rebuilt that tar
     ball and use it as .orig.tar.gz
   * No more uncompress man pages. They should be fine as they are.
+  * Clean up debian/rules
+    + Remove unused code
   * Switch to source format "3.0 (quilt)"
   * Fixes the following lintian warnings:
     + copyright-without-copyright-notice

Modified: trunk/freebsd-manpages/debian/rules
===================================================================
--- trunk/freebsd-manpages/debian/rules	2013-08-30 20:43:58 UTC (rev 4908)
+++ trunk/freebsd-manpages/debian/rules	2013-08-30 20:46:26 UTC (rev 4909)
@@ -21,7 +21,6 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	#-rm -rf en* man? whatis
 	dh_clean
 
 install: build
@@ -40,10 +39,8 @@
 	        file=`basename $${path}`; \
 	        base=`basename $${path} .gz`; \
 	        suffix=`echo $${file} | sed -e s/$${base}//`; \
-#	        if [ -f /usr/share/man/man$${section}/$${base}.gz ]; then \
-	            echo moving freebsd manpage to subsection freebsd man$${section}/$${base}freebsd$${suffix}; \
-	            mv $(DESTDIR)/usr/share/man/man$${section}/$${file} $(DESTDIR)/usr/share/man/man$${section}/$${base}freebsd$${suffix} || exit 1; \
-#	        fi \
+	        echo moving freebsd manpage to subsection freebsd man$${section}/$${base}freebsd$${suffix}; \
+	        mv $(DESTDIR)/usr/share/man/man$${section}/$${file} $(DESTDIR)/usr/share/man/man$${section}/$${base}freebsd$${suffix} || exit 1; \
 	    done \
 	done
 




More information about the Glibc-bsd-commits mailing list