[devscripts] branch master updated (4d4d094 -> a056c07)

Osamu Aoki osamu at moszumanska.debian.org
Fri Nov 13 12:21:02 UTC 2015


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

osamu pushed a change to branch master
in repository devscripts.

      from  4d4d094   licensecheck: skip unknown charset when decoding
      adds  b84cd0a   uscan: new pagemangle rule
      adds  e7fa59d   test_uscan_mangle: new pagemangle rule
      adds  3bcf112   uscan: new oversionmangle rule
      adds  daeb5a4   test_uscan_mangle: new oversionmangle rule
      adds  08c795a   uupdate: new --find syntax for MUT
      adds  5dd8938   mk-origtargz: new component syntax for MUT
      adds  4516fed   uscan: V4 with MUT and new opts= syntax
      adds  ab49e3b   server-head.py: add HEADER logging server
      adds  b6cb590   test_uscan_mangle: User-Agent test
      adds  f9ff81c   test_uscan_mangle: refactor to address V4 and MUT
      adds  23db65c   uscan: MUT downloading log
      adds  0753c2f   uscan: new improved manpage with POD
      adds  e841bf5   test_uscan_mangle: test signature
      adds  b020bc0   uscan.pl: versionmode/pgpmode
      adds  c21e07b   uscan.pl: pgpmode fixed
      adds  74110d8   uscan: oversionmangle moved
      adds  731acf0   uscan.pl: update manpage for pgp etc.
      adds  892ace0   uupdate.sh: clean up
      adds  58da498   uscan.pl: update documentation
      adds  8ac6ea0   uscan.pl: manpage update for compression etc.
      adds  b93b98c   uscan: opts=decompress, pgpmode=self,exit code
      adds  9fb13b8   test_uscan_mangle: pgpmode=self test, MUT and signature
      adds  929d036   control: gnupg/gnupg2, gpgv/gpgv2
      adds  f31cf92   mk-origtargz.pl: clarify warning
      adds  fbb9951   uscan: refine directory walking logic
      adds  267f4b9   test_uscan_mangle
      adds  0511dc0   uscan: manpage updates
      adds  72303e2   changelog: uscan, uupdate, mk-origtargz for MUT
      adds  9a15f20   Merge branch 'master' into multitar
      adds  2e30e67   ucan: Add --bare and opts=bare support
      adds  aba3fd8   ucan: debug msg for redirection
      adds  5f71042   uscan: drop leading \s if version 4
      adds  99434e2   uscan.pl: manpage updates
      adds  d5928f9   uscan: match substring for dir walking
      adds  9fbeb8f   enable both gpg and gpg2
      adds  15d9217   debian/control, README: update for gpgv2, gnupg2
      adds  8973f2f   uscan: No need for bare
      adds  1a6766e   ucan: allow more than 2 independent watch lines
      adds  f330e17   uscan: record md5sum into uscan.log
      adds  591ee9a   uscan: document keyring generation
      adds  5007935   uscan: Improve the standard FTP directory handling
      adds  056f0ee   control: drop duplicate listing in recommends and suggests
      adds  5c96ef7   changelog: update for the uscan changes
      adds  3cbbb39   uscan: touch ups suggested by James McCoy
      adds  d5ed968   uscan: priority for version match
      adds  0211c2a   update for the uscan changes
      adds  7238913   uscan: check if match found
      adds  8859e8b   ucan: English proofing
      adds  a08e48c   changelog: segregate multitar branch changes
      adds  2a5d113   Merge branch 'master' into multitar
      adds  5f3e466   mk-origtargz: fix Files-Excluded for duplicate entries
      adds  6841569   uupdate: uscan.log for version=3 too
      adds  50467f0   uscan: refactor messaging
      adds  e3549cd   uscan: reorganize around $download etc.
      adds  e1ae0f4   uscan: documentation update
      adds  34c0db6   uupdate.1: clarify importance of -f
      adds  ff11260   changelog: update
      adds  3a5d282   uscan: manpage updates
      adds  ddddac8   changelog: Drop Bug#747412
      adds  bc1aa07   uupdate: overwrite confirmation to console
      adds  c32502f   uscan: reorganize --safe, --download, --signature
      adds  55df5c0   uscan: backup old uscan.log
      adds  ab2311e   test_uscan: now dehs goes to STDOUT
      adds  323ec86   uscan: update manpage for OpenPGP, --safe, ...
      adds  ad38b06   mk-origtargz: Deduplicate using a hash instead of List::MoreUtils::uniq
      adds  3e759d7   uscan: uscan_verbose for dirversionmangle target
      adds  3656a11   uscan: No more .download hack
      adds  8a3c05f   uscan: filepattern without (.*)
      adds  4f3d47f   uscan: uscan_verbose for more mangle targets
      adds  8927b92   uscan: update manpage for filenamemangle etc.
      adds  3d3f64d   changelog: update
      adds  01ca69f   uscan: address subversion
      adds  2451489   changelog: update
      adds  da0e033   uscan: sort compression extension
      adds  5dff257   uscan: print watch line even when no opts=...
      adds  8ebab1c   uscan: @PACKAGE@ etc.
      adds  9a63e21   uscan: Document @PACKAGE@ etc.
      adds  3ed30c0   test_uscan_mangle: @PACKAGE@ etc.
      adds  31a0214   changelog: update
      adds  d7d50fe   uscan: add pgpmode=auto support
      adds  e9c421c   test_uscan_mangle: pgpmode=auto
      adds  d798261   uscan: Set $keyring properly
       new  a056c07   Merge branch 'multitar'

The 1 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:
 README                        |   21 +-
 debian/changelog              |   44 +-
 debian/control                |   24 +-
 po4a/devscripts-po4a.conf     |    4 +-
 scripts/Makefile              |    2 +-
 scripts/debsign.1             |    1 +
 scripts/debsign.sh            |    2 +
 scripts/dscverify.1           |    1 +
 scripts/dscverify.pl          |    3 +-
 scripts/mk-origtargz.pl       |   42 +-
 scripts/uscan.1               |  596 -------
 scripts/uscan.pl              | 3459 +++++++++++++++++++++++++++++++++--------
 scripts/uupdate.1             |   32 +-
 scripts/uupdate.sh            |  416 +++--
 scripts/who-permits-upload.pl |    4 +-
 scripts/who-uploads.1         |    2 +-
 scripts/who-uploads.sh        |   14 +-
 test/test_mk-origtargz        |    4 +-
 test/test_uscan               |    2 +-
 test/test_uscan_mangle        |  834 ++++++++--
 test/uscan/PRIVATE_KEY.asc    |  106 ++
 test/uscan/PUBLIC_KEY.asc     |   52 +
 test/uscan/server-head.py     |   22 +
 23 files changed, 4131 insertions(+), 1556 deletions(-)
 mode change 100755 => 100644 scripts/mk-origtargz.pl
 delete mode 100644 scripts/uscan.1
 create mode 100644 test/uscan/PRIVATE_KEY.asc
 create mode 100644 test/uscan/PUBLIC_KEY.asc
 create mode 100644 test/uscan/server-head.py

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