Dpkg

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  [ Raphaël Hertzog ]
  * Fix bad behaviour of Dpkg::Path::get_pkg_root_dir() and adjust
    dpkg-shlibdeps accordingly. Closes: #452012
  * Fix Dpkg::Deps to accept empty fields. Closes: #452013

  [ Updated man pages translations ]
  * German (Helge Kreutzmann).

 -- Guillem Jover <guillem@debian.org>  Tue, 20 Nov 2007 07:15:41 +0200

dpkg (1.14.8) unstable; urgency=low

  [ Raphaël Hertzog ]
  * Heavy rework of dpkg-shlibdeps:
    - Support "symbols" files to generate finer-grained dependencies.
      Those files can be created by the new dpkg-gensymbols command.
      Closes: #430367
    - Uses now all paths in RPATH (instead of only the first).
      Closes: #395942
    - Support parsing include directives in /etc/ld.so.conf. Closes: #431597
    - Libraries are also searched in the public directories of packages
      being built and thus debian/shlibs.local can effectively define
      dependencies for libraries that are being built. Closes: #80340
    - "symbols" files use the full SONAME as key instead of splitting it in
      (name, version) like in the "shlibs" format. This allows binaries to
      be linked with unversioned libraries and not fail. Note that
      unversioned libraries are still a very bad idea.  Closes: #48208
    - dpkg-shlibdeps now supports '-x<package>' options that can be used to
      exclude packages from generated dependencies (use with care though).
      Closes: #41907, #109954
    - If dpkg-shlibdeps doesn't find any dependency information for a
      shared library that is actively used, then it will fail. This can be
      disabled with the option '--ignore-missing-info'. Closes: #10807
  * Switch perl programs to use the new Dpkg::Deps module. This changes the
    behaviour of dpkg-gencontrol and dpkg-source which will rewrite and
    simplify dependencies and build dependencies as possible. Multiple
    dependencies on the same package are replaced by their intersection.
    Closes: #178203, #186809, #222652

  [ Frank Lichtenheld ]
  * Add $(MAKE) check to build target
  * Allow using other compressions than gzip on dpkg-source -b
    (NOTE: this will result in a Format: 2.0 source package!).
    Closes: #382673
  * Various small fixes to the manpages suggested by Helge Kreutzmann.
    Closes: #445858
  * Fix Dpkg::BuildOptions (and thereby dpkg-buildpackage) to really
    set DEB_BUILD_OPTIONS. Found by Daniel Shepler. Closes: #446119
  * Change some ' in shell code in dpkg-source.1 and dpkg-query.1 to
    proper \(aq. Reported by Daniel van Eeden. Closes: #447476

  [ Guillem Jover ]
  * Use shipped perl modules when calling perl programs at build time.
  * Switch perl programs to use the new Dpkg::ErrorHandling and Dpkg::Arch
    perl modules.
  * Add support for format strings in Dpkg::ErrorHandling functions.
  * Move build and host arch detection code from dpkg-architecture to
    Dpkg::Arch.
  * Add initial udeb support:
    - Support new fields Package-Type, Subarchitecture, Kernel-Version
      and Installer-Menu-Item. Closes: #383916
    - New '--type' option for dpkg-scanpackages.
  * Make dpkg-dev Conflict on dpkg-cross << 2.0.0 which was sourcing
    dpkg-buildpackage expecting it to be a shell script. Closes: #445852
  * Get rid of undefined macros from man pages. Thanks to Colin Watson
    for the analysis.

  [ Updated dselect translations ]
  * Czech (Miroslav Kure).

  [ Added programs translations ]
  * Thai (Theppitak Karoonboonyanan). Closes: #446501

  [ Updated programs translations ]
  * Czech (Miroslav Kure).
  * Galician (Jacobo Tarrio). Closes: #446624
  * Polish (Robert Luberda).
  * Russian (Yuri Kozlov). Closes: #446278

  [ Updated man pages translations ]
  * German (Helge Kreutzmann). Closes: #448354
  * Polish (Robert Luberda).
  * Swedish (Peter Karlsson).

  [ Added scripts translations ]
  * German (Helge Kreutzmann). Closes: #448353

  [ Updated scripts translations ]
  * Polish (Robert Luberda).
  * Swedish (Peter Karlsson).

 -- Guillem Jover <guillem@debian.org>  Mon, 19 Nov 2007 10:36:30 +0200

dpkg (1.14.7) unstable; urgency=low

  [ Guillem Jover ]
  * Add back $dpkglib into @INC, needed by the controllib.pl require in
    822-date. Closes: #440962
  * Document in dpkg-scanpackages that apt now requires Packages.bz2 in
    preference to Packages.gz. Closes: #440973
  * Stop recognizing the obsolete Optional field when building packages.
  * Use fakeroot, if present, by default to gain root privileges in
    dpkg-buildpackage.
  * Fix typos in dpkg-deb.1 and start-stop-daemon.8. Closes: #441051
    Thanks to A. Costa.
  * After '<prerm> remove' fails and while doing the error unwinding, if
    the '<postinst> abort-remove' call succeeds, preserve the old status
    instead of unconditionally setting it to 'Installed'. Closes: #432893
    Thanks to Brian M. Carlson.
  * Add Vcs-Browser and Vcs-Git fields to debian/control.
  * Add a Homepage field to debian/control (to be changed later when
    there's a more formal site).
  * Allow comparing unsupported architectures for equality and identity.
    Based on a patch by Frank Lichtenheld. Closes: #427210
  * Document Origin and Bugs fields in deb-control.5. Closes: #173463
  * Do not replace substvars for build dependencies (it was not supported
    anyway).

  [ Frank Lichtenheld ]
  * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
  * Convert dpkg-buildpackage to a Perl script.



( run in 1.570 second using v1.01-cache-2.11-cpan-39bf76dae61 )