+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~.
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
textdomain("dpkg-dev");
+push(@INC, $dpkglibdir);
require 'controllib.pl';
@ARGV && die _g("Usage: 822-date")."\n";