Your message dated Sun, 1 Oct 2006 12:20:29 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in upload of pango1.0 1.14.0-1 to experimental
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libpango1.0-0
Version: 1.8.1-1
Severity: important

Hello Sebastien,

libpango1.0-0 depends on libpango1.0-common and libpango1.0-common
depends on libpango1.0-0.  This is a circular dependency and cause
problem during woody to sarge upgrade.

dpkg: dependency problems prevent configuration of libpango1.0-common:
 libpango1.0-common depends on libpango1.0-0 (>= 1.8.1); however:
  Package libpango1.0-0 is not configured yet.
dpkg: error processing libpango1.0-common (--configure):
 dependency problems - leaving unconfigured

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)

Versions of packages libpango1.0-0 depends on:
ii  libc6                    2.3.2.ds1-22    GNU C Library: Shared libraries an
ii  libfontconfig1           2.3.2-1         generic font configuration library
ii  libfreetype6             2.1.7-2.4       FreeType 2 font engine, shared lib
ii  libglib2.0-0             2.6.4-1         The GLib library of C routines
ii  libpango1.0-common       1.8.1-1         Modules and configuration files fo
ii  libx11-6                 4.3.0.dfsg.1-13 X Window System protocol client li
ii  libxft2                  2.1.7-1         FreeType-based font drawing librar
ii  libxrender1              1:0.8.3-1       X Rendering Extension client libra
ii  xlibs                    4.3.0.dfsg.1-13 X Keyboard Extension (XKB) configu
ii  zlib1g                   1:1.2.2-4       compression library - runtime

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 1.14.0-1

        Hi,

 I forgot -v when uploading to unstable, but this bug is fixed in
 unstable as well, closing.

   Bye,

On Tue, Sep 19, 2006, Loic Minier wrote:
> tag 309437 + fixed-in-experimental
> 
> quit
> 
> This message was generated automatically in response to an
> upload to the experimental distribution.  The .changes file follows.
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Format: 1.7
> Date: Tue, 19 Sep 2006 09:25:20 +0200
> Source: pango1.0
> Binary: libpango1.0-0-dbg libpango1.0-dev libpango1.0-0 libpango1.0-doc 
> libpango1.0-udeb libpango1.0-common
> Architecture: source i386 all
> Version: 1.14.0-1
> Distribution: experimental
> Urgency: low
> Maintainer: Sebastien Bacher <[EMAIL PROTECTED]>
> Changed-By: Loic Minier <[EMAIL PROTECTED]>
> Description: 
>  libpango1.0-0 - Layout and rendering of internationalized text
>  libpango1.0-0-dbg - The Pango library and debugging symbols
>  libpango1.0-common - Modules and configuration files for the Pango
>  libpango1.0-dev - Development files for the Pango
>  libpango1.0-doc - Documentation files for the Pango
>  libpango1.0-udeb - Layout and rendering of internationalized text (udeb)
> Closes: 309437
> Changes: 
>  pango1.0 (1.14.0-1) experimental; urgency=low
>  .
>    * New upstream releases, with API additions.
>      - Target at experimental.
>      - Drop patch 10_allow-empty-gpos-table, merged upstream.
>      - shlibs bumped (follow upstream version).
>      - Run debconf-updatepo.
>    * Merge 1.12.3-2.
>    * Bump up Standards-Version to 3.7.2.
>    * New module files handling with *.modules files below
>      /usr/lib/pango/<MODULE_VERSION>/module-files.d.
>      - New patch, 10_scan-module-files-in-dirs, to read all *.modules files
>        when a directory is encountered in the Pango/ModuleFiles configuration
>        or in the default module search path.  Forwarded in GNOME #355985.
>      - New patch, 11_module-files-append-module-files-d.patch, to append
>        /usr/lib/pango/<MODULE_VERSION>/module-files.d to the list of module
>        files to load modules from.  Forwarded in GNOME #355985.
>      - Create a 
> /usr/lib/pango/<MODULE_VERSION>/module-files.d/pango1.0.modules
>        instead of /etc/pango/pango.modules in install-udeb and add a similar
>        snippet in install-shared.
>      - Remove the update-pango-modules call from postinst.
>      - Warn of usage of update-pango-modules; the rest of the script is kept
>        intact for backwards compatibility during the transition and presumably
>        until the next Debian release.
>      - Fixes usage of Pango in a Debconf frontend just after Pango is unpacked
>        but before it is configured; this is Ubuntu #41297 but the fix is
>        different.
>      - Paves the way for multiarch support.
>    * Define the flags for each flavor (shared, static, and udeb) in Makefile
>      vars and share the common flags.
>    * Rewrite rule inter-dependencies to handle the udeb flavor equally as the
>      two others; misc cleanups.
>    * Drop very old find snippet which rmdired all directories below debian/; 
> it
>      exists since before history tells us and breaks the build.
>    * Make BUILD_ directories absolute.
>    * Build flavors out-of-tree; saves 30% of required build space (28 MB) and
>      some build time / IO load; this also seems to make filenames printed in
>      assertions or other warnings to be the full pathname of files during the
>      build.
>    * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
>      differ.
>    * Stop shipping *.la and *.a files of modules.
>    * Rewrite most of the build process to be simpler and share the code 
> section
>      which permit it.
>    * Misc cleanups.
>    * Generate a Provides: [EMAIL PROTECTED]@ in [EMAIL PROTECTED]@ to
>      track the module version of Pango and to permit Pango modules to depend 
> on
>      it.
>    * New Debhelper-based command, dh_pangomodules, to create a Pango Module
>      file for all Pango modules.
>    * Make use of the new dh_pangomodules during the build (override the path 
> to
>      pango-querymodules).
>    * Make dh_pangomodules support dependency generation as well: if at least
>      one Pango module was found, add the current Pango module version virtual
>      provide to ${misc:Depends}.
>    * Use PANGO_MODVER_DEP instead of MODVER.
>    * Cleanup update-pango-modules.
>    * Install a man page for dh_pangomodules.
>    * Rewrite the other half of the build process, for my own sanity.
>    * Drop the debhelper dependency.
>    * Upgrade libpango-doc's Suggests: libglib2.0-doc to a Recommends.
>    * New shlibs handling for inter-dependencies; avoids the shlibs
>      self-dependencies for the shared package and the udeb, and requires 
> manual
>      handling of inter-dependencies; helps working around the circular
>      dependencies, #309437.
>    * Let libpango1.0-common Recommend libpango1.0-0 instead of Depending on it
>      as it did in the past, since the update-pango-modules may now fail 
> without
>      consequences (update-pango-aliases doesn't require libpango at all).
>      (Closes: #309437)
>    * Empty the dependency_libs in the *.la files of libpango1.0-dev.
>    * More build cleanups and simplifications.
>    * Move PANGO_MODVER_DEP at the top of dh_pangomodules.in.
>    * Update patch 11_module-files-append-module-files-d to use
>      G_SEARCHPATH_SEPARATOR_S and g_strjoin.
>    * Merge 1.12.4-1.
>    * Add missing dh_installdirs call and re-add /etc/pango to
>      libpango1.0-common since it's still needed.
> Files: 
>  01fb3f5f97c7cb1fc8bfd36581b025e5 1670 libs optional pango1.0_1.14.0-1.dsc
>  d221cdeaea6756e1a1b22fb4a3bfdf99 1744830 libs optional 
> pango1.0_1.14.0.orig.tar.gz
>  65ed63d587b17981bba25f4a391166f8 39709 libs optional 
> pango1.0_1.14.0-1.diff.gz
>  9eb760195b9c1d6e76d96b9750ef155a 242572 doc optional 
> libpango1.0-doc_1.14.0-1_all.deb
>  079ae6eba231f0b7973c43a993d0dc21 314322 libs optional 
> libpango1.0-0_1.14.0-1_i386.deb
>  c8745a8ee6bbc24391da9e453dd08a6d 206894 debian-installer optional 
> libpango1.0-udeb_1.14.0-1_i386.udeb
>  a30800013df379e039b2d94c9148513e 32986 misc optional 
> libpango1.0-common_1.14.0-1_i386.deb
>  df93a76b7088c98b0b5d84bc00233251 325332 libdevel optional 
> libpango1.0-dev_1.14.0-1_i386.deb
>  caccb01c48d987af6219e08b18446403 641872 libdevel extra 
> libpango1.0-0-dbg_1.14.0-1_i386.deb
> Package-Type: udeb
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (GNU/Linux)
> 
> iD8DBQFFD54B4VUX8isJIMARAoUqAKCTG+ADpNgfX0mSNCjTbqg0SogpmwCdE9YN
> rczLxGWKm1Yc1k28W7hmrxQ=
> =gV3U
> -----END PGP SIGNATURE-----
> 
> 
> 

-- 
Loïc Minier <[EMAIL PROTECTED]>

--- End Message ---

Reply via email to