[ack-grep] branch master updated (727eec6 -> 32887ec)

Axel Beckert abe at deuxchevaux.org
Sun Feb 15 00:49:33 UTC 2015


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

abe pushed a change to branch master
in repository ack-grep.

      from  727eec6   Upload to unstable as 2.14-4
      adds  94c162a   Imported Upstream version 2.15.01
       new  a2281a9   Merge tag 'upstream/2.15.01'
       new  32887ec   New upstream dev release: Drop cherry-picked patch, refresh other one

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:
 Ack.pm                                             |   8 +-
 Basic.pm                                           |  11 +
 CONTRIBUTING.md                                    |  28 +
 Changes                                            |  21 +
 ConfigDefault.pm                                   |   3 +
 ConfigLoader.pm                                    |  91 ++-
 Filter.pm                                          |   2 -
 IsGroup.pm                                         |   2 +-
 Is.pm => IsPath.pm                                 |  18 +-
 IsGroup.pm => IsPathGroup.pm                       |   7 +-
 MANIFEST                                           |  25 +-
 META.json                                          |  67 --
 META.yml                                           |  74 +-
 Makefile.PL                                        |   7 +-
 Match.pm                                           |  11 +-
 MatchGroup.pm                                      |  43 ++
 Resource.pm                                        |  11 +
 ack                                                | 763 +++++++++++----------
 debian/changelog                                   |   8 +
 ...504aa-make-sure-strings-match-along-lines.patch |  21 -
 .../no-standalone-test-but-autopkgtests.patch      |  30 +-
 debian/patches/series                              |   1 -
 t/Util.pm                                          |   2 +-
 t/ack-f.t                                          |   3 +
 t/ack-ignore-dir.t                                 |  78 ++-
 t/ack-ignore-file.t                                |  10 +
 t/ack-n.t                                          |  12 +-
 t/default-filter.t                                 |   9 +
 t/inverted-file-filter.t                           |   3 +
 t/issue244.t                                       |  17 +
 t/issue276.t                                       |  33 +
 t/issue491.t                                       |  33 +
 t/issue522.t                                       |  22 +
 t/lib/IsPath.t                                     |  12 +
 t/lib/IsPathGroup.t                                |  12 +
 t/lib/{Collection.t => MatchGroup.t}               |   4 +-
 t/lua-shebang.t                                    |  12 +
 t/resource-iterator.t                              |   9 +
 t/swamp/groceries/{ => dir.d}/CVS/fruit            |   0
 t/swamp/groceries/{ => dir.d}/CVS/junk             |   0
 t/swamp/groceries/{ => dir.d}/CVS/meat             |   0
 t/swamp/groceries/{CVS => dir.d/RCS}/fruit         |   0
 t/swamp/groceries/{CVS => dir.d/RCS}/junk          |   0
 t/swamp/groceries/{CVS => dir.d/RCS}/meat          |   0
 t/swamp/groceries/{CVS => dir.d}/fruit             |   0
 t/swamp/groceries/{CVS => dir.d}/junk              |   0
 t/swamp/groceries/{CVS => dir.d}/meat              |   0
 47 files changed, 953 insertions(+), 570 deletions(-)
 create mode 100644 CONTRIBUTING.md
 copy Is.pm => IsPath.pm (56%)
 copy IsGroup.pm => IsPathGroup.pm (76%)
 delete mode 100644 META.json
 create mode 100644 MatchGroup.pm
 delete mode 100644 debian/patches/cherry-pick-17504aa-make-sure-strings-match-along-lines.patch
 create mode 100644 t/ack-ignore-file.t
 create mode 100644 t/issue244.t
 create mode 100644 t/issue276.t
 create mode 100644 t/issue491.t
 create mode 100644 t/issue522.t
 create mode 100644 t/lib/IsPath.t
 create mode 100644 t/lib/IsPathGroup.t
 copy t/lib/{Collection.t => MatchGroup.t} (50%)
 create mode 100644 t/lua-shebang.t
 copy t/swamp/groceries/{ => dir.d}/CVS/fruit (100%)
 copy t/swamp/groceries/{ => dir.d}/CVS/junk (100%)
 copy t/swamp/groceries/{ => dir.d}/CVS/meat (100%)
 copy t/swamp/groceries/{CVS => dir.d/RCS}/fruit (100%)
 copy t/swamp/groceries/{CVS => dir.d/RCS}/junk (100%)
 copy t/swamp/groceries/{CVS => dir.d/RCS}/meat (100%)
 copy t/swamp/groceries/{CVS => dir.d}/fruit (100%)
 copy t/swamp/groceries/{CVS => dir.d}/junk (100%)
 copy t/swamp/groceries/{CVS => dir.d}/meat (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/ack-grep.git



More information about the Pkg-perl-cvs-commits mailing list