[debsums] 01/01: Stay with compat level 10 until stable supports higher levels w/o bpo

2018-01-03 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 6e3da16e6d7a4e519d0cd1f6bb6b5a0c1b7d2880
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 15:28:20 2018 +0100

Stay with compat level 10 until stable supports higher levels w/o bpo

Document this as a comment in debian/control and debian/compat.

The comment in debian/control needs to be on a separate line as a
hashmark behind a dependency (and on the same line) is parsed as
another dependency and not as comment.

The comment in debian/compat needs to come below the compat level as
debhelper always reads only the first line of debian/compat. The hash
marks in there are probably irrelevant because of that, but makes
clear that the second and following lines are comments.
---
 debian/changelog | 3 +++
 debian/compat| 2 ++
 debian/control   | 3 +++
 3 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index dfefa3e..db01801 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
   * Bump debhelper compatibility level to 10.
 + Update versioned debhelper build-dependency accordingly.
++ Stay with compat level 10 until the current stable release supports
+  higher levels without backports. Document that in debian/compat
+  and debian/control with comments.
   * Update .gitignore to cover all current build artefacts.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
diff --git a/debian/compat b/debian/compat
index f599e28..541c123 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1,3 @@
 10
+# Needs to stay on a compat level which is supported in stable,
+# i.e. 10 for stretch (and probably 11 for buster)
diff --git a/debian/control b/debian/control
index fec65df..415e6af 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Uploaders: Anders Kaseorg <ande...@mit.edu>,
    Axel Beckert <a...@debian.org>
 Section: admin
 Priority: optional
+### The used debhelper build-dependency (and the debhelper compatibility
+### level) of debsums needs to be supported in stable without backports,
+### i.e. 10 for stretch (and probably 11 for buster)
 Build-Depends: debhelper (>= 10),
libfile-fnmatch-perl,
libtest-command-simple-perl,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (142d251 -> 6e3da16)

2018-01-03 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  142d251   Revert "Bump debhelper compatibility level to 11"
   new  6e3da16   Stay with compat level 10 until stable supports higher 
levels w/o bpo

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:
 debian/changelog | 3 +++
 debian/compat| 2 ++
 debian/control   | 3 +++
 3 files changed, 8 insertions(+)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 01/01: Revert "Bump debhelper compatibility level to 11"

2018-01-03 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 142d251f28724b78c1d7c4cf2c024b9ab6f5884e
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 14:03:21 2018 +0100

Revert "Bump debhelper compatibility level to 11"

This reverts commit c6dcd1d9fcf10d55d66da04bb95fb7481f60676e.
---
 debian/changelog | 2 +-
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8311eb0..dfefa3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Drop no more needed "Testsuite: autopkgtest" header since
 debian/tests/control exists.
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
-  * Bump debhelper compatibility level to 11.
+  * Bump debhelper compatibility level to 10.
 + Update versioned debhelper build-dependency accordingly.
   * Update .gitignore to cover all current build artefacts.
 
diff --git a/debian/compat b/debian/compat
index b4de394..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-11
+10
diff --git a/debian/control b/debian/control
index 55eae35..fec65df 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Anders Kaseorg <ande...@mit.edu>,
Axel Beckert <a...@debian.org>
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper (>= 10),
libfile-fnmatch-perl,
libtest-command-simple-perl,
po-debconf,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (dab7733 -> 142d251)

2018-01-03 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  dab7733   Remove now obsolete changelog item from current changelog 
entry
   new  142d251   Revert "Bump debhelper compatibility level to 11"

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:
 debian/changelog | 2 +-
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 05/05: Update sole patch for slightly different test suite

2018-01-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch ack3
in repository ack.

commit 94632860b6e86517b817a4d1a570d70e5cf21fc5
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 03:27:45 2018 +0100

Update sole patch for slightly different test suite
---
 debian/changelog   |  1 +
 .../no-standalone-test-but-autopkgtests.patch  | 54 ++
 2 files changed, 37 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1c26d7a..d284784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ack (2.999.01-1) UNRELEASED; urgency=medium
 
   * Import ack3 beta version 2.999.01.
++ Update sole patch for slightly different test suite.
   * Update debian/upstream/metadata for ack3.
 
  -- Axel Beckert <a...@debian.org>  Wed, 03 Jan 2018 03:15:35 +0100
diff --git a/debian/patches/no-standalone-test-but-autopkgtests.patch 
b/debian/patches/no-standalone-test-but-autopkgtests.patch
index 66b8ad7..fa0f5c2 100644
--- a/debian/patches/no-standalone-test-but-autopkgtests.patch
+++ b/debian/patches/no-standalone-test-but-autopkgtests.patch
@@ -21,9 +21,9 @@ Last-Update: 2017-03-05
 
 --- a/Makefile.PL
 +++ b/Makefile.PL
-@@ -123,12 +123,12 @@
-   $(CP) $(ACK) ~/bin/ack2
-   $(CP) ackrc ~/.ack2rc
+@@ -121,12 +121,12 @@
+   $(CP) $(ACK) ~/bin/ack3
+   $(CP) ackrc ~/.ack3rc
  
 -test: test_classic test_standalone
 +test: test_classic
@@ -47,7 +47,7 @@ Last-Update: 2017-03-05
  test_harness(shift, shift, shift);
 --- a/t/Util.pm
 +++ b/t/Util.pm
-@@ -175,8 +175,8 @@
+@@ -176,8 +176,8 @@
  unshift( @args, '--noenv' );
  }
  
@@ -58,7 +58,7 @@ Last-Update: 2017-03-05
  }
  else {
  unshift( @args, File::Spec->rel2abs( 'blib/script/ack', $orig_wd ) );
-@@ -404,7 +404,7 @@
+@@ -405,7 +405,7 @@
  my $perl = caret_X();
  
  @args = build_ack_invocation( @args );
@@ -67,7 +67,7 @@ Last-Update: 2017-03-05
  unshift( @args, $perl );
  }
  else {
-@@ -661,7 +661,7 @@
+@@ -676,7 +676,7 @@
  
  my $perl = caret_X();
  
@@ -100,8 +100,8 @@ Last-Update: 2017-03-05
  }
 --- a/t/process-substitution.t
 +++ b/t/process-substitution.t
-@@ -51,7 +51,7 @@
- # XXX doing this by hand here eq '=('
+@@ -50,7 +50,7 @@
+ my @args = build_ack_invocation( qw( --noenv --nocolor --smart-case this 
) );
  my $perl = caret_X();
  
 -if ( $ENV{'ACK_TEST_STANDALONE'} ) {
@@ -109,16 +109,34 @@ Last-Update: 2017-03-05
  unshift( @args, $perl );
  }
  else {
 a/t/lib/00-coverage.t
-+++ b/t/lib/00-coverage.t
-@@ -11,6 +11,10 @@
+--- a/t/ack-man.t
 b/t/ack-man.t
+@@ -22,7 +22,7 @@
+ );
  
- use Test::More;
+ subtest 'ack --man' => sub {
+-local $TODO = 'ack-standalone currently dumps all sections';
++local $TODO = '/usr/bin/ack currently dumps all sections';
+ plan tests => 5;
  
-+unless ( $ENV{RELEASE_TESTING} ) {
-+plan( skip_all => "these tests are for release candidate testing" );
-+}
-+
- my @pms = glob( '*.pm' );
+ my ($stdout, $stderr) = run_ack_with_stderr( '--man' );
+@@ -32,7 +32,7 @@
+ };
+ 
+ subtest 'ack --faq' => sub {
+-local $TODO = 'ack-standalone currently dumps all sections';
++local $TODO = '/usr/bin/ack currently dumps all sections';
+ plan tests => 5;
+ 
+ my ($stdout, $stderr) = run_ack_with_stderr( '--faq' );
+--- a/t/ack-match.t
 b/t/ack-match.t
+@@ -32,7 +32,7 @@
+ is_empty_array( $stdout, 'ack should return no STDOUT when piped into 
without a regex' );
+ cmp_ok( scalar @{$stderr}, '>', 0, 'Has to have at least one line of 
error message, but could have more under Appveyor' );
+ 
+-my $name = $ENV{ACK_TEST_STANDALONE} ? 'ack-standalone' : 'ack';
++my $name = $ENV{ACK_TEST_STANDALONE} ? '/usr/bin/ack' : 'ack';
+ is( $stderr->[0], "$name: No regular expression found.", 'Error message 
matches' );
+ };
  
- plan tests => scalar @pms;

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 03/05: Update debian/changelog

2018-01-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch ack3
in repository ack.

commit a811960d33bcd405ba1221dc8c008b6bed988a23
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 03:15:35 2018 +0100

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 84bad03..5e9d3e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ack (2.999.01-1) UNRELEASED; urgency=medium
+
+  * Import ack3 beta version 2.999.01.
+
+ -- Axel Beckert <a...@debian.org>  Wed, 03 Jan 2018 03:15:35 +0100
+
 ack (2.22-1) unstable; urgency=medium
 
   * New upstream release.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/05: Update upstream source from tag 'upstream/2.999.01'

2018-01-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch ack3
in repository ack.

commit b977116db005e64b81150c22cc79cbc3d3ae7667
Merge: ccb6bbf caf92dc
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 03:15:34 2018 +0100

Update upstream source from tag 'upstream/2.999.01'

Update to upstream version '2.999.01'
with Debian dir 93d7dce8c37601d74364caa29c005bf44990c3f7

 CONTRIBUTING.md|   39 -
 Changes|  517 +
 MANIFEST   |   90 +-
 META.json  |   13 +-
 META.yml   |   11 +-
 Makefile.PL|  117 +-
 README.md  |   50 +-
 ack| 2249 +---
 Ack.pm => lib/App/Ack.pm   |  189 +-
 ConfigDefault.pm => lib/App/Ack/ConfigDefault.pm   |   42 +-
 ConfigFinder.pm => lib/App/Ack/ConfigFinder.pm |   17 +-
 ConfigLoader.pm => lib/App/Ack/ConfigLoader.pm |  140 +-
 lib/App/Ack/Docs/Cookbook.pm   |  599 ++
 lib/App/Ack/Docs/FAQ.pm|  112 +
 lib/App/Ack/Docs/Manual.pm | 1118 ++
 Resource.pm => lib/App/Ack/File.pm |   73 +-
 Resources.pm => lib/App/Ack/Files.pm   |   75 +-
 Filter.pm => lib/App/Ack/Filter.pm |   33 +-
 Collection.pm => lib/App/Ack/Filter/Collection.pm  |   20 +-
 Default.pm => lib/App/Ack/Filter/Default.pm|6 +-
 Extension.pm => lib/App/Ack/Filter/Extension.pm|   16 +-
 .../App/Ack/Filter/ExtensionGroup.pm   |6 +-
 .../App/Ack/Filter/FirstLineMatch.pm   |   17 +-
 Inverse.pm => lib/App/Ack/Filter/Inverse.pm|7 +-
 Is.pm => lib/App/Ack/Filter/Is.pm  |   17 +-
 IsGroup.pm => lib/App/Ack/Filter/IsGroup.pm|9 +-
 IsPath.pm => lib/App/Ack/Filter/IsPath.pm  |   14 +-
 .../App/Ack/Filter/IsPathGroup.pm  |   10 +-
 Match.pm => lib/App/Ack/Filter/Match.pm|   20 +-
 MatchGroup.pm => lib/App/Ack/Filter/MatchGroup.pm  |   21 +-
 squash |   17 +-
 t/00-load.t|   30 +-
 t/Barfly.pm|  162 ++
 t/FilterTest.pm|6 +-
 t/Util.pm  |  357 +++-
 t/ack-1.t  |3 +-
 t/ack-color.t  |   63 +-
 t/ack-column.t |4 +
 t/ack-files-from.t |   19 +-
 t/ack-g.t  |   58 +-
 t/ack-h.t  |6 +-
 t/ack-help-types.t |4 +
 t/ack-help.t   |2 +-
 t/ack-i.barfly |  140 ++
 t/ack-i.t  |   38 +-
 t/ack-ignore-file.t|  101 +-
 t/ack-known-types.t|2 +
 t/ack-line.t   |   63 +-
 t/ack-m.t  |   29 +-
 t/ack-man.t|   75 +
 t/ack-match.t  |   74 +-
 t/ack-n.t  |   46 +-
 t/ack-named-pipes.t|   62 -
 t/ack-o.t  |   73 +-
 t/ack-output.t |  141 +-
 t/ack-pager.t  |   85 +-
 t/ack-passthru.t   |3 +
 t/ack-proximate.t  |  166 ++
 t/ack-removed-options.t|   34 -
 t/ack-s.t  |7 +-
 t/ack-type-del.t   |2 +-
 t/ack-type.t   |   17 +-
 t/ack-u.barfly |   47 +
 t/ack-u.t  |   70 +
 t/ack-underline.t  |  107 +
 t/ack-v.t  |2 +-
 t/ack-version.t|   22 +
 t/ack-w.barfly |  200 ++
 t/ack-w.t  |  280 ++-
 t/ack-x.t  |3 +
 t/anchored.t   |4 +-
 t/bad-ackrc-opt.t  |4 +
 t/config-backwar

[ack] 04/05: Update debian/upstream/metadata for ack3

2018-01-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch ack3
in repository ack.

commit 3f96d527b6f646ac643d7dbdc0326057961a63ff
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Jan 3 03:15:00 2018 +0100

Update debian/upstream/metadata for ack3
---
 debian/changelog | 1 +
 debian/upstream/metadata | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5e9d3e4..1c26d7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 ack (2.999.01-1) UNRELEASED; urgency=medium
 
   * Import ack3 beta version 2.999.01.
+  * Update debian/upstream/metadata for ack3.
 
  -- Axel Beckert <a...@debian.org>  Wed, 03 Jan 2018 03:15:35 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 48593c0..72bef58 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,8 +2,8 @@
 ---
 # https://wiki.debian.org/UpstreamMetadata
 Archive: CPAN
-Bug-Database: https://github.com/beyondgrep/ack2/issues
-Bug-Sumbit: https://github.com/beyondgrep/ack2/issues/new
+Bug-Database: https://github.com/beyondgrep/ack3/issues
+Bug-Sumbit: https://github.com/beyondgrep/ack3/issues/new
 Changelog: https://beyondgrep.com/changes.txt
 Contact: https://groups.google.com/d/forum/ack-users
 Security-Contact: a...@petdance.com
@@ -11,5 +11,5 @@ Security-Contact: a...@petdance.com
 FAQ: https://beyondgrep.com/documentation/
 Name: ack
 Homepage: https://beyondgrep.com/
-Repository: https://github.com/beyondgrep/ack2.git
-Repository-Browse: https://github.com/beyondgrep/ack2
+Repository: https://github.com/beyondgrep/ack3.git
+Repository-Browse: https://github.com/beyondgrep/ack3

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch ack3 created (now 9463286)

2018-01-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch ack3
in repository ack.

at  9463286   Update sole patch for slightly different test suite

This branch includes the following new commits:

   new  caf92dc   New upstream version 2.999.01
   new  b977116   Update upstream source from tag 'upstream/2.999.01'
   new  a811960   Update debian/changelog
   new  3f96d52   Update debian/upstream/metadata for ack3
   new  9463286   Update sole patch for slightly different test suite

The 5 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/pkg-perl/packages/ack.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 01/01: Remove now obsolete changelog item from current changelog entry

2017-12-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit dab7733d5533ed89e2f0cb4041d8a185a20035c6
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 19:51:09 2017 +0100

Remove now obsolete changelog item from current changelog entry

Gbp-Dch: Ignore
---
 debian/changelog | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8d25008..8311eb0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,6 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Remove trailing whitespace from ancient debian/changelog entry.
   * Drop no more needed "Testsuite: autopkgtest" header since
 debian/tests/control exists.
-  * Add some build artefacts to .gitignore.
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
   * Bump debhelper compatibility level to 11.
 + Update versioned debhelper build-dependency accordingly.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (6b9813a -> dab7733)

2017-12-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  6b9813a   Update .gitignore to cover all current build artefacts
   new  dab7733   Remove now obsolete changelog item from current changelog 
entry

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:
 debian/changelog | 1 -
 1 file changed, 1 deletion(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 01/01: Update .gitignore to cover all current build artefacts

2017-12-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 6b9813a45b88a24abc88ea00723d31b9bf947dd6
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 19:46:48 2017 +0100

Update .gitignore to cover all current build artefacts
---
 .gitignore   | 8 
 debian/changelog | 1 +
 2 files changed, 9 insertions(+)

diff --git a/.gitignore b/.gitignore
index 35c1329..daf37f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,14 @@
+# Perl build artefacts
 /cover_db
+
+# Debian build artefacts
 /debian/.debhelper/
 /debian/*.debhelper.log
 /debian/*.substvars
+/debian/debhelper-build-stamp
 /debian/debsums/
 /debian/files
+
+# Man page generation artefacts
+/man/??/debsums.??.1
+/man/??/debsums_init.??.8
diff --git a/debian/changelog b/debian/changelog
index 113544f..8d25008 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
   * Bump debhelper compatibility level to 11.
 + Update versioned debhelper build-dependency accordingly.
+  * Update .gitignore to cover all current build artefacts.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (c6dcd1d -> 6b9813a)

2017-12-30 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  c6dcd1d   Bump debhelper compatibility level to 11
   new  6b9813a   Update .gitignore to cover all current build artefacts

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:
 .gitignore   | 8 
 debian/changelog | 1 +
 2 files changed, 9 insertions(+)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 02/02: Bump debhelper compatibility level to 11

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit c6dcd1d9fcf10d55d66da04bb95fb7481f60676e
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:30:07 2017 +0100

Bump debhelper compatibility level to 11

Update versioned build-dependency on debhelper accordingly.
---
 debian/changelog | 2 +-
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b3de1fe..113544f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
 debian/tests/control exists.
   * Add some build artefacts to .gitignore.
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
-  * Bump debhelper compatibility level to 10.
+  * Bump debhelper compatibility level to 11.
 + Update versioned debhelper build-dependency accordingly.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index fec65df..55eae35 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Anders Kaseorg <ande...@mit.edu>,
    Axel Beckert <a...@debian.org>
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
libfile-fnmatch-perl,
libtest-command-simple-perl,
po-debconf,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (acbaa0d -> c6dcd1d)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  acbaa0d   Bump debhelper compatibility level to 10
   new  d40491a   Declare compliance with Debian Policy 4.1.3
   new  c6dcd1d   Bump debhelper compatibility level to 11

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:
 debian/changelog | 4 ++--
 debian/compat| 2 +-
 debian/control   | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 01/02: Declare compliance with Debian Policy 4.1.3

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit d40491a873d50cacf05f029f029a7d2f8bbfba6c
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:29:33 2017 +0100

Declare compliance with Debian Policy 4.1.3

No other changes were required.
---
 debian/changelog | 2 +-
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e24edf..b3de1fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Drop no more needed "Testsuite: autopkgtest" header since
 debian/tests/control exists.
   * Add some build artefacts to .gitignore.
-  * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
+  * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
   * Bump debhelper compatibility level to 10.
 + Update versioned debhelper build-dependency accordingly.
 
diff --git a/debian/control b/debian/control
index 08a054f..fec65df 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10),
libtest-command-simple-perl,
po-debconf,
po4a (>= 0.41)
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/debsums.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/debsums.git
 Rules-Requires-Root: no

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag debian/2.22-1 created (now fc910de)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/2.22-1
in repository ack.

at  fc910de   (tag)
   tagging  ccb6bbf92355c078e4f1d39a6ba37b08a600be7e (commit)
  replaces  debian/2.20-1
 tagged by  Axel Beckert
on  Sat Dec 30 06:27:06 2017 +0100

- Log -
ack Debian release 2.22-1
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlpHI6oACgkQa+Zjx1o1
yXUlGhAAkCrAzAg1Uk8H75sJH2smeLams2LMuh8w2WqULtD9XB+E1QXocqKuUh57
2Dfav/zMhRZQtAMsm+LBC22w4v/oDnQgedwz0+Cj2tgB81gEbpJqW9HSoih5SUil
53Hickf2Vk9/HxtPBbNBwd35H/ZoXj5ZoR/7K8/V0I4daJrFSQt411wIGPFW4oVo
whdel/C5j5F4dEN5ZTzbexZNMC/d63pYsxZlAXAqR3lih0Cx3LQE5mbkCasXiN0o
4DqeYbvN4yfqj9koqzFTvfUardaEVlOeMDTEStIwD3WcscdpYGHr1zpan/pO/bC3
o7qmrJ2pDRD9KEQS1Kxf74US62kEe2JoY7D2ORJQ4a41Ijhnleda5ptEKVSO4PvS
TiEY7ZwcAMETacmPLJHVrFGvRvGYGevW2seBZRpRpikgGzGs74K+TKEfPdY8pzyh
5KXpI9F5U0Ez8Tb+kiO2wT78MBtYIHWPNHlyEbClJNOwrJYcJZSUoTT3jgobWxi/
1w7iiUh9yzYy70xTcvVMrUrbt+5JiTg0mB/RyDErvRyd2+lrZzgw6crWXUFlU/km
riEw8TFCwyqgBcIhj7hGCLlboqWg6yIxGbZ3o0z5slrXGTrJQE9wXnXjLA4DKlpk
uSi1SkRfy+FtzldRVTztQV5loZJtiuePUnjTnwIViMebs+cTiaA=
=rYrT
-END PGP SIGNATURE-

Andy Lester (13):
  Allow more than one error line
  Fix appveyor link
  Handle ACK_TEST_STANDALONE
  Normalizing hereodcs at HERE
  Fix GH#520, dying on an unopenable file
  Speed up firstliney() by not opening the file unless it is actually 
necessary
  Added Kotlin
  Add stuff to show RDP details 
https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
  Add an environment dump
  use diag, not print.
  Remove the ENV dump
  Ready to release 2.21_01
  Releasing 2.22

Axel Beckert (7):
  New upstream version 2.22
  Update upstream source from tag 'upstream/2.22'
  Refresh sole patch for new upstream release 2.22
  Declare compliance with Debian Policy 4.1.3
  Bump debhelper compatibility level to 11
  Remove "-b debian-stretch" from Vcs-Git header
  Upload to unstable as 2.22-1

---

This annotated tag includes the following new commits:

   new  ccb6bbf   Upload to unstable as 2.22-1

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.


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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: Upload to unstable as 2.22-1

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit ccb6bbf92355c078e4f1d39a6ba37b08a600be7e
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:23:11 2017 +0100

Upload to unstable as 2.22-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 989d739..84bad03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ack (2.22-1) UNRELEASED; urgency=medium
+ack (2.22-1) unstable; urgency=medium
 
   * New upstream release.
 + Refresh sole patch.
@@ -8,7 +8,7 @@ ack (2.22-1) UNRELEASED; urgency=medium
   * Remove "-b debian-stretch" from Vcs-Git header. (Obsolete since
 package version 2.15.03-1.)
 
- -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:08:48 +0100
+ -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:22:51 +0100
 
 ack (2.20-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (9c61f4b -> ccb6bbf)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  9c61f4b   Remove "-b debian-stretch" from Vcs-Git header
   new  ccb6bbf   Upload to unstable as 2.22-1

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (9f99e78 -> 9c61f4b)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  9f99e78   Refresh sole patch for new upstream release 2.22
   new  0cb5b0e   Declare compliance with Debian Policy 4.1.3
   new  5389a87   Bump debhelper compatibility level to 11
   new  9c61f4b   Remove "-b debian-stretch" from Vcs-Git header

The 3 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:
 debian/changelog | 5 +
 debian/compat| 2 +-
 debian/control   | 6 +++---
 3 files changed, 9 insertions(+), 4 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/03: Declare compliance with Debian Policy 4.1.3

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 0cb5b0ee8def5b10dad8cfcdcf80d33ad47f489c
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:15:05 2017 +0100

Declare compliance with Debian Policy 4.1.3

No other changes were required.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e72352c..9d98773 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ack (2.22-1) UNRELEASED; urgency=medium
 
   * New upstream release.
 + Refresh sole patch.
+  * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
 
  -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:08:48 +0100
 
diff --git a/debian/control b/debian/control
index 2e7775b..5e47ea6 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
libtest-differences-perl,
libtest-pod-perl,
perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
-Standards-Version: 4.1.2
+Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ack.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/ack.git -b 
debian-stretch
 Homepage: https://beyondgrep.com/

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 03/03: Remove "-b debian-stretch" from Vcs-Git header

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 9c61f4bcd70fd0f4d2e27c4a10b410a5ae4580fd
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:21:29 2017 +0100

Remove "-b debian-stretch" from Vcs-Git header

(Obsolete since package version 2.15.03-1.)
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 95f0b47..989d739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ ack (2.22-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
   * Bump debhelper compatibility level to 11.
 + Update versioned debhelper build-dependency accordingly.
+  * Remove "-b debian-stretch" from Vcs-Git header. (Obsolete since
+package version 2.15.03-1.)
 
  -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:08:48 +0100
 
diff --git a/debian/control b/debian/control
index 1d49476..ac15901 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11~),
perl (>= 5.13.11) | libtest-simple-perl (>= 0.98)
 Standards-Version: 4.1.3
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/ack.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/ack.git -b 
debian-stretch
+Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/ack.git
 Homepage: https://beyondgrep.com/
 Rules-Requires-Root: no
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/03: Bump debhelper compatibility level to 11

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 5389a873396ec15e159a4412a8f1ba199d2d6c6a
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:18:24 2017 +0100

Bump debhelper compatibility level to 11

Update versioned build-dependency on debhelper accordingly.
---
 debian/changelog | 2 ++
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d98773..95f0b47 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ ack (2.22-1) UNRELEASED; urgency=medium
   * New upstream release.
 + Refresh sole patch.
   * Declare compliance with Debian Policy 4.1.3. (No changes needed.)
+  * Bump debhelper compatibility level to 11.
++ Update versioned debhelper build-dependency accordingly.
 
  -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:08:48 +0100
 
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 5e47ea6..1d49476 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Axel Beckert <a...@debian.org>
 Section: utils
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11~),
perl,
libfile-next-perl (>= 1.10),
libio-pty-perl,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (8ef3ea0 -> 9f99e78)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  8ef3ea0   Upload to unstable as 2.20-1
  adds  6d5f4af   Allow more than one error line
  adds  99bc569   Fix appveyor link
  adds  b418a3a   Handle ACK_TEST_STANDALONE
  adds  fd1ebbb   Normalizing hereodcs at HERE
  adds  e5de215   Fix GH#520, dying on an unopenable file
  adds  0c8d683   Speed up firstliney() by not opening the file unless it 
is actually necessary
  adds  54026a3   Added Kotlin
  adds  7b5e413   Add stuff to show RDP details 
https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
  adds  b953f34   Add an environment dump
  adds  87df926   use diag, not print.
  adds  0039bab   Remove the ENV dump
  adds  442a3d2   Ready to release 2.21_01
  adds  4bd6612   Releasing 2.22
  adds  7a0f3f9   New upstream version 2.22
   new  faa4b98   Update upstream source from tag 'upstream/2.22'
   new  9f99e78   Refresh sole patch for new upstream release 2.22

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 |  4 +-
 Changes| 17 ++
 ConfigDefault.pm   |  4 ++
 META.json  |  2 +-
 META.yml   |  2 +-
 README.md  |  2 +-
 Resource.pm| 16 +++--
 ack|  2 +-
 debian/changelog   |  7 +++
 .../no-standalone-test-but-autopkgtests.patch  |  4 +-
 t/Util.pm  |  6 +-
 t/ack-files-from.t |  4 +-
 t/ack-g.t  |  8 +--
 t/ack-group.t  | 16 ++---
 t/ack-h.t  | 16 ++---
 t/ack-interactive.t| 24 
 t/ack-line.t   | 32 +-
 t/ack-m.t  |  8 +--
 t/ack-match.t  |  7 ++-
 t/ack-o.t  |  8 +--
 t/ack-pager.t  | 44 +++---
 t/ack-passthru.t   |  4 +-
 t/ack-type.t   | 16 ++---
 t/ack-x.t  |  4 +-
 t/anchored.t   | 12 ++--
 t/basic.t  | 16 ++---
 t/command-line-files.t | 20 +++
 t/config-backwards-compat.t|  4 +-
 t/context.t| 68 +++---
 t/incomplete-last-line.t   |  4 +-
 t/issue562.t   |  4 +-
 t/issue571.t   |  4 +-
 t/mutex-options.t  |  4 +-
 33 files changed, 215 insertions(+), 178 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/02: Update upstream source from tag 'upstream/2.22'

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit faa4b984805dd452393c79fc6345cadb07a05944
Merge: 8ef3ea0 7a0f3f9
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:08:48 2017 +0100

Update upstream source from tag 'upstream/2.22'

Update to upstream version '2.22'
with Debian dir 59f0c92a0c96664cf19eb75a2de7ce2614ce9cbe

 Ack.pm  |  4 +--
 Changes | 17 
 ConfigDefault.pm|  4 +++
 META.json   |  2 +-
 META.yml|  2 +-
 README.md   |  2 +-
 Resource.pm | 16 +++
 ack |  2 +-
 t/Util.pm   |  6 ++--
 t/ack-files-from.t  |  4 +--
 t/ack-g.t   |  8 +++---
 t/ack-group.t   | 16 +--
 t/ack-h.t   | 16 +--
 t/ack-interactive.t | 24 
 t/ack-line.t| 32 ++---
 t/ack-m.t   |  8 +++---
 t/ack-match.t   |  7 +++--
 t/ack-o.t   |  8 +++---
 t/ack-pager.t   | 44 ++---
 t/ack-passthru.t|  4 +--
 t/ack-type.t| 16 +--
 t/ack-x.t   |  4 +--
 t/anchored.t| 12 
 t/basic.t   | 16 +--
 t/command-line-files.t  | 20 ++---
 t/config-backwards-compat.t |  4 +--
 t/context.t | 68 ++---
 t/incomplete-last-line.t|  4 +--
 t/issue562.t|  4 +--
 t/issue571.t|  4 +--
 t/mutex-options.t   |  4 +--
 31 files changed, 206 insertions(+), 176 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch pristine-tar updated (bcfe9f3 -> b491374)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository ack.

  from  bcfe9f3   pristine-tar data for ack_2.20.orig.tar.gz
   new  b491374   pristine-tar data for ack_2.22.orig.tar.gz

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:
 ack_2.22.orig.tar.gz.delta | Bin 0 -> 7570 bytes
 ack_2.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ack_2.22.orig.tar.gz.delta
 create mode 100644 ack_2.22.orig.tar.gz.id

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/02: Refresh sole patch for new upstream release 2.22

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 9f99e7887ecf075e34542a433c6f0f5f77a21cca
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:08:48 2017 +0100

Refresh sole patch for new upstream release 2.22
---
 debian/changelog | 7 +++
 debian/patches/no-standalone-test-but-autopkgtests.patch | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d010046..e72352c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ack (2.22-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
++ Refresh sole patch.
+
+ -- Axel Beckert <a...@debian.org>  Sat, 30 Dec 2017 06:08:48 +0100
+
 ack (2.20-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/no-standalone-test-but-autopkgtests.patch 
b/debian/patches/no-standalone-test-but-autopkgtests.patch
index 8708a09..66b8ad7 100644
--- a/debian/patches/no-standalone-test-but-autopkgtests.patch
+++ b/debian/patches/no-standalone-test-but-autopkgtests.patch
@@ -81,10 +81,10 @@ Last-Update: 2017-03-05
 @@ -54,7 +54,7 @@
  # I don't care for this, but it's the least of the evils I could think of
  if ( $ENV{'ACK_TEST_STANDALONE'} ) {
- @expected_stderr = line_split( <<'EOF' );
+ @expected_stderr = line_split( <<'HERE' );
 -ack-standalone: non-existent-file.txt: No such file or directory
 +ack: non-existent-file.txt: No such file or directory
- EOF
+ HERE
  }
  else {
 --- a/t/ack-x.t

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: pristine-tar data for ack_2.22.orig.tar.gz

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository ack.

commit b491374f2cafb07b90bb825e9b784fcf487205a7
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 30 06:08:43 2017 +0100

pristine-tar data for ack_2.22.orig.tar.gz
---
 ack_2.22.orig.tar.gz.delta | Bin 0 -> 7570 bytes
 ack_2.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ack_2.22.orig.tar.gz.delta b/ack_2.22.orig.tar.gz.delta
new file mode 100644
index 000..f7f634b
Binary files /dev/null and b/ack_2.22.orig.tar.gz.delta differ
diff --git a/ack_2.22.orig.tar.gz.id b/ack_2.22.orig.tar.gz.id
new file mode 100644
index 000..13a201b
--- /dev/null
+++ b/ack_2.22.orig.tar.gz.id
@@ -0,0 +1 @@
+945dc7d844bdaeddf4812ca12dde2df027204b50

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag upstream/2.22 created (now 9d4f94e)

2017-12-29 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/2.22
in repository ack.

at  9d4f94e   (tag)
   tagging  7a0f3f99bcab63e4d1b32c03ad870dd10451db1d (commit)
  replaces  upstream/2.20
 tagged by  Axel Beckert
on  Sat Dec 30 06:08:43 2017 +0100

- Log -
Upstream version 2.22
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlpHH1sACgkQa+Zjx1o1
yXXb8RAAlZpKXX3Dn6y9yYa/coUWOl5zZH/IJD7O6CSjqCl8bESMaSPzFJ933QLh
Fd6oFV2vWa+ivXmELB6Q8qNHClyuUORN+0GPyfL/f3nREAGO8ehGKqQ73BpPI4ml
Q9+us0wC/8DBcVBUKG8PnTXZ29EfzuTCcvhw6zA5/SlkWxjPoyLuT9tS1PjPAIb+
GxGAtMSPZEAqtIsFZjwV9Qz5uZP7A1n6k7Z/naecAusGdtUO4cFp4Cm6FI8932/O
4cBN4fPhSdoR2aL9AvGVhhM4NAjV11fB/KrWVEz/OarIBDcKNdJMvLXSaFJLwrVw
Uq1GxDSqDIl9h80e7E5vFt2rolFEhycIQEoc+aa+FzwohmudyTe0BENFyxiqm1nA
BW9vw1rNSNwFKkET5ys0cQjEtlaFIe0zB/sdUFy2MNWzwTTp8A+dfDmGdQsvrlFQ
k0FSWozZun7wwPVyCa3Z9NAreSbBvskWE9+3KjHQC5ASRhq5LHAtAXgkTs0wkfOC
NsUnTXOUxoFShVhAh0QiKpkKGxtedU7dLaYyNNXfCLG+0P3eEFMcewftsSWi1s8X
f+AT7QYc22gYTnobFwqAm34IuiRdeiPl8rCPIPa3tmoeJgn4Xg3FPYkYTwmeHBjd
lGwUSMqFMHt8vxwXB3IwzlRRyba/o7AdkBtQrBeecefuRbl9W30=
=zdha
-END PGP SIGNATURE-

Andy Lester (13):
  Allow more than one error line
  Fix appveyor link
  Handle ACK_TEST_STANDALONE
  Normalizing hereodcs at HERE
  Fix GH#520, dying on an unopenable file
  Speed up firstliney() by not opening the file unless it is actually 
necessary
  Added Kotlin
  Add stuff to show RDP details 
https://www.appveyor.com/docs/how-to/rdp-to-build-worker/
  Add an environment dump
  use diag, not print.
  Remove the ENV dump
  Ready to release 2.21_01
  Releasing 2.22

Axel Beckert (1):
  New upstream version 2.22

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] branch master updated (86e603d -> acbaa0d)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository debsums.

  from  86e603d   Fix typos found Niels Thykier
   new  3153505   Set "Rules-Requires-Root: no"
   new  eb30cdd   Remove trailing whitespace from ancient debian/changelog 
entry
   new  9ee1a3f   Drop no more needed "Testsuite: autopkgtest" header
   new  a2a657a   Add some build artefacts to .gitignore
   new  3789ac7   Declare compliance with Debian Policy 4.1.2
   new  acbaa0d   Bump debhelper compatibility level to 10

The 6 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:
 .gitignore   |  7 ++-
 debian/changelog | 10 +-
 debian/compat|  2 +-
 debian/control   |  6 +++---
 4 files changed, 19 insertions(+), 6 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 04/06: Add some build artefacts to .gitignore

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit a2a657a020367414523324af7c8ca8b05db52b02
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:33:51 2017 +0100

Add some build artefacts to .gitignore
---
 .gitignore   | 7 ++-
 debian/changelog | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index cb7ab09..35c1329 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,6 @@
-cover_db
+/cover_db
+/debian/.debhelper/
+/debian/*.debhelper.log
+/debian/*.substvars
+/debian/debsums/
+/debian/files
diff --git a/debian/changelog b/debian/changelog
index 9941f02..31f9159 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Remove trailing whitespace from ancient debian/changelog entry.
   * Drop no more needed "Testsuite: autopkgtest" header since
 debian/tests/control exists.
+  * Add some build artefacts to .gitignore.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 01/06: Set "Rules-Requires-Root: no"

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 31535054da348eb86c34116b224e77175b4c6376
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:28:28 2017 +0100

Set "Rules-Requires-Root: no"
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 53992f0..a42198c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 debsums (2.2.3) UNRELEASED; urgency=medium
 
   * Fix typos found Niels Thykier. Thanks!
+  * Set "Rules-Requires-Root: no".
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 
diff --git a/debian/control b/debian/control
index ef0d924..1f0777d 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends: debhelper (>= 9),
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/debsums.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/debsums.git
+Rules-Requires-Root: no
 
 Package: debsums
 Architecture: all

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 05/06: Declare compliance with Debian Policy 4.1.2

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 3789ac78010e36a27b4bc90f1e2ee2298f6c0012
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:34:59 2017 +0100

Declare compliance with Debian Policy 4.1.2

No other changes were required.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 31f9159..5f342c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Drop no more needed "Testsuite: autopkgtest" header since
 debian/tests/control exists.
   * Add some build artefacts to .gitignore.
+  * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 
diff --git a/debian/control b/debian/control
index 1e68e93..6582e30 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 9),
libtest-command-simple-perl,
po-debconf,
po4a (>= 0.41)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/debsums.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/debsums.git
 Rules-Requires-Root: no

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 02/06: Remove trailing whitespace from ancient debian/changelog entry

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit eb30cdd4fada090379ba74c1a2d7ca3a68d84bd0
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:29:30 2017 +0100

Remove trailing whitespace from ancient debian/changelog entry
---
 debian/changelog | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a42198c..43726ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ debsums (2.2.3) UNRELEASED; urgency=medium
 
   * Fix typos found Niels Thykier. Thanks!
   * Set "Rules-Requires-Root: no".
+  * Remove trailing whitespace from ancient debian/changelog entry.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 
@@ -427,7 +428,7 @@ debsums (2.0.38) unstable; urgency=low
 debsums (2.0.37) unstable; urgency=low
 
   [ Mike Forbes ]
-  * Added Finnish translation of debsums template (closes: #492618) 
+  * Added Finnish translation of debsums template (closes: #492618)
 
   [ Francois Marier ]
   * Added daily cronjob and ignore file (closes: #88951)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 06/06: Bump debhelper compatibility level to 10

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit acbaa0ddd2f5517df74e4acc7e0dd00e66d4ae2d
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:35:54 2017 +0100

Bump debhelper compatibility level to 10

Update versioned build-dependency on debhelper accordingly.
---
 debian/changelog | 2 ++
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5f342c7..7e24edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ debsums (2.2.3) UNRELEASED; urgency=medium
 debian/tests/control exists.
   * Add some build artefacts to .gitignore.
   * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
+  * Bump debhelper compatibility level to 10.
++ Update versioned debhelper build-dependency accordingly.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 6582e30..08a054f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Anders Kaseorg <ande...@mit.edu>,
    Axel Beckert <a...@debian.org>
 Section: admin
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libfile-fnmatch-perl,
libtest-command-simple-perl,
po-debconf,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[debsums] 03/06: Drop no more needed "Testsuite: autopkgtest" header

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository debsums.

commit 9ee1a3f5fa47434c14f3dd6e5efb0aa104cd40f6
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 06:30:43 2017 +0100

Drop no more needed "Testsuite: autopkgtest" header

The existance of debian/tests/control suffices nowadays.
---
 debian/changelog | 2 ++
 debian/control   | 1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43726ec..9941f02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Fix typos found Niels Thykier. Thanks!
   * Set "Rules-Requires-Root: no".
   * Remove trailing whitespace from ancient debian/changelog entry.
+  * Drop no more needed "Testsuite: autopkgtest" header since
+debian/tests/control exists.
 
  -- Axel Beckert <a...@debian.org>  Sun, 07 May 2017 21:12:53 +0200
 
diff --git a/debian/control b/debian/control
index 1f0777d..1e68e93 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Maintainer: Debian Perl Group 
<pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Anders Kaseorg <ande...@mit.edu>,
Axel Beckert <a...@debian.org>
 Section: admin
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9),
libfile-fnmatch-perl,

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 02/02: Upload to unstable as 0.18-1

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit c20f3ffabe32ee564a2f762034bf53e227eaf10a
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:19:56 2017 +0100

Upload to unstable as 0.18-1

… and condense current debian/changelog entry a little bit.
---
 debian/changelog | 10 --
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69ade7c..ec05f5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,14 @@
-libmodule-build-xsutil-perl (0.18-1) UNRELEASED; urgency=medium
+libmodule-build-xsutil-perl (0.18-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
 autopkgtest schema.
+  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 
-  [ gregor herrmann ]
-  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
-  * debian/upstream/metadata: use HTTPS for GitHub URLs.
-
   [ Axel Beckert ]
   * Import upstream version 0.18.
   * Set "Rules-Requires-Root: no".
@@ -19,7 +17,7 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; 
urgency=medium
   * Bump debhelper compatibility level to 10.
 + Update versioned debhelper build-dependency accordingly.
 
- -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
+ -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:19:45 +0100
 
 libmodule-build-xsutil-perl (0.16-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[libmodule-build-xsutil-perl] 01/02: Bump debhelper compatibility level to 10

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit 83ce6efff15ecb1dc27b0ac48c572156f9f2c381
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:19:02 2017 +0100

Bump debhelper compatibility level to 10

Update versioned build-dependency on debhelper accordingly.
---
 debian/changelog | 2 ++
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e47b50..69ade7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; 
urgency=medium
   * Set "Rules-Requires-Root: no".
   * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
   * Add patch to fix spelling error found by Lintian.
+  * Bump debhelper compatibility level to 10.
++ Update versioned debhelper build-dependency accordingly.
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index f1ad3d6..9daeef4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 
<pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Axel Beckert <a...@debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libmodule-build-perl (>= 0.400500),
perl
 Build-Depends-Indep: libcapture-tiny-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] branch master updated (0b75c29 -> c20f3ff)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libmodule-build-xsutil-perl.

  from  0b75c29   Add patch to fix spelling error found by Lintian
   new  83ce6ef   Bump debhelper compatibility level to 10
   new  c20f3ff   Upload to unstable as 0.18-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:
 debian/changelog | 12 ++--
 debian/compat|  2 +-
 debian/control   |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] annotated tag debian/0.18-1 created (now 2d8cbcd)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/0.18-1
in repository libmodule-build-xsutil-perl.

at  2d8cbcd   (tag)
   tagging  c20f3ffabe32ee564a2f762034bf53e227eaf10a (commit)
  replaces  debian/0.16-1
 tagged by  Axel Beckert
on  Fri Dec 22 03:21:39 2017 +0100

- Log -
libmodule-build-xsutil-perl Debian release 0.18-1
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlo8bDMACgkQa+Zjx1o1
yXWsTg//X/AJUK+ijvUNpBgvTOoS0daSM0qrypf/MilA/wIOqVhpanRV0dRg2FzQ
4BS1552TrmWTWJIjBRg8Jif1UmoWy56A5carjzawVIwS/myLvuZ1R4XppWhwg7gg
CrMI4ZwpB5cFbfS79sZf2JpUivgvs0n6vn54wdMBRjGowHvjpnWsAUloS7QGLU12
4hSnoFXDHoxr1aDpyGj2owqRRw+usYrOvHlpnWXjECbiLu0LP1jFliGjZ+86eI3i
68vymImwD8+nagVCVqUjB0VdeSNlSjhXFbAfjY902ngZL6v7m9ojEdHEdRxK5Vj1
xJ9X49AUbRCd+hchN4OU2Bc6Vkvs18Cx/mK8Mq87VkB03qUvEP58sLQBFSMC+mJr
QntdZy+Rrw4FxElmJ4PxPyxIhxU1e+qjbF82Ow6IT8o5cjT2N3lye9bCqj2wwX1B
KrZRwf+c/q9dYQdUnk8u4tBtNqbh65uz0/+s3bW154cC1Q1DBnz4clu3NaoDghvl
CN9JNg9biLBJ30cJROT/RVSHz52nNef7kZ57/ts5qjbyjvo20it+iAfXf9YZ4iza
ExzgcgIlsP/pnnngzHRhHyVkyp8BtdsekztVMVNrM2B2b8CPRB391CDY3vvsMqoH
tV6P24+oa97zj9W0LJ4Q+pqp9FpXuck1+mhdR0C+OaCiNqvYc/Q=
=2reu
-END PGP SIGNATURE-

Axel Beckert (8):
  New upstream version 0.18
  Update upstream source from tag 'upstream/0.18'
  Update debian/changelog
  Set "Rules-Requires-Root: no"
  Declare compliance with Debian Policy 4.1.2
  Add patch to fix spelling error found by Lintian
  Bump debhelper compatibility level to 10
  Upload to unstable as 0.18-1

Hideaki Ohno (2):
  Add test target version
  Merge pull request #7 from skaji/patch-1

Salvatore Bonaccorso (2):
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

Shoichi Kaji (1):
  fix typo

gregor herrmann (6):
  Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  debian/upstream/metadata: use HTTPS for GitHub URLs.
  update changelog

hideo55 (10):
  Update .travis.yml
  Add test target version
  Merge branch 'master' of github.com:hideo55/Module-Build-XSUtil
  support pure-perl(#8)
  Update test
  Update META files
  Update setting of travis-ci
  Checking in changes prior to tagging of version 0.17.
  Remove Module::Build::Tiny from deps
  Checking in changes prior to tagging of version 0.18.

---

This annotated tag includes the following new commits:

   new  83ce6ef   Bump debhelper compatibility level to 10
   new  c20f3ff   Upload to unstable as 0.18-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/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] annotated tag upstream/0.18 created (now 0eed52e)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/0.18
in repository libmodule-build-xsutil-perl.

at  0eed52e   (tag)
   tagging  0bb41f70ecbca97a73c83cfedb77cadf504e4af9 (commit)
  replaces  upstream/0.16
 tagged by  Axel Beckert
on  Fri Dec 22 03:03:41 2017 +0100

- Log -
Upstream version 0.18
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlo8Z/0ACgkQa+Zjx1o1
yXXCIhAAlqD5vE9Lwe+pLrBuPYeuKFLFv6n7dyBlCCK/YKiANAQHKmcSUqvH5Dkb
H1AmGljjHlOD2nJ4624kzsSOfzeM+BQnvoIeSTqPUecSr7sMDvoaxlMeSyhMTmmG
he0Nw7lYXiv8VzabPxgDMbYX8bjKqxpZM2+S9oONY94gz4heAZoVj0G1uyVzv0Mj
niMdZ0BA/FkCWWX+fgD3SWVhdhfOuROff8vFfsnZX3jot1xQLQXW7AxQOqrvl816
RuBjNaZgRRr2/kntzSoqXFZSNM8AGNui2156Bvwh9f54uijglOOSktuw3ZvMiSEK
fp7+zVeu8Av/H/n76y3gcEhiPyVmveeSmhIIdaHQRNrb3ppmGi0lET46TuQSklmM
K2WfpdeBESIWfhWTYw1XG9hut+Ifh9VM7U0kCUxvMKkCwHx49JzxB7ma3H+9jSLc
Evv/BAr95W51iXLok5UlfQcFFj9RIEG9LrUa4uTwfscpexMHtTnnZZJ5YW71dsjn
UnyXd1rTju3tgaaJn3uk0trfi7vWLC3qS8LMoNSEoSnNv80Uwkjq2TvrAkVjTD9Y
gFE4v00yo8uH8oMb0KISIWaWPAxZOMSep86xSTRM1kdo6VJ8MZ0an6iiuWq3b0kz
Ih56MamTNKgnOT3BeR5Ee8OcETrXuWjJoMwQGKKPLW0RSIlD7Rs=
=tFXE
-END PGP SIGNATURE-

Axel Beckert (1):
  New upstream version 0.18

Hideaki Ohno (2):
  Add test target version
  Merge pull request #7 from skaji/patch-1

Shoichi Kaji (1):
  fix typo

hideo55 (10):
  Update .travis.yml
  Add test target version
  Merge branch 'master' of github.com:hideo55/Module-Build-XSUtil
  support pure-perl(#8)
  Update test
  Update META files
  Update setting of travis-ci
  Checking in changes prior to tagging of version 0.17.
  Remove Module::Build::Tiny from deps
  Checking in changes prior to tagging of version 0.18.

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 01/05: Update upstream source from tag 'upstream/0.18'

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit 18b26db4e3f1cb41ba4189050eab6741622ff17b
Merge: bde6dd6 0bb41f7
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:03:54 2017 +0100

Update upstream source from tag 'upstream/0.18'

Update to upstream version '0.18'
with Debian dir 9e24bbbace49d5f5567b1f6f0288461aa1a12702

 Build.PL   | 46 --
 Changes|  6 ++
 META.json  | 13 +++--
 META.yml   | 13 +++--
 README.md  |  2 +-
 eg/Foo/lib/Foo.pm  |  2 +-
 lib/Module/Build/XSUtil.pm |  5 +++--
 minil.toml |  1 +
 t/01_build.t   |  4 +---
 9 files changed, 59 insertions(+), 33 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 01/01: pristine-tar data for libmodule-build-xsutil-perl_0.18.orig.tar.gz

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libmodule-build-xsutil-perl.

commit b8d07ea9899e152d24b7ebf6a42d52f7bac307ca
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:03:41 2017 +0100

pristine-tar data for libmodule-build-xsutil-perl_0.18.orig.tar.gz
---
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta | Bin 0 -> 1689 bytes
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta 
b/libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta
new file mode 100644
index 000..4371272
Binary files /dev/null and b/libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta 
differ
diff --git a/libmodule-build-xsutil-perl_0.18.orig.tar.gz.id 
b/libmodule-build-xsutil-perl_0.18.orig.tar.gz.id
new file mode 100644
index 000..7e4f5ee
--- /dev/null
+++ b/libmodule-build-xsutil-perl_0.18.orig.tar.gz.id
@@ -0,0 +1 @@
+070b54a3f53e6d2fe28ac805d3e3e6a33de10bf3

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] branch pristine-tar updated (9aee91b -> b8d07ea)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libmodule-build-xsutil-perl.

  from  9aee91b   pristine-tar data for 
libmodule-build-xsutil-perl_0.16.orig.tar.gz
   new  b8d07ea   pristine-tar data for 
libmodule-build-xsutil-perl_0.18.orig.tar.gz

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:
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta | Bin 0 -> 1689 bytes
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta
 create mode 100644 libmodule-build-xsutil-perl_0.18.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 04/05: Declare compliance with Debian Policy 4.1.2

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit 829af3fee605c74cb06019d1ee6af031bda4a6c9
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:07:46 2017 +0100

Declare compliance with Debian Policy 4.1.2

No other changes were required.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a6499f1..9e56a29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; 
urgency=medium
   [ Axel Beckert ]
   * Import upstream version 0.18.
   * Set "Rules-Requires-Root: no".
+  * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
 
diff --git a/debian/control b/debian/control
index a3d99fd..f1ad3d6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libcapture-tiny-perl,
  libcwd-guard-perl,
  libdevel-checkcompiler-perl,
  libfile-copy-recursive-perl
-Standards-Version: 3.9.6
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-xsutil-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git
 Homepage: https://metacpan.org/release/Module-Build-XSUtil

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 02/05: Update debian/changelog

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit abce8ce74837e64e044d3a959648b97e1684f2e8
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:03:54 2017 +0100

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3ff6df..3a1d743 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmodule-build-xsutil-perl (0.16-2) UNRELEASED; urgency=medium
+libmodule-build-xsutil-perl (0.18-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -11,7 +11,10 @@ libmodule-build-xsutil-perl (0.16-2) UNRELEASED; 
urgency=medium
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * debian/upstream/metadata: use HTTPS for GitHub URLs.
 
- -- gregor herrmann <gre...@debian.org>  Sat, 24 Oct 2015 13:45:58 +0200
+  [ Axel Beckert ]
+  * Import upstream version 0.18.
+
+ -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
 
 libmodule-build-xsutil-perl (0.16-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 03/05: Set "Rules-Requires-Root: no"

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit fbcbb828689d9d2f6b76ebb758084bdb31f68ef0
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:06:55 2017 +0100

Set "Rules-Requires-Root: no"
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3a1d743..a6499f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; 
urgency=medium
 
   [ Axel Beckert ]
   * Import upstream version 0.18.
+  * Set "Rules-Requires-Root: no".
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
 
diff --git a/debian/control b/debian/control
index 03b33bd..a3d99fd 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmodule-build-x
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git
 Homepage: https://metacpan.org/release/Module-Build-XSUtil
 Testsuite: autopkgtest-pkg-perl
+Rules-Requires-Root: no
 
 Package: libmodule-build-xsutil-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] branch master updated (bde6dd6 -> 0b75c29)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libmodule-build-xsutil-perl.

  from  bde6dd6   update changelog
  adds  f54c7fa   Add test target version
  adds  3f9d68c   Update .travis.yml
  adds  3e0889d   Add test target version
  adds  995c829   fix typo
  adds  3310ddb   Merge pull request #7 from skaji/patch-1
  adds  b359a5f   Merge branch 'master' of 
github.com:hideo55/Module-Build-XSUtil
  adds  cd5b366   support pure-perl(#8)
  adds  a0b096c   Update test
  adds  a5ab777   Update META files
  adds  5f737e5   Update setting of travis-ci
  adds  9073461   Checking in changes prior to tagging of version 0.17.
  adds  f1be5d1   Remove Module::Build::Tiny from deps
  adds  e421c0b   Checking in changes prior to tagging of version 0.18.
  adds  0bb41f7   New upstream version 0.18
   new  18b26db   Update upstream source from tag 'upstream/0.18'
   new  abce8ce   Update debian/changelog
   new  fbcbb82   Set "Rules-Requires-Root: no"
   new  829af3f   Declare compliance with Debian Policy 4.1.2
   new  0b75c29   Add patch to fix spelling error found by Lintian

The 5 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:
 Build.PL | 46 ++--
 Changes  |  6 +
 META.json| 13 -
 META.yml | 13 -
 README.md|  2 +-
 debian/changelog | 10 +--
 debian/control   |  3 ++-
 debian/patches/fix-spelling-errors.patch | 36 +
 debian/patches/series|  1 +
 eg/Foo/lib/Foo.pm|  2 +-
 lib/Module/Build/XSUtil.pm   |  5 ++--
 minil.toml   |  1 +
 t/01_build.t |  4 +--
 13 files changed, 106 insertions(+), 36 deletions(-)
 create mode 100644 debian/patches/fix-spelling-errors.patch
 create mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libmodule-build-xsutil-perl] 05/05: Add patch to fix spelling error found by Lintian

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libmodule-build-xsutil-perl.

commit 0b75c29e941f44882b25a9fd409d028809e33434
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 03:10:50 2017 +0100

Add patch to fix spelling error found by Lintian
---
 debian/changelog |  1 +
 debian/patches/fix-spelling-errors.patch | 36 
 debian/patches/series|  1 +
 3 files changed, 38 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9e56a29..4e47b50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libmodule-build-xsutil-perl (0.18-1) UNRELEASED; 
urgency=medium
   * Import upstream version 0.18.
   * Set "Rules-Requires-Root: no".
   * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
+  * Add patch to fix spelling error found by Lintian.
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 03:03:54 +0100
 
diff --git a/debian/patches/fix-spelling-errors.patch 
b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 000..1762ee4
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,36 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <a...@debian.org>
+Forwarded: no
+
+--- a/README.md
 b/README.md
+@@ -61,11 +61,11 @@
+ 
+ - generate\_ppport\_h
+ 
+-Genereate ppport.h by 
[Devel::PPPort](https://metacpan.org/pod/Devel::PPPort).
++Generate ppport.h by 
[Devel::PPPort](https://metacpan.org/pod/Devel::PPPort).
+ 
+ - generate\_xshelper\_h
+ 
+-Genereate xshelper.h which is a helper header file to include EXTERN.h, 
perl.h, XSUB.h and ppport.h, 
++Generate xshelper.h which is a helper header file to include EXTERN.h, 
perl.h, XSUB.h and ppport.h, 
+ and defines some portability stuff which are not supported by ppport.h.
+ 
+ It is porting from 
[Module::Install::XSUtil](https://metacpan.org/pod/Module::Install::XSUtil).
+--- a/lib/Module/Build/XSUtil.pm
 b/lib/Module/Build/XSUtil.pm
+@@ -452,11 +452,11 @@
+ 
+ =item generate_ppport_h
+ 
+-Genereate ppport.h by L.
++Generate ppport.h by L.
+ 
+ =item generate_xshelper_h
+ 
+-Genereate xshelper.h which is a helper header file to include EXTERN.h, 
perl.h, XSUB.h and ppport.h, 
++Generate xshelper.h which is a helper header file to include EXTERN.h, 
perl.h, XSUB.h and ppport.h, 
+ and defines some portability stuff which are not supported by ppport.h.
+ 
+ It is porting from L.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..770c395
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix-spelling-errors.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmodule-build-xsutil-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] annotated tag debian/2.007005-1 created (now 9566414)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/2.007005-1
in repository libdist-zilla-plugin-test-podspelling-perl.

at  9566414   (tag)
   tagging  92f3bffcdc39428bf4a56e6803ba8149661a586b (commit)
  replaces  debian/2.007004-1
 tagged by  Axel Beckert
on  Fri Dec 22 02:57:41 2017 +0100

- Log -
libdist-zilla-plugin-test-podspelling-perl Debian release 2.007005-1
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlo8ZpUACgkQa+Zjx1o1
yXWLYA/8DA3BA3zpjeDt9swuxpe3ycxbcUynUvGVUU4VbqY/0GvHSH0Rk/cfdRKc
aki3TanWj9NgutkhUhS7jaK9bIBHdWHvEMtLoskzJx5EQw2FdQq0PKS4ZoTLXyJZ
FlSDvHsUe5MEUcX9/W6Q8E7CxsefMmBbtXr8oXsF92oUjzSgzt61liCMvM/Lf7jr
iprHEjVlybz64lLmaQs1FN92RAGXVrHq1HHnI25pMqJ7ZCxEoJae/nBYYMPIbEA1
Aeh3erEGBwr+k/GEuqtl0ynydvFnXWuYeC3UW6sJacR8ilbAZSa4VlJvUl8MQHxd
GjCz9ehOfQRlXLmOdZuvVBty5vQoo7hMTlKXaaTGR9WvLYevqrxfGqQevZ7F/DB0
Ut344dnWQBc4+PQVc8eNM64KOLmfebWW4QOnIB/FITPYMHdasejBkDd82EOMNIBK
dOTb+YIEQUpDU5wnxQs0sQ2BQs0tfERJVGimbbHm6H3P9EakXKoaH79LY3Ege+/7
AMUk2xvS0DmZgsYBwHn1eVULhJpn1oHTqaIC/qZw5A2srA+KfZk4Va2bRj/egyKQ
7w9OBTP+jq6cpylrLzUpzZICdCfyFX8ooERv7S82ddBMBGeeAeVGvLq8r05/I/M5
QPG4WxGFy30NmQf7+FzaVU1Q1QWeZyCEr9H8IL4EXr3Rwos18gw=
=OsJw
-END PGP SIGNATURE-

Axel Beckert (8):
  New upstream version 2.007005
  Update upstream source from tag 'upstream/2.007005'
  Update debian/changelog
  Drop libtest-script-perl build dependency
  Declare compliance with Debian Policy 4.1.2
  Set "Rules-Requires-Root: no"
  Bump debhelper compatibility level to 10
  Upload to unstable as 2.007005-1

Damyan Ivanov (2):
  change Priority from 'extra' to 'optional'
  update changelog

Karen Etheridge (5):
  increment $VERSION after 2.007004 release
  eliminate Test::Script - just run the generated test to test it
  modernize Travis config
  clean up a bit of pod
  Dist-Zilla-Plugin-Test-PodSpelling-2.007005

---

This annotated tag includes the following new commits:

   new  92f3bff   Upload to unstable as 2.007005-1

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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 01/01: Upload to unstable as 2.007005-1

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 92f3bffcdc39428bf4a56e6803ba8149661a586b
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:56:29 2017 +0100

Upload to unstable as 2.007005-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 298be92..6f7156e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdist-zilla-plugin-test-podspelling-perl (2.007005-1) UNRELEASED; 
urgency=medium
+libdist-zilla-plugin-test-podspelling-perl (2.007005-1) unstable; 
urgency=medium
 
   * Import upstream version 2.007005.
 + Drop libtest-script-perl build dependency.
@@ -8,7 +8,7 @@ libdist-zilla-plugin-test-podspelling-perl (2.007005-1) 
UNRELEASED; urgency=medi
   * Bump debhelper compatibility level to 10.
 + Update versioned debhelper build-dependency accordingly.
 
- -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
+ -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:56:04 +0100
 
 libdist-zilla-plugin-test-podspelling-perl (2.007004-1) unstable; 
urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] branch master updated (c48d6d6 -> 92f3bff)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

  from  c48d6d6   Bump debhelper compatibility level to 10
   new  92f3bff   Upload to unstable as 2.007005-1

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] branch pristine-tar updated (7065e4a -> c2277a6)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libdist-zilla-plugin-test-podspelling-perl.

  from  7065e4a   pristine-tar data for 
libdist-zilla-plugin-test-podspelling-perl_2.007004.orig.tar.gz
   new  c2277a6   pristine-tar data for 
libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz

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:
 ...ugin-test-podspelling-perl_2.007005.orig.tar.gz.delta | Bin 0 -> 2564 bytes
 ...-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 
libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.delta
 create mode 100644 
libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 04/06: Declare compliance with Debian Policy 4.1.2

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 88757b14e0694771cd8ca22837546c611e0a964d
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:45:52 2017 +0100

Declare compliance with Debian Policy 4.1.2

Drop Priority field from transitional package.

Damian already changed the Priority field of the transitional package
from extra to optional as required since Policy 4.0.1. But that made
the field redundant and just duplicating the according field from the
source stanza. Hence I removed this field and also the changelog item
fro Damian's now no more present change.
---
 debian/changelog | 6 ++
 debian/control   | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 60598a3..6d2c2af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,9 @@
 libdist-zilla-plugin-test-podspelling-perl (2.007005-1) UNRELEASED; 
urgency=medium
 
-  [ Damyan Ivanov ]
-  * change Priority from 'extra' to 'optional'
-
-  [ Axel Beckert ]
   * Import upstream version 2.007005.
 + Drop libtest-script-perl build dependency.
+  * Declare compliance with Debian Policy 4.1.2.
++ Drop Priority field from transitional package.
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
 
diff --git a/debian/control b/debian/control
index 84533b4..586e387 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libdist-zilla-perl (>= 5),
  libtest-spelling-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
  perl
-Standards-Version: 3.9.8
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git
 Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-PodSpelling
@@ -37,7 +37,6 @@ Description: Author tests for POD spelling
 Package: libdist-zilla-plugin-podspellingtests-perl
 Architecture: all
 Section: oldlibs
-Priority: optional
 Depends: libdist-zilla-plugin-test-podspelling-perl,
  ${misc:Depends},
  ${perl:Depends}

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 02/06: Update debian/changelog

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 056c32cf91d88640e54d21895e137f1c835cde0d
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:38:38 2017 +0100

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2b6137c..37e02bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libdist-zilla-plugin-test-podspelling-perl (2.007004-2) UNRELEASED; 
urgency=medium
+libdist-zilla-plugin-test-podspelling-perl (2.007005-1) UNRELEASED; 
urgency=medium
 
+  [ Damyan Ivanov ]
   * change Priority from 'extra' to 'optional'
 
- -- Damyan Ivanov <d...@debian.org>  Sun, 03 Dec 2017 22:44:18 +0000
+  [ Axel Beckert ]
+  * Import upstream version 2.007005
+
+ -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
 
 libdist-zilla-plugin-test-podspelling-perl (2.007004-1) unstable; 
urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] branch master updated (b16b346 -> c48d6d6)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

  from  b16b346   update changelog
  adds  a5520a3   increment $VERSION after 2.007004 release
  adds  01d7746   eliminate Test::Script - just run the generated test to 
test it
  adds  98eb380   modernize Travis config
  adds  15c75c6   clean up a bit of pod
  adds  217803c   Dist-Zilla-Plugin-Test-PodSpelling-2.007005
  adds  9f15916   New upstream version 2.007005
   new  0a031d4   Update upstream source from tag 'upstream/2.007005'
   new  056c32c   Update debian/changelog
   new  e571a37   Drop libtest-script-perl build dependency
   new  88757b1   Declare compliance with Debian Policy 4.1.2
   new  2ecc6c8   Set "Rules-Requires-Root: no"
   new  c48d6d6   Bump debhelper compatibility level to 10

The 6 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:
 Build.PL  |  10 +-
 CONTRIBUTING  |   6 +-
 Changes   |   3 +
 MANIFEST  |   2 +-
 META.json | 379 ++
 META.yml  | 279 +-
 Makefile.PL   |  43 ++--
 README|   4 +-
 debian/changelog  |  12 +-
 debian/compat |   2 +-
 debian/control|   7 +-
 lib/Dist/Zilla/Plugin/PodSpellingTests.pm |   4 +-
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm |  10 +-
 t/00-report-prereqs.dd|  52 ++--
 t/00-report-prereqs.t |  18 +-
 t/file.t  |  18 +-
 t/renamed.t   |  15 +-
 t/zzz-check-breaks.t  |   6 +-
 xt/author/00-compile.t|   4 +-
 xt/author/pod-spell.t |   2 +-
 xt/release/changes_has_content.t  |  11 +-
 21 files changed, 532 insertions(+), 355 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 06/06: Bump debhelper compatibility level to 10

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit c48d6d6ba03318c178d3455ffea86c7ce96d4960
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:52:59 2017 +0100

Bump debhelper compatibility level to 10

Update versioned build-dependency on debhelper accordingly.
---
 debian/changelog | 2 ++
 debian/compat| 2 +-
 debian/control   | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e86ebdd..298be92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,8 @@ libdist-zilla-plugin-test-podspelling-perl (2.007005-1) 
UNRELEASED; urgency=medi
   * Declare compliance with Debian Policy 4.1.2.
 + Drop Priority field from transitional package.
   * Set "Rules-Requires-Root: no".
+  * Bump debhelper compatibility level to 10.
++ Update versioned debhelper build-dependency accordingly.
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 17e860d..792b587 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Axel Beckert <a...@debian.org>
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20140227~),
+Build-Depends: debhelper (>= 10),
libmodule-build-tiny-perl
 Build-Depends-Indep: libdist-zilla-perl (>= 5),
  libfile-pushd-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 03/06: Drop libtest-script-perl build dependency

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit e571a3702e6da7c75ea5bbdf408cf308a7207c56
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:40:34 2017 +0100

Drop libtest-script-perl build dependency

Has been dropped upstream, too.
---
 debian/changelog | 3 ++-
 debian/control   | 1 -
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 37e02bd..60598a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,8 @@ libdist-zilla-plugin-test-podspelling-perl (2.007005-1) 
UNRELEASED; urgency=medi
   * change Priority from 'extra' to 'optional'
 
   [ Axel Beckert ]
-  * Import upstream version 2.007005
+  * Import upstream version 2.007005.
++ Drop libtest-script-perl build dependency.
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
 
diff --git a/debian/control b/debian/control
index d9800af..84533b4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,6 @@ Build-Depends-Indep: libdist-zilla-perl (>= 5),
  libtest-deep-perl,
  libtest-fatal-perl,
  libtest-needs-perl,
- libtest-script-perl,
  libtest-spelling-perl,
  perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010),
  perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] annotated tag upstream/2.007005 created (now 2df5a45)

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/2.007005
in repository libdist-zilla-plugin-test-podspelling-perl.

at  2df5a45   (tag)
   tagging  9f159168624b4fbf8dc60ec8a162cd4e7c3757db (commit)
  replaces  upstream/2.007004
 tagged by  Axel Beckert
on  Fri Dec 22 02:38:25 2017 +0100

- Log -
Upstream version 2.007005
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlo8YhEACgkQa+Zjx1o1
yXVB6hAAjK95HmY+XjBe6706xhElQgG/lRzbR07DdEbFNjflo2Fxm73dIMbzxu6o
H2yPhITeRFA7hvlmhkm1j3HJCnfJbg7ndw9ZM18YL3E0hO8YS3ykqi6OUwesqgZE
LRsP4DZpkl7w2KHhMaU8trYpUE368fRf0KCohd2fIa1yS5G6sLZcacmaX8r08UOW
95aSihoPqJjhcfijiPoqcEvG9Z+p8d+ldqi0YmO51QF3RWeNu/TE8dkkZuWGh/VY
rFWGKM7abyDKz08vPvIAZVEvnKDwyDBSC1hqB8jAfMAtolYHLdkh3mXauIZ/dOAX
9j2YAdXAlFxhT1ITTO91wD43/9oLKQpU63z1pa1HcHy7wZ6M4UhbIyTgRitX/fLY
BAtURhFJZ448bZLmkOCs/tifFOgNyqlc9nqrQKjcGfIKZZIVoN1pfzO6+a6Lubp5
8iLdv7utmBFIiN78F2CgYI71SCVCFw0FR82QGBhI2Sa7LrpLBXLHgykkikwUpQab
yaNP9DEx8DHUeYnNBKNM5jrYYyOnVyNxEjm9WDFnbmN1y/niofVSoPYa/3RG0q3e
YweRqWGyz2hUFlhmuj2vKp19mDo6MyCAdwmhPANG1K+LbXgRrYoRsxyx3P9awGJP
bdTE0yCO4iK7PPpv7TnMNi3RIlvnzKHz6EnrWIT50ag0Ec2TeGQ=
=lH9i
-END PGP SIGNATURE-

Axel Beckert (1):
  New upstream version 2.007005

Karen Etheridge (5):
  increment $VERSION after 2.007004 release
  eliminate Test::Script - just run the generated test to test it
  modernize Travis config
  clean up a bit of pod
  Dist-Zilla-Plugin-Test-PodSpelling-2.007005

---

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 05/06: Set "Rules-Requires-Root: no"

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 2ecc6c82a7556a8f962257fe0856fa32938af098
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:50:48 2017 +0100

Set "Rules-Requires-Root: no"
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6d2c2af..e86ebdd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libdist-zilla-plugin-test-podspelling-perl (2.007005-1) 
UNRELEASED; urgency=medi
 + Drop libtest-script-perl build dependency.
   * Declare compliance with Debian Policy 4.1.2.
 + Drop Priority field from transitional package.
+  * Set "Rules-Requires-Root: no".
 
  -- Axel Beckert <a...@debian.org>  Fri, 22 Dec 2017 02:38:38 +0100
 
diff --git a/debian/control b/debian/control
index 586e387..17e860d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git
 Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-PodSpelling
+Rules-Requires-Root: no
 
 Package: libdist-zilla-plugin-test-podspelling-perl
 Architecture: all

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 01/06: Update upstream source from tag 'upstream/2.007005'

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libdist-zilla-plugin-test-podspelling-perl.

commit 0a031d4752cf8847cdb506bdecf249ec78570922
Merge: b16b346 9f15916
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:38:38 2017 +0100

Update upstream source from tag 'upstream/2.007005'

Update to upstream version '2.007005'
with Debian dir d4ee0a135d226e66e15c4f57d898de7022b2509c

 Build.PL  |  10 +-
 CONTRIBUTING  |   6 +-
 Changes   |   3 +
 MANIFEST  |   2 +-
 META.json | 379 ++
 META.yml  | 279 +-
 Makefile.PL   |  43 ++--
 README|   4 +-
 lib/Dist/Zilla/Plugin/PodSpellingTests.pm |   4 +-
 lib/Dist/Zilla/Plugin/Test/PodSpelling.pm |  10 +-
 t/00-report-prereqs.dd|  52 ++--
 t/00-report-prereqs.t |  18 +-
 t/file.t  |  18 +-
 t/renamed.t   |  15 +-
 t/zzz-check-breaks.t  |   6 +-
 xt/author/00-compile.t|   4 +-
 xt/author/pod-spell.t |   2 +-
 xt/release/changes_has_content.t  |  11 +-
 18 files changed, 519 insertions(+), 347 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[libdist-zilla-plugin-test-podspelling-perl] 01/01: pristine-tar data for libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz

2017-12-21 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libdist-zilla-plugin-test-podspelling-perl.

commit c2277a6999db0b9e288fcf2699f81d60857e353f
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 22 02:38:25 2017 +0100

pristine-tar data for 
libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz
---
 ...ugin-test-podspelling-perl_2.007005.orig.tar.gz.delta | Bin 0 -> 2564 bytes
 ...-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.delta 
b/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.delta
new file mode 100644
index 000..0bd12c5
Binary files /dev/null and 
b/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.delta differ
diff --git a/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id 
b/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id
new file mode 100644
index 000..24b72e3
--- /dev/null
+++ b/libdist-zilla-plugin-test-podspelling-perl_2.007005.orig.tar.gz.id
@@ -0,0 +1 @@
+ce66b169796d04593f11413eeca6b54e242154fe

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-podspelling-perl.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag debian/2.20-1 created (now b3b0ec2)

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/2.20-1
in repository ack.

at  b3b0ec2   (tag)
   tagging  8ef3ea0bfbd02d2445d117c8bf52fc8f31a794ce (commit)
  replaces  debian/2.19.01-1
 tagged by  Axel Beckert
on  Tue Dec 12 03:32:00 2017 +0100

- Log -
ack Debian release 2.20-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlovP6AACgkQa+Zjx1o1
yXVlJA//Z/TvWMS8pp9lLBOR3pI6Jis0wWzcAX/hllLxfMUDTAveQmPWMSVDypJo
qkNZeqUPJ4X3ZjIUrR0qBnPSvyrXp5dN0G3lQiqCOiYbO07XeVAPmtLS+o5MQRTB
MOzoj0kOf32tqSJDugmhMcNAjY2vpIAAuxPHzk5coaiH8PHBFOt8CWlYJYvRCcSc
eDpPuoVbwD0YlArbLdhOR6yjnw00uKYAK8CZEzwjJ1wzmSgvQILPKfmFjQRUPgAe
WlIVsM8NNSHF8diGrT/duzgaB/JqTqLZBQMleDMI00MI8YYUDw2gduHD9uROHu46
qJVxmniaEBXTUFaroED/c6ZAPUK304xapx3rCydiMG5SvbHw54LwzE5iAEyhDTPC
S0kYXmv2m9VfxDvXA38LF/Ts0VE3LagI5s+g9XdSOP1b91yvAjAMIwZbKy9heLX2
94eeM49jmru1EjBXfCknHLl76mUJ5G8dZT1mkLfgV3NqB5zq6Vy5jfBKshGvX8xS
TrXVJY1Ssvv9CYkrD+ZruK9Nchp7W2cQsaiegh6Zx7TogPr43h9sLxt3ygWcobX5
SPVwM3Q5U5X7b7VGGprMDIJY3l5X7NQCiYb/fktEBkXSB9S/+Bl9xKjIwRIjm+xp
CKW6iZWnXtFIXQf5Wt+lnYx4VBlfDMyjDBaUVzTN8B+JS2U/mmg=
=fw56
-END PGP SIGNATURE-

Andy Lester (19):
  Remove Test::Tester.  Add Perl::Critic::Bangs.
  Add 2.18 to the garage
  Merge branch 'dev' of github.com:petdance/ack2 into dev
  Starting a potential 2.19_01 release
  Removed unused functions
  First stab at a config
  Add AppVeyor status
  Changed a construction in the docs that Ubuntu flagged as a misspelling.
  Adding .git as a file
  change the dmake to gmake
  Change to all public domain text files for test data
  About to release 2.19_01
  Releasing 2.19_01
  Moved the repos from petdance to beyondgrep
  Syncing up new tech from ack3
  Use line_split()
  Use the safe_chdir and safe_mkdir
  Releasing 2.20
  Adding 2.20 to the garage

Axel Beckert (4):
  New upstream version 2.20
  Update upstream source from tag 'upstream/2.20'
  Refresh sole patch for new upstream release
  Upload to unstable as 2.20-1

---

This annotated tag includes the following new commits:

   new  8ef3ea0   Upload to unstable as 2.20-1

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.


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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: Upload to unstable as 2.20-1

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 8ef3ea0bfbd02d2445d117c8bf52fc8f31a794ce
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Dec 12 03:30:10 2017 +0100

Upload to unstable as 2.20-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d6342c..d010046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-ack (2.20-1) UNRELEASED; urgency=medium
+ack (2.20-1) unstable; urgency=medium
 
   * New upstream release.
 + Refresh sole patch.
 
- -- Axel Beckert <a...@debian.org>  Tue, 12 Dec 2017 03:09:03 +0100
+ -- Axel Beckert <a...@debian.org>  Tue, 12 Dec 2017 03:29:52 +0100
 
 ack (2.19.01-1) unstable; urgency=low
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (94a2e13 -> 8ef3ea0)

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  94a2e13   Refresh sole patch for new upstream release
   new  8ef3ea0   Upload to unstable as 2.20-1

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:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag upstream/2.20 created (now 241a8c8)

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/2.20
in repository ack.

at  241a8c8   (tag)
   tagging  31471909bd057fcbdda323156f45194f37b56a9c (commit)
  replaces  upstream/2.19.01
 tagged by  Axel Beckert
on  Tue Dec 12 03:08:53 2017 +0100

- Log -
Upstream version 2.20
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlovOjYACgkQa+Zjx1o1
yXWPlxAAng9bkLZ/Wha665QGEBsQYCrOGfinpuFElNedW9O3x08B5FJt1AVMdlvc
oKr8psqQCfJCstxSw/EqqUWpW50pIuC20GOJscNV1MkywZlFbBAVXV6dh3fTYOLf
ABcxpmRnfLF9uqFYfOkzmEQ8uDxHl7JoLdrYURq+PGj4gxReRC2ze08kV5yKuWeT
CXaNrf1+0g/xB1k/pA3DPe2o248aaHvfOybLv9noqczqBBHYavj+lELcwaejQcnW
wc4xVjRVR6nMLVmTmW5GtYdWbdcbiPmhmNW3D6AkrM0aV8GvlImLb/LaLf1Nk2WQ
oJC3A3zteShEZ+sLlE2FiGOh+ZdnNN0qXWihFa67wFjv3Ucmje8OJydde6CLvXP6
Uzcu8/gvf5Gp/VYVxwY2c5NJSlVK7RDbJXAdZ1RjVbnaUopmH4xdtT8AV7taX6+t
YXH32/9FYXs3Dvu1g1ID+V+xGyJV3L1SQoxA7hMN6T1EGUDZlhxpgzGym+c0V6my
7Za7tpMD86lAOYaUnQrv3n/9WfA3c2qVqR47WXVHRTWQvo3piqBTCMxHOrbuw8fu
OYBamszEXmwzNxm52UcXKV6vdMNxzAB2fgrUdpznhlrf0V1N7Bc+P/IsfZer8+pP
TZ6A0WdHJ3eq7l6z+Q1xJfXOwk170uVWPTnW6X78jmrpncge9VU=
=itzK
-END PGP SIGNATURE-

Andy Lester (19):
  Remove Test::Tester.  Add Perl::Critic::Bangs.
  Add 2.18 to the garage
  Merge branch 'dev' of github.com:petdance/ack2 into dev
  Starting a potential 2.19_01 release
  Removed unused functions
  First stab at a config
  Add AppVeyor status
  Changed a construction in the docs that Ubuntu flagged as a misspelling.
  Adding .git as a file
  change the dmake to gmake
  Change to all public domain text files for test data
  About to release 2.19_01
  Releasing 2.19_01
  Moved the repos from petdance to beyondgrep
  Syncing up new tech from ack3
  Use line_split()
  Use the safe_chdir and safe_mkdir
  Releasing 2.20
  Adding 2.20 to the garage

Axel Beckert (1):
  New upstream version 2.20

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/02: Update upstream source from tag 'upstream/2.20'

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 69dc1e7fb015c76158eb16699a62cc857060d468
Merge: b1d056c 3147190
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Dec 12 03:09:03 2017 +0100

Update upstream source from tag 'upstream/2.20'

Update to upstream version '2.20'
with Debian dir 700f7ed64e826db76addb53c8a7ab5517d144197

 Ack.pm  |  4 +--
 CONTRIBUTING.md |  4 +--
 Changes |  5 +++
 META.json   |  8 ++---
 META.yml|  6 ++--
 Makefile.PL |  4 +--
 README.md   |  8 ++---
 ack | 14 
 squash  |  2 +-
 t/Util.pm   | 88 +
 t/ack-1.t   |  9 +++--
 t/ack-color.t   | 14 
 t/ack-column.t  |  8 ++---
 t/ack-files-from.t  |  5 ++-
 t/ack-group.t   | 11 +++---
 t/ack-h.t   | 13 ---
 t/ack-interactive.t |  2 +-
 t/ack-invalid-ackrc.t   |  4 +--
 t/ack-k.t   |  4 +--
 t/ack-line.t| 21 ++-
 t/ack-m.t   | 13 ---
 t/ack-match.t   | 14 
 t/ack-named-pipes.t |  2 +-
 t/ack-o.t   | 21 ++-
 t/ack-output.t  | 14 
 t/ack-pager.t   | 35 +-
 t/ack-passthru.t|  2 +-
 t/ack-print0.t  |  3 +-
 t/ack-s.t   |  6 ++--
 t/ack-type.t| 17 +
 t/ack-w.t   | 14 
 t/ack-x.t   |  7 ++--
 t/anchored.t|  6 ++--
 t/basic.t   | 16 +
 t/command-line-files.t  | 15 
 t/config-backwards-compat.t |  3 +-
 t/config-finder.t   | 23 +---
 t/context.t | 41 +++--
 t/filetypes.t   |  3 +-
 t/incomplete-last-line.t|  2 +-
 t/issue244.t|  2 +-
 t/issue276.t|  2 +-
 t/issue491.t|  4 +--
 t/issue522.t|  2 +-
 t/longopts.t|  3 +-
 t/noenv.t   |  4 +--
 t/zero.t|  2 --
 47 files changed, 286 insertions(+), 224 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (b1d056c -> 94a2e13)

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  b1d056c   Upload to unstable as 2.19.01-1 with urgency=low
  adds  cbbc3d2   Add 2.18 to the garage
  adds  bace6c1   Remove Test::Tester.  Add Perl::Critic::Bangs.
  adds  1381a75   Merge branch 'dev' of github.com:petdance/ack2 into dev
  adds  58990fb   Starting a potential 2.19_01 release
  adds  25ab44e   Removed unused functions
  adds  2341318   First stab at a config
  adds  1e802cc   Add AppVeyor status
  adds  66009a1   Changed a construction in the docs that Ubuntu flagged as 
a misspelling.
  adds  26a40ca   Adding .git as a file
  adds  b116e2b   change the dmake to gmake
  adds  555fcc6   Change to all public domain text files for test data
  adds  c927386   About to release 2.19_01
  adds  44ac66a   Releasing 2.19_01
  adds  93da35b   Moved the repos from petdance to beyondgrep
  adds  5fd20e9   Syncing up new tech from ack3
  adds  091f450   Use line_split()
  adds  3a3b139   Use the safe_chdir and safe_mkdir
  adds  3eeecd2   Releasing 2.20
  adds  3a17960   Adding 2.20 to the garage
  adds  3147190   New upstream version 2.20
   new  69dc1e7   Update upstream source from tag 'upstream/2.20'
   new  94a2e13   Refresh sole patch for new upstream release

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 |  4 +-
 CONTRIBUTING.md|  4 +-
 Changes|  5 ++
 META.json  |  8 +-
 META.yml   |  6 +-
 Makefile.PL|  4 +-
 README.md  |  8 +-
 ack| 14 ++--
 debian/changelog   |  7 ++
 .../no-standalone-test-but-autopkgtests.patch  | 12 +--
 squash |  2 +-
 t/Util.pm  | 88 --
 t/ack-1.t  |  9 +--
 t/ack-color.t  | 14 ++--
 t/ack-column.t |  8 +-
 t/ack-files-from.t |  5 +-
 t/ack-group.t  | 11 ++-
 t/ack-h.t  | 13 ++--
 t/ack-interactive.t|  2 +-
 t/ack-invalid-ackrc.t  |  4 +-
 t/ack-k.t  |  4 +-
 t/ack-line.t   | 21 +++---
 t/ack-m.t  | 13 ++--
 t/ack-match.t  | 14 ++--
 t/ack-named-pipes.t|  2 +-
 t/ack-o.t  | 21 +++---
 t/ack-output.t | 14 ++--
 t/ack-pager.t  | 35 +
 t/ack-passthru.t   |  2 +-
 t/ack-print0.t |  3 +-
 t/ack-s.t  |  6 +-
 t/ack-type.t   | 17 ++---
 t/ack-w.t  | 14 ++--
 t/ack-x.t  |  7 +-
 t/anchored.t   |  6 +-
 t/basic.t  | 16 ++--
 t/command-line-files.t | 15 ++--
 t/config-backwards-compat.t|  3 +-
 t/config-finder.t  | 23 ++
 t/context.t| 41 +-
 t/filetypes.t  |  3 +-
 t/incomplete-last-line.t   |  2 +-
 t/issue244.t   |  2 +-
 t/issue276.t   |  2 +-
 t/issue491.t   |  4 +-
 t/issue522.t   |  2 +-
 t/longopts.t   |  3 +-
 t/noenv.t  |  4 +-
 t/zero.t   |  2 -
 49 files changed, 299 insertions(+), 230 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org

[ack] 02/02: Refresh sole patch for new upstream release

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 94a2e1394012935ed5c1f1a026f8f72b4dcb58c1
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Dec 12 03:09:03 2017 +0100

Refresh sole patch for new upstream release
---
 debian/changelog |  7 +++
 debian/patches/no-standalone-test-but-autopkgtests.patch | 12 ++--
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 192c9d6..7d6342c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ack (2.20-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
++ Refresh sole patch.
+
+ -- Axel Beckert <a...@debian.org>  Tue, 12 Dec 2017 03:09:03 +0100
+
 ack (2.19.01-1) unstable; urgency=low
 
   * New upstream release candidate.
diff --git a/debian/patches/no-standalone-test-but-autopkgtests.patch 
b/debian/patches/no-standalone-test-but-autopkgtests.patch
index ea89485..8708a09 100644
--- a/debian/patches/no-standalone-test-but-autopkgtests.patch
+++ b/debian/patches/no-standalone-test-but-autopkgtests.patch
@@ -47,7 +47,7 @@ Last-Update: 2017-03-05
  test_harness(shift, shift, shift);
 --- a/t/Util.pm
 +++ b/t/Util.pm
-@@ -125,8 +125,8 @@
+@@ -175,8 +175,8 @@
  unshift( @args, '--noenv' );
  }
  
@@ -58,7 +58,7 @@ Last-Update: 2017-03-05
  }
  else {
  unshift( @args, File::Spec->rel2abs( 'blib/script/ack', $orig_wd ) );
-@@ -352,7 +352,7 @@
+@@ -404,7 +404,7 @@
  my $perl = caret_X();
  
  @args = build_ack_invocation( @args );
@@ -67,7 +67,7 @@ Last-Update: 2017-03-05
  unshift( @args, $perl );
  }
  else {
-@@ -609,7 +609,7 @@
+@@ -661,7 +661,7 @@
  
  my $perl = caret_X();
  
@@ -78,10 +78,10 @@ Last-Update: 2017-03-05
  else {
 --- a/t/command-line-files.t
 +++ b/t/command-line-files.t
-@@ -55,7 +55,7 @@
+@@ -54,7 +54,7 @@
  # I don't care for this, but it's the least of the evils I could think of
  if ( $ENV{'ACK_TEST_STANDALONE'} ) {
- @expected_stderr = split( /\n/, <<'EOF' );
+ @expected_stderr = line_split( <<'EOF' );
 -ack-standalone: non-existent-file.txt: No such file or directory
 +ack: non-existent-file.txt: No such file or directory
  EOF
@@ -89,7 +89,7 @@ Last-Update: 2017-03-05
  else {
 --- a/t/ack-x.t
 +++ b/t/ack-x.t
-@@ -82,7 +82,7 @@
+@@ -81,7 +81,7 @@
  my @lhs_args = ( $perl, '-Mblib', build_ack_invocation( '--sort-files', '-g', 
'[vz]', 't/text' ) );
  my @rhs_args = ( $perl, '-Mblib', build_ack_invocation( '-x', '-i', 'that' ) 
);
  

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch pristine-tar updated (5594c43 -> bcfe9f3)

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository ack.

  from  5594c43   pristine-tar data for ack_2.19.01.orig.tar.gz
   new  bcfe9f3   pristine-tar data for ack_2.20.orig.tar.gz

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:
 ack_2.20.orig.tar.gz.delta | Bin 0 -> 7477 bytes
 ack_2.20.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ack_2.20.orig.tar.gz.delta
 create mode 100644 ack_2.20.orig.tar.gz.id

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: pristine-tar data for ack_2.20.orig.tar.gz

2017-12-11 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository ack.

commit bcfe9f363d0f3594927cb9cc8453fe20de87dc3f
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Tue Dec 12 03:08:53 2017 +0100

pristine-tar data for ack_2.20.orig.tar.gz
---
 ack_2.20.orig.tar.gz.delta | Bin 0 -> 7477 bytes
 ack_2.20.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ack_2.20.orig.tar.gz.delta b/ack_2.20.orig.tar.gz.delta
new file mode 100644
index 000..67fa440
Binary files /dev/null and b/ack_2.20.orig.tar.gz.delta differ
diff --git a/ack_2.20.orig.tar.gz.id b/ack_2.20.orig.tar.gz.id
new file mode 100644
index 000..a722755
--- /dev/null
+++ b/ack_2.20.orig.tar.gz.id
@@ -0,0 +1 @@
+e485a3e10852bebc6c25196e30ca0c47c30a4f8b

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (059ec90 -> b1d056c)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  059ec90   debian/copyright: Replace "Source:" with "Comment:' in 
non-header paragraphs
   new  b1d056c   Upload to unstable as 2.19.01-1 with urgency=low

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:
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: Upload to unstable as 2.19.01-1 with urgency=low

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit b1d056c08a39710ca552997a3865477c61dea202
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 03:19:22 2017 +0100

Upload to unstable as 2.19.01-1 with urgency=low

Mention that this upload includes an upstream fix for #883293.
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 61e72b3..192c9d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
-ack (2.19.01-1) UNRELEASED; urgency=medium
+ack (2.19.01-1) unstable; urgency=low
 
   * New upstream release candidate.
++ Fixes #883293 upstream.
 + Update debian/copyright wrt. to public domain texts now used as
   texts for the test suite.
 + Drop repack instructions from debian/watch, but keep Files-Excluded
@@ -8,11 +9,11 @@ ack (2.19.01-1) UNRELEASED; urgency=medium
   non-free files show up by accident again.
 + No more skip any tests.
 + Refresh sole patch.
++ Drop debian/ack.lintian-overrides, no more needed.
   * Update GitHub URLs in debian/upstream/metadata from
 …/petdance/ack2 to …/beyondgrep/ack2.
-  * Drop debian/ack.lintian-overrides, no more needed.
 
- -- Axel Beckert <a...@debian.org>  Sat, 09 Dec 2017 01:48:03 +0100
+ -- Axel Beckert <a...@debian.org>  Sat, 09 Dec 2017 03:19:15 +0100
 
 ack (2.18+dfsg-1) unstable; urgency=high
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] annotated tag debian/2.19.01-1 created (now 6a393c7)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/2.19.01-1
in repository ack.

at  6a393c7   (tag)
   tagging  b1d056c08a39710ca552997a3865477c61dea202 (commit)
  replaces  debian/2.18+dfsg-1
 tagged by  Axel Beckert
on  Sat Dec 9 03:19:36 2017 +0100

- Log -
ack Debian release 2.19.01-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlorSDgACgkQa+Zjx1o1
yXVzRhAAhRoxiICPtt1z+mUJKjrOkr6QDO6cWttpGy7qPtnlmf/fH34FFnzJtwBb
bWrcmvbKhnqoyLXhbAZ3Ll0Y1W9rG9DZhVkA1ueAh8s5nLR1EnYpSTxJvTuUKrer
14N/SkPUDM4WvUNp004nbJyIRuN2jwOgMy1sisgg1AUmAPLeFAbiRZMhyQMkQqx/
vABolAzhKEQZTi9GtxWoLwxW71ZAEnz4kCEdsWLGxqlHPFPCUITkiphxPvQ1Kd0W
Mz5kQXBd5NWV3LHrjtQIjefUGQjht8zvCvsYx97+M/aWDVz8ftKlLPqgV7lhs0/w
U7RjedW5lJ9Az5oBPzY1z6uhQcT585KVauq+HpWzNXVZMJ/771ewkX1EY8t6n9ld
8SGqf9daFzn5s1coR1amY9yOOk0Rf5phpUHvnE1qzGj8SdtTGtV3MI/RpZ6aElzs
HnmGXUAhU9tuCMxjwJhLlDUNvPzzgxZNKc43/wSEylPxEI2Q2uSYGL0iSIsADG0g
IBx70ZeMJdP11timpLGbnIKzw/doqg77hNXuD9la96jcp/sYNKlNY5Ndjg0Ox9mH
nGCYsZIPIJrSA7u9Za7jxOCUTFdxTK1jQhCJkPD9znbyHRPn9EI3On5la8RK7BSf
Uren1ta/cFmat7NGYtxdmRoe/HG0OYjpf+OwbcoyIT6jPCgV0OQ=
=Wzcv
-END PGP SIGNATURE-

Axel Beckert (7):
  d…/u…/metadata: Update GitHub URLs from …/petdance/… to …/beyondgrep/…
  New upstream version 2.19.01
  Update upstream source from tag 'upstream/2.19.01'
  Update packaging for the new upstream release candidate 2.19.01
  Drop debian/ack.lintian-overrides, no more needed
  debian/copyright: Replace "Source:" with "Comment:' in non-header 
paragraphs
  Upload to unstable as 2.19.01-1 with urgency=low

gregor herrmann (3):
  Use debian/tests/pkg-perl/smoke-skip in debian/rules as well.
  autopkgtest: enable use.t by adding debian/tests/pkg-perl/use-name.
  update changelog

---

This annotated tag includes the following new commits:

   new  b1d056c   Upload to unstable as 2.19.01-1 with urgency=low

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.


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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] 01/01: debian/copyright: Replace "Source:" with "Comment:' in non-header paragraphs

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 059ec90abd6ddfc51349b349f6724cf78d01d606
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 02:32:12 2017 +0100

debian/copyright: Replace "Source:" with "Comment:' in non-header paragraphs

Thanks gregoa!

Gbp-Dch: Ignore
---
 debian/copyright | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 1ffeebe..2526329 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -37,40 +37,40 @@ License: GPL-2
 Files: t/text/amontillado.txt
 Copyright: 1846 Edgar Allan Poe (died in 1849)
 License: public-domain
-Source: https://en.wikipedia.org/wiki/The_Cask_of_Amontillado
+Comment: https://en.wikipedia.org/wiki/The_Cask_of_Amontillado
 
 Files: t/text/bill-of-rights.txt
 Copyright: 1789-1791 James Madison (died in 1836)
 License: public-domain
-Source: https://en.wikipedia.org/wiki/United_States_Bill_of_Rights
+Comment: https://en.wikipedia.org/wiki/United_States_Bill_of_Rights
 
 Files: t/text/constitution.txt
 Copyright: 1787-1788 Philadelphia Convention
 License: public-domain
-Source: https://en.wikipedia.org/wiki/United_States_Constitution
+Comment: https://en.wikipedia.org/wiki/United_States_Constitution
 
 Files: t/text/gettysburg.txt
 Copyright: 1863 Abraham Lincoln (died in 1865)
 License: public-domain
-Source: https://en.wikipedia.org/wiki/Gettysburg_Address
+Comment: https://en.wikipedia.org/wiki/Gettysburg_Address
 
 Files: t/text/ozymandias.txt
 Copyright: 1818 Percy Bysshe Shelley (died in 1822)
 License: public-domain
-Source: https://en.wikipedia.org/wiki/Ozymandias
+Comment: https://en.wikipedia.org/wiki/Ozymandias
 
 Files: t/text/raven.txt
 Copyright: 1845 Edgar Allan Poe (died in 1849)
 License: public-domain
-Source: https://en.wikipedia.org/wiki/The_Raven
+Comment: https://en.wikipedia.org/wiki/The_Raven
 
 License: public-domain
  These texts are in the public domain because either their author died
  more than 70 years ago and hence the copyright has expired, or they
  are government works of the United States and are excluded from
  copyright law.
-Source: https://en.wikipedia.org/wiki/Public_domain#Expiration_of_copyright
-https://en.wikipedia.org/wiki/Public_domain#Government_works
+Comment: https://en.wikipedia.org/wiki/Public_domain#Expiration_of_copyright
+ https://en.wikipedia.org/wiki/Public_domain#Government_works
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (bb2f1b1 -> 059ec90)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  bb2f1b1   Drop debian/ack.lintian-overrides, no more needed
   new  059ec90   debian/copyright: Replace "Source:" with "Comment:' in 
non-header paragraphs

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:
 debian/copyright | 16 
 1 file changed, 8 insertions(+), 8 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (a4cfdbb -> bb2f1b1)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  a4cfdbb   Update packaging for the new upstream release candidate 
2.19.01
   new  bb2f1b1   Drop debian/ack.lintian-overrides, no more needed

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:
 debian/ack.lintian-overrides | 1 -
 debian/changelog | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
 delete mode 100644 debian/ack.lintian-overrides

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: Drop debian/ack.lintian-overrides, no more needed

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit bb2f1b1173eadac7043ab513e81ab5603edcb308
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 02:19:41 2017 +0100

Drop debian/ack.lintian-overrides, no more needed
---
 debian/ack.lintian-overrides | 1 -
 debian/changelog | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ack.lintian-overrides b/debian/ack.lintian-overrides
deleted file mode 100644
index 732d5f8..000
--- a/debian/ack.lintian-overrides
+++ /dev/null
@@ -1 +0,0 @@
-ack: spelling-error-in-manpage usr/share/man/man1/ack.1p.gz DIRECTORYs 
Directories
diff --git a/debian/changelog b/debian/changelog
index 89e3a65..61e72b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ ack (2.19.01-1) UNRELEASED; urgency=medium
 + Refresh sole patch.
   * Update GitHub URLs in debian/upstream/metadata from
 …/petdance/ack2 to …/beyondgrep/ack2.
+  * Drop debian/ack.lintian-overrides, no more needed.
 
  -- Axel Beckert <a...@debian.org>  Sat, 09 Dec 2017 01:48:03 +0100
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] annotated tag upstream/2.19.01 created (now 1ef9e9b)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/2.19.01
in repository ack.

at  1ef9e9b   (tag)
   tagging  d325f7eb73281637df0e20e5077444aa1af5ffd3 (commit)
  replaces  upstream/2.18+dfsg
 tagged by  Axel Beckert
on  Sat Dec 9 00:46:21 2017 +0100

- Log -
Upstream version 2.19.01
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlorJE0ACgkQa+Zjx1o1
yXXQcQ/9FIaSLTE6mV2DzPBoKwmfKamBRjqHou+RnnE2I/uS5bg8l2stVjZRhbI2
/FGzCa7Z1Mhaz6FAw7VemxXEkrck3J83smPJE22w5fhZv/XxctdEJD+NVp8YI/3Y
t9TuhhioIcx/W3I+oWks7b3FWpOcHPr9Esw+b4tvxfAk9yKL21DcZYDjYPRcgpyE
ETA8xtlF5lu/5W8r6dpFr8pEmk273C89ua2R+DVcDmKcvhfYx51Xt3FUgFU34P0/
+Lgwvlge1XP/19RDMIgofpVtdhRgqDttFn8gq844KvpvljXX3Eh24yQGKVsCxava
JgPjFgW7hSqU4gFE2By0CAoto6lASFQPM2CzThFvuBHaZsVBXLNjbp6QQMHFyCPY
O6JCDopjntA6gKg3UXXz5k0Ir9v2a/pyUROCHb/l1qyfi8MFEdRKJNR8HwEKLPUQ
OwW76XRWFL7Y5JJANaCAUzaKdOk2J2mduw/eW68t2CQuEam3heUFhK8gQA1sx5MB
2RaDrEy8xQMAeuI9fDZkVQBkakEeJoRlxsgkw72uMEIlJVgfJKG+1NzaGZLYj95X
jQUq9dSBrZrDHr98nkxIQTVH7R8k3CRMXwxoR+U5N8XjFvOBsv56HAXAWvoLN5Nw
Vxll2aPjUVYYI5Kruy0bNYB7pFxkrQsfOF6tcfrajAqW1pEy6MY=
=HK6s
-END PGP SIGNATURE-

Axel Beckert (1):
  New upstream version 2.19.01

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (1cf1509 -> a4cfdbb)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  1cf1509   d…/u…/metadata: Update GitHub URLs from …/petdance/… to 
…/beyondgrep/…
  adds  d325f7e   New upstream version 2.19.01
   new  5fab4d7   Update upstream source from tag 'upstream/2.19.01'
   new  a4cfdbb   Update packaging for the new upstream release candidate 
2.19.01

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 |  44 +-
 Changes|  12 +
 ConfigDefault.pm   |   2 +
 MANIFEST   |  12 +-
 META.json  |   8 +-
 META.yml   |   4 +-
 README.md  |  14 +-
 ack|   5 +-
 debian/changelog   |  19 +-
 debian/copyright   |  38 ++
 .../no-standalone-test-but-autopkgtests.patch  |   6 +-
 debian/rules   |   7 -
 debian/tests/pkg-perl/smoke-skip   |  23 -
 debian/watch   |   1 -
 t/ack-1.t  |  14 +-
 t/ack-c.t  |  71 +--
 t/ack-color.t  |  24 +-
 t/ack-column.t |  58 ++-
 t/ack-g.t  |  92 ++--
 t/ack-group.t  |  71 ++-
 t/ack-interactive.t| 112 ++---
 t/ack-line.t   |  91 ++--
 t/ack-m.t  |  37 +-
 t/ack-match.t  |   2 +-
 t/ack-o.t  |  80 ++--
 t/ack-output.t | 108 ++---
 t/ack-pager.t  | 170 ---
 t/ack-passthru.t   |  99 ++--
 t/ack-print0.t |  18 +-
 t/ack-v.t  |  40 +-
 t/ack-w.t  | 160 ---
 t/ack-x.t  |  60 +--
 t/anchored.t   |  53 ++-
 t/context.t| 230 -
 t/exit-code.t  |   4 +-
 t/highlighting.t   |  54 ++-
 t/incomplete-last-line.t   |  20 +-
 t/mutex-options.t  | 507 ++--
 t/text/4th-of-july.txt |  37 --
 t/text/amontillado.txt | 328 +
 t/text/bill-of-rights.txt  |  70 +++
 t/text/constitution.txt| 529 +
 t/text/freedom-of-choice.txt   |  50 --
 t/text/gettysburg.txt  |  24 +
 t/text/ozymandias.txt  |  14 +
 t/text/raven.txt   | 125 +
 46 files changed, 2244 insertions(+), 1303 deletions(-)
 delete mode 100644 debian/tests/pkg-perl/smoke-skip
 delete mode 100644 t/text/4th-of-july.txt
 create mode 100644 t/text/amontillado.txt
 create mode 100644 t/text/bill-of-rights.txt
 create mode 100644 t/text/constitution.txt
 delete mode 100644 t/text/freedom-of-choice.txt
 create mode 100644 t/text/gettysburg.txt
 create mode 100644 t/text/ozymandias.txt
 create mode 100644 t/text/raven.txt

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] 01/01: pristine-tar data for ack_2.19.01.orig.tar.gz

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository ack.

commit 5594c43685af13fe23eaafb6617f103445f6962c
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 00:46:21 2017 +0100

pristine-tar data for ack_2.19.01.orig.tar.gz
---
 ack_2.19.01.orig.tar.gz.delta | Bin 0 -> 7750 bytes
 ack_2.19.01.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ack_2.19.01.orig.tar.gz.delta b/ack_2.19.01.orig.tar.gz.delta
new file mode 100644
index 000..65c385e
Binary files /dev/null and b/ack_2.19.01.orig.tar.gz.delta differ
diff --git a/ack_2.19.01.orig.tar.gz.id b/ack_2.19.01.orig.tar.gz.id
new file mode 100644
index 000..1532747
--- /dev/null
+++ b/ack_2.19.01.orig.tar.gz.id
@@ -0,0 +1 @@
+c3c2c845d5489ea0ff302404148f38d51fdaaff8

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch pristine-tar updated (bd0d48b -> 5594c43)

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository ack.

  from  bd0d48b   pristine-tar data for ack_2.18+dfsg.orig.tar.xz
   new  5594c43   pristine-tar data for ack_2.19.01.orig.tar.gz

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:
 ack_2.19.01.orig.tar.gz.delta | Bin 0 -> 7750 bytes
 ack_2.19.01.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ack_2.19.01.orig.tar.gz.delta
 create mode 100644 ack_2.19.01.orig.tar.gz.id

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/02: Update upstream source from tag 'upstream/2.19.01'

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 5fab4d76dc9d9364f39c534db0f53ca5ff55befc
Merge: 1cf1509 d325f7e
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 00:46:28 2017 +0100

Update upstream source from tag 'upstream/2.19.01'

Update to upstream version '2.19.01'
with Debian dir 230120c9955eac0b17af29cf7f989dc4cda63cfb

 Ack.pm   |  44 +---
 Changes  |  12 +
 ConfigDefault.pm |   2 +
 MANIFEST |  12 +-
 META.json|   8 +-
 META.yml |   4 +-
 README.md|  14 +-
 ack  |   5 +-
 t/ack-1.t|  14 +-
 t/ack-c.t|  71 +++---
 t/ack-color.t|  24 +-
 t/ack-column.t   |  58 +++--
 t/ack-g.t|  92 +++-
 t/ack-group.t|  71 +++---
 t/ack-interactive.t  | 112 -
 t/ack-line.t |  91 
 t/ack-m.t|  37 +--
 t/ack-match.t|   2 +-
 t/ack-o.t|  80 +++
 t/ack-output.t   | 108 -
 t/ack-pager.t| 170 --
 t/ack-passthru.t |  99 
 t/ack-print0.t   |  18 +-
 t/ack-v.t|  40 ++--
 t/ack-w.t| 160 +++--
 t/ack-x.t|  60 ++---
 t/anchored.t |  53 +++--
 t/context.t  | 230 ---
 t/exit-code.t|   4 +-
 t/highlighting.t |  54 +++--
 t/incomplete-last-line.t |  20 +-
 t/mutex-options.t| 507 -
 t/text/4th-of-july.txt   |  37 ---
 t/text/amontillado.txt   | 328 +++
 t/text/bill-of-rights.txt|  70 ++
 t/text/constitution.txt  | 529 +++
 t/text/freedom-of-choice.txt |  50 
 t/text/gettysburg.txt|  24 ++
 t/text/ozymandias.txt|  14 ++
 t/text/raven.txt | 125 ++
 40 files changed, 2192 insertions(+), 1261 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/02: Update packaging for the new upstream release candidate 2.19.01

2017-12-08 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit a4cfdbbd24c765581b973dd8139dcfa75736c9dd
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sat Dec 9 01:51:54 2017 +0100

Update packaging for the new upstream release candidate 2.19.01

* Update debian/copyright wrt. to public domain texts now used as
  texts for the test suite. They're either all from authors who died
  more than 70 years ago or government works of the United States
  which are excluded from copyright law and hence in the public
  domain.

* Drop repack instructions from debian/watch, but keep Files-Excluded
  header in debian/copyright so that lintian warns us if those
  non-free files show up by accident again.

* No more skip any tests. Also remove the now no more applying
  changelog items for test suite improvements by gregor herrmann.
  Thanks for the improvements anyway, gregoa!

* Refresh sole patch.
---
 debian/changelog   | 19 ++-
 debian/copyright   | 38 ++
 .../no-standalone-test-but-autopkgtests.patch  |  6 ++--
 debian/rules   |  7 
 debian/tests/pkg-perl/smoke-skip   | 23 -
 debian/watch   |  1 -
 6 files changed, 52 insertions(+), 42 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 02e07c3..89e3a65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,17 @@
-ack (2.18+dfsg-2) UNRELEASED; urgency=medium
-
-  [ gregor herrmann ]
-  * Use debian/tests/pkg-perl/smoke-skip in debian/rules as well.
-  * autopkgtest: enable use.t by adding debian/tests/pkg-perl/use-name.
-
-  [ Axel Beckert ]
+ack (2.19.01-1) UNRELEASED; urgency=medium
+
+  * New upstream release candidate.
++ Update debian/copyright wrt. to public domain texts now used as
+  texts for the test suite.
++ Drop repack instructions from debian/watch, but keep Files-Excluded
+  header in debian/copyright so that lintian warns us if those
+  non-free files show up by accident again.
++ No more skip any tests.
++ Refresh sole patch.
   * Update GitHub URLs in debian/upstream/metadata from
 …/petdance/ack2 to …/beyondgrep/ack2.
 
- -- gregor herrmann <gre...@debian.org>  Fri, 01 Dec 2017 22:28:20 +0100
+ -- Axel Beckert <a...@debian.org>  Sat, 09 Dec 2017 01:48:03 +0100
 
 ack (2.18+dfsg-1) unstable; urgency=high
 
diff --git a/debian/copyright b/debian/copyright
index 33199da..1ffeebe 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -34,6 +34,44 @@ Copyright: 2005 by Michael Neumann
  2006-2009 by Mike Dalessio
 License: GPL-2
 
+Files: t/text/amontillado.txt
+Copyright: 1846 Edgar Allan Poe (died in 1849)
+License: public-domain
+Source: https://en.wikipedia.org/wiki/The_Cask_of_Amontillado
+
+Files: t/text/bill-of-rights.txt
+Copyright: 1789-1791 James Madison (died in 1836)
+License: public-domain
+Source: https://en.wikipedia.org/wiki/United_States_Bill_of_Rights
+
+Files: t/text/constitution.txt
+Copyright: 1787-1788 Philadelphia Convention
+License: public-domain
+Source: https://en.wikipedia.org/wiki/United_States_Constitution
+
+Files: t/text/gettysburg.txt
+Copyright: 1863 Abraham Lincoln (died in 1865)
+License: public-domain
+Source: https://en.wikipedia.org/wiki/Gettysburg_Address
+
+Files: t/text/ozymandias.txt
+Copyright: 1818 Percy Bysshe Shelley (died in 1822)
+License: public-domain
+Source: https://en.wikipedia.org/wiki/Ozymandias
+
+Files: t/text/raven.txt
+Copyright: 1845 Edgar Allan Poe (died in 1849)
+License: public-domain
+Source: https://en.wikipedia.org/wiki/The_Raven
+
+License: public-domain
+ These texts are in the public domain because either their author died
+ more than 70 years ago and hence the copyright has expired, or they
+ are government works of the United States and are excluded from
+ copyright law.
+Source: https://en.wikipedia.org/wiki/Public_domain#Expiration_of_copyright
+https://en.wikipedia.org/wiki/Public_domain#Government_works
+
 License: Artistic
  This program is free software; you can redistribute it and/or modify
  it under the terms of the Artistic License, which comes with Perl.
diff --git a/debian/patches/no-standalone-test-but-autopkgtests.patch 
b/debian/patches/no-standalone-test-but-autopkgtests.patch
index a5ac868..ea89485 100644
--- a/debian/patches/no-standalone-test-but-autopkgtests.patch
+++ b/debian/patches/no-standalone-test-but-autopkgtests.patch
@@ -89,9 +89,9 @@ Last-Update: 2017-03-05
  else {
 --- a/t/ack-x.t
 +++ b/t/ack-x.t
-@@ -98,7 +98,7 @@
- my @lhs_args = ( $perl, '-Mblib', build_ack_invocation( '--sort-files', '-g', 
'of', 't/text' ) );
- my @rhs_args = ( $perl, '-Mblib', build_ack_invocation( '-x', 'the' ) ); # 
for now
+@@ -82,7 +82,7 @@
+ my @

[pkg-perl-tools] 02/02: Add missing changelog item

2017-12-06 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit 322cdff4b95f417fab822c39408d881b80cc71d1
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Dec 6 21:32:28 2017 +0100

Add missing changelog item

Gbp-Dch: Ignore
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index d5ff3ff..526348a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,7 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   * pristine-orig: honour USCAN_DESTRIR from devscripts' configuration
   * gc: add -p option, running 'git gc' via 'parallel', utilising all
 available CPUs.
+  * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
 
  -- Damyan Ivanov <d...@debian.org>  Sun, 03 Dec 2017 21:31:34 +
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] 01/02: Fix line length by reflowing part of current changelog entry

2017-12-06 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository pkg-perl-tools.

commit dff85c9bb270afc463e4dc77899bd8d6aaf7d584
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Wed Dec 6 21:31:58 2017 +0100

Fix line length by reflowing part of current changelog entry

Gbp-Dch: Ignore
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6b8c809..d5ff3ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,8 +14,9 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * examples/pbuilder-hooks/E10cleanup:
 + use `apt-get indextargets' and `/usr/lib/apt/apt-helper cat-file'
-  instead of grepping the Packages files directly. Guarded by a check for
-  apt 1.1, so the old code is still there but only used in oldstable.
+  instead of grepping the Packages files directly. Guarded by a check
+  for apt 1.1, so the old code is still there but only used in
+  oldstable.
   Thanks to Julian Andres Klode for the bug report. (Closes: #874778)
 + use dpkg-vendor to check for Ubuntu instead of grepping
   /etc/lsb-release.
@@ -49,7 +50,8 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   [ Damyan Ivanov ]
   * new wrapper around uscan and gbp import-orig
   * pristine-orig: honour USCAN_DESTRIR from devscripts' configuration
-  * gc: add -p option, running 'git gc' via 'parallel', utilising all 
available CPUs
+  * gc: add -p option, running 'git gc' via 'parallel', utilising all
+available CPUs.
 
  -- Damyan Ivanov <d...@debian.org>  Sun, 03 Dec 2017 21:31:34 +
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[pkg-perl-tools] branch master updated (c4d6661 -> 322cdff)

2017-12-06 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository pkg-perl-tools.

  from  c4d6661   add missing 'fi'
   new  dff85c9   Fix line length by reflowing part of current changelog 
entry
   new  322cdff   Add missing changelog item

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:
 debian/changelog | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: d…/u…/metadata: Update GitHub URLs from …/petdance/… to …/beyondgrep/…

2017-12-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 1cf1509ef2b04c2ce58aec5bda26b4ebb39c3545
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Sun Dec 3 04:53:12 2017 +0100

d…/u…/metadata: Update GitHub URLs from …/petdance/… to …/beyondgrep/…
---
 debian/changelog | 5 +
 debian/upstream/metadata | 8 
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7818e9b..02e07c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 ack (2.18+dfsg-2) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * Use debian/tests/pkg-perl/smoke-skip in debian/rules as well.
   * autopkgtest: enable use.t by adding debian/tests/pkg-perl/use-name.
 
+  [ Axel Beckert ]
+  * Update GitHub URLs in debian/upstream/metadata from
+…/petdance/ack2 to …/beyondgrep/ack2.
+
  -- gregor herrmann <gre...@debian.org>  Fri, 01 Dec 2017 22:28:20 +0100
 
 ack (2.18+dfsg-1) unstable; urgency=high
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 77fcbf7..48593c0 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,8 +2,8 @@
 ---
 # https://wiki.debian.org/UpstreamMetadata
 Archive: CPAN
-Bug-Database: https://github.com/petdance/ack2/issues
-Bug-Sumbit: https://github.com/petdance/ack2/issues/new
+Bug-Database: https://github.com/beyondgrep/ack2/issues
+Bug-Sumbit: https://github.com/beyondgrep/ack2/issues/new
 Changelog: https://beyondgrep.com/changes.txt
 Contact: https://groups.google.com/d/forum/ack-users
 Security-Contact: a...@petdance.com
@@ -11,5 +11,5 @@ Security-Contact: a...@petdance.com
 FAQ: https://beyondgrep.com/documentation/
 Name: ack
 Homepage: https://beyondgrep.com/
-Repository: https://github.com/petdance/ack2.git
-Repository-Browse: https://github.com/petdance/ack2
+Repository: https://github.com/beyondgrep/ack2.git
+Repository-Browse: https://github.com/beyondgrep/ack2

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] branch master updated (9f48b77 -> 1cf1509)

2017-12-02 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  9f48b77   update changelog
   new  1cf1509   d…/u…/metadata: Update GitHub URLs from …/petdance/… to 
…/beyondgrep/…

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:
 debian/changelog | 5 +
 debian/upstream/metadata | 8 
 2 files changed, 9 insertions(+), 4 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

[ack] 01/02: Fix previous commit by renaming SKIP to smoke-skip

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 5a59816a1c456a36cd7180cd6882f73a46f30b1b
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 21:55:12 2017 +0100

Fix previous commit by renaming SKIP to smoke-skip

We don't want to skip standard tests but smoke tests.
---
 debian/changelog   | 4 ++--
 debian/tests/pkg-perl/{SKIP => smoke-skip} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 04cc827..b1e60c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,8 @@ ack (2.18+dfsg-1) UNRELEASED; urgency=medium
 upstream test suite and repack the upstream tarball. (Closes: #883293)
 + Temporarily override dh_auto_test to only run those test which don't
   require the non-free text files.
-+ Add file debian/tests/pkg-perl/SKIP which lists all tests which
-  require the non-free text files.
++ Add file debian/tests/pkg-perl/smoke-skip which lists all tests
+  which require the non-free text files.
   * Declare compliance with Debian Policy 4.1.2.
 + Change priority of transitional package to optional.
   * Set "Rules-Requires-Root: no".
diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/smoke-skip
similarity index 100%
rename from debian/tests/pkg-perl/SKIP
rename to debian/tests/pkg-perl/smoke-skip

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/02: Upload to unstable as 2.18+dfsg-1 with urgency=high

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 5cfb3da55cbf14b9f8ccc2abc1c47670c375d3b3
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 21:55:50 2017 +0100

Upload to unstable as 2.18+dfsg-1 with urgency=high
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b1e60c1..788f76d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ack (2.18+dfsg-1) UNRELEASED; urgency=medium
+ack (2.18+dfsg-1) unstable; urgency=high
 
   * Adapt debian/{watch,copyright} to exclude non-free song texts from
 upstream test suite and repack the upstream tarball. (Closes: #883293)
@@ -13,7 +13,7 @@ ack (2.18+dfsg-1) UNRELEASED; urgency=medium
   * Add a comment to debian/control that we want to keep the transitional
 package until Ubuntu 18.04 LTS is out.
 
- -- Axel Beckert <a...@debian.org>  Wed, 29 Nov 2017 01:59:21 +0100
+ -- Axel Beckert <a...@debian.org>  Fri, 01 Dec 2017 21:55:34 +0100
 
 ack (2.18-2) unstable; urgency=low
 

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (4cfae74 -> 5cfb3da)

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  4cfae74   Skip all tests which require the removed non-free text 
files
   new  5a59816   Fix previous commit by renaming SKIP to smoke-skip
   new  5cfb3da   Upload to unstable as 2.18+dfsg-1 with urgency=high

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:
 debian/changelog   | 8 
 debian/tests/pkg-perl/{SKIP => smoke-skip} | 0
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename debian/tests/pkg-perl/{SKIP => smoke-skip} (100%)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag debian/2.18+dfsg-1 created (now de215ac)

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/2.18+dfsg-1
in repository ack.

at  de215ac   (tag)
   tagging  5cfb3da55cbf14b9f8ccc2abc1c47670c375d3b3 (commit)
  replaces  debian/2.18-2
 tagged by  Axel Beckert
on  Fri Dec 1 22:00:03 2017 +0100

- Log -
ack Debian release 2.18+dfsg-1
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlohwtMACgkQa+Zjx1o1
yXUbSRAArWhSQZdEcCuZaqsQYEmV/UYhn5pt9/p0nAdtBP7Ik1Uap/VWORCiXUFN
//oFK/7atvr4qIn8gA9G92Wkb5FRzbwVWi43s/oqUzZwfPIxO35U08v2bvq6Kek2
dnuV7ym9xE7l6iauH9WBa31b8E6QGCuwX7/+tlP1bNEMBq4PXbbQqfO8cnx6yJRw
3lE8enJ0IuIbnBsFLgwCMRFub6DdtKcPESYDv5nbOUU9XEwH92wMLeviQNUZigl+
P4qKmhGlm15XDFNPbW+H+i5/lFarB1Dv7YltuXvg8zoM8WhqcLcDgctdK40gr+Z+
8i2Meq+jE/7FfNJ7osQLDvh0LVAdmRCXMVmTAcLLy2ioIMROGoBwJLyA0lNV1p9W
ZwMNDFn9HaK52Nefe2QuOylAAZDvXmyY4Mn433sMJHiAVBHqUm5YG7OsnHJCg8oL
TJeFZFzS3YcYSXTwiigX9NjTLvDd34QYHTM06i9kQ9Tp1F3SPwO2iR9nmfl/HJgj
YjOmQqPXCPe3AG8cftuXL34Nws1ENL7/iKl5eEmPJV2lB5QRXcN7zHH1+B93kcmw
ePZmJa6GmS787aXmOohb47zWcMU5A2134KfqAnY6E835i0MqWZdpy+xJghCY+wFt
reyYM0JT1xlUlSdiV58Icc431+su+lIcNQocevef6tN86szHDF4=
=au4/
-END PGP SIGNATURE-

Axel Beckert (11):
  Declare compliance with Debian Policy 4.1.1
  Set "Rules-Requires-Root: no"
  Switch all upstream URLs in packaging to HTTPS
  d/control: Add comment that ack-grep removal should wait for Ubuntu 18.04 
LTS
  Declare compliance with Debian Policy 4.1.2
  Adapt debian/{watch,copyright} to exclude non-free song texts in 
orig.tar.gz
  New upstream version 2.18+dfsg
  Update upstream source from tag 'upstream/2.18+dfsg'
  Skip all tests which require the removed non-free text files
  Fix previous commit by renaming SKIP to smoke-skip
  Upload to unstable as 2.18+dfsg-1 with urgency=high

---

This annotated tag includes the following new commits:

   new  5a59816   Fix previous commit by renaming SKIP to smoke-skip
   new  5cfb3da   Upload to unstable as 2.18+dfsg-1 with urgency=high

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/pkg-perl/packages/ack.git

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 03/03: Skip all tests which require the removed non-free text files

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 4cfae741cba582c2fff1fce2789e9daa5fe2f1b9
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 21:38:38 2017 +0100

Skip all tests which require the removed non-free text files
---
 debian/changelog   |  6 +++-
 debian/rules   | 78 ++
 debian/tests/pkg-perl/SKIP | 23 ++
 3 files changed, 106 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 24529b4..04cc827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
-ack (2.18-3) UNRELEASED; urgency=medium
+ack (2.18+dfsg-1) UNRELEASED; urgency=medium
 
   * Adapt debian/{watch,copyright} to exclude non-free song texts from
 upstream test suite and repack the upstream tarball. (Closes: #883293)
++ Temporarily override dh_auto_test to only run those test which don't
+  require the non-free text files.
++ Add file debian/tests/pkg-perl/SKIP which lists all tests which
+  require the non-free text files.
   * Declare compliance with Debian Policy 4.1.2.
 + Change priority of transitional package to optional.
   * Set "Rules-Requires-Root: no".
diff --git a/debian/rules b/debian/rules
index 7bdf8ae..c654f73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,81 @@
 
 override_dh_clean:
dh_clean --exclude=t/swamp/
+
+# Temporarily only run those tests which require the non-free example text 
files
+override_dh_auto_test:
+   perl t/runtests.pl "" 1 blib/lib blib/arch \
+   t/00-load.t \
+   t/ack-create-ackrc.t \
+   t/ack-dump.t \
+   t/ack-f.t \
+   t/ack-files-from.t \
+   t/ack-filetypes.t \
+   t/ack-h.t \
+   t/ack-help-types.t \
+   t/ack-help.t \
+   t/ack-i.t \
+   t/ack-ignore-dir.t \
+   t/ack-ignore-file.t \
+   t/ack-invalid-ackrc.t \
+   t/ack-k.t \
+   t/ack-known-types.t \
+   t/ack-n.t \
+   t/ack-named-pipes.t \
+   t/ack-passthru.t \
+   t/ack-removed-options.t \
+   t/ack-s.t \
+   t/ack-show-types.t \
+   t/ack-type-del.t \
+   t/ack-type.t \
+   t/asp-net-ext.t \
+   t/bad-ackrc-opt.t \
+   t/basic.t \
+   t/command-line-files.t \
+   t/config-backwards-compat.t \
+   t/config-finder.t \
+   t/config-loader.t \
+   t/default-filter.t \
+   t/ext-filter.t \
+   t/file-permission.t \
+   t/filetypes.t \
+   t/filter.t \
+   t/firstlinematch-filter.t \
+   t/illegal-regex.t \
+   t/inverted-file-filter.t \
+   t/is-filter.t \
+   t/issue244.t \
+   t/issue276.t \
+   t/issue491.t \
+   t/issue522.t \
+   t/issue562.t \
+   t/issue571.t \
+   t/lib/00-coverage.t \
+   t/lib/Ack.t \
+   t/lib/Collection.t \
+   t/lib/ConfigDefault.t \
+   t/lib/ConfigFinder.t \
+   t/lib/ConfigLoader.t \
+   t/lib/Default.t \
+   t/lib/Extension.t \
+   t/lib/ExtensionGroup.t \
+   t/lib/Filter.t \
+   t/lib/FirstLineMatch.t \
+   t/lib/Inverse.t \
+   t/lib/Is.t \
+   t/lib/IsGroup.t \
+   t/lib/IsPath.t \
+   t/lib/IsPathGroup.t \
+   t/lib/Match.t \
+   t/lib/MatchGroup.t \
+   t/lib/Resource.t \
+   t/lib/Resources.t \
+   t/longopts.t \
+   t/lua-shebang.t \
+   t/match-filter.t \
+   t/noackrc.t \
+   t/noenv.t \
+   t/process-substitution.t \
+   t/r-lang-ext.t \
+   t/resource-iterator.t \
+   t/zero.t
diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP
new file mode 100644
index 000..ee79cd4
--- /dev/null
+++ b/debian/tests/pkg-perl/SKIP
@@ -0,0 +1,23 @@
+t/ack-1.t
+t/ack-c.t
+t/ack-color.t
+t/ack-column.t
+t/ack-g.t
+t/ack-group.t
+t/ack-interactive.t
+t/ack-line.t
+t/ack-m.t
+t/ack-match.t
+t/ack-o.t
+t/ack-output.t
+t/ack-pager.t
+t/ack-print0.t
+t/ack-v.t
+t/ack-w.t
+t/ack-x.t
+t/anchored.t
+t/context.t
+t/exit-code.t
+t/highlighting.t
+t/incomplete-last-line.t
+t/mutex-options.t

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 02/03: Update upstream source from tag 'upstream/2.18+dfsg'

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 628082880293868b851da137ea8f53f68d9d4cd5
Merge: 8ebc917 57c7747
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 21:01:42 2017 +0100

Update upstream source from tag 'upstream/2.18+dfsg'

Update to upstream version '2.18+dfsg'
with Debian dir 260503a0a736c21fa0e9755540bfda629191a404

 t/text/boy-named-sue.txt   | 72 --
 t/text/me-and-bobbie-mcgee.txt | 32 ---
 t/text/science-of-myth.txt | 26 ---
 t/text/shut-up-be-happy.txt| 26 ---
 4 files changed, 156 deletions(-)

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] annotated tag upstream/2.18+dfsg created (now 5810a8d)

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/2.18+dfsg
in repository ack.

at  5810a8d   (tag)
   tagging  57c7747dff637cd552b81566c355574e0e8b97ad (commit)
  replaces  upstream/2.18
 tagged by  Axel Beckert
on  Fri Dec 1 21:01:14 2017 +0100

- Log -
Upstream version 2.18+dfsg
-BEGIN PGP SIGNATURE-

iQIzBAABCgAdFiEERoyJeTtCmBnp12Ema+Zjx1o1yXUFAlohtQsACgkQa+Zjx1o1
yXVprw//TN9aMeQNHfRFJkRt/H2de33HHYDyplU4aXPJWIs/sJQz596nRyH8EhS+
zwyu5xECZ0Zjs46X5NML+Gauc4mxOS4lXQ4yrdYuAvaTCn2TDnrUJcY/H5aTabAY
OKEcKqfYsqJ4GA8ikUe4YPQzH5l+HS0l2RDIOsm3auogHZ7b9fJl3Pd3clP5HxtI
4Yxn0ChkpIRtyof4sjS3Fb55h7A/GGQgR7GpeFJNHZQO32UH3h9X/N+vyQ9ESbtf
q12m/g0BpsIjVcY5aZoAwZP3mt/HFV/UGJpzW1IvP/mjKafP6i5y1qDpYVXgSF3q
KTzH3yZyqzk+7FYfn/eqiDyA9FgEShXAaLzv5jxUAwYz4zlT9Ukrram4rGCr/pSy
V3lhBjgIOQJTHWyvzB6GkRELiErRx0jXagjNXQ8z7RaXZV9v5H8BJFy0AKpUmL7G
FbVp57mnhy0khAYh6Ob9SKrNkiJxWetAgapIRlipsNN9anicp9XG7BPVZ2ihdfsi
FcYsNBqOeVloO7WxG5Uw5LAVnrIifESZZWFMO/kKQXGQoq++DbzOTfiMrbazzNnX
bnOs0GqJuDotU3tTG7/FCXr1HvSyJLMWj9UB8AzugsxTayi6txxj7srMjjaLyW5s
YtRUfeoioPdim5pMg4/l2EYTDeCjsVkJudBMS3FuEjhPMLqyKDY=
=fBrb
-END PGP SIGNATURE-

Axel Beckert (1):
  New upstream version 2.18+dfsg

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch master updated (98ff7b5 -> 4cfae74)

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository ack.

  from  98ff7b5   Declare compliance with Debian Policy 4.1.2
   new  8ebc917   Adapt debian/{watch,copyright} to exclude non-free song 
texts in orig.tar.gz
  adds  57c7747   New upstream version 2.18+dfsg
   new  6280828   Update upstream source from tag 'upstream/2.18+dfsg'
   new  4cfae74   Skip all tests which require the removed non-free text 
files

The 3 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:
 debian/changelog   | 10 --
 debian/copyright   |  4 +++
 debian/rules   | 78 ++
 debian/tests/pkg-perl/SKIP | 23 +
 debian/watch   |  1 +
 t/text/boy-named-sue.txt   | 72 --
 t/text/me-and-bobbie-mcgee.txt | 32 -
 t/text/science-of-myth.txt | 26 --
 t/text/shut-up-be-happy.txt| 26 --
 9 files changed, 114 insertions(+), 158 deletions(-)
 create mode 100644 debian/tests/pkg-perl/SKIP
 delete mode 100644 t/text/boy-named-sue.txt
 delete mode 100644 t/text/me-and-bobbie-mcgee.txt
 delete mode 100644 t/text/science-of-myth.txt
 delete mode 100644 t/text/shut-up-be-happy.txt

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] branch pristine-tar updated (4f5ddb9 -> bd0d48b)

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository ack.

  from  4f5ddb9   pristine-tar data for ack_2.18.orig.tar.gz
   new  bd0d48b   pristine-tar data for ack_2.18+dfsg.orig.tar.xz

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:
 ack_2.18+dfsg.orig.tar.xz.delta | Bin 0 -> 7153 bytes
 ack_2.18+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 ack_2.18+dfsg.orig.tar.xz.delta
 create mode 100644 ack_2.18+dfsg.orig.tar.xz.id

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/03: Adapt debian/{watch, copyright} to exclude non-free song texts in orig.tar.gz

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository ack.

commit 8ebc917af6340dbd2883305126e9b548bca50763
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 20:54:20 2017 +0100

Adapt debian/{watch,copyright} to exclude non-free song texts in orig.tar.gz

This is a preparation needed to fix #883293.
---
 debian/changelog | 2 ++
 debian/copyright | 4 
 debian/watch | 1 +
 3 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1622b28..24529b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 ack (2.18-3) UNRELEASED; urgency=medium
 
+  * Adapt debian/{watch,copyright} to exclude non-free song texts from
+upstream test suite and repack the upstream tarball. (Closes: #883293)
   * Declare compliance with Debian Policy 4.1.2.
 + Change priority of transitional package to optional.
   * Set "Rules-Requires-Root: no".
diff --git a/debian/copyright b/debian/copyright
index 777c3ad..33199da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,6 +2,10 @@ Format: 
https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ack
 Upstream-Contact: Andy Lester <a...@petdance.com>
 Source: https://metacpan.org/release/ack
+Files-Excluded: t/text/boy-named-sue.txt
+t/text/me-and-bobbie-mcgee.txt
+t/text/science-of-myth.txt
+t/text/shut-up-be-happy.txt
 
 Files: *
 Copyright: 2005-2013, Andy Lester <a...@petdance.com>
diff --git a/debian/watch b/debian/watch
index f06f824..4abdecb 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,4 @@
 # format version number, currently 3; this line is compulsory!
 version=3
+opts=repack,repacksuffix=+dfsg,compression=xz,dversionmangle=s/\+dfsg// \
 https://metacpan.org/release/ack .*/ack-([0-9.]*).tar.gz

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


[ack] 01/01: pristine-tar data for ack_2.18+dfsg.orig.tar.xz

2017-12-01 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository ack.

commit bd0d48b73c2e23e6f3bf640ef27355274385f65b
Author: Axel Beckert <a...@deuxchevaux.org>
Date:   Fri Dec 1 21:01:14 2017 +0100

pristine-tar data for ack_2.18+dfsg.orig.tar.xz
---
 ack_2.18+dfsg.orig.tar.xz.delta | Bin 0 -> 7153 bytes
 ack_2.18+dfsg.orig.tar.xz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/ack_2.18+dfsg.orig.tar.xz.delta b/ack_2.18+dfsg.orig.tar.xz.delta
new file mode 100644
index 000..4d54f15
Binary files /dev/null and b/ack_2.18+dfsg.orig.tar.xz.delta differ
diff --git a/ack_2.18+dfsg.orig.tar.xz.id b/ack_2.18+dfsg.orig.tar.xz.id
new file mode 100644
index 000..d784673
--- /dev/null
+++ b/ack_2.18+dfsg.orig.tar.xz.id
@@ -0,0 +1 @@
+13ae8f26dc1f384d68e33c0be87017638383b4fb

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits


  1   2   3   4   5   6   7   8   9   10   >