[Pkg-mol-commits] r41 - mol/trunk/debian

Aurélien GÉRÔME ag-guest at costa.debian.org
Mon Sep 25 23:16:00 UTC 2006


Author: ag-guest
Date: 2006-09-25 23:15:59 +0000 (Mon, 25 Sep 2006)
New Revision: 41

Modified:
   mol/trunk/debian/changelog
   mol/trunk/debian/control
   mol/trunk/debian/rules
Log:
* Fix a bashism.
* Bump Standards-Version to 3.7.2.
* Add myself to the Uploaders field.


Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2006-09-25 22:54:05 UTC (rev 40)
+++ mol/trunk/debian/changelog	2006-09-25 23:15:59 UTC (rev 41)
@@ -30,8 +30,13 @@
   * correct documentation in mol-modules-source.README.Debian
   * document new upstream location in copyright
 
- -- Gaudenz Steinlin <gaudenz at debian.org>  Mon, 25 Sep 2006 22:59:03 +0200
+  [ Aurélien GÉRÔME ]
 
+  * Fix bashism in debian/rules. (Closes: #378365)
+  * Bump Standards-Version to 3.7.2.
+
+ -- Aurélien GÉRÔME <ag at roxor.cx>  Tue, 26 Sep 2006 01:10:16 +0200
+
 mol (0.9.70-20.1) unstable; urgency=low
 
   * NMU

Modified: mol/trunk/debian/control
===================================================================
--- mol/trunk/debian/control	2006-09-25 22:54:05 UTC (rev 40)
+++ mol/trunk/debian/control	2006-09-25 23:15:59 UTC (rev 41)
@@ -2,9 +2,9 @@
 Section: otherosfs
 Priority: optional
 Maintainer: MOL Packaging Team <pkg-mol-devel at lists.alioth.debian.org>
-Uploaders: Sven Luther <luther at debian.org>, Otavio Salvador <otavio at debian.org>, Gaudenz Steinlin <gaudenz at debian.org>
+Uploaders: Sven Luther <luther at debian.org>, Otavio Salvador <otavio at debian.org>, Gaudenz Steinlin <gaudenz at debian.org>, Aurélien GÉRÔME <ag at roxor.cx>
 Build-Depends: debhelper (>> 4.0.0), binutils-dev, bison, docbook-to-man, flex, imagemagick, libasound2-dev, libesd0-dev, libncurses5-dev, po-debconf, libxt-dev, libxxf86dga-dev, dpatch
-Standards-Version: 3.6.1.1
+Standards-Version: 3.7.2
 
 Package: mol
 Architecture: powerpc

Modified: mol/trunk/debian/rules
===================================================================
--- mol/trunk/debian/rules	2006-09-25 22:54:05 UTC (rev 40)
+++ mol/trunk/debian/rules	2006-09-25 23:15:59 UTC (rev 41)
@@ -30,7 +30,10 @@
 	dh_testdir
 
 # build the Debian specific manpages
-	cd debian; for man in mol.7 moldeb.1 molrcget.1 strip_nwrom.1; do docbook-to-man $${man/[17]/sgml} > ../$$man; done
+	(cd debian; \
+		for man in mol.7 moldeb.1 molrcget.1 strip_nwrom.1; \
+		do docbook-to-man `echo $$man|sed 's/[17]/sgml/'` >$$man; \
+	done)
 
 # build the package
 	$(MAKE) BUILD_MODS=n NETDRIVER=n $(DEBIANFLAGS)




More information about the Pkg-mol-commits mailing list