cowdancer_0.80~bpo8+1_amd64.changes ACCEPTED into jessie-backports, jessie-backports

Debian FTP Masters ftpmaster at ftp-master.debian.org
Mon Jul 4 11:01:56 UTC 2016



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 30 Jun 2016 22:49:23 +0100
Source: cowdancer
Binary: cowdancer cowbuilder qemubuilder
Architecture: source amd64
Version: 0.80~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian pbuilder maintenance team <pbuilder-maint at lists.alioth.debian.org>
Changed-By: James Clarke <jrtc27 at jrtc27.com>
Description:
 cowbuilder - pbuilder running on cowdancer
 cowdancer  - Copy-on-write directory tree utility
 qemubuilder - pbuilder using QEMU as backend
Closes: 573126 606542 647345 650592 698451 734162 744974 752582 754048 758490 774469 779255 780332 802151 804634 804635 812581 819093 819803 822849
Changes:
 cowdancer (0.80~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
   * qemubuilder.c:
     - Change for-loops to be C89-compliant
 .
 cowdancer (0.80) unstable; urgency=medium
 .
   [ James Clarke ]
   * qemuarch.c:
     - Support x32
   * test_qemuarch.c:
     - Support x32
   * cowbuilder.c:
     - Preserve directory when --debug is given (Closes: #650592)
   * Add support for pbuilder's --binary-indep
     - Only use --force-yes if --allow-untrusted is given
       (Closes: #819093)
     - Add support for hooks.
       Thanks to Reiner Herrmann for the initial concept patch.
       (Closes: #819803)
     - Copy files back as the correct user/group
     - Increase MEMORY_MEGS default to 256
   * qemubuilder.c:
     - Mount /run/lock and /dev/shm as tmpfs
   * qemubuilder.c:
     - Update first-stage script in --update
   * qemubuilder.c:
     - Run hooks from mountpoint and use input/ for copying
     - Build inside /build
     - Detect out of date pbuilder-run init script
     - Update script by mounting root
     - Fixed end-of-work exit code
     - Fixed non-executable hook warning
     - Compatibility symlink from /tmp/buildd to /build
     - Avoid first-stage warnings
     - Delete /pbuilder-run before version check
     - Use tmpfs for /tmp
     - Run commands inside getty
     - Use qemu monitor, with sane tty settings
   * file.c:
     - Preserve permissions on copy
 .
   [ Mattia Rizzolo ]
   * debian/control:
     - Bump Standards-Version to 3.9.8, no changes needed.
   * debian/control:
     - add myself to Uploaders.
 .
   [ Peter Pentchev ]
   * qemubuilder.c:
     - Fixed inverted error check for asprintf breaking --update
       (Closes: #822849)
 .
 cowdancer (0.79) unstable; urgency=medium
 .
   [ Mattia Rizzolo ]
   * debian/control:
     - Remove qemu-system Build-Dep, it's clearly useless.
     - Restrict qemubuilder to linux-any architectures.
     - Bump Standards-Version to 3.9.7, no changes needed.
     - Use HTTPS in Vcs-Git
 .
   [ James Clarke ]
   * debian/control:
     - Add myself to Uploaders. (Closes: #802151)
     - Drop unused busybox-static from Build-Depends.
     - Build everything except qemubuilder on Architecture: any
   * Fix open/open64 giving SIGILL on kFreeBSD. (Closes: #647345)
   * tests/016_memleakcheck.c:
     - Check result of opening /proc/self/maps for NULL.
     - Use /proc/<pid>/maps over /proc/self/maps.
       This fixes the test failing on the Hurd, as /proc/self is currently
       always /proc/1.
   * Makefile:
     - Define DEB_BUILD_ARCH_OS.
     - Don't build qemubuilder when DEB_BUILD_ARCH_OS != "linux".
     - Create tests/log directory if missing
   * qemubuilder.c:
     - Don't hang if child crashes (Closes: #752582)
     - Exit gracefully when missing KERNEL_IMAGE (LP: #1027268)
     - Make kernel halt on panic, rather than hanging
     - Support EXTRAPACKAGES/--extrapackages
     - Specify disk image format for qemu (Closes: #812581)
     - Avoid needless string copy
   * cowbuilder:
     - Don't override --extrapackages (Closes: #606542)
   * cowbuilder.c:
     - Always check for mounts before deleting directories (Closes: #758490)
     - Don't duplicate --debbuildopts (Closes: #754048)
   * tests/log:
     - Remove unnecessary directory
   * parameter.c:
     - Avoid // in buildplace (Closes: #573126)
 .
 cowdancer (0.78) unstable; urgency=medium
 .
   * debian/control:
    - Change qemubuilder architecture to any
 .
 cowdancer (0.77) unstable; urgency=medium
 .
   * bash_completion.cowbuilder:
    - Added --configfile (Closes: #744974)
 .
 cowdancer (0.76) unstable; urgency=medium
 .
   [ Mattia Rizzolo ]
   * debian/rules:
    - use the dh sequencer and compat 9
    - use CFLAGS from the env, always. dpkg-buildpackage takes care of that in
      debian, just be sure -fno-strict-aliasing is there
    - use LDFLAGS where we actually link stuff
    - use dh_install instead of dh_movefiles
    - enable hardening
   * debian/dirs (removed):
    - let the makefile create the directory, remove debian/dirs
   * qemubuilder.8:
    - remove .qy macro that's not understood by man now
   * cowdancer-ilistcreate.1:
    - remove escaping of round brackets
   * bash_completion.qemubuilder:
    - remove the shebang, bash completion don't want/need the shebang
   * run wrap-and-sort
   * debian/control:
    - remove final dot from cowdancer short description, fix
      description-synopsis-might-not-be-phrased-properly
   * debian/cowbuilder.maintscript:
    - add to remove obsolete /etc/bash_completion/cowbuilder (Closes: #804634)
   * debian/qemubuilder.maintscript:
    - add to remove obsolete /etc/bash_completion/qemubuilder (Closes: #804635)
 .
   [ Iain R. Learmonth ]
   * Ensure qemubuilder mounts rootfs as rw during creation (Closes: #698451)
 .
 cowdancer (0.75) unstable; urgency=medium
 .
   * Updated references to cdn.debian.net to use httpredir.debian.org (Closes:
     #774469)
   * Add armhf support to qemubuilder (Closes: #780332)
   * Move bash completions to standard location
   * d/control:
    - Changed architecture for qemubuilder to linux-any due to missing
      dependencies on kfreebsd and hurd
    - Added ${misc:Depends} to binary dependencies
   * d/copyright:
    - Updating FSF address in GPL references
    - Reference common licenses
   * Add source format "3.0 (native)"
 .
 cowdancer (0.74) unstable; urgency=medium
 .
   [ Francois Poirotte ]
   * Send benign messages to stdout not stderr. (Closes: #734162)
 .
   [ Iain R. Learmonth ]
   * Removed debian/watch; this is a native package.
   * debian/control:
    - Switch Vcs-Browser and Vcs-Git to canonical URLs.
    - Change maintainer to Debian pbuilder maintenance team.
    - Added self as an Uploader.
    - Reformatted with cme.
   * debian/copyright:
    - DEP-5 compliance fixes.
   * Fixed handling of .dsc files in qemubuilder. (Closes: #779255)
    - Thanks to Stefan Kisdaroczi!
Checksums-Sha1:
 3c9010970891bdc67ff8b68f36c0a0c1d15fe9ff 1875 cowdancer_0.80~bpo8+1.dsc
 b68f734a4c889100bf8a4bb804d9357bb7327eb4 66924 cowdancer_0.80~bpo8+1.tar.xz
 27cf68f25c20b84fefc00d2f88541021f2683c00 35034 cowdancer_0.80~bpo8+1_amd64.deb
 685983fbb11868f59a8a92f77419c0ae1def98cf 35724 cowbuilder_0.80~bpo8+1_amd64.deb
 a73a996f025db591bda479bdd531dca53e10c92b 42908 qemubuilder_0.80~bpo8+1_amd64.deb
Checksums-Sha256:
 3d28911be47a22d54dd8eaa91e406530ce585aefeaf62197ecd8cd5de413c40e 1875 cowdancer_0.80~bpo8+1.dsc
 cbe40e3ff872cf0605d1a6a43494b691b8ade2d2450b3090b2536fedebe8b6dc 66924 cowdancer_0.80~bpo8+1.tar.xz
 b358f99eff7779a2f91f896b6cc8d8471e15e1026c405e8cd0112a5398ad6a6c 35034 cowdancer_0.80~bpo8+1_amd64.deb
 64a82df2d1f02ca0e1de41fa01010a9d0cd34858f18d86f07e9352331a7245a1 35724 cowbuilder_0.80~bpo8+1_amd64.deb
 2d46decd85d937024eeacd35849a18218eed33c8d9658038a8d1ad1015d1b944 42908 qemubuilder_0.80~bpo8+1_amd64.deb
Files:
 fa8e300ee618e067d7b5c16ea9b68771 1875 utils optional cowdancer_0.80~bpo8+1.dsc
 746053033538ad19aa7723cc5384358c 66924 utils optional cowdancer_0.80~bpo8+1.tar.xz
 64ca21f1d175560ace5b7b97251c613a 35034 utils optional cowdancer_0.80~bpo8+1_amd64.deb
 a82019a99dcff86851776c5965169487 35724 utils optional cowbuilder_0.80~bpo8+1_amd64.deb
 3d4e05f376dc479afe08c3f4effb78bc 42908 utils optional qemubuilder_0.80~bpo8+1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJXdiEnAAoJEEsEP825REVAFyEP/0WAMCE8CGhPqhUW+5ibkZMo
N4Z07pZFN1MNru/f5rwFMSzZ8BZa09syqvouOyLQEs4U9gK79ECiRm7d83+Bseve
VdjFV1pIFV+ubzcgB7gT3h5T1xIM8VH028uo62+hnlO3rwUy17vcEM4iint4WiCf
TFBZSerEf3bPSLV1MaPqLV9SAT7557EKFSN8SguBJl8Finfq2NnDyrBNIT8vhGjh
Zqe9/1oIsOU6rERuaVG1nBl3CjHJYr3glRkyBtLrgLFlU/FFrVQ+KJWIESDVgNbb
S3fBhAQOcEsmnfwAqQtF3WD9R9v1hxxNuOyBvi3rkICAeGd+1tCXMAglz2HmEoYY
nkfQNqz4O/0M5fGgQaH8eQed8C4enSylKI22DyUKNv8y/8XsXcVsivfDCx09yofo
BOyzjq80ijfJO/jvpZrzLGMVw/HrvWnfLHyzVguH0Vl/mPhC96BnWQJ0j5ADackO
58BJpohf66p4JPpqv4h1s0AqA3YIwXzdyX2nC1BUak7vrpGesk4BUDnGNgldWIbp
LjTqdmyV3T/eJdnkDUBwOzidOaM7qIGvv1HZOHJlsc59O6SgQ7rmlvbMoT9/80uM
l1lQA+7V75lwYq001aoTssZFHfW/ibCcuNadjS0pLogv7hGtHOqTL1Owneelb0JY
sgkSNOoQGbJTUdqd3QFd
=9m40
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the Pbuilder-maint mailing list