Your message dated Tue, 31 Jan 2006 05:17:23 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#280689: fixed in sbuild 0.37
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 11 Nov 2004 01:38:35 +0000
>From [EMAIL PROTECTED] Wed Nov 10 17:38:35 2004
Return-path: <[EMAIL PROTECTED]>
Received: from acolyte.scowler.net [216.254.112.45] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CS3v1-000149-00; Wed, 10 Nov 2004 17:38:35 -0800
Received: by acolyte.scowler.net (Postfix, from userid 1000)
        id D0BBB7004F; Wed, 10 Nov 2004 20:38:34 -0500 (EST)
Date: Wed, 10 Nov 2004 20:38:34 -0500
From: Clint Adams <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /etc/sbuild.conf has out-of-date info
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 2.63
User-Agent: Mutt/1.5.6+20040722i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: sbuild
Version: 0.34
Severity: normal

For example
        "netkit-rpc"    => ["rpcgen"],

(rpcgen is now in libc6-dev, not netkit-rpc)

---------------------------------------
Received: (at 280689-close) by bugs.debian.org; 31 Jan 2006 13:21:38 +0000
>From [EMAIL PROTECTED] Tue Jan 31 05:21:37 2006
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1F3vNr-0007PK-ID; Tue, 31 Jan 2006 05:17:23 -0800
From: Roger Leigh <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.65 $
Subject: Bug#280689: fixed in sbuild 0.37
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 31 Jan 2006 05:17:23 -0800
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: sbuild
Source-Version: 0.37

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.37.dsc
  to pool/main/s/sbuild/sbuild_0.37.dsc
sbuild_0.37.tar.gz
  to pool/main/s/sbuild/sbuild_0.37.tar.gz
sbuild_0.37_all.deb
  to pool/main/s/sbuild/sbuild_0.37_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: Tue, 31 Jan 2006 12:58:57 +0000
Source: sbuild
Binary: sbuild
Architecture: source all
Version: 0.37
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: 280689 302628 321640 331546
Changes: 
 sbuild (0.37) unstable; urgency=low
 .
   * Sync with upstream SVN:
     - avg-pkg-build-time, avg-pkg-build-time.1, sbuild, sbuild.1,
       update-sourcedeps, update-sourcedeps.1: Update copyright notices with
       current FSF postal address.
     - sbuild:
       + Split changes files sent in the log every 989 characters, to better
         conform to mail RFCs.
       + Always show versions of installed build dependencies.
       + Always purge packages when building in a chroot.
       + Output purged packages line by line, rather than all at once.
       + Use strftime() and getpwuid() instead of the external commands
         date and whoami.
       + Use /var/lib/sbuild/apt.conf if it exists, and create it if it does
         not.  This fixes the problem of the root filesystem
         /etc/apt/apt.conf and /etc/apt/apt.conf.d directories being used,
         while the copies in the chroot filesystem are ignored.
       + Allow arch: all packages to be built when $main::build_arch_all
         is true.
       + Hardware DEBIAN_FRONTEND to "noninteractive" when installing and
         purging packages.  "apt-get update" is also run when the package
         cache is out of date (closes: 331546).
       + Fix support for '~' in version numbers.
       + Add Sbuild.pm (upstream WannaBuild.pm), and replace version_cmp()
         with Sbuild::version_compare().
       + Add REDO support for binNMUs.
       + Add stats generation for download+install, build and remove times.
       + Disassociate from the controlling terminal and make stdin /dev/null
         for the dpkg-buildpackage process.
       + Don't create entries to the sbuild log when a package claims to
         build an _all.deb, but doesn't.  Instead, warn to the build log.
       + Delete binary-all packages that we didn't ask to be built.
       + By default, set APT::Get::AllowUnauthenticated to "true".
       + Add $conf::chroot_only for compatibility with upstream
         (closes: #302628).
       + Add $conf::dpkg_source.
       + Add $conf::build_env_cmnd.
       + Merge whitespace and indentation changes.
       + Fix typos.
       + shutdown(): Don't close the package log if there is no current job.
       + read_build_essential(): Read build-essential from $main::chroot_dir
         instead of the root filesystem.
       + Add @main::toolchain_pkgs and @toolchain_regex.
       + check_space(): Redirect stderr of du to /dev/null.
       + run_apt(): Complete support for "install-deps-env".
       + Add --use-snapshot for building with gcc-snapshot.
       + build(): Remove dpkg-buildpackage debugging statements.
       + merge_pkg_build_deps(): Correctly separate dependencies in $deps,
         and don't immediately return if there are missing packages.
       + Remove support for --store-built-packages.
       + get_dpkg_status(): Check $version is set and compute $result in the
         same manner as upstream.
       + run_apt(): Remove '*' from $pkgs and $rpkgs.
       + install_deps(): purge packages with "dpkg --set-selections".
         schroot support added in addition to upstream changes.
       + fetch_source_files(): Support versioned fetches with apt-get.
       + Add support for auto_giveback_socket: add an extra argument to
         --auto-give-back and add an ssh '-S' option to analyze_fail_stage().
       + Support new --make-binNMU options.
       + Add support for $conf::chroot_only, and default to only running in
         a chroot for security and safety.
       + cleanup_close: Set $main::current_job to "" and shutdown if
         $main::HOME/EXIT-DAEMON-PLEASE exists and we are running in
         batchmode.
       + Move "Package claims to have built" error message to the same place
         as upstream.
     - sbuild.conf:
       + Remove watches.
       + Update alternatives (closes: #280689).
       + Comment out example %individual_stalled_pkg_timeout.
       + Empty @ignore_watches_no_build_deps.
     - sbuild.conf.local:
       + Add $chroot_only.
     - avg-pkg-build-space.1: Update text.
     - example.sbuildrc:
       + Remove $hack_changes_for_frozen.
       + Update comments.
   * sbuild.conf.local:
     - Use FHS-compliant pathnames, as in sbuild.conf.
   * Add support for building from experimental.
   * sbuild:
     - Parse the .changes rather than debian/files, so that the
       .dsc/.diff.gz/.orig.tar.gz are also copied back to ~/build.
     - Print information and contents of arch-all packages (closes: #321640).
   * debian/control: The maintainer field contains the list address.
Files: 
 118a9a959ff2074caadcd5635f5a8f43 659 devel extra sbuild_0.37.dsc
 e0711b5d784db92c3dcdd2424b54edbe 57469 devel extra sbuild_0.37.tar.gz
 e78c5454ad84a5aac85f219e36ad98f0 63714 devel extra sbuild_0.37_all.deb

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

iD8DBQFD32KaVcFcaSW/uEgRAiIcAJ49uA2JXbHqP5LwEDKhKoLRe+s5kACeKaXx
qa3eFK4DVYkou8FGoAPZuBE=
=SzIr
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to