* scripts/dpkg-gencontrol.pl: Likewise.
* scripts/dpkg-source.pl: Likewise.
* scripts/dpkg-checkbuilddeps.pl: Likewise.
($dpkglibdir): Change to '..'.
+2007-05-08 Guillem Jover <guillem@debian.org>
+
+ * 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 <guillem@debian.org>
* scripts/update-alternatives.pl: Do not exit with an error on
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;
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);
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);
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;