[kernel] r11345 - dists/trunk/linux-modules-extra-2.6/debian

Bastian Blank waldi at alioth.debian.org
Sat May 10 09:12:56 UTC 2008


Author: waldi
Date: Sat May 10 09:12:55 2008
New Revision: 11345

Log:
debian/rules.real: Fix version definitions.


Modified:
   dists/trunk/linux-modules-extra-2.6/debian/rules.real

Modified: dists/trunk/linux-modules-extra-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-modules-extra-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-modules-extra-2.6/debian/rules.real	Sat May 10 09:12:55 2008
@@ -75,10 +75,10 @@
 install-real:
 	$(MAKE) -f debian/rules.real install
 	$(MAKE) -f debian/rules.real install-base \
-		GENCONTROL_ARGS="-v$(VERSION_SOURCE)+$(MODULEVERSION)-$(VERSION_DEBIAN)" \
+		GENCONTROL_ARGS="-v$(VERSION_SOURCE)+$(MODULEVERSION)-$(VERSION_REVISION)" \
 		PACKAGE="$(PACKAGE_NAME)"
 	$(MAKE) -f debian/rules.real install-base \
-		GENCONTROL_ARGS="-v2:$(VERSION_SOURCE)-$(VERSION_DEBIAN)" \
+		GENCONTROL_ARGS="-v2:$(VERSION_SOURCE)-$(VERSION_REVISION)" \
 		PACKAGE="$(PACKAGE_LATEST_NAME)"
 
 -include $(MODULE)/rules



More information about the Kernel-svn-changes mailing list