The branch, dpkg-shlibdeps-buxy has been updated
       via  fe7f329c88c4fe3fffca4cf6fc0146dfe79aaeda (commit)
       via  d33fc821873114a522cf098b07400d35c6e768df (commit)
       via  d12f5a0112b96afd3e041d089852bb3033f60c61 (commit)
       via  4384c139653405940fdd6325941bc84010cb22b6 (commit)
       via  210eff391ccd55e178fcb01b4152a2415b4d035e (commit)
       via  1136353c27a78838935e6632e55063ae87f223e1 (commit)
       via  fc02b5f9158fe08daad1ac73648f38230361834b (commit)
       via  522553671b4ee18d2d0c88f038a8a2e6f0758167 (commit)
       via  1e4bf10358ade2ddde2b5b12a0472d963f2ae9a4 (commit)
       via  f6d086484cba5a0abbfc14f40ecbd0221e5ceb24 (commit)
       via  f35e1f63adf2793972825f5ed951c4d54d1acd67 (commit)
       via  c576474070558119c35bd2ec6357c5f4928fa164 (commit)
       via  2c22031a81b0933bd90309637a83ced532449406 (commit)
       via  6233f972c4d6a5d015d825482f39c80aa757abdf (commit)
       via  aa08c7cb4bd35dea0b38efa029c2e83b6a70b342 (commit)
       via  f27f1555f5dc0bc14ab7d12a266281a071d44f17 (commit)
       via  d72b2b44976ff93cf48c467653d638d94fc1595f (commit)
       via  40a6ec9f89d9a92cfcc8ef5fb92e6f47c3b4a37c (commit)
       via  5ccf37476af8770e152d5c7f630984f8b39403e2 (commit)
       via  da1ac541d9db84cdaedc32ebce2878e0091e45c7 (commit)
       via  a129e78367a93df262eb3bae368852c75e2d53dc (commit)
       via  6ec95b294ac8c985c5b3738b24cd9b5dc0d57ed7 (commit)
       via  0770a75494266b92abe545a3cae8375e5fe5d618 (commit)
       via  23a2581056ea53bef05d1374ee0a170362397a67 (commit)
       via  38b3ca64db1c935571d3c36f050ef57dec592156 (commit)
       via  669ab06759db350765ac751cb52f487ea3418b7f (commit)
      from  3aea890c6528e2df0533c07a703fc22a48ea6fe2 (commit)


- Shortlog ------------------------------------------------------------
fe7f329 Merge branch 'master' into dpkg-shlibdeps-buxy. Prepare 1.14.8~newshlib

Summary of changes:
 ChangeLog                    |   70 +++
 configure.ac                 |    2 +-
 debian/changelog             |   99 +++--
 debian/control               |    1 +
 man/ChangeLog                |   39 ++-
 man/deb-control.5            |   10 +-
 man/dpkg-buildpackage.1      |    5 +-
 man/dpkg-source.1            |    2 +-
 man/po/de.po                 |  964 +++++++++++++++++++++++++-----------------
 man/po/dpkg-man.pot          |  377 +++++++++++------
 man/po/es.po                 |  454 +++++++++++++--------
 man/po/fr.po                 |  467 +++++++++++++--------
 man/po/hu.po                 |  407 +++++++++++-------
 man/po/ja.po                 |  408 +++++++++++-------
 man/po/pl.po                 |  411 +++++++++++-------
 man/po/pt_BR.po              |  409 +++++++++++-------
 man/po/ru.po                 |  405 +++++++++++-------
 man/po/sv.po                 |  485 +++++++++++++--------
 po/fr.po                     |   26 +-
 scripts/controllib.pl        |   11 +-
 scripts/dpkg-buildpackage.pl |   32 +-
 scripts/dpkg-gencontrol.pl   |    5 +-
 scripts/dpkg-source.pl       |   11 +-
 scripts/po/ChangeLog         |    4 +
 scripts/po/sv.po             |  104 +++--
 25 files changed, 3296 insertions(+), 1912 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit fe7f329c88c4fe3fffca4cf6fc0146dfe79aaeda
Merge: 3aea890c6528e2df0533c07a703fc22a48ea6fe2 
d33fc821873114a522cf098b07400d35c6e768df
Author: Raphael Hertzog <[EMAIL PROTECTED]>
Date:   Mon Oct 8 20:25:23 2007 +0200

    Merge branch 'master' into dpkg-shlibdeps-buxy. Prepare 1.14.8~newshlib
    release.
    
    Conflicts:
    
        configure.ac
        debian/changelog

diff --combined configure.ac
index 87a014c,5ce9f62..df83f25
--- a/configure.ac
+++ b/configure.ac
@@@ -1,7 -1,7 +1,7 @@@
  # Process this file with autoconf to produce a configure script.
  
  AC_PREREQ(2.59)
- AC_INIT([dpkg], [1.14.7~newshlib], [EMAIL PROTECTED])
 -AC_INIT([dpkg], [1.14.7], [EMAIL PROTECTED])
++AC_INIT([dpkg], [1.14.8~newshlib], [EMAIL PROTECTED])
  AC_CONFIG_SRCDIR([lib/dpkg.h])
  AC_CONFIG_MACRO_DIR([m4])
  AC_CONFIG_AUX_DIR([config])
diff --combined debian/changelog
index 9578eab,5cec060..3b23a97
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,40 -1,11 +1,15 @@@
- dpkg (1.14.7~newshlib.1) experimental; urgency=low
 -dpkg (1.14.8) UNRELEASED; urgency=low
++dpkg (1.14.8~newshlib) experimental; urgency=low
 +
-   * Fixes dpkg-gensymbols to use Dpkg::Gettext instead of recently
-     removed dpkg-gettext.pl.
++  [ Raphael Hertzog ]
++  * Snapshot of upcoming dpkg 1.14.8 with improved dpkg-shlibdeps
++    supporting symbols files.
  
-  -- Raphael Hertzog <[EMAIL PROTECTED]>  Tue, 25 Sep 2007 13:42:20 +0200
+   [ Updated man pages translations ]
+   * German (Helge Kreutzmann).
  
- dpkg (1.14.7~newshlib) experimental; urgency=low
 - --  <@debian.org>  Mon, 08 Oct 2007 18:47:34 +0300
++ -- Raphael Hertzog <[EMAIL PROTECTED]>  Mon, 08 Oct 2007 20:22:57 +0200
  
-   [ Raphael Hertzog ]
-   * 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).
-       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
-       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).
-       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
+ dpkg (1.14.7) unstable; urgency=low
  
    [ Guillem Jover ]
    * Add back $dpkglib into @INC, needed by the controllib.pl require in
@@@ -51,10 -22,19 +26,19 @@@
      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.
+     Fix some bugs in the new script detected in experimental:
+     Closes: #444362
    * dpkg-buildpackage accepts a -j<n> option now which will set
      MAKEFLAGS(-j<n>) and DEB_BUILD_OPTIONS(parallel=<n>) accordingly.
      parallel=<n> in DEB_BUILD_OPTIONS will be passed to MAKEFLAGS as
@@@ -64,6 -44,14 +48,14 @@@
      Jari Aalto. Closes: #440972
    * Rework documentation of dpkg-source's -i and -I options.
      Closes: #323911, #440956
+   * Add --utf8-strings to gpg call in dpkg-buildpackage since
+     that seems to be the better default. Suggested by Székelyi Szabolcs.
+     Closes: #379418
+   * Let dpkg-buildpackage error out early if the version number from
+     the changelog is not a valid Debian version. Closes: #216075
+   * Fix dpkg-source to create correct diffs for files with spaces in
+     their name (apparantly we don't have many of those ;).
+     Based on a patch by Marcel Toele. Closes: #445380
  
    [ Updated dpkg translations ]
    * Basque (Piarres Beobide). Closes: #440859
@@@ -83,9 -71,10 +75,50 @@@
  
    [ Updated scripts translations ]
    * Correct a typo in the French translation. Closes: #443276
+   * Swedish (Peter Karlsson).
+ 
+  -- Guillem Jover <[EMAIL PROTECTED]>  Mon, 08 Oct 2007 07:31:34 +0300
+ 
++dpkg (1.14.7~newshlib.1) experimental; urgency=low
++
++  * Fixes dpkg-gensymbols to use Dpkg::Gettext instead of recently
++    removed dpkg-gettext.pl.
++
++ -- Raphael Hertzog <[EMAIL PROTECTED]>  Tue, 25 Sep 2007 13:42:20 +0200
++
++dpkg (1.14.7~newshlib) experimental; urgency=low
++
++  [ Raphael Hertzog ]
++  * 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).
++      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
++      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).
++      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
 +
 + -- Raphael Hertzog <[EMAIL PROTECTED]>  Tue, 25 Sep 2007 08:43:45 +0200
 +
  dpkg (1.14.6) unstable; urgency=low
  
    [ Frank Lichtenheld ]

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to