dpkg (1.14.8) UNRELEASED; urgency=low
[ Raphael Hertzog ]
- * Merge dpkg-shlibdeps-buxy branch, dpkg-shlibdeps has been heavily
- reworked:
- * it supports "symbols" files to generate finer-grained
- dependencies. Closes: #430367
- Those files can be created by the new dpkg-gensymbols
- command.
- * it uses now all paths in RPATH (instead of only the first).
+ * 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
- * it's now able to parse include directives in /etc/ld.so.conf.
- Closes: #431597
- * libraries are also searched in the public directories of packages
+ - 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 the "shlibs" format requires it. This allows
- binaries to be linked with unversioned libraries and not fail.
- Closes: #48208
- Note that unversioned libraries are still a very bad idea.
- * dpkg-shlibdeps now supports "-x<package>" options that can be used
- to exclude packages from generated dependencies. This is
- particalularly useful to avoid dependencies on ourselves when a
- package contains a binary and a library (without requiring an
- shlibs.local file to override the usual shlibs file). It might also
- be used to avoid other unwanted dependencies (use with care though).
+ - "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
+ - 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 which will rewrite and simplify dependencies
- as possible.
- Multiple dependencies on the same package are replaced by their
- intersection. Closes: #178203, #186809, #222652
- This applies to dependencies as well as build dependencies.
+ 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
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 module.
- * Switch perl programs to use the new Dpkg/Arch module.
+ * 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.
[ Updated dselect translations ]
* Czech (Miroslav Kure).
+ [ Added dpkg translations ]
+ * Thai (Theppitak Karoonboonyanan). Closes: #446501
+
[ Updated dpkg translations ]
* Czech (Miroslav Kure).
+ * Galician (Jacobo Tarrio). Closes: #446624
* Polish (Robert Luberda).
* Russian (Yuri Kozlov). Closes: #446278
- * Thai added (Theppitak Karoonboonyanan). Closes: #446501
- * Galician (Jacobo Tarrio). Closes: #446624
[ 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).
- * German added (Helge Kreutzmann). Closes: #448353
-- Raphael Hertzog <hertzog@debian.org> Mon, 08 Oct 2007 20:49:51 +0200
-dpkg (1.14.8~newshlib) experimental; urgency=low
-
- [ Raphael Hertzog ]
- * Snapshot of upcoming dpkg 1.14.8 with improved dpkg-shlibdeps
- supporting symbols files.
-
- [ Updated man pages translations ]
- * German (Helge Kreutzmann).
-
- -- Raphael Hertzog <hertzog@debian.org> Mon, 08 Oct 2007 20:22:57 +0200
-
dpkg (1.14.7) unstable; urgency=low
[ Guillem Jover ]
2007-11-04 Robert Luberda <robert@debian.org>
- * po/pl.po: Update to 1258t10f77u, fix typos
- in existing translations.
+ * po/pl.po: Update to 1258t10f77u, fix typos in existing
+ translations.
2007-11-10 Helge Kreutzmann <debian@helgefjell.de>
- * po/de.po: Spellchecked
+ * po/de.po: Spellchecked.
2007-11-04 Robert Luberda <robert@debian.org>
* po/pl.po: Update to 1221t16f108u.
-
+
2007-11-04 Helge Kreutzmann <debian@helgefjell.de>
* po/de.po: Updated to 1300t0f45u.
2007-10-12 Helge Kreutzmann <debian@helgefjell.de>
- * po/de.po: Updated to 1280t0f63u, add lots of fixes from
- Frank Lichtenheld, thanks!
+ * po/de.po: Updated to 1280t0f63u, add lots of fixes from
+ Frank Lichtenheld, thanks!
2007-10-12 Frank Lichtenheld <djpig@debian.org>
2007-07-18 Guillem Jover <guillem@debian.org>
- * dpkg.1: Split indeendent options.
+ * dpkg.1: Split independent options.
* dpkg-buildpackage.1: Likewise.
* dpkg-genchanges.1: Likewise.
* dpkg-source.1: Likewise.
2007-11-04 Helge Kreutzmann <debian@helgefjell.de>
- * de.po: Updated to 141t0f337u.
-
+ * de.po: Updated to 141t0f337u.
+
2007-10-26 Peter Karlsson <peterk@debian.org>
* dpkg-dev.pot: Regenerated.
2007-10-08 Robert Luberda <robert@debian.org>
- * LINGUAS, pl.po: Initial Polish translation with 322t69f71u.
+ * LINGUAS: Add Polish.
+ * pl.po: New file. Initial translation with 322t69f71u.
2007-09-28 Peter Karlsson <peterk@debian.org>
- * sv.po: Updated Swedish to 462t.
+ * sv.po: Updated to 462t.
2007-09-23 Frank Lichtenheld <djpig@debian.org>
2007-09-20 Christian Perrier <bubulle@debian.org>
- * fr.po: Typo correction
+ * fr.po: Typo correction.
2007-08-30 Peter Karlsson <peterk@debian.org>
- * LINGUAS, sv.po: Added Swedish.
+ * LINGUAS: Added Swedish.
+ * sv.po: New file.
2007-08-18 Guillem Jover <guillem@debian.org>