r5354 - glibc-package/branches/eglibc-2.16/debian
Author: adconrad
Date: 2012-10-26 10:45:41 +0000 (Fri, 26 Oct 2012)
New Revision: 5354
Modified:
glibc-package/branches/eglibc-2.16/debian/changelog
glibc-package/branches/eglibc-2.16/debian/rules
Log:
Provide backward compatibility for DEB_STAGE->DEB_BUILD_PROFILE.
Modified: glibc-package/branches/eglibc-2.16/debian/changelog
===================================================================
--- glibc-package/branches/eglibc-2.16/debian/changelog 2012-10-26 10:39:11 UTC (rev 5353)
+++ glibc-package/branches/eglibc-2.16/debian/changelog 2012-10-26 10:45:41 UTC (rev 5354)
@@ -364,6 +364,7 @@
* Merge regression/progression test suite improvements from Ubuntu.
* debian/patches/any/local-CVE-2012-3406.diff: switch to malloc when
array grows too large to handle via alloca extension (CVE-2012-3406)
+ * Provide backward compatibility for DEB_STAGE->DEB_BUILD_PROFILE.
-- Aurelien Jarno <aurel32@debian.org> Wed, 25 Jul 2012 23:45:58 +0200
Modified: glibc-package/branches/eglibc-2.16/debian/rules
===================================================================
--- glibc-package/branches/eglibc-2.16/debian/rules 2012-10-26 10:39:11 UTC (rev 5353)
+++ glibc-package/branches/eglibc-2.16/debian/rules 2012-10-26 10:45:41 UTC (rev 5354)
@@ -134,6 +134,10 @@
# Which build pass are we on?
curpass = $(filter-out %_,$(subst _,_ ,$@))
+# Provide backward compatibility for the old DEB_STAGE for now
+ifeq ($(DEB_STAGE),stage1)
+ DEB_BUILD_PROFILE = bootstrap
+endif
ifeq ($(DEB_BUILD_PROFILE),bootstrap)
DEB_ARCH_REGULAR_PACKAGES = $(libc)-dev
DEB_INDEP_REGULAR_PACKAGES =
Reply to: