From bf9ce4b4836e2df06651de91e65641b7d3cb16d6 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Tue, 8 May 2007 05:41:25 +0000 Subject: [PATCH] * scripts/dpkg-genchanges.pl ($pkgdatadir): New variable. * scripts/dpkg-gencontrol.pl: Likewise. * scripts/dpkg-source.pl: Likewise. * scripts/dpkg-checkbuilddeps.pl: Likewise. ($dpkglibdir): Change to '..'. --- ChangeLog | 8 ++++++++ scripts/dpkg-checkbuilddeps.pl | 3 ++- scripts/dpkg-genchanges.pl | 1 + scripts/dpkg-gencontrol.pl | 3 ++- scripts/dpkg-source.pl | 1 + 5 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27e19b82..8deedb75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-05-08 Guillem Jover + + * scripts/dpkg-genchanges.pl ($pkgdatadir): New variable. + * scripts/dpkg-gencontrol.pl: Likewise. + * scripts/dpkg-source.pl: Likewise. + * scripts/dpkg-checkbuilddeps.pl: Likewise. + ($dpkglibdir): Change to '..'. + 2007-05-08 Guillem Jover * scripts/update-alternatives.pl: Do not exit with an error on diff --git a/scripts/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl index 3d7f597d..dc2f7567 100755 --- a/scripts/dpkg-checkbuilddeps.pl +++ b/scripts/dpkg-checkbuilddeps.pl @@ -5,7 +5,8 @@ use strict; use warnings; our $progname; -our $dpkglibdir = "/usr/lib/dpkg"; # This line modified by Makefile +our $dpkglibdir = "."; # This line modified by Makefile +our $pkgdatadir = ".."; # This line modified by Makefile use Getopt::Long; diff --git a/scripts/dpkg-genchanges.pl b/scripts/dpkg-genchanges.pl index 62505c2c..dad966bc 100755 --- a/scripts/dpkg-genchanges.pl +++ b/scripts/dpkg-genchanges.pl @@ -6,6 +6,7 @@ use warnings; our $progname; our $version = '1.3.0'; # This line modified by Makefile our $dpkglibdir = "."; # This line modified by Makefile +our $pkgdatadir = ".."; # This line modified by Makefile use POSIX; use POSIX qw(:errno_h :signal_h); diff --git a/scripts/dpkg-gencontrol.pl b/scripts/dpkg-gencontrol.pl index dad56c88..23fca04a 100755 --- a/scripts/dpkg-gencontrol.pl +++ b/scripts/dpkg-gencontrol.pl @@ -3,8 +3,9 @@ use strict; use warnings; -our $dpkglibdir = "."; # This line modified by Makefile our $version = '1.3.0'; # This line modified by Makefile +our $dpkglibdir = "."; # This line modified by Makefile +our $pkgdatadir = ".."; # This line modified by Makefile use POSIX; use POSIX qw(:errno_h); diff --git a/scripts/dpkg-source.pl b/scripts/dpkg-source.pl index 554a4fbf..1f345606 100755 --- a/scripts/dpkg-source.pl +++ b/scripts/dpkg-source.pl @@ -6,6 +6,7 @@ use warnings; our $progname; our $version = "1.3.0"; # This line modified by Makefile our $dpkglibdir = "."; # This line modified by Makefile +our $pkgdatadir = ".."; # This line modified by Makefile my @filesinarchive; my %dirincluded; -- 2.39.5