Explorar o código

Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends

* debian/control: Add libtimedate-perl to
dpkg-dev's Depends and to Build-Depends (for
build-time tests). This introduces our first
run-time dependency on a perl module not shipped
with Perl itself. But to me it seems not worth
trying to replace that code.
Frank Lichtenheld %!s(int64=18) %!d(string=hai) anos
pai
achega
ed6d970d2a
Modificáronse 3 ficheiros con 18 adicións e 2 borrados
  1. 9 0
      ChangeLog
  2. 7 0
      debian/changelog
  3. 2 2
      debian/control

+ 9 - 0
ChangeLog

@@ -1,3 +1,12 @@
+2008-01-21  Frank Lichtenheld  <djpig@debian.org>
+
+	* debian/control: Add libtimedate-perl to
+	dpkg-dev's Depends and to Build-Depends (for
+	build-time tests). This introduces our first
+	run-time dependency on a perl module not shipped
+	with Perl itself. But to me it seems not worth
+	trying to replace that code.
+
 2008-01-21  Guillem Jover  <guillem@debian.org>
 
 	* configure.ac: Release 1.14.16.

+ 7 - 0
debian/changelog

@@ -1,3 +1,10 @@
+dpkg (1.14.16.1) unstable; urgency=low
+
+  * Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends.
+    Reported by Aurelien Jarno. Closes: #461875
+
+ -- Frank Lichtenheld <djpig@debian.org>  Mon, 21 Jan 2008 12:48:51 +0100
+
 dpkg (1.14.16) unstable; urgency=low
 
   [ Guillem Jover ]

+ 2 - 2
debian/control

@@ -12,7 +12,7 @@ Standards-Version: 3.7.3
 Build-Depends: debhelper (>= 4.1.81), pkg-config, po4a (>= 0.23),
  libncurses5-dev | libncurses-dev, zlib1g-dev (>= 1:1.1.3-19.1), libbz2-dev,
  libselinux1-dev (>= 1.28-4) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
- libio-string-perl
+ libtimedate-perl, libio-string-perl
 
 Package: dpkg
 Architecture: any
@@ -36,7 +36,7 @@ Section: utils
 Priority: optional
 Architecture: all
 Depends: dpkg (>= 1.14.6), perl5, perl-modules, cpio (>= 2.4.2-2), bzip2, lzma,
- patch (>= 2.2-1), make, binutils
+ patch (>= 2.2-1), make, binutils, libtimedate-perl
 Recommends: gcc | c-compiler, build-essential
 Suggests: gnupg, debian-keyring
 Conflicts: dpkgname, dpkg-cross (<< 2.0.0)