[ubuntu/natty] sbuild 0.60.9-1ubuntu1 (Accepted)
Tarun Kumar Mall
c2tarun at gmail.com
Sun Feb 20 14:50:29 UTC 2011
sbuild (0.60.9-1ubuntu1) natty; urgency=low
* Merge from debian unstable (LP: #722159). Remaining change:
- bin/sbuild-createchroot: do not install debfoster into the chroots
because it is in universe and not needed for package building itself.
* Dropped change: (included in debian)
- lib/Sbuild/ResolverBase.pm: use -o APT::Install-Recommends=false
instead of --no-install-recommends as it is not a valid option in
Dapper schroots. This is Ubuntu-specific and can be removed once
Dapper goes EoL.
sbuild (0.60.9-1) unstable; urgency=low
* New release.
* sbuild:
- Don't automatically generate local archive signing key if
missing (Closes: #607945). If missing, abort build with an error
message and instructions for how to generate the key.
- Do not filter out environment variables starting with DEBIAN_ by
default (Closes: #608659). Thanks to Modestas Vainius.
- Do not filter out PATH environment variable (Closes: #610997).
Note this is not the user's PATH, but the $path in sbuild.conf.
- Aptitude resolver defines a custom SolutionCost in order to
improve resolver behaviour (Closes: #608789). Thanks to
Modestas Vainius.
- When running apt-get, use "-o APT::Install-Recommends=false"
rather than "--no-install-recommends" in order to support older
releases (Closes: #609811). Thanks to Marc Deslauriers.
- Purging the package removes generated files in /etc/sbuild/chroot
and /var/lib/sbuild (Closes: #608412).
- The architecture specified with --arch (defaulting to the host
system architecture) must match the chroot architecture
(Closes: #609151). This was previously allowed to be superceded
by the chroot architecture. This change is to avoid any abiguity
regarding the host/build architecture for the package being built.
- Add --no-arch-all option to force not building arch-all packages
(Closes: #613401). Thanks to Sebastian Harl for this patch.
* sbuild-createchroot:
- Use less restrictive permissions on chroot directory and schroot
configuration file (Closes: #608414). The chroot now has 0755
permissions, and the schroot configuration 0644.
- Don't require sudo access (Closes: #608429). The
Sbuild::ChrootPlain module used to run commands inside the newly-
created chroot was using sudo to run commands when already
running as root. sudo is no longer used when root.
- Remove use statement which prevented command-line options being
registered (Closes: #610007, #607606). Command-line options now
work correctly.
* sbuild.conf:
- $environment filter is syntactically correct (Closes: #610997).
Thanks to Jakub Wilk.
- $apt_allow_unauthenticated is documented to use apt-secure(8)
(Closes: #608971).
* sbuild.1:
- Document the temporary local archive used by the apt and aptitude
build dependency resolvers to store and install dummy dependency
packages (Closes: #608972).
Date: Sun, 20 Feb 2011 14:13:52 +0000
Changed-By: Tarun Kumar Mall <c2tarun at gmail.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Bhavani Shankar <right2bshankar at gmail.com>
https://launchpad.net/ubuntu/natty/+source/sbuild/0.60.9-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 20 Feb 2011 14:13:52 +0000
Source: sbuild
Binary: libsbuild-perl sbuild wanna-build buildd
Architecture: source
Version: 0.60.9-1ubuntu1
Distribution: natty
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Tarun Kumar Mall <c2tarun at gmail.com>
Description:
buildd - Daemon for automatically building Debian binary packages from Deb
libsbuild-perl - Tool for building Debian binary packages from Debian sources
sbuild - Tool for building Debian binary packages from Debian sources
wanna-build - Database to track building of Debian binary packages from Debian
Closes: 607606 607945 608412 608414 608429 608659 608789 608971 608972 609151 609811 610007 610997 613401
Launchpad-Bugs-Fixed: 722159
Changes:
sbuild (0.60.9-1ubuntu1) natty; urgency=low
.
* Merge from debian unstable (LP: #722159). Remaining change:
- bin/sbuild-createchroot: do not install debfoster into the chroots
because it is in universe and not needed for package building itself.
* Dropped change: (included in debian)
- lib/Sbuild/ResolverBase.pm: use -o APT::Install-Recommends=false
instead of --no-install-recommends as it is not a valid option in
Dapper schroots. This is Ubuntu-specific and can be removed once
Dapper goes EoL.
.
sbuild (0.60.9-1) unstable; urgency=low
.
* New release.
* sbuild:
- Don't automatically generate local archive signing key if
missing (Closes: #607945). If missing, abort build with an error
message and instructions for how to generate the key.
- Do not filter out environment variables starting with DEBIAN_ by
default (Closes: #608659). Thanks to Modestas Vainius.
- Do not filter out PATH environment variable (Closes: #610997).
Note this is not the user's PATH, but the $path in sbuild.conf.
- Aptitude resolver defines a custom SolutionCost in order to
improve resolver behaviour (Closes: #608789). Thanks to
Modestas Vainius.
- When running apt-get, use "-o APT::Install-Recommends=false"
rather than "--no-install-recommends" in order to support older
releases (Closes: #609811). Thanks to Marc Deslauriers.
- Purging the package removes generated files in /etc/sbuild/chroot
and /var/lib/sbuild (Closes: #608412).
- The architecture specified with --arch (defaulting to the host
system architecture) must match the chroot architecture
(Closes: #609151). This was previously allowed to be superceded
by the chroot architecture. This change is to avoid any abiguity
regarding the host/build architecture for the package being built.
- Add --no-arch-all option to force not building arch-all packages
(Closes: #613401). Thanks to Sebastian Harl for this patch.
* sbuild-createchroot:
- Use less restrictive permissions on chroot directory and schroot
configuration file (Closes: #608414). The chroot now has 0755
permissions, and the schroot configuration 0644.
- Don't require sudo access (Closes: #608429). The
Sbuild::ChrootPlain module used to run commands inside the newly-
created chroot was using sudo to run commands when already
running as root. sudo is no longer used when root.
- Remove use statement which prevented command-line options being
registered (Closes: #610007, #607606). Command-line options now
work correctly.
* sbuild.conf:
- $environment filter is syntactically correct (Closes: #610997).
Thanks to Jakub Wilk.
- $apt_allow_unauthenticated is documented to use apt-secure(8)
(Closes: #608971).
* sbuild.1:
- Document the temporary local archive used by the apt and aptitude
build dependency resolvers to store and install dummy dependency
packages (Closes: #608972).
Checksums-Sha1:
3ca23dc393d18308e156e282d28b8c086e4c3efa 1665 sbuild_0.60.9-1ubuntu1.dsc
c1aa292b3ccb154c0dee650507da9ceb916010f1 537433 sbuild_0.60.9.orig.tar.gz
75cc12ae274da50b6a86e9702fa735b28a24f58c 2472 sbuild_0.60.9-1ubuntu1.diff.gz
Checksums-Sha256:
afac6ab47075b0cb340695aeb31de257df930930e09ee43835c281f6ce48b7ba 1665 sbuild_0.60.9-1ubuntu1.dsc
93b4c13b3cc29541d0b85d4667ed27e7123db3e64dc29284204f55ed006cf84c 537433 sbuild_0.60.9.orig.tar.gz
e329872e26c34f0bdb633704626ab584159a72681d0e7e309c7816219a59b8c5 2472 sbuild_0.60.9-1ubuntu1.diff.gz
Files:
0717bdca75b01bc0072d06508b7bb3b3 1665 devel extra sbuild_0.60.9-1ubuntu1.dsc
a2794f008de9bcf5f2283afe40b741f9 537433 devel extra sbuild_0.60.9.orig.tar.gz
185e8cab21ea87942a565e0e6155249a 2472 devel extra sbuild_0.60.9-1ubuntu1.diff.gz
Original-Maintainer: Debian buildd-tools Developers <buildd-tools-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iQEcBAEBAgAGBQJNYSu3AAoJELvsaMmE4aGoN34IAJ+tpYt6sp5KBAiZgEHwgav1
toAfwDFYeeqwxJGnw9IU6BaGS4ILHPA9nupgUCRWwDRwt/O4Efq4l0Nga4M85zVJ
zzy6mCgsUZ4fxzn9xBUYb106AcrbiF8ZzWwLGR/jp5TauIM4z7516WGRXibZSOEO
eVXpZhm4HPTm9jbZRbQ4dqkQpb2sE5DPqeu4gAi6cZJOdMNL5SxDYucNjH704b5F
ToARi0JVlNZeW2sT0dZSR2OR8iAEXjyMuUDxB/wso0xJrsmbp4mO75kfm517Lv+E
ZQJhzJnjPS3vp9M8yTD1mcaBuNtHe6uyCeQZer0ucFF1Y09Fve3lQuVaUJsJcCA=
=oAtJ
-----END PGP SIGNATURE-----
More information about the Natty-changes
mailing list