[Pkg-mol-commits] r64 - in mol/trunk/debian: . debian.mol-modules-source

Gaudenz Steinlin gaudenz at costa.debian.org
Mon Oct 2 21:49:10 UTC 2006


Author: gaudenz
Date: 2006-10-02 21:49:09 +0000 (Mon, 02 Oct 2006)
New Revision: 64

Added:
   mol/trunk/debian/debian.mol-modules-source/compat
Modified:
   mol/trunk/debian/changelog
   mol/trunk/debian/debian.mol-modules-source/rules
Log:
fix kdist target in mol-modules-source's debian/rules


Modified: mol/trunk/debian/changelog
===================================================================
--- mol/trunk/debian/changelog	2006-10-02 21:43:57 UTC (rev 63)
+++ mol/trunk/debian/changelog	2006-10-02 21:49:09 UTC (rev 64)
@@ -33,6 +33,7 @@
   * revert changes in 0.9.71~pre9 to ablk.c as they cause a hang on boot
   * change build system of mol-modules-source to use kbuild
   * update documentation on building kernel modules
+  * fix kdist target in mol-modules-source's debian/rules
 
   [ Aurélien GÉRÔME ]
 
@@ -43,7 +44,7 @@
   * Add Swedish debconf templates translation (sv.po), thanks to Daniel
     Nylander <yeager at lidkoping.net>. (Closes: #340974)
 
- -- Gaudenz Steinlin <gaudenz at debian.org>  Mon,  2 Oct 2006 23:43:12 +0200
+ -- Gaudenz Steinlin <gaudenz at debian.org>  Mon,  2 Oct 2006 23:44:18 +0200
 
 mol (0.9.70-20.1) unstable; urgency=low
 

Added: mol/trunk/debian/debian.mol-modules-source/compat
===================================================================
--- mol/trunk/debian/debian.mol-modules-source/compat	                        (rev 0)
+++ mol/trunk/debian/debian.mol-modules-source/compat	2006-10-02 21:49:09 UTC (rev 64)
@@ -0,0 +1 @@
+5

Modified: mol/trunk/debian/debian.mol-modules-source/rules
===================================================================
--- mol/trunk/debian/debian.mol-modules-source/rules	2006-10-02 21:43:57 UTC (rev 63)
+++ mol/trunk/debian/debian.mol-modules-source/rules	2006-10-02 21:49:09 UTC (rev 64)
@@ -6,9 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=3
-
 # This rules file is intended only to build the mol-modules-KVERS package.
 
 M4 = m4
@@ -91,14 +88,11 @@
 
 kdist_image:
 	$(ROOT_CMD) $(MAKE) -f debian/rules binary-mol-modules
-	$(ROOT_CMD) $(MAKE) -f debian/rules clean
 
 CHANGES=$(KSRC)/../$(shell awk '{sub("deb","changes",$$1);print $$1}' debian/files)
-kdist: binary-mol-modules
+kdist: kdist_image
 	@echo Generating changes file '$(CHANGES)'.
 	dpkg-genchanges -b -u"$(KSRC)/.." -cdebian/control > $(CHANGES)
-	$(ROOT_CMD) $(MAKE) -f debian/rules binary-mol-modules
-	$(ROOT_CMD) $(MAKE) -f debian/rules clean
 
 .PHONY: kdist kdist_image kdist_changes kdist_configure
 




More information about the Pkg-mol-commits mailing list