From 65539827e75d8f22534624c09afbd672c493b6c8 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 14 Nov 2006 10:05:21 +0000 Subject: [PATCH] Remove line continuation inside perl command as that breaks with GNU Make 3.81 --- Makefile | 3 +-- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 4e9d7405..ab28d28a 100755 --- a/Makefile +++ b/Makefile @@ -248,8 +248,7 @@ $(ADIR)/status: else \ zcat $(MIRROR)/dists/$(CODENAME)/main/binary-$(ARCH)/Packages.gz | \ perl -000 -ne 's/^(Package: .*)$$/$$1\nStatus: install ok installed/m; \ - print if (/^Priority: (required|important|standard)/m or \ - /^Section: base/m);' \ + print if (/^Priority: (required|important|standard)/m or /^Section: base/m);' \ > $(ADIR)/status ; \ fi # Updating the apt database diff --git a/debian/changelog b/debian/changelog index 97e457a7..76dc2ad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -42,8 +42,10 @@ debian-cd (2.2.26) UNRELEASED; urgency=low - globally exclude any discover udebs - clean up obsolete exclusions * Include "tape" images again for S/390. + * Makefile: remove line continuation inside perl command as that breaks with + GNU Make 3.81. - -- Frans Pop Thu, 2 Nov 2006 08:20:13 +0100 + -- Frans Pop Tue, 14 Nov 2006 11:03:13 +0100 debian-cd (2.2.25) unstable; urgency=low