Procházet zdrojové kódy

Add compression development packages to libdpkg-dev Depends

Guillem Jover před 13 roky
rodič
revize
747f603358
2 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 1 0
      debian/changelog
  2. 1 1
      debian/control

+ 1 - 0
debian/changelog

@@ -6,6 +6,7 @@ dpkg (1.17.0) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.4 (no changes needed).
   * Bump Standards-Version to 3.9.4 (no changes needed).
   * Use the new canonical dpkg git Vcs URLs.
   * Use the new canonical dpkg git Vcs URLs.
   * Remove ancient version from zlibg1-dev Build-Depends.
   * Remove ancient version from zlibg1-dev Build-Depends.
+  * Add compression development packages to libdpkg-dev Depends.
 
 
  -- Guillem Jover <guillem@debian.org>  Fri, 03 Aug 2012 13:21:00 +0200
  -- Guillem Jover <guillem@debian.org>  Fri, 03 Aug 2012 13:21:00 +0200
 
 

+ 1 - 1
debian/control

@@ -20,7 +20,7 @@ Package: libdpkg-dev
 Section: libdevel
 Section: libdevel
 Priority: optional
 Priority: optional
 Architecture: any
 Architecture: any
-Depends: ${misc:Depends}
+Depends: zlib1g-dev, liblzma-dev, libbz2-dev, ${misc:Depends}
 Description: Debian package management static library
 Description: Debian package management static library
  This package provides the header files and static library necessary to
  This package provides the header files and static library necessary to
  develop software using libdpkg, the same library used internally by dpkg.
  develop software using libdpkg, the same library used internally by dpkg.