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

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



Author: gotom
Date: 2005-08-21 15:00:44 +0000 (Sun, 21 Aug 2005)
New Revision: 1009

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/rules.d/debhelper.mk
Log:
    * debian/debhelper.in/debhelper.mk: Don't expand debug-packages with 
      DEB_INDEP_REGULAR_PACKAGES.  It causes binary-indep is unexpectedly
      included.  (Closes: #233390, #233391, #233392)



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2005-08-19 09:42:56 UTC (rev 1008)
+++ glibc-package/trunk/debian/changelog	2005-08-21 15:00:44 UTC (rev 1009)
@@ -1,5 +1,17 @@
+glibc (2.3.5-5) unstable; urgency=low
+
+  * GOTO Masanori <gotom@debian.org>
+
+    * debian/debhelper.in/debhelper.mk: Don't expand debug-packages with 
+      DEB_INDEP_REGULAR_PACKAGES.  It causes binary-indep is unexpectedly
+      included.  (Closes: #233390, #233391, #233392)
+
+ -- GOTO Masanori <gotom@debian.org>  Sun, 21 Aug 2005 12:33:42 +0900
+
 glibc (2.3.5-4) unstable; urgency=low
 
+  * The "hppa is important to someone, really - LaMont" release.
+
   * GOTO Masanori <gotom@debian.org>
 
     * d-i wants to remove libnss-files-udeb and libnss-dns-udeb dependency

Modified: glibc-package/trunk/debian/rules.d/debhelper.mk
===================================================================
--- glibc-package/trunk/debian/rules.d/debhelper.mk	2005-08-19 09:42:56 UTC (rev 1008)
+++ glibc-package/trunk/debian/rules.d/debhelper.mk	2005-08-21 15:00:44 UTC (rev 1009)
@@ -47,8 +47,8 @@
 
 # Make sure the debug packages are built last, since other packages may add
 # files to them.
-debug-packages = $(filter %-dbg,$(DEB_ARCH_REGULAR_PACKAGES) $(DEB_INDEP_REGULAR_PACKAGES))
-non-debug-packages = $(filter-out %-dbg,$(DEB_ARCH_REGULAR_PACKAGES) $(DEB_INDEP_REGULAR_PACKAGES))
+debug-packages = $(filter %-dbg,$(DEB_ARCH_REGULAR_PACKAGES))
+non-debug-packages = $(filter-out %-dbg,$(DEB_ARCH_REGULAR_PACKAGES))
 $(patsubst %,$(stamp)binaryinst_%,$(debug-packages)):: $(patsubst %,$(stamp)binaryinst_%,$(non-debug-packages))
 
 $(patsubst %,$(stamp)binaryinst_%,$(DEB_ARCH_REGULAR_PACKAGES) $(DEB_INDEP_REGULAR_PACKAGES)):: $(stamp)debhelper



Reply to: