]> err.no Git - dpkg/commitdiff
Add back $dpkglib into @INC, needed by the controllib.pl require in 822-date
authorGuillem Jover <guillem@debian.org>
Thu, 6 Sep 2007 01:33:50 +0000 (04:33 +0300)
committerGuillem Jover <guillem@debian.org>
Thu, 6 Sep 2007 01:33:50 +0000 (04:33 +0300)
ChangeLog
debian/changelog
scripts/822-date.pl

index 387937615a894080b46cd4d013ed48c3ca827a77..c6fd9b8ad678f51b95a966adac4bea004ab8105e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-09-06  Guillem Jover  <guillem@debian.org>
+
+       * scripts/822-date.pl: Add $dpkglib into @INC, needed by the
+       controllib.pl require.
+
 2007-09-06  Guillem Jover  <guillem@debian.org>
 
        * configure.ac: Bump version to 1.14.7~.
index 7b399ccaa5e2ce7ce31f69c253ab509dda34663d..773ba39112b822a138e3542d9263d97c088d590a 100644 (file)
@@ -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
index 28cfab3311445168917acc0a7247c7b8d49f4ce3..aa83d2a9616dbbc9c6668a5ad72454e77fffb05f 100755 (executable)
@@ -8,6 +8,7 @@ use Dpkg::Gettext;
 
 textdomain("dpkg-dev");
 
+push(@INC, $dpkglibdir);
 require 'controllib.pl';
 
 @ARGV && die _g("Usage: 822-date")."\n";