From 8086bd657bfeaa78e27b5d96dd5e8166f2f1d218 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Wed, 23 Jun 2010 21:04:19 -0400 Subject: [PATCH] Remove the workaround for buggy CDBS $(CC) splitting (fixed upstream). Signed-off-by: Anders Kaseorg --- debian/changelog | 6 ++++++ debian/rules | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 050c2f2..5a65e72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnss-nonlocal (1.11-0debathena3) UNRELEASED; urgency=low + + * Remove the workaround for buggy CDBS $(CC) splitting (fixed upstream). + + -- Anders Kaseorg Wed, 23 Jun 2010 21:04:41 -0400 + libnss-nonlocal (1.11-0debathena2) unstable; urgency=low * Install lib32nss-nonlocal to the right place on Ubuntu. diff --git a/debian/rules b/debian/rules index 0598e89..982e191 100755 --- a/debian/rules +++ b/debian/rules @@ -6,10 +6,6 @@ DEB_AUTO_UPDATE_AUTOMAKE = 1.9 DEB_AUTO_UPDATE_ACLOCAL = 1.9 DEB_AUTO_UPDATE_LIBTOOL = pre -# Fix http://bugs.debian.org/576967 : CDBS 0.4.77 in squeeze -# incorrectly splits multiword $(CC) and $(CXX). -override cdbs_set_nondefaultvars = $(foreach var,$1,$(if $(filter-out $(origin $(var)),default),$(var)='$($(var))')) - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -- 2.45.0