[ubuntu/xenial-proposed] sbuild 0.67.0-1ubuntu1 (Accepted)
Colin Watson
cjwatson at ubuntu.com
Mon Dec 28 00:13:12 UTC 2015
sbuild (0.67.0-1ubuntu1) xenial; urgency=medium
* Resynchronise with Debian. Remaining changes:
- do-not-install-debfoster-into-chroots.patch: Do not install debfoster
into the chroots because it is in universe and not needed for package
building itself.
- no-pkg-mangle-deps.patch: Set NO_PKG_MANGLE=1 when building dummy
packages, as pkgbinarymangler's dpkg-deb expects to be run from a
source package.
sbuild (0.67.0-1) unstable; urgency=medium
* fix Vcs-Browser and Vcs-Git fields to point at the debian/unstable branch
(closes: #805063)
* add Suggests: libwww-perl to libsbuild-perl because it can optionally make
use of LWP::UserAgent (closes: #703814)
* new upstream version
- ./man/sbuild.1.in: improve documentation of external commands
(closes: #802678)
- bin/sbuild: add --clean-source and --no-clean-source to allow building a
package from an unpacked directory without calling debian/rules clean
(closes: #655215)
- allow changing the user running dpkg-buildpackage inside the chroot
(closes: #661037)
- Check architecture wildcard matching with dpkg inside the chroot to avoid
situations in which dpkg outside the chroot doesn't know about a new
architecture yet (closes: #691539)
- lib/Sbuild/Build.pm: say --build instead of incorrect --build-arch
(closes: #709270)
- bin/sbuild-createchroot: honor --foreign (closes: #709864)
- man/sbuild-setup.7.in: correct section 8 for sbuild-createchroot and
sbuild-adduser (closes: #713033)
- Fix permission of public key (closes: #726866)
- sbuild-createchroot: use union-type=overlay for directory chroot and
promote tarball chroot in the manpage (closes: #751732)
- sbuild-createchroot: run debootstrap with --no-check-gpg if --keyring=""
is passed (closes: #760832)
- Quit processing when external commands fail (closes: #774351)
- bin/sbuild-createchroot: check if chroot already exists before creating a
new one (closes: #782534)
- Print better message when no chroot is specified (closes: #786456)
- Add the --no-arch-any and --arch-any options
- Successfully handle a source only build. (Closes: #799056)
- lib/Sbuild.pm: improve error message about sbuild group membership
(closes: #800317)
- bin/sbuild: turn path to input dsc or source directory into an absolute
path (closes: #801436)
- Set [trusted=yes] for internal dummy repository to make key generation
optional (closes: #801798)
- have a default for CROSSBUILD_CORE_DEPENDS (closes: #806931)
- lib/Sbuild/Chroot.pm: apply environment filter *before* setting
environment variables set by sbuild itself (closes: #807488)
- lib/Sbuild/ChrootInfo.pm: fix error handling (closes: #808290)
- lib/Sbuild/Build.pm: make sure regex only matches lines in the Files
field (closes: #808560)
* drop all patches which have now been applied upstream
Date: Mon, 28 Dec 2015 00:09:27 +0000
Changed-By: Colin Watson <cjwatson at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/sbuild/0.67.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 28 Dec 2015 00:09:27 +0000
Source: sbuild
Binary: libsbuild-perl sbuild buildd
Architecture: source
Version: 0.67.0-1ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Colin Watson <cjwatson at ubuntu.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
Closes: 655215 661037 691539 703814 709270 709864 713033 726866 751732 760832 774351 782534 786456 799056 800317 801436 801798 802678 805063 806931 807488 808290 808560
Changes:
sbuild (0.67.0-1ubuntu1) xenial; urgency=medium
.
* Resynchronise with Debian. Remaining changes:
- do-not-install-debfoster-into-chroots.patch: Do not install debfoster
into the chroots because it is in universe and not needed for package
building itself.
- no-pkg-mangle-deps.patch: Set NO_PKG_MANGLE=1 when building dummy
packages, as pkgbinarymangler's dpkg-deb expects to be run from a
source package.
.
sbuild (0.67.0-1) unstable; urgency=medium
.
* fix Vcs-Browser and Vcs-Git fields to point at the debian/unstable branch
(closes: #805063)
* add Suggests: libwww-perl to libsbuild-perl because it can optionally make
use of LWP::UserAgent (closes: #703814)
* new upstream version
- ./man/sbuild.1.in: improve documentation of external commands
(closes: #802678)
- bin/sbuild: add --clean-source and --no-clean-source to allow building a
package from an unpacked directory without calling debian/rules clean
(closes: #655215)
- allow changing the user running dpkg-buildpackage inside the chroot
(closes: #661037)
- Check architecture wildcard matching with dpkg inside the chroot to avoid
situations in which dpkg outside the chroot doesn't know about a new
architecture yet (closes: #691539)
- lib/Sbuild/Build.pm: say --build instead of incorrect --build-arch
(closes: #709270)
- bin/sbuild-createchroot: honor --foreign (closes: #709864)
- man/sbuild-setup.7.in: correct section 8 for sbuild-createchroot and
sbuild-adduser (closes: #713033)
- Fix permission of public key (closes: #726866)
- sbuild-createchroot: use union-type=overlay for directory chroot and
promote tarball chroot in the manpage (closes: #751732)
- sbuild-createchroot: run debootstrap with --no-check-gpg if --keyring=""
is passed (closes: #760832)
- Quit processing when external commands fail (closes: #774351)
- bin/sbuild-createchroot: check if chroot already exists before creating a
new one (closes: #782534)
- Print better message when no chroot is specified (closes: #786456)
- Add the --no-arch-any and --arch-any options
- Successfully handle a source only build. (Closes: #799056)
- lib/Sbuild.pm: improve error message about sbuild group membership
(closes: #800317)
- bin/sbuild: turn path to input dsc or source directory into an absolute
path (closes: #801436)
- Set [trusted=yes] for internal dummy repository to make key generation
optional (closes: #801798)
- have a default for CROSSBUILD_CORE_DEPENDS (closes: #806931)
- lib/Sbuild/Chroot.pm: apply environment filter *before* setting
environment variables set by sbuild itself (closes: #807488)
- lib/Sbuild/ChrootInfo.pm: fix error handling (closes: #808290)
- lib/Sbuild/Build.pm: make sure regex only matches lines in the Files
field (closes: #808560)
* drop all patches which have now been applied upstream
Checksums-Sha1:
d414d60bad44f135799e7c48506dd116d7ba0bfd 2399 sbuild_0.67.0-1ubuntu1.dsc
23e53260ad3b714539430738ab93616e27713280 596164 sbuild_0.67.0.orig.tar.gz
28d73c461bd0370a8d592bdadce0f58659317c9b 54116 sbuild_0.67.0-1ubuntu1.debian.tar.xz
Checksums-Sha256:
addf0bb3cb0398772b03ea19f7d868c32a146ac30cd265189af0a19f4ee313d9 2399 sbuild_0.67.0-1ubuntu1.dsc
e1649b7f2b7faf210ec9b70aa191a9bd5ae5608c671db7a088724734289977c0 596164 sbuild_0.67.0.orig.tar.gz
c3684908a8a0c4524f3fa31f7735ec715ef459bdd721bb5797a28f4e57766c90 54116 sbuild_0.67.0-1ubuntu1.debian.tar.xz
Files:
e9cef65e96247f1ca37a56d8ac3014f2 2399 devel extra sbuild_0.67.0-1ubuntu1.dsc
36a58b81f0f713f72158c364778fb1ed 596164 devel extra sbuild_0.67.0.orig.tar.gz
5d54b5f123769aaa8a40c352be131c48 54116 devel extra sbuild_0.67.0-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian buildd-tools Developers <buildd-tools-devel at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Colin Watson <cjwatson at debian.org> -- Debian developer
iQIVAwUBVoB9zDk1h9l9hlALAQiqdRAAroGR2fhyalzA6xpEkPRf889HlJ+QtA6k
cpMsaAHNrWdQQzX/JJXFS/o4C9Y/rbjLQ8QHw9bf9IsCKb1DiZRckIlqQ7HvnWNQ
lR1fhyWBrWFo5NWPjvtAjYL/NWDbK5wRpyMVJ8AiD/res0tckhO/zgWnjG6RLjW7
utmGikDl5XqaMKyoGcgSqF9RKDpP7RsxIxhfJAisMWXGNycpOLNf1e4n69aAJNem
VRg5BdXAVVejuYVHZ+qJ32xg3eOz2LhgN3/3YhuQtKnUraBvuRjcIulN7eacWYqc
MDs0wwwCloZaO6kf4Do6PsqjtCYUkBr7k2VSQcttPKAmQ6SvinjZs3Cv2j1NPEBs
jrz0ZvUNvCxTNvidx5wj/Oc+orz6CxTSYU/B30dS+fiC8dFG7u2lWvAuBfLIkPIH
AWBtBz3+GuYgS2uiLcTktbdPzmQEwX2DpZdAbDYGTzR34r74Kcgf9OF6Fb1izedm
XKyPyLZqNx9pHo3ZIY7EoZnrF7T7F38Hu604oyUQvmrt41/JwHbBcZCobwiM2wyE
ahPfHhUygv/qOxEOMYlAaPDQge9li2zjwKXjq/+Mh+74TNZvxQ+RPa5fhSEVMbF5
YSnbu7Z1w2U7TI3wBmw1dNUMYWXOuhNBWPEf2eJQ/QL/gfIIuLEkLEhcTcon9sdI
qhZ8H/lbQ+U=
=6tei
-----END PGP SIGNATURE-----
More information about the Xenial-changes
mailing list