mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Corrected checking of system() in Deb::prep. Closes: #63396
This commit is contained in:
@@ -251,7 +251,7 @@ sub prep {
|
|||||||
if (defined $this->patchfile) {
|
if (defined $this->patchfile) {
|
||||||
# The -f passed to zcat makes it pass uncompressed files
|
# The -f passed to zcat makes it pass uncompressed files
|
||||||
# through without error.
|
# through without error.
|
||||||
system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") ||
|
system("zcat -f ".$this->patchfile." | (cd $dir; patch -p1)") &&
|
||||||
die "patch error: $!";
|
die "patch error: $!";
|
||||||
# Look for .rej files.
|
# Look for .rej files.
|
||||||
die "patch failed with .rej files; giving up"
|
die "patch failed with .rej files; giving up"
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (7.1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Corrected checking of system() in Deb::prep. Closes: #63396
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Mon, 1 May 2000 19:42:01 -0700
|
||||||
|
|
||||||
alien (7.0) unstable; urgency=low
|
alien (7.0) unstable; urgency=low
|
||||||
|
|
||||||
* This is a fully rewritten version, now belived to be stable enough for
|
* This is a fully rewritten version, now belived to be stable enough for
|
||||||
|
|||||||
Reference in New Issue
Block a user