From c3fab64d37d437b1870c4d98f1a17171964750ce Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 2 May 2000 02:45:25 +0000 Subject: [PATCH] * Corrected checking of system() in Deb::prep. Closes: #63396 --- Alien/Package/Deb.pm | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Alien/Package/Deb.pm b/Alien/Package/Deb.pm index 8af71d1..02f8634 100644 --- a/Alien/Package/Deb.pm +++ b/Alien/Package/Deb.pm @@ -251,7 +251,7 @@ sub prep { if (defined $this->patchfile) { # The -f passed to zcat makes it pass uncompressed files # through without error. - system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") || + system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") && die "patch error: $!"; # Look for .rej files. die "patch failed with .rej files; giving up" diff --git a/debian/changelog b/debian/changelog index f38a33c..794f49f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +alien (7.1) unstable; urgency=low + + * Corrected checking of system() in Deb::prep. Closes: #63396 + + -- Joey Hess Mon, 1 May 2000 19:42:01 -0700 + alien (7.0) unstable; urgency=low * This is a fully rewritten version, now belived to be stable enough for