Your message dated Sat, 24 May 2008 19:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#482726: fixed in cdck 0.7.0-2
has caused the Debian Bug report #482726,
regarding cdck: FTBFS when converted to new source format 3.0 (quilt)
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.)


-- 
482726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482726
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: cdck
Version: 0.7.0-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 rebuilt the packages
afterwards to see what breaks, and cdck does break. To reproduce the
problem you can do this:

$ apt-get source cdck
$ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' cdck-0.7.0/debian/control
$ dpkg-source -b cdck-0.7.0
$ dpkg-source -x cdck_0.7.0-1.dsc
$ cd cdck-0.7.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-0.7.0-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 cdck, the .diff.gz contains changes to
config.sub/guess because your "clean" target in debian/rules replaces
those files. With the conversion to the new source format, those
changes end up as a patch in debian/patches/ and when the package
tries to apply that patch it will fail because the clean rule has already
replaced those files.

To fix this, please make sure that the .diff.gz doesn't contain those
changes. You can easily do that by copying
/usr/share/misc/config.{sub,guess} in place just before the ./configure
call and by removing (rm -f config.sug config.guess) the files
in the clean target. (I just filed #482716 against autotools-dev so that
/usr/share/doc/autotools-dev/README.Debian.gz is updated in that regard)

Cheers,

[1] http://lists.debian.org/debian-devel-announce/2008/04/msg00004.html
-- 
Raphael Hertzog




--- End Message ---
--- Begin Message ---
Source: cdck
Source-Version: 0.7.0-2

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

cdck_0.7.0-2.diff.gz
  to pool/main/c/cdck/cdck_0.7.0-2.diff.gz
cdck_0.7.0-2.dsc
  to pool/main/c/cdck/cdck_0.7.0-2.dsc
cdck_0.7.0-2_i386.deb
  to pool/main/c/cdck/cdck_0.7.0-2_i386.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.
gregor herrmann <[EMAIL PROTECTED]> (supplier of updated cdck 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: Sat, 24 May 2008 21:23:13 +0200
Source: cdck
Binary: cdck
Architecture: source i386
Version: 0.7.0-2
Distribution: unstable
Urgency: low
Maintainer: gregor herrmann <[EMAIL PROTECTED]>
Changed-By: gregor herrmann <[EMAIL PROTECTED]>
Description: 
 cdck       - verifies the quality of written CDs/DVDs
Closes: 482726
Changes: 
 cdck (0.7.0-2) unstable; urgency=low
 .
   * debian/rules: remove config.{sub,guess} in clean target and copy them
     over in configure target as a preparation for source format "3.0 (quilt)";
     thanks to Raphaƫl Hertzog for the bug report (closes: #482726).
   * debian/control: change my email address.
   * Convert debian/changelog to UTF-8.
   * debian/copyright: replace "GPL2+" with "GPL-2+"; add copyright for
     packaging.
Checksums-Sha1: 
 7059758b3dc0843f51557423cbb6e8eeceb484c7 1176 cdck_0.7.0-2.dsc
 4b4c4c044ed5506e70f5764f8232e72c0b03d3c2 153278 cdck_0.7.0-2.diff.gz
 d3227cbcd86da3b55236ac1d579c7b1d18b49abb 39426 cdck_0.7.0-2_i386.deb
Checksums-Sha256: 
 38d3bc9fc694e46e76faedddbe61ec2607092e2dc1c9af0380f4c721f1ebfe40 1176 
cdck_0.7.0-2.dsc
 3ce86ae3c54ab1ff88cea6fd771ed6a140540953f6e398ad717d9755eeffcb27 153278 
cdck_0.7.0-2.diff.gz
 6a8e8fe51d66bbfebdb501c527ced9c5e7a57bd8de2879adfb4d323df6216d52 39426 
cdck_0.7.0-2_i386.deb
Files: 
 84a55bfbb360c17a6984d51ec86f3822 1176 utils optional cdck_0.7.0-2.dsc
 fd7083a83130e88b1b644ef406800682 153278 utils optional cdck_0.7.0-2.diff.gz
 cbdbdcb2e5b38510dace6c96a7cf297f 39426 utils optional cdck_0.7.0-2_i386.deb

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

iD8DBQFIOGt1OzKYnQDzz+QRAr9KAJ9Gdzd9wV+dFE77Pp5gNznPsGxu7gCg3bh5
quCHGCfznPQJsdHAXgAcRxs=
=4Cc+
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to