Your message dated Mon, 09 Jun 2008 17:47:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#485023: fixed in curl 7.18.2-1
has caused the Debian Bug report #485023,
regarding curl: FTBFS when converted to new source format 3.0 (quilt): override 
QUILT_PC
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.)


-- 
485023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485023
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: curl
Version: 7.18.1-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, curl failed, you can try yourself with those
commands (and dpkg-dev >= 1.14.19 [2]) :

$ apt-get source curl
$ sed -i -e '/^Source:/ aFormat: 3.0 (quilt)' curl-7.18.1/debian/control
$ dpkg-source -b curl-7.18.1
$ dpkg-source -x curl_7.18.1-1.dsc
$ cd curl-7.18.1 && 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-7.18.1-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 curl, it overrides QUILT_PC to store the quilt
meta-information somewhere else. Please use the quilt default directory
(.pc) and your package should be fine.

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: curl
Source-Version: 7.18.2-1

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

curl_7.18.2-1.diff.gz
  to pool/main/c/curl/curl_7.18.2-1.diff.gz
curl_7.18.2-1.dsc
  to pool/main/c/curl/curl_7.18.2-1.dsc
curl_7.18.2-1_hppa.deb
  to pool/main/c/curl/curl_7.18.2-1_hppa.deb
curl_7.18.2.orig.tar.gz
  to pool/main/c/curl/curl_7.18.2.orig.tar.gz
libcurl3-dbg_7.18.2-1_hppa.deb
  to pool/main/c/curl/libcurl3-dbg_7.18.2-1_hppa.deb
libcurl3-gnutls_7.18.2-1_hppa.deb
  to pool/main/c/curl/libcurl3-gnutls_7.18.2-1_hppa.deb
libcurl3_7.18.2-1_hppa.deb
  to pool/main/c/curl/libcurl3_7.18.2-1_hppa.deb
libcurl4-gnutls-dev_7.18.2-1_hppa.deb
  to pool/main/c/curl/libcurl4-gnutls-dev_7.18.2-1_hppa.deb
libcurl4-openssl-dev_7.18.2-1_hppa.deb
  to pool/main/c/curl/libcurl4-openssl-dev_7.18.2-1_hppa.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.
Domenico Andreoli <[EMAIL PROTECTED]> (supplier of updated curl 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: Mon, 09 Jun 2008 14:09:42 +0200
Source: curl
Binary: curl libcurl3 libcurl3-gnutls libcurl4-openssl-dev libcurl4-gnutls-dev 
libcurl3-dbg
Architecture: source hppa
Version: 7.18.2-1
Distribution: unstable
Urgency: low
Maintainer: Domenico Andreoli <[EMAIL PROTECTED]>
Changed-By: Domenico Andreoli <[EMAIL PROTECTED]>
Description: 
 curl       - Get a file from an HTTP, HTTPS or FTP server
 libcurl3   - Multi-protocol file transfer library (OpenSSL)
 libcurl3-dbg - libcurl compiled with debug symbols
 libcurl3-gnutls - Multi-protocol file transfer library (GnuTLS)
 libcurl4-gnutls-dev - Development files and documentation for libcurl (GnuTLS)
 libcurl4-openssl-dev - Development files and documentation for libcurl 
(OpenSSL)
Closes: 478864 478864 481189 482814 483999 485023
Changes: 
 curl (7.18.2-1) unstable; urgency=low
 .
   * New upstream release:
     - removed patches/ftp-response, it is already in the upstream release
     - fixed issues with kerberos ftp (closes: #478864).
   * Disable c-ares support, it is still not ready for Debian's wide
     user base (closes: #478864, #481189).
   * Standards-Version bumped to 3.8.0:
     - added support for parallel builds to debian/rules
   * Removal of $QUILT_PC's override makes this package ready for new
     source format 3.0 (quilt) (closes: #485023).
   * Configure build with --with-ca-path but only for OpenSSL flavour,
     GnuTLS supports only --with-ca-bundle (closes: #482814, #483999).
     Both libcurl3 and libcurl3-gnutls now depend on ca-certificates.
Checksums-Sha1: 
 33dbaf0cdea6ec3f41b331116eda535db560d79d 1394 curl_7.18.2-1.dsc
 b4f8b1f4aea093c3e4f6efc423beca08a1373156 2273077 curl_7.18.2.orig.tar.gz
 350d475c9b2ba93cbb32fa32a99c134ceab59feb 19602 curl_7.18.2-1.diff.gz
 dfc58842adb91636022d5fb80c8627ffd9fadad4 209194 curl_7.18.2-1_hppa.deb
 2832224ab93ea03b2681eaac77a55613fa65ffdb 243926 libcurl3_7.18.2-1_hppa.deb
 99223315d0b7870c594f8e828aa2dfe0578d5483 227002 
libcurl3-gnutls_7.18.2-1_hppa.deb
 983d2a8e9db0498622fb2f31c49370d6011d8624 960616 
libcurl4-openssl-dev_7.18.2-1_hppa.deb
 b0b5c09247f8ccef1aeee8dc6b5769263168ed0c 939324 
libcurl4-gnutls-dev_7.18.2-1_hppa.deb
 8fc7efc3d60e96b1a082c1213c909eb928e2c2a0 1174902 libcurl3-dbg_7.18.2-1_hppa.deb
Checksums-Sha256: 
 3a58554d025b0d59c8ecb3ffdc932c6c2ade5c66e5c6708f3efcec651116de1e 1394 
curl_7.18.2-1.dsc
 55a711ad1d703f8b9c3ca80e5b859b5222f64566f9a3b82ac6773055ef8cee71 2273077 
curl_7.18.2.orig.tar.gz
 42db1191ef753c027b2bdde4c679fac7286d522be9dceacd14280cad22254e82 19602 
curl_7.18.2-1.diff.gz
 fb90bb5974163525e82c1a3820de8453bd0f7bfea85e2ad164ce5dde8af2d626 209194 
curl_7.18.2-1_hppa.deb
 69356fb5eb8b529b49c8be7b5e7e39be04d46d9996f227f3f7c2d5c216ece1e1 243926 
libcurl3_7.18.2-1_hppa.deb
 f3c78a56266e05aeee881ed3474d46c231856c1c009f0524f65b065bee114105 227002 
libcurl3-gnutls_7.18.2-1_hppa.deb
 12cb9c391ae349c2137665a6e229fe4cd509e82baa6e81f4db9b345e5dcc7373 960616 
libcurl4-openssl-dev_7.18.2-1_hppa.deb
 4b19d18461e99eefc4ba553009d24fba9876dac41b27d1629329257674017044 939324 
libcurl4-gnutls-dev_7.18.2-1_hppa.deb
 e3f91b860ece0ee1122014e4115a6faa657d40be6f2bcdfab2b711ccf3cdf0d4 1174902 
libcurl3-dbg_7.18.2-1_hppa.deb
Files: 
 2557756e1501fe7d61e49be97a1de6f1 1394 web optional curl_7.18.2-1.dsc
 4fe99398a64a34613c9db7bd61bf6e3c 2273077 web optional curl_7.18.2.orig.tar.gz
 131065cd1c2012d648e9508fc2277c20 19602 web optional curl_7.18.2-1.diff.gz
 5c3e2f20153ec3bced3b056ef57d35fa 209194 web optional curl_7.18.2-1_hppa.deb
 a3c0c495cac04979f61c0524521c39d1 243926 libs optional 
libcurl3_7.18.2-1_hppa.deb
 0e6613c15af2d685a4e6ae6e13922863 227002 libs optional 
libcurl3-gnutls_7.18.2-1_hppa.deb
 5ba2f3d3015ed11bc2f189131a2dbe91 960616 libdevel optional 
libcurl4-openssl-dev_7.18.2-1_hppa.deb
 530d2feb618e61541c919d615957d5b1 939324 libdevel optional 
libcurl4-gnutls-dev_7.18.2-1_hppa.deb
 9db24a33388e032319387f94554040c9 1174902 libdevel extra 
libcurl3-dbg_7.18.2-1_hppa.deb

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

iEYEARECAAYFAkhNaWIACgkQBneQM6IOvFCwiQCgxeieqkgEQyrmuxQx/sip/RhQ
HTkAoIZD0Y2YPk/tulN6uWAgRdGgnVfj
=9ukB
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to