Your message dated Sat, 27 May 2006 07:47:05 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#368066: fixed in sbuild 0.46
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: sbuild
Version: 0.45
Severity: minor
Tags: patch

The string "0" is valid as a string version for a Debian package.
Therefore, sbuild should not complain about it.

[ This was already reported as Bug #300205. Sorry for reporting it again
  but it seems the fix was not applied, or it was lost, or who knows ].

diff -ru sbuild-0.45.orig/sbuild sbuild-0.45/sbuild
--- sbuild-0.45.orig/sbuild     2006-04-11 20:55:46.000000000 +0200
+++ sbuild-0.45/sbuild  2006-05-19 17:58:55.314423664 +0200
@@ -1724,7 +1724,7 @@
                                         $result{$pkg}->{'Version'} eq 
'=*=PROVIDED=*=');
                        next;
                }
-               if (!$version) {
+               if ($version eq "") {
                        print PLOG "sbuild: parse error in 
$main::chroot_dir/var/lib/dpkg/status: ",
                                           "no Version: field for package 
$pkg\n";
                        next;


Thanks.


--- End Message ---
--- Begin Message ---
Source: sbuild
Source-Version: 0.46

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

sbuild_0.46.dsc
  to pool/main/s/sbuild/sbuild_0.46.dsc
sbuild_0.46.tar.gz
  to pool/main/s/sbuild/sbuild_0.46.tar.gz
sbuild_0.46_all.deb
  to pool/main/s/sbuild/sbuild_0.46_all.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.
Roger Leigh <[EMAIL PROTECTED]> (supplier of updated sbuild 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.7
Date: Sat, 27 May 2006 15:22:02 +0100
Source: sbuild
Binary: sbuild
Architecture: source all
Version: 0.46
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers <[EMAIL PROTECTED]>
Changed-By: Roger Leigh <[EMAIL PROTECTED]>
Description: 
 sbuild     - Tool for building Debian binary packages from Debian sources
Closes: 368066
Changes: 
 sbuild (0.46) unstable; urgency=low
 .
   * sbuild:
     - fetch_source_files: Only print "apt-get update" invocation in debug
       mode.
     - get_dpkg_status: Make sure $version is defined before checking its
       value, to ensure the Debian version can have a value of 0.  Thanks
       to Santiago Vila for this fix (Closes: #368066).
   * Update svn::ignore properties to ignore generated files.
   * debian/control:
     - Update to Standards-Version 3.7.2.
     - Use Build-Depends, rather than Build-Depends-Indep.
Files: 
 f8ff0652d48d37ba686ba5613e6c1db7 653 devel extra sbuild_0.46.dsc
 4917f007a7f760186861a9bf53fabc1c 76848 devel extra sbuild_0.46.tar.gz
 d1c44bd0ec9146285801eacb57c0783f 79124 devel extra sbuild_0.46_all.deb

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

iD8DBQFEeGKMVcFcaSW/uEgRAjNyAJ9CTxNEV1CfNCBgkIqLfl9xpJf/TwCgg2Hg
FuR2KkziHCGKITNYA8jTwsM=
=+I8y
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to