Your message dated Wed, 11 Jul 2007 19:32:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432258: fixed in pango1.0 1.16.4-2
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: pango1.0
Version: 1.16.4-1
Severity: important
Tags: d-i patch

After a binNMU, the current libpango1.0-udeb in unstable for amd64 has a 
dependency on libcairo2 instead of libcairo-directfb2-udeb.
This is caused by a (in itself correct) packaging change in libcairo which 
means that the shlibs file for libcairo itself no longer has a udeb: line 
that refers to libcairo-directfb2-udeb.
The patch below fixes this by calling dh_shlibdeps with a -l option.

This issue is breaking the daily builds of the installer for amd64.

NOTE FOR UPLOADING
------------------
The shlibs file in version zlib1g 1:1.2.3.3.dfsg-3 in unstable is broken 
(missing the udeb: line). This was fixed in 1:1.2.3.3.dfsg-4, but that is 
not yet available for all arches (including i386).
As pango1.0 does not itself have a build dependency on zlib1g, this needs 
to be "fixed" by setting a dep-wait on zlib1g/1:1.2.3.3.dfsg-4 in 
wanna-build _immediately_ after the package is accepted.
So please:
- make sure that you have zlib1g/1:1.2.3.3.dfsg-4 installed when building
  pango1.0 for this upload
- coordinate your upload with Steve Langasek (vorlon) on #debian-release
  so that he can set this dep-wait

Thanks,
FJP

diff -u pango1.0-1.16.4/debian/rules pango1.0-1.16.4/debian/rules
--- pango1.0-1.16.4/debian/rules
+++ pango1.0-1.16.4/debian/rules
@@ -268,7 +268,8 @@
        cat debian/*/DEBIAN/shlibs | \
                sed -n -r -e 's/(([^ ]+: )?([^ ]+) ([^ ]+)) .*/\1/p' \
                        > debian/shlibs.local
-       dh_shlibdeps -a
+       dh_shlibdeps -a -N$(UDEB_PKG)
+       dh_shlibdeps -p$(UDEB_PKG) -l /usr/lib/libcairo-directfb/lib/
        -rm -f debian/shlibs.local
        dh_gencontrol -a
        dh_md5sums -a

Attachment: pgpofg6wr3zsT.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: pango1.0
Source-Version: 1.16.4-2

We believe that the bug you reported is fixed in the latest version of
pango1.0, which is due to be installed in the Debian FTP archive:

libpango1.0-0-dbg_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0-dbg_1.16.4-2_i386.deb
libpango1.0-0_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-0_1.16.4-2_i386.deb
libpango1.0-common_1.16.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-common_1.16.4-2_all.deb
libpango1.0-dev_1.16.4-2_i386.deb
  to pool/main/p/pango1.0/libpango1.0-dev_1.16.4-2_i386.deb
libpango1.0-doc_1.16.4-2_all.deb
  to pool/main/p/pango1.0/libpango1.0-doc_1.16.4-2_all.deb
libpango1.0-udeb_1.16.4-2_i386.udeb
  to pool/main/p/pango1.0/libpango1.0-udeb_1.16.4-2_i386.udeb
pango1.0_1.16.4-2.diff.gz
  to pool/main/p/pango1.0/pango1.0_1.16.4-2.diff.gz
pango1.0_1.16.4-2.dsc
  to pool/main/p/pango1.0/pango1.0_1.16.4-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Loic Minier <[EMAIL PROTECTED]> (supplier of updated pango1.0 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed, 11 Jul 2007 21:15:08 +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.16.4-2
Distribution: unstable
Urgency: high
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 - minimal 
runtime (udeb)
Closes: 432258
Changes: 
 pango1.0 (1.16.4-2) unstable; urgency=high
 .
   [ Josselin Mouette ]
   * Whoops. Re-commit some things that were uploaded as part of 1.16.2-2
     but not committed.
 .
   [ Loic Minier ]
   * Use printf instead of echo in dh_gtkmodules to write to write data to
     files in complex_doit() calls as dash's echo will always honor escape
     sequences.
   * Call dh_shlibdeps separately for the udeb and add a
     -l/usr/lib/libcairo-directfb/lib/ flag to ensure libcairo-directfb2 is
     found; thanks Frans Pop; closes: #432258.
   * Build-dep on libcairo-directfb2-dev; thanks Frans Pop; doh!
Files: 
 387411485c3bb82b5b6b47d22df9f50d 1196 libs optional pango1.0_1.16.4-2.dsc
 5fda2bb22caec0430eff6a1a4a2ca545 26304 libs optional pango1.0_1.16.4-2.diff.gz
 a004c2380dfc6bb65fe02cb7c7f9984e 62242 misc optional 
libpango1.0-common_1.16.4-2_all.deb
 f3eb66892caabf8698ead75f2e9d8ca3 259238 doc optional 
libpango1.0-doc_1.16.4-2_all.deb
 9f7815998c3b80b667c083f3d07a0d3a 290884 libs optional 
libpango1.0-0_1.16.4-2_i386.deb
 08038336552546dfb6995d40a808d2b0 219746 debian-installer optional 
libpango1.0-udeb_1.16.4-2_i386.udeb
 d8ae01cddcf246005c0522e697f94fab 354562 libdevel optional 
libpango1.0-dev_1.16.4-2_i386.deb
 2ad449b7414381716dbbaac9bc985cab 687058 libdevel extra 
libpango1.0-0-dbg_1.16.4-2_i386.deb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGlS134VUX8isJIMARAsdTAJ9MIenoNqQsVeg8ehQv/69OlZXqEACffIev
m6NP8SuhlGfHgKQArff7vUQ=
=mmo0
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to