Your message dated Fri, 18 Jul 2008 11:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#484944: fixed in eel2 2.20.0-6 has caused the Debian Bug report #484944, regarding eel2: FTBFS when converted to new source format 3.0 (quilt): due to patches that require -p0 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.) -- 484944: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=484944 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: eel2 Version: 2.20.0-5 Severity: minor Usertags: 3.0-quilt-by-default To prepare a possible switch to the new source package format "3.0 (quilt)" [1], I converted all source packages and tried to rebuild them. Unfortunately, eel2 failed, you can try yourself with those commands (and dpkg-dev >= 1.14.19 [2]) : $ apt-get source eel2 $ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' eel2-2.20.0/debian/control $ dpkg-source -b eel2-2.20.0 $ dpkg-source -x eel2_2.20.0-5.dsc $ cd eel2-2.20.0 && debuild -us -uc In this process, if the .diff.gz contains changes to upstream files, dpkg-source will have created a corresponding patch in debian/patches/debian-changes-2.20.0-5 and will have registered that patch in a quilt series (debian/patches/series, it is created if needed). All the patches listed in the "series" file are applied directly during the extraction (dpkg-source -x). quilt itself is used if available (and will thus lead to the creation of the .pc directory), otherwise dpkg-source applies the patches by itself. For more information about the new source package format see the manual page dpkg-source(1). In the case of eel2, it already uses quilt but some of the patches require the '-p0' option of patch to be properly applied and this option has been hardcoded in the series file. The new source package format doesn't support this quilt feature and requires patches to be applicable with the '-p1' option. You can use the following command to easily update all the patches that use the '-p0' option: $ awk '{ if ($2 == "-p0") print $1 }' debian/patches/series | while read f; do perl -pi -e 's|^--- (?:\./)?|--- a/|; s|^\+\+\+ (?:\./)?|+++ b/|;' debian/patches/$f ; done Not that you can replace "a" by "eel2-2.20.0.orig" and "b" by "eel2-2.20.0" if you prefer. Then don't forget to strip the "-p0" options from debian/patches/series. As a side note, you must also pay attention to the following points in your quilt usage to guarantee compatibility with the new source package format: - the patches must be in debian/patches/ together with the "series" file (you can use QUILT_PATCHES=debian/patches if needed) - you should not override QUILT_PC to change the location of quilt's internal directory (".pc" by default) - the patches should not reference absolute filenames (in +++/--- lines) - your clean target must work even if the patches are already applied - your build target must work with patches applied even if the clean target is supposed to unapply them (because dpkg-source -b might have applied them back) Cheers, [1] http://lists.debian.org/debian-devel-announce/2008/04/msg00004.html [2] the upcoming dpkg-dev 1.14.20 is more tolerant with patches, you can grab it here if you want to try with that version: http://people.debian.org/~hertzog/packages/dpkg-dev_1.14.20_all.deb -- Raphael Hertzog
--- End Message ---
--- Begin Message ---Source: eel2 Source-Version: 2.20.0-6 We believe that the bug you reported is fixed in the latest version of eel2, which is due to be installed in the Debian FTP archive: eel2_2.20.0-6.diff.gz to pool/main/e/eel2/eel2_2.20.0-6.diff.gz eel2_2.20.0-6.dsc to pool/main/e/eel2/eel2_2.20.0-6.dsc libeel2-2.20_2.20.0-6_amd64.deb to pool/main/e/eel2/libeel2-2.20_2.20.0-6_amd64.deb libeel2-data_2.20.0-6_all.deb to pool/main/e/eel2/libeel2-data_2.20.0-6_all.deb libeel2-dev_2.20.0-6_amd64.deb to pool/main/e/eel2/libeel2-dev_2.20.0-6_amd64.deb 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. Josselin Mouette <[EMAIL PROTECTED]> (supplier of updated eel2 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: Fri, 18 Jul 2008 13:16:56 +0200 Source: eel2 Binary: libeel2-dev libeel2-2.20 libeel2-data Architecture: source all amd64 Version: 2.20.0-6 Distribution: unstable Urgency: low Maintainer: Josselin Mouette <[EMAIL PROTECTED]> Changed-By: Josselin Mouette <[EMAIL PROTECTED]> Description: libeel2-2.20 - Eazel Extensions Library (for GNOME2) libeel2-data - Eazel Extensions Library - data files (for GNOME2) libeel2-dev - Eazel Extensions Library - development files (GNOME2) Closes: 484944 Changes: eel2 (2.20.0-6) unstable; urgency=low . * 03_glib-2.16-ftbfs.patch: make the patch apply with -p1 instead of -p0. Closes: #484944. * Only suggest app-install-data and synaptic. Checksums-Sha1: f9e00cbd1b5f9d83258eb70e1d0f61bee3fb509a 1539 eel2_2.20.0-6.dsc 53c8fb7178f9e48559449d414ee46d1c6e7c4510 17487 eel2_2.20.0-6.diff.gz 92d1b94ebb7bcfce06064ce6b2a6ccc096744e07 178000 libeel2-data_2.20.0-6_all.deb 34273186242095ec50a9079fea366ecf034965d7 119908 libeel2-dev_2.20.0-6_amd64.deb c68aa1ac7d25872f0e62cc30e3b04479cdae2e74 316420 libeel2-2.20_2.20.0-6_amd64.deb Checksums-Sha256: 040f94cca61c4e57a8dc467c17db7bf8d9d23c40e5c32401122dbbd505e542c9 1539 eel2_2.20.0-6.dsc 57db2ce9b9bf173e9edbcb5c9126904cb76a72091de779afecad56526bcb52c9 17487 eel2_2.20.0-6.diff.gz 081ac59d75beac5b97da52364511c06f2cfb7a9cae350f50c47376a0bc065f4d 178000 libeel2-data_2.20.0-6_all.deb 43c12f02a168c147ea6cb336516a03e2899a4e02ab2b66f0ce908e5107c5ae70 119908 libeel2-dev_2.20.0-6_amd64.deb b451251dedf20e30cf59afe2fd3dd3cc241b38024482f9c6571460b91faac275 316420 libeel2-2.20_2.20.0-6_amd64.deb Files: 9d98aa3982ecd31400b432c399d75dc7 1539 devel optional eel2_2.20.0-6.dsc 607b555b5bcc5e6862d0f07523a5bda8 17487 devel optional eel2_2.20.0-6.diff.gz 046764c7ca2e3eb7546c2b7470e6dd42 178000 libs optional libeel2-data_2.20.0-6_all.deb 6fd513d97951ba6ae4e7244b20a47c4e 119908 libdevel optional libeel2-dev_2.20.0-6_amd64.deb 562f37514b3a8617b9f9665cb7bc491f 316420 libs optional libeel2-2.20_2.20.0-6_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iD8DBQFIgH2yrSla4ddfhTMRAnNqAKDgSHJoTvpvLBJ7Z9tE00oceyjRGACfQKW7 VTN7Nc/RVf5G/5vpvtiLzv4= =XoZw -----END PGP SIGNATURE-----
--- End Message ---

