[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3761 - in glibc-package/trunk/debian: . rules.d



Author: aurel32
Date: 2009-08-16 09:29:46 +0000 (Sun, 16 Aug 2009)
New Revision: 3761

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
  * rules.d/debheper.in: fix a one letter typo causing libc6-udev to be
    empty. Closes: bug#541725.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2009-08-11 12:34:30 UTC (rev 3760)
+++ glibc-package/trunk/debian/changelog	2009-08-16 09:29:46 UTC (rev 3761)
@@ -4,8 +4,10 @@
     bug#540901).
   * Recommends libc6-i686 on i386 and libc0.1-i686 on kfreebsd-i386 
     (instead of amd64 and kfreebsd-amd64). Closes: bug#455603.
+  * rules.d/debheper.in: fix a one letter typo causing libc6-udev to be
+    empty. Closes: bug#541725.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 11 Aug 2009 14:18:40 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 16 Aug 2009 11:24:30 +0200
 
 eglibc (2.9-24) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2009-08-11 12:34:30 UTC (rev 3760)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2009-08-16 09:29:46 UTC (rev 3761)
@@ -142,7 +142,7 @@
 $(stamp)debhelper:
 	for x in `find debian/debhelper.in -maxdepth 1 -type f`; do \
 	  y=debian/`basename $$x`; \
-	  z=`echo $$y | sed -e 's#libc\(\|-alt\|-dev\|-dev-alt\|-otherbuild\|-pic\|-proc\|-udev\)\.#$(libc)\1.#g'`; \
+	  z=`echo $$y | sed -e 's#libc\(\|-alt\|-dev\|-dev-alt\|-otherbuild\|-pic\|-proc\|-udeb\)\.#$(libc)\1.#g'`; \
 	  cp $$x $$z; \
 	  sed -e "s#BUILD-TREE#$(build-tree)#" -i $$z; \
 	  sed -e "/NSS_CHECK/r debian/script.in/nsscheck.sh" -i $$z; \


Reply to: