[Fai-commit] r4107 - people/siretart/fai-kernels-ubuntu/debian

fai-commit at lists.alioth.debian.org fai-commit at lists.alioth.debian.org
Sat Oct 21 08:57:56 UTC 2006


Author: siretart-guest
Date: 2006-10-21 08:57:55 +0000 (Sat, 21 Oct 2006)
New Revision: 4107

Modified:
   people/siretart/fai-kernels-ubuntu/debian/changelog
   people/siretart/fai-kernels-ubuntu/debian/rules
Log:
* call make-kpkg with NO_PKG_MANGLE=1 to shortcircuit pkgstripstranslations
  on the launchpad buildds.

Modified: people/siretart/fai-kernels-ubuntu/debian/changelog
===================================================================
--- people/siretart/fai-kernels-ubuntu/debian/changelog	2006-10-21 08:34:46 UTC (rev 4106)
+++ people/siretart/fai-kernels-ubuntu/debian/changelog	2006-10-21 08:57:55 UTC (rev 4107)
@@ -2,8 +2,10 @@
 
   * recompiled for edgy
   * enabled NFSv4 for working around https://launchpad.net/bugs/64423
+  * call make-kpkg with NO_PKG_MANGLE=1 to shortcircuit pkgstripstranslations
+    on the launchpad buildds.
 
- -- Reinhard Tartler <siretart at tauware.de>  Fri,  6 Oct 2006 21:42:35 +0200
+ -- Reinhard Tartler <siretart at tauware.de>  Sat, 21 Oct 2006 10:55:29 +0200
 
 fai-kernels (1.12) unstable; urgency=low
 

Modified: people/siretart/fai-kernels-ubuntu/debian/rules
===================================================================
--- people/siretart/fai-kernels-ubuntu/debian/rules	2006-10-21 08:34:46 UTC (rev 4106)
+++ people/siretart/fai-kernels-ubuntu/debian/rules	2006-10-21 08:57:55 UTC (rev 4107)
@@ -31,7 +31,7 @@
 	cd $(kname) ; \
 	yes '' | make oldconfig ; \
 	cd $(kname) ; make-kpkg clean ; \
-	make-kpkg --rootcmd fakeroot --append-to-version -fai-kernels --revision $(REVISION) kernel-image 
+	NO_PKG_MANGLE=1 make-kpkg --rootcmd fakeroot --append-to-version -fai-kernels --revision $(REVISION) kernel-image 
 	touch stamp-kernel
 
 build:	




More information about the Fai-commit mailing list