[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted devscripts 2.14.11~bpo70+1 (source amd64) into wheezy-backports->backports-policy, wheezy-backports



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

Format: 1.8
Date: Sun, 14 Dec 2014 20:54:07 -0500
Source: devscripts
Binary: devscripts
Architecture: source amd64
Version: 2.14.11~bpo70+1
Distribution: wheezy-backports
Urgency: medium
Maintainer: James McCoy <jamessan@debian.org>
Changed-By: James McCoy <jamessan@debian.org>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 544366 622561 737160 739137 749729 752152 752382 753657 753772 754203 756067 757425 757481 757614 757807 758668 762070 762888 764367 764963 766180 766516 766641 766885 768587
Changes: 
 devscripts (2.14.11~bpo70+1) wheezy-backports; urgency=medium
 .
   * Rebuild for wheezy-backports.
 .
 devscripts (2.14.11) unstable; urgency=medium
 .
   [ Paul Wise ]
   * Suggest debbindiff for deep .deb comparisons
   * Use mirror.ftp-master instead of specific hostnames
 .
   [ James McCoy ]
   * debcommit: Correctly show --strip-message is the default in --help.
     (Closes: #766885)
   * mk-origtargz: Warn about unmatched Files-Excluded patterns.  (Closes:
     #766641)
   * annotate-output: Fix handling of a date format that contains whitespace.
     (Closes: #766180)
   * Fix regression in dpkg-architecture using scripts when only -a or -t is
     specified, rather than both or neither.  (Closes: #768587)
 .
   [ Jakub Wilk ]
   * sadt:
     + Fix handling of rw-build-tree restriction
     + Improve handling of non-executable test files.  When rw-build-tree is in
       effect, simply chmod the file.  Otherwise, attempt to chmod the file
       (skipping the test on failure) and restore the original permissions on
       completion.  (Closes: #749729)
 .
   [ Adam D. Barratt ]
   * debchange:
     + Fix handling of changelogs where the most recent trailer line does not
       include a maintainer name.  (Closes: #766516)
     + Add jessie-backports to the version mapping for --bpo.
   * bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore"
     tags.
 .
   [ Stefano Zacchiroli ]
   * bts:
     + Support for the "newcomer" tag
     + Backward compatibility for the old "gift" usertag: drop
       documentation for it, but do both gift and newcomer (user)tagging for
       the time being
 .
 devscripts (2.14.10) unstable; urgency=medium
 .
   * Fix all the other calls to dpkg-architecture in devscripts.
     (Closes: #764963 ... again)
 .
 devscripts (2.14.9) unstable; urgency=medium
 .
   * debuild: Only pass -a/-t to dpkg-architecture when the user has specified
     values for them.  (Closes: #764963)
 .
 devscripts (2.14.8) unstable; urgency=medium
 .
   [ James McCoy ]
   * uscan:
     + Ensure $keyring is defined before trying to use it when checking whether
       the upstream keyring exists.
     + Strip the Referer header when using qa.debian.org's Sourceforge
       redirector.  When there's a foreign Referer header, Sourceforge responds
       with a web page containing a <meta refresh=...> redirect to the actual
       file, causing uscan to save the web page rather than the file.  (Closes:
       #764367)
   * uupdate: When updating a 1.0 source format package, remove any symlinks in
     the new upstream source before applying the Debian diff, restoring the
     symlinks after.  This prevents patch from following the symlinks, which
     may point to targets outside of the source tree, when applying the diff.
     Thanks to Jakub Wilk for the discovery and suggested fix.
     (Closes: #737160, CVE-2014-1833)
 .
   [ Ron Lee ]
   * cowpoke: Add --sign and --upload command line overrides.
 .
 devscripts (2.14.7) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * deb-reversion: update change_version(), fixing the missing call_hook
     statement in the udeb case. That was overlooked when the changelog
     massaging was made conditional, and causes hooks to be ignored for
     udebs. (Closes: #757425)
 .
   [ James McCoy ]
   * debsign/debi/debc: Delay checking for the existence of the
     --debs-dir/DEBRELEASE_DEBS_DIR directory until we get to code that
     actually uses said directory.  (Closes: #544366)
   * mk-build-deps: Pass the file, not package, names to unlink when --remove
     is given.  (Closes: #757481)
   * debcheckout: Always define $origtgz_name when a URL is specified on the
     command line.  (Closes: #757614)
   * dcmd: Add --debtar option and restrict --tar/--orig to orig.tar.*.  Thanks
     to Osamu Aoki for the patch.  (Closes: #622561)
   * grep-excuses: Remove useless call to “hostname --fqdn”.  (Closes: #758668)
   * build-rdeps: Recognize arch-qualified package names.  Thanks to Stuart
     Prescott for the patch.  (Closes: #757807)
   * uscan:
     + Consistently pass the path to the downloaded (and possibly
       renamed/symlinked/…) file as an argument to the watch file's action
       command.
     + Add support for a repacksuffix option to the watch file.  This is passed
       through to mk-origtargz.  (Closes: #753772)
     + Specify Referer header when traversing http(s) sites.  Thanks to David
       Prévot for the patch.  (Closes: #739137)
   * mk-origtargz: Add a --repack-suffix option to adjust the upstream version
     when the upstream sources are modified (e.g., due to Files-Excluded).
   * bts: Don't send the email when the user saves an empty body for the email.
     (Closes: #762888)
 .
   [ Benjamin Drung ]
   * Remove unused build-dependencies libjson-perl and libterm-size-perl
 .
   [ Joachim Breitner ]
   * mk-origtargz: Treat jars like zip files (Closes: #754203)
 .
   [ Dominique Dumont ]
   * licensecheck: Check javascript files.  (Closes: #762070)
 .
 devscripts (2.14.6) unstable; urgency=medium
 .
   [ Benjamin Drung ]
   * suspicious-source: Add image/tiff, application/pgp-keys, and image/x-icon
     to whitelisted mime-types. Add .gmo to whitelisted file extensions.
   * wrap-and-sort: Add --max-line-length option with a default of 79 characters
     (it was previously hard-coded to 80 characters).  (Closes: #756067)
 .
   [ Guillem Jover ]
   * nmudiff: Send control messages inline.  (Closes: #752152)
 .
   [ Paul Wise ]
   * rmadison: bpo madison is dead, remove it
   * rmadison: add new to the defaults for Debian
   * rmadison: document the defaults in the manual page
 .
   [ James McCoy ]
   * namecheck: Remove berlios, since it no longer hosts code.  (Closes:
     #752382)
   * mk-build-deps:
     + Provide the package name, not file name, to “dpkg --remove” when package
       install fails.
     + Read all of the output from “apt-cache showsrc” to ensure mk-build-deps
       doesn't get stuck waiting for apt-cache to exit.
     + Pass the name of the .deb file out of build_equiv to ensure the correct
       .deb is installed.  (Closes: #753657)
 .
   [ Christoph Berg ]
   * Update all qa.debian.org URLs to https://.
 .
   [ Ron Lee ]
   * cowpoke:
     + Allow more flexibility for specialised build chroots.
       It's now possible to specify arbitrary 'dist' names, with arbitrary
       special configurations on top of the real BASE_DIST suite.  This means
       it's easy to have things like a chroot for wheezy-backports which will
       be able to pull other deps from the backports repo, while still having
       a pristine wheezy build chroot on the same build host.  Or to have a
       staging chroot for unstable, with extra build deps pulled in from a
       local repository, or installed manually, while still having a pristine
       sid chroot for building other packages to upload.  And it all works the
       same as normal, you just pass --dist=wheezy_bpo to select the chroot.
     + Allow SIGN_KEYID and UPLOAD_QUEUE to be overridden per arch/dist.
       This makes a lot more sense now that the above is easily possible.
       People can use that for private or work (in progress) builds too, and
       this can reduce the chance of accidentally uploading to the wrong place,
       or signing some package not intended for upload with a key that would
       would let it be accepted by dak.
     + Better handling of --debbuildopts.  There were some corner cases for
       this where the required quoting of options could be rather weird in the
       intersection of all the layers it might get passed through. This should
       make it more forgiving and better able to always DTRT.
 .
   [ David Prévot ]
   * uscan.1: Use +dfsg suffix in examples
Checksums-Sha1: 
 0e15b171a1eeb2b0d9aa5ad9a1acfcd174bb11db 2268 devscripts_2.14.11~bpo70+1.dsc
 0bfdffc15c38c41951e4490bce17a24c631f3fa9 608412 devscripts_2.14.11~bpo70+1.tar.xz
 4fb55ffdfc46e00a259b8f452ab265ea45fff58a 972952 devscripts_2.14.11~bpo70+1_amd64.deb
Checksums-Sha256: 
 f4540047a2569b60edb46a3439de81b81f236fcb925cbd35a7af230504fd40a2 2268 devscripts_2.14.11~bpo70+1.dsc
 ed601511e16b62c11ea8817fb3c20b05beef6d8601d57adc0c1533a6ec9d5a07 608412 devscripts_2.14.11~bpo70+1.tar.xz
 19e1028febb34c25f4b4321c52389b39eca52f17a9e936d71d344cf3b20d0e4e 972952 devscripts_2.14.11~bpo70+1_amd64.deb
Files: 
 9e83c523ec4bb4f109b5740b9649a844 2268 devel optional devscripts_2.14.11~bpo70+1.dsc
 3fc24194e8bee19d529ffaa89a65e298 608412 devel optional devscripts_2.14.11~bpo70+1.tar.xz
 67c8a2cf6083331cb4bebbf1a0fb1d3e 972952 devel optional devscripts_2.14.11~bpo70+1_amd64.deb

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

iQJ8BAEBCgBmBQJUjkt7XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE
RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6Pbw+0QAMP1aKh6WgkE7xYErYINGyXw
pJN0uiw6L/zyGerH92topqFyWtVyTP2aiWWy8Jr97n0GTVKRUup10sRLh/APaBM4
oWnVhunPcRTRJXCdJvZVE2i7nRf4F2L6nWpi1f8mQ/6q7VFQACXorSk2f/ScgOe6
uQK9qtYGJF7a+OEsGIzN2JaiAOhFmP+bvoamMIK8lDxXvfmpjC7eJqPmGCWn5j3X
DdCl0q39CNjcENQ7+lZGS5SmqXLjWlATjdeQQ2vrrxTu+aZVji0ALT3/hf+SvZsS
q020Yc8ialf/bGlBhjvP56dHEL0aB3k9XF+WYnB6Bqzx7J+RCpZa2ms/nfFdwWrA
A4supt5FzlgKcfn6pbw+DTbmCs5bKSZJV/JCmsDTNXQO4qZfzWzkFyWzCrqDzJd0
BzUqgKxua2Ya5919HwyTueyUi82pGvF4rCepAMp1YGd7SFmcKfNkj0BebObZj92F
GFSnVbCrBzdrGOu1IVI18KK+YKPbLyoOsj7Wo/mwo/jsSHaV7W2IWBkRZiTpkiak
NepwguTcRQ5sI0jGnLG8GhU/nlPZKqDd0hr1BMez3EnBJaNktpxfDvsOOjCi7Uex
CyATTgIzeGkWf07qiKeF9gDWNpaa8pAIFOH2WZj/48bHCGxnOxrVO8NlQsTMSEbO
OjX83N4kfTrtm7CmSReE
=1A1e
-----END PGP SIGNATURE-----


Reply to: