Your message dated Tue, 14 Jul 2009 03:17:28 +0000
with message-id <[email protected]>
and subject line Bug#536785: fixed in pangomm 2.24.0-3
has caused the Debian Bug report #536785,
regarding pangomm: FTBFS due to broken Depends field.
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
536785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536785
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pangomm
Version: 2.24.0-2
Severity: serious
Tags: patch
Justification: FTBFS

Heya,

dpkg-dev 1.15.3 got stricter, and your Depends field is no longer
accepted. Trivial patch attached. And log excerpt below.

Mraw,
KiBi.

---
dh_builddeb -plibpangomm-1.4-1 
dpkg-deb: building package `libpangomm-1.4-1' in 
`../libpangomm-1.4-1_2.24.0-2_kfreebsd-i386.deb'.
dh_gencontrol -plibpangomm-1.4-dev  
dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: can't parse dependency libpangomm-1.4-1 (= 2.24.0-2)
         libcairomm-1.0-dev (>= 1.2.2)
dpkg-gencontrol: error: error occurred while parsing Depends field: ,
         ,
         libpangomm-1.4-1 (= 2.24.0-2)
         libcairomm-1.0-dev (>= 1.2.2),
         libglibmm-2.4-dev (>= 2.14.1),
         libpango1.0-dev (>= 1.23.0)
dh_gencontrol: dpkg-gencontrol returned exit code 255
make: *** [binary-makedeb-IMPL/libpangomm-1.4-dev] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch gave error 
exit status 2
diff -u pangomm-2.24.0/debian/control.in pangomm-2.24.0/debian/control.in
--- pangomm-2.24.0/debian/control.in
+++ pangomm-2.24.0/debian/control.in
@@ -38,7 +38,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpangomm-1.4-1 (= ${binary:Version})
+         libpangomm-1.4-1 (= ${binary:Version}),
          libcairomm-1.0-dev (>= 1.2.2),
          libglibmm-2.4-dev (>= 2.14.1),
          libpango1.0-dev (>= 1.23.0)
diff -u pangomm-2.24.0/debian/control pangomm-2.24.0/debian/control
--- pangomm-2.24.0/debian/control
+++ pangomm-2.24.0/debian/control
@@ -38,7 +38,7 @@
 Section: libdevel
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         libpangomm-1.4-1 (= ${binary:Version})
+         libpangomm-1.4-1 (= ${binary:Version}),
          libcairomm-1.0-dev (>= 1.2.2),
          libglibmm-2.4-dev (>= 2.14.1),
          libpango1.0-dev (>= 1.23.0)

--- End Message ---
--- Begin Message ---
Source: pangomm
Source-Version: 2.24.0-3

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

libpangomm-1.4-1_2.24.0-3_i386.deb
  to pool/main/p/pangomm/libpangomm-1.4-1_2.24.0-3_i386.deb
libpangomm-1.4-dbg_2.24.0-3_i386.deb
  to pool/main/p/pangomm/libpangomm-1.4-dbg_2.24.0-3_i386.deb
libpangomm-1.4-dev_2.24.0-3_i386.deb
  to pool/main/p/pangomm/libpangomm-1.4-dev_2.24.0-3_i386.deb
libpangomm-1.4-doc_2.24.0-3_all.deb
  to pool/main/p/pangomm/libpangomm-1.4-doc_2.24.0-3_all.deb
pangomm_2.24.0-3.diff.gz
  to pool/main/p/pangomm/pangomm_2.24.0-3.diff.gz
pangomm_2.24.0-3.dsc
  to pool/main/p/pangomm/pangomm_2.24.0-3.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.
Deng Xiyue <[email protected]> (supplier of updated pangomm 
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.8
Date: Tue, 14 Jul 2009 09:31:25 +0800
Source: pangomm
Binary: libpangomm-1.4-1 libpangomm-1.4-dev libpangomm-1.4-doc 
libpangomm-1.4-dbg
Architecture: source all i386
Version: 2.24.0-3
Distribution: unstable
Urgency: high
Maintainer: Michael Casadevall <[email protected]>
Changed-By: Deng Xiyue <[email protected]>
Description: 
 libpangomm-1.4-1 - C++ Wrapper for pango (shared libraries)
 libpangomm-1.4-dbg - C++ Wrapper for pango (debugging symbols)
 libpangomm-1.4-dev - C++ Wrapper for pango (development files)
 libpangomm-1.4-doc - C++ Wrapper for pango (documentation)
Closes: 536785
Changes: 
 pangomm (2.24.0-3) unstable; urgency=high
 .
   * Update debian/copyright to conform to latest DEP 5.
     + Point to versioned license files.
   * Add missing ',' in control file to fix FTBFS against new dpkg.  Thanks
     KiBi for the report and patch.  (Closes: #536785)
     + RC bug, hence urgency high.
   * Drop strict bdep on libglib2.0-dev and libcairo2-dev added to help
     experimental buildd, which are not needed now.
   * Update Standard-Version to 3.8.2.
Checksums-Sha1: 
 8ef6b7887dd0e8a0f8a37e9af657e81332cad93d 1508 pangomm_2.24.0-3.dsc
 aa6c53cbf28817052a1968b7abf69dc19150db1e 3709 pangomm_2.24.0-3.diff.gz
 dc24e43937b4e8db6744e9e3b003cf9185661c9b 655794 
libpangomm-1.4-doc_2.24.0-3_all.deb
 87e4e2ad3bdaf7d10b6d23c38bf03ea2bebba943 65090 
libpangomm-1.4-1_2.24.0-3_i386.deb
 3195c52fe1cc6b47c09db82f1cea023fd54e8166 61568 
libpangomm-1.4-dev_2.24.0-3_i386.deb
 912d7a500d1a6ba31561810d5d70a7c9d3dbba26 412242 
libpangomm-1.4-dbg_2.24.0-3_i386.deb
Checksums-Sha256: 
 fb75d74a1c27abeea0b8faccc0c2e145d42cf37fcaa425b005abdc2c98919b5c 1508 
pangomm_2.24.0-3.dsc
 7051c44b5c54acc7a4873701789185ed09da38e6a91bb4128316fbd6ed7a0ac9 3709 
pangomm_2.24.0-3.diff.gz
 15cbd2aceb639ed90d07c4dd7226a1cbc951ae98b86e695c19ad80b8bd0d2880 655794 
libpangomm-1.4-doc_2.24.0-3_all.deb
 b0b6858ae448ca2e39e1d55ac80cd019e86c3105f589222886a30b800ceeb328 65090 
libpangomm-1.4-1_2.24.0-3_i386.deb
 31a66b97e098ce7e43a8438897e8725f234d4a216fa81ab764f20a845bc2a437 61568 
libpangomm-1.4-dev_2.24.0-3_i386.deb
 ff7db81cdbf4c3a277358924d8ecb71a804ecd5b47b60cab5a4a578fea100434 412242 
libpangomm-1.4-dbg_2.24.0-3_i386.deb
Files: 
 bf9a28dbef86bb0147d7c47508545287 1508 libs optional pangomm_2.24.0-3.dsc
 b484a731063cfb97baf18f1639b54b6b 3709 libs optional pangomm_2.24.0-3.diff.gz
 6085326731b022948e9cf7e82ddb28c9 655794 doc optional 
libpangomm-1.4-doc_2.24.0-3_all.deb
 44ca49c71a07e928b20bb5c9ff9928a5 65090 libs optional 
libpangomm-1.4-1_2.24.0-3_i386.deb
 9236244d5aaa19225e03abd9d3fd3790 61568 libdevel optional 
libpangomm-1.4-dev_2.24.0-3_i386.deb
 cda6c067c10c05a91ecf35f17994bb7f 412242 debug extra 
libpangomm-1.4-dbg_2.24.0-3_i386.deb

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

iEYEARECAAYFAkpb5hUACgkQvfS9XUIPMAkvMwCgu/s4o2eVjkIf5kP8uhHubCT+
jMEAn26MD5uwNvnN+alNwoN4Iz60B3Zs
=zIOR
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to