[devscripts] annotated tag v2.14.11_bpo70+1 created (now 50d5685)

James McCoy jamessan at debian.org
Mon Dec 15 02:50:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

jamessan pushed a change to annotated tag v2.14.11_bpo70+1
in repository devscripts.

        at  50d5685   (tag)
   tagging  1d6f5ce1b6203eb5a53c9a82ad2c5b8070718051 (commit)
  replaces  v2.14.11
 tagged by  James McCoy
        on  Sun Dec 14 21:40:13 2014 -0500

- Log -----------------------------------------------------------------
tagging devscripts 2.14.11~bpo70+1

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 at debian.org>
Changed-By: James McCoy <jamessan at 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:
 3c5a5e22d40fb5567ffaffa91fb225ccaf343fa3 1269 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:
 e00da387b64ef840f458bf6e5d0dd37d82020341531623849fcfb5d918ae01fc 1269 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:
 00c247228b60f2f0c193184c7b0982ac 1269 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

iQJ8BAABCgBmBQJUjkopXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE
RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6PbDWAP/R1igXiLZViMYlIu6Eiv5iVr
yPu2A0FEWKH20+b/rSD7AHPNw4AqWOtAAWy/6XwWLH7N/g+DC4cHSEjEqfP/X84S
QWEQlrNcEXmbgbayTobplAagHvH6uFFqHEuhd8h0OaUro9KMZOJJe4a7yxz5tSY3
TzxSnAoE2n4KYIRTEQZgzzM56zXxjo/Q4HRJRqr1haoOm6GHZFPCZGmXz0fiG3Yl
60uVTgJnJS9HKT6eOle+zIne+CkedxxdssTjqFDHyb+13p98gRnGBCUxnsYnlz1J
RxJ2sGZ3M1fQJPCzRHa3EjN9RVATtJxc0kacZzmxZ+kQThPzGOM5Feh/YVXahmDN
ZI+e5EKfJHv1pOlxdJvdloAAb9xv6gCOX3iufl1nuUAeq0hlHzmtZ5kKOyRLXD8B
OhlMkOzxSYoAGUIRTuBP9t19nD/2Rmze/C5cZcgn4sWaP9m82u8wzioxJWFOt7Zh
B09YEWX/8A+ut+Y6gyHY+jqIHAdWtzAa3Ojaon0rXw1Nsiv5vCGljzmS5evN6+wx
1xXpPhTqEmYafZ3ac3jSwIMintg+J3WmttprMO2mABUk4JcVq47ycZNGVA3QZLW+
vF6ZQc8za+PrgVKrdNtgcLJOMSICWPK8Z7Uc3odn7oZ/YE3E4guYesu2NzTQFmy7
zd8CFABMA4vkvNWkitdX
=ARuC
-----END PGP SIGNATURE-----

James McCoy (7):
      Merge tag 'v2.13.4' into wheezy-backports
      releasing package devscripts version 2.13.4~bpo70+1
      Merge tag 'v2.14.5' into wheezy-backports
      releasing 2.14.5~bpo70+1
      releasing 2.14.5~bpo70+2
      Merge tag 'v2.14.11' into wheezy-backports
      releasing devscripts 2.14.11~bpo70+1

Matt Taggart (1):
      releasing 2.13.2~bpo70+1

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

       new  75a889f   Merge tag 'v2.14.11' into wheezy-backports
       new  1d6f5ce   releasing devscripts 2.14.11~bpo70+1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list