Your message dated Thu, 03 Jul 2008 04:02:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#485039: fixed in shibboleth-sp 1.3.1.dfsg1-2 has caused the Debian Bug report #485039, regarding shibboleth-sp: FTBFS when converted to new source format 3.0 (quilt): contains unused/invalid quilt series 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.) -- 485039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485039 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: shibboleth-sp Version: 1.3.1.dfsg1-1 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, shibboleth-sp failed, you can try yourself with those commands (and dpkg-dev >= 1.14.19 [2]) : $ apt-get source shibboleth-sp $ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' shibboleth-sp-1.3.1.dfsg1/debian/control $ dpkg-source -b shibboleth-sp-1.3.1.dfsg1 $ dpkg-source -x shibboleth-sp_1.3.1.dfsg1-1.dsc $ cd shibboleth-sp-1.3.1.dfsg1 && 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-1.3.1.dfsg1-1 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 shibboleth-sp, the source package contains a quilt series that dpkg-source tries to use but fails to because the actual build system does not more use quilt... and thus patches referenced are not working any more. If that's the case, please drop the unused quilt series (or make it empty, or disable all the patches listed). 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: - all your patches must be applicable with the "-p1" option of patch (and you shouldn't use options in the series file to override this) - 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: shibboleth-sp Source-Version: 1.3.1.dfsg1-2 We believe that the bug you reported is fixed in the latest version of shibboleth-sp, which is due to be installed in the Debian FTP archive: libapache2-mod-shib_1.3.1.dfsg1-2_i386.deb to pool/main/s/shibboleth-sp/libapache2-mod-shib_1.3.1.dfsg1-2_i386.deb libshib-dev_1.3.1.dfsg1-2_i386.deb to pool/main/s/shibboleth-sp/libshib-dev_1.3.1.dfsg1-2_i386.deb libshib-target5_1.3.1.dfsg1-2_i386.deb to pool/main/s/shibboleth-sp/libshib-target5_1.3.1.dfsg1-2_i386.deb libshib6_1.3.1.dfsg1-2_i386.deb to pool/main/s/shibboleth-sp/libshib6_1.3.1.dfsg1-2_i386.deb shibboleth-sp_1.3.1.dfsg1-2.diff.gz to pool/main/s/shibboleth-sp/shibboleth-sp_1.3.1.dfsg1-2.diff.gz shibboleth-sp_1.3.1.dfsg1-2.dsc to pool/main/s/shibboleth-sp/shibboleth-sp_1.3.1.dfsg1-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. Russ Allbery <[EMAIL PROTECTED]> (supplier of updated shibboleth-sp 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: Wed, 02 Jul 2008 20:29:51 -0700 Source: shibboleth-sp Binary: libshib-dev libshib6 libshib-target5 libapache2-mod-shib Architecture: source i386 Version: 1.3.1.dfsg1-2 Distribution: unstable Urgency: low Maintainer: Debian Shib Team <[EMAIL PROTECTED]> Changed-By: Russ Allbery <[EMAIL PROTECTED]> Description: libapache2-mod-shib - Federated web single sign-on system (Apache module) libshib-dev - Federated web single sign-on system (development) libshib-target5 - Federated web single sign-on system (target runtime) libshib6 - Federated web single sign-on system (runtime) Closes: 485039 Changes: shibboleth-sp (1.3.1.dfsg1-2) unstable; urgency=low . * Remove old quilt patches to avoid confusing the new dpkg source format. Since switching to Git, they were no longer used. Thanks, Raphael Hertzog. (Closes: #485039) * Explicitly link with -lpthread to work around Bug#468555 in libtool. * Link libshib-target against libshib since it references symbols from there. This doesn't matter for the Apache module, which always links against both of them, but it's more correct. * Update package descriptions based on discussion with upstream and the Shibboleth 2.0 packages, and reference the Shibboleth 2.0 Apache module in the libapache2-mod-shib description. * Rewrite debian/copyright in the new proposed format and include the license information for the Sun RPC code also included upstream (but not used in the Debian build). * Reference the Apache 2.0 license in common-licenses instead of including a copy. * Install upstream's NOTICE.txt in all packages. * Also disable the module on deconfigure, and re-enable the module on abort-deconfigure or abort-remove. * Remove the htaccess_sample file in the debian directory. It wasn't installed and the README.Debian documentation is more complete. * Update standards version to 3.8.0. Checksums-Sha1: 6abb8d77ac9a7e978f6596d876bd07ec888b0020 1555 shibboleth-sp_1.3.1.dfsg1-2.dsc 47df8a1db624c440ca3c842cccdcca04eba2a69b 27315 shibboleth-sp_1.3.1.dfsg1-2.diff.gz 24e9d7066d146d871e55aa8998fed6a4a2ddbf42 419884 libshib-dev_1.3.1.dfsg1-2_i386.deb 630876b1f623c19a88b098f80d5cd58cbd732d42 78668 libshib6_1.3.1.dfsg1-2_i386.deb 127520a9e2ce5e3fdabefff9e0a8bfa7e2519b79 196992 libshib-target5_1.3.1.dfsg1-2_i386.deb 48dffad48f378c50dbcbb9e715b4490a0b6ec4bd 3507746 libapache2-mod-shib_1.3.1.dfsg1-2_i386.deb Checksums-Sha256: 266b94a693ecdf683141293cd8483ccb6a0a43bd061285d3529b76f36190d149 1555 shibboleth-sp_1.3.1.dfsg1-2.dsc 558bf143cab99d3a973b8038c244bbe555f71a945533987f9b726b6071a39c1d 27315 shibboleth-sp_1.3.1.dfsg1-2.diff.gz ed4a3426e6d9192c0cb4f0bbaac8e9c66cdae00fca680e9745ce446337471d9c 419884 libshib-dev_1.3.1.dfsg1-2_i386.deb 8a1563f53d256f5aeab3e6d554d0adefa4974dfacee78661d86feeff490db18d 78668 libshib6_1.3.1.dfsg1-2_i386.deb 598904320d368400401cc08c250fa88dc45a4e31d3cf5596483870f42a53238a 196992 libshib-target5_1.3.1.dfsg1-2_i386.deb 0f34b3af07f9e4688252a3322462f6f9b438d98fce614623e0c179faef752b9e 3507746 libapache2-mod-shib_1.3.1.dfsg1-2_i386.deb Files: b561dd88f8d6b06435a3cc80fdb617dc 1555 web optional shibboleth-sp_1.3.1.dfsg1-2.dsc 3077e9ee9121587f6a067079add8a1c3 27315 web optional shibboleth-sp_1.3.1.dfsg1-2.diff.gz 7823654935521bf34f2e83875a6f5fd0 419884 libdevel extra libshib-dev_1.3.1.dfsg1-2_i386.deb 89e10d3c3fee474409e80aad7f58de23 78668 libs optional libshib6_1.3.1.dfsg1-2_i386.deb 268ddbaa07a240108bb04444687ffecd 196992 libs optional libshib-target5_1.3.1.dfsg1-2_i386.deb 7e7a2559f3be6e7cdacdde0ddfd62f89 3507746 web optional libapache2-mod-shib_1.3.1.dfsg1-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFIbEuB+YXjQAr8dHYRAndYAJ4t7WTXcKjptuSp2qYYYzpEdt7lXgCdGaSg Hl2N4KWSErM5nUwnJRrFrkM= =eHq8 -----END PGP SIGNATURE-----
--- End Message ---

