[devscripts] branch jessie-backports updated (e027a0d -> c6758ee)

James McCoy jamessan at debian.org
Sun Aug 9 17:52:30 UTC 2015


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

jamessan pushed a change to branch jessie-backports
in repository devscripts.

      from  e027a0d   releasing package devscripts version 2.15.5~bpo8+1
      adds  23bf8e8   licensecheck: fix BSD-2-clause detection...
      adds  e393020   licensecheck: separate content cleanup in 2 parts...
      adds  7d394fa   licensecheck: extract © owner when © and owners are specified on 2 lines.
      adds  bfbd20a   licensecheck: fix digia © and license extraction (Closes: #789074)
      adds  8698c48   Adjust wording of common suffixes passed to repacksuffix
      adds  ca57444   debcheckout: Handle Launchpad Git URLs
      adds  aa7037c   Add changelog entry for previous patch
      adds  84d202c   checkbashisms: Fix unescaped, literal curly brace in regex
      adds  30affa1   added changelog entry for licensecheck patch
      adds  7e13e03   uscan: Suggest the correct syntax in the manpage for the dversionmangle option
      adds  eac8aed   Merge branch 'master' of git+ssh://git.debian.org/git/collab-maint/devscripts
      adds  a12dd2c   licensecheck: parse assembly files with suffix .S
      adds  3a80a0c   licensecheck: warn if scanned file is not a text file (Closes: #791756)
      adds  fb25747   updated changelog for licensecheck fix about non text file
      adds  bdad289   licensecheck: fixed regexp used to parse mime information
      adds  e6d1dff   licensecheck: extract © owner when © and owners are specified on more than 2 lines.
      adds  7f16b6e   debcheckout: Add missing /darcs for authenticated checkout
      adds  fd76be6   wnpp-check: Use getopt to handle argument parsing
      adds  b62b0c0   wnpp-check: Add --exact switch
      adds  7c250fa   Remove manual parsing of dpkg-buildpackage's output
      adds  c339d20   checkbashisms: Detect %q/%b when it starts the string
      adds  eeca915   dget: Support arch-qualified package names
      adds  c9b52e2   uscan: Fix spelling of $packages
      adds  ce56c10   uscan: Only require signing key if downloading an archive
      adds  f43da2c   releasing package devscripts version 2.15.6
      adds  c0687bc   licensecheck: Use Dpkg::IPC to run file command
      adds  f1d45e8   licensecheck: Accept all non-binary/unknown encoding files
      adds  79dccbe   licensecheck: Fix an endless loop parsing certain files
      adds  18edd53   releasing package devscripts version 2.15.7
      adds  55a22e0   Retrospectively add now assigned CVE for shell injection vulnerability
      adds  d8f8fa1   licensecheck: Separate filename from args in file call
      adds  cd4c34b   releasing package devscripts version 2.15.8
       new  1266e1f   Merge tag 'v2.15.8' into jessie-backports
       new  c6758ee   releasing package devscripts version 2.15.8~bpo8+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.


Summary of changes:
 Makefile                           |  3 +-
 debian/changelog                   | 73 +++++++++++++++++++++++++++++++++
 debian/control                     |  3 +-
 scripts/checkbashisms.pl           |  6 +--
 scripts/cvs-debi.sh                | 14 +++----
 scripts/cvs-debrelease.sh          | 14 +++----
 scripts/debchange.bash_completion  |  2 +-
 scripts/debchange.pl               | 17 +++-----
 scripts/debcheckout.pl             |  3 +-
 scripts/debclean.sh                |  2 +-
 scripts/debi.pl                    |  2 +-
 scripts/debrelease.sh              |  6 +--
 scripts/debrsign.sh                |  6 +--
 scripts/debsign.sh                 |  6 +--
 scripts/debuild.pl                 | 14 ++-----
 scripts/dget.pl                    | 66 ++++++++++++++++++++++--------
 scripts/licensecheck.pl            | 84 ++++++++++++++++++++++++++------------
 scripts/nmudiff.sh                 |  8 ++--
 scripts/tagpending.pl              | 48 ++++++----------------
 scripts/uscan.1                    |  6 +--
 scripts/uscan.pl                   | 23 ++++++-----
 scripts/uupdate.sh                 |  6 +--
 scripts/what-patch.sh              |  2 +-
 scripts/wnpp-check.1               |  5 ++-
 scripts/wnpp-check.sh              | 45 +++++++++++++++-----
 test/bashisms/printf.sh            |  2 +
 test/bashisms/printf.sh.out        |  2 +
 test/licensecheck/bsd-1-clause-1.c | 24 +++++++++++
 test/licensecheck/bsd-regents.c    | 30 ++++++++++++++
 test/licensecheck/lgpl-digia.c     | 32 +++++++++++++++
 test/licensecheck/texinfo.tex      | 27 ++++++++++++
 test/test_debchange                |  4 +-
 test/test_licensecheck             |  9 ++++
 33 files changed, 422 insertions(+), 172 deletions(-)
 create mode 100644 test/licensecheck/bsd-1-clause-1.c
 create mode 100644 test/licensecheck/bsd-regents.c
 create mode 100644 test/licensecheck/lgpl-digia.c
 create mode 100644 test/licensecheck/texinfo.tex

-- 
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