Your message dated Wed, 29 Mar 2006 06:32:38 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#355034: fixed in sbuild 0.43
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.36
Severity: wishlist

sbuilt itself works fine when my build dir with the chroot-<suite>
symlink is in ~/debian/build rather than ~/build.  However, it seems
that all the helper programs, such as gochroot and updatechroot,
hardcode ~/build.  Given that you have to be in the directory with the
symlink anyway, there no need to hardcode ~/build.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages sbuild depends on:
ii  adduser                       3.80       Add and remove users and groups
ii  apt                           0.6.43     Advanced front-end for dpkg
ii  dpkg-dev                      1.13.11    package building tools for Debian
ii  grep-dctrl                    2.6.7      Grep Debian package information
ii  perl                          5.8.7-10   Larry Wall's Practical Extraction 
ii  postfix [mail-transport-agent 2.2.6-1    A high-performance mail transport 
ii  sudo                          1.6.8p9-4  Provide limited super user privile

Versions of packages sbuild recommends:
ii  debootstrap                   0.3.3      Bootstrap a basic Debian system
ii  fakeroot                      1.5.6      Gives a fake root environment

-- no debconf information

-- 
Martin Michlmayr
http://www.cyrius.com/


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

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.43.dsc
  to pool/main/s/sbuild/sbuild_0.43.dsc
sbuild_0.43.tar.gz
  to pool/main/s/sbuild/sbuild_0.43.tar.gz
sbuild_0.43_all.deb
  to pool/main/s/sbuild/sbuild_0.43_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: Wed, 29 Mar 2006 14:58:32 +0100
Source: sbuild
Binary: sbuild
Architecture: source all
Version: 0.43
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: 270439 294883 318030 355034 356686 356785 358668 358717 359747
Changes: 
 sbuild (0.43) unstable; urgency=low
 .
   * sbuild:
     - verify_dsc_md5sums(): New function to verify the MD5SUM of files in a
       .dsc file.
     - Add $conf::md5sum for security.
     - fetch_source_files():
       + Use verify_dsc_md5sums to check for incomplete downloads, and
         redownload sources if needed; also verify again after download
         (Closes: #270439).
       + Remove redundant braces and reindent.
     - build(), shutdown(): Quote kill command correctly (Closes: #356686).
     - When using schroot, look for a distribution named
       "$distribution-sbuild" in preference to "$distribution".
     - open_log(), open_pkg_log():
       + Use fork() rather than tee to multiplex log output.
       + Don't buffer log output (Closes: #358717).
     - close_log(), close_pkg_log(): Close all dup'd log streams, and don't
       kill the child log processes, which avoids dataloss in the pipeline.
     - log_symlink(): New function to create a symbolic link to the current
       package log.  This replaces the use of /bin/ln, which has races if
       concurrent builds use it.
     - open_log(), close_log():
       + Save a references to the initial STDOUT and STDERR, and restore
         them when the log is closed.
       + Create the build log using File::Temp, in the form
         build-distribution-date.XXXXXX.log.  This prevents races during
         logfile creation when running concurrent builds.  If the file
         is empty, it is unlinked on close, irrespective of whether
         verbose mode is used or not.
     - open_pkg_log(): Use the saved STDOUT for verbose logging.  This
       prevents the package log being also directed to the build log.
     - setup_options(): Remove unused call to tmpnam().
     - check_dependencies(): Print kernel information along with the
       toolchain package versions, in the same style as reportbug.
     - build(): Check for _all.udeb files which are built when they
       shouldn't (merge from upstream SVN cset 98).
     - Strip "./" from $pkg, so the name used for source dependencies is
       correct (Closes: #359747).
     - Add --force-orig-source option to force the inclusion of the
       .orig.tar.gz (Closes: #318030).
     - Add $conf::force_orig_source to allow --force-orig-source to be
       specified in a .sbuildrc.
   * sbuild.1:
     + Document schroot chroot naming.
     + Document --force-orig-source option.
     + Correctly escape hyphens in option and file names.
   * sbuild-setup.7: Use debootstrap rather than cdebootstrap.
   * bin/common_functions: Allow any chroot name to be specified
     (Closes: #356785).
   * bin/README.bins: Document changed chroot syntax.
   * bin/checkchroot: Set LC_COLLATE=POSIX to prevent collation issues
     (mismatches with the reference file; Closes: #294883).
   * bin/common_functions, bin/README.bins: Remove ~/build/ from the
     chroot path, to match sbuild behaviour of searching in the
     current directory (Closes: #355034).
   * chroot/README-buildd.chroot: Fix typo.
   * chroot/buildd.chroot: Use debootstrap rather than cdebootstrap
     (Closes: #358668).
   * debian/control: Recommend debootstrap rather than cdebootstrap.
   * example.sbuildrc: Add example $force_orig_source, with documentation.
Files: 
 c9c4f3f18b312867b823363ca20be25c 661 devel extra sbuild_0.43.dsc
 d9316b4fdaec9c540a9b2d90d3bf55cd 66575 devel extra sbuild_0.43.tar.gz
 68be67af680690ae2b9135ba97a90fb4 74384 devel extra sbuild_0.43_all.deb

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

iD8DBQFEKpaaVcFcaSW/uEgRArLkAJ4pRwQb+WbqRLCeR6cGA9AMu6bbUACeOnRs
d9CzGZ9rfLqkvoSU4QfNcz0=
=zhmF
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to