From: Guillem Jover Date: Thu, 6 Sep 2007 01:33:50 +0000 (+0300) Subject: Add back $dpkglib into @INC, needed by the controllib.pl require in 822-date X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0ea9fec991a03dcd99e6562e6cce8430b1ff5d8;p=dpkg Add back $dpkglib into @INC, needed by the controllib.pl require in 822-date --- diff --git a/ChangeLog b/ChangeLog index 38793761..c6fd9b8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-06 Guillem Jover + + * scripts/822-date.pl: Add $dpkglib into @INC, needed by the + controllib.pl require. + 2007-09-06 Guillem Jover * configure.ac: Bump version to 1.14.7~. diff --git a/debian/changelog b/debian/changelog index 7b399cca..773ba391 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,9 @@ dpkg (1.14.7) UNRELEASED; urgency=low + [ Guillem Jover ] + * Add back $dpkglib into @INC, needed by the controllib.pl require in + 822-date. Closes: #440962 + [ Updated dpkg translations ] * German (Sven Joachim). Closes: #440537 * Nepali (Shiva Prasad Pokharel). Closes: #437825 diff --git a/scripts/822-date.pl b/scripts/822-date.pl index 28cfab33..aa83d2a9 100755 --- a/scripts/822-date.pl +++ b/scripts/822-date.pl @@ -8,6 +8,7 @@ use Dpkg::Gettext; textdomain("dpkg-dev"); +push(@INC, $dpkglibdir); require 'controllib.pl'; @ARGV && die _g("Usage: 822-date")."\n";