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

Gaudenz Steinlin gaudenz at costa.debian.org
Fri Oct 6 14:44:49 UTC 2006


Author: gaudenz
Date: 2006-10-06 14:44:49 +0000 (Fri, 06 Oct 2006)
New Revision: 93

Modified:
   mol/trunk/debian/changelog
   mol/trunk/debian/rules
Log:
compress mol-modules-source with bzip, linux-modules-extra-2.6 excepts bzip compressed tarfiles


Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2006-10-04 20:26:16 UTC (rev 92)
+++ mol/trunk/debian/changelog	2006-10-06 14:44:49 UTC (rev 93)
@@ -1,3 +1,11 @@
+mol (0.9.71~pre9.dfsg-3) UNRELEASED; urgency=low
+
+  * NOT YET RELEASED
+  * compress mol-modules-source with bzip, linux-modules-extra-2.6 excepts
+    bzip compressed tarfiles
+
+ -- Gaudenz Steinlin <gaudenz at debian.org>  Fri,  6 Oct 2006 16:39:57 +0200
+
 mol (0.9.71~pre9.dfsg-2) unstable; urgency=low
 
   * revert source package name change as this is considered bad practice

Modified: mol/trunk/debian/rules
===================================================================
--- mol/trunk/debian/rules	2006-10-04 20:26:16 UTC (rev 92)
+++ mol/trunk/debian/rules	2006-10-06 14:44:49 UTC (rev 93)
@@ -67,9 +67,8 @@
 #	cd config/kconfig; rm -rf zconf-y.c zconf-y.h zconf-l.c .autoinclude
 
 # remove the modules source directory and tarball
-# written by Jens Schmalzing <jensen at debian.org> for the Debian
 	rm -rf modules
-	rm -f mol-modules.tar.gz
+	rm -f mol-modules.tar.bz2
 
 	dh_clean debian/tmp
 
@@ -108,10 +107,10 @@
 	chmod -R u+w,go-w,a+rX modules
 
 # create a tarball
-	tar zcf mol-modules.tar.gz modules
+	tar jcf mol-modules.tar.bz2 modules
 
 # install the source tarball into mol-modules-source
-	install -o root -g root -m 644 mol-modules.tar.gz `pwd`/debian/mol-modules-source/usr/src
+	install -o root -g root -m 644 mol-modules.tar.bz2 `pwd`/debian/mol-modules-source/usr/src
 
 # create the mol-modules packages by moving the installed modules
 #	dh_movefiles --sourcedir=debian/mol




More information about the Pkg-mol-commits mailing list