[pkg-perl-tools] 04/06: Bump debhelper compatibility level to 10.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit d7ff3a54a9a69d8be1661dc794e957fe33a1c31c
Author: gregor herrmann 
Date:   Wed Dec 27 05:56:49 2017 +0100

Bump debhelper compatibility level to 10.
---
 Makefile   | 2 +-
 debian/compat  | 2 +-
 debian/control | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index a591b44..e0fb51e 100644
--- a/Makefile
+++ b/Makefile
@@ -79,7 +79,7 @@ $(DESTDIR)/$(PREFIX)/share/pkg-perl-autopkgtest/heavy-deps.d :
 $(INSTALLED_SCRIPTS): $(DESTDIR)/$(PREFIX)/share/pkg-perl-tools/% : scripts/%
$(INSTALL_BIN) $< $@
 
-$(DESTDIR)/$(MAN_DIR)/dpt-co.1:
+$(DESTDIR)/$(MAN_DIR)/dpt-co.1: $(DESTDIR)/$(MAN_DIR)/dpt-checkout.1
ln -s dpt-checkout.1 $@
 
 $(INSTALLED_SCRIPT_MANUALS) : $(DESTDIR)/$(MAN_DIR)/dpt-%.1 : scripts/% 
$(DESTDIR)/$(MAN_DIR)
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 82413f2..c3fa859 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Damyan Ivanov ,
 Section: devel
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9~)
+Build-Depends: debhelper (>= 10~)
 Build-Depends-Indep: dpkg-dev (>= 1.17.0),
  git,
  libconfig-model-perl,

-- 
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] 06/06: update changelog

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2216a7393ae1b565669522091860cc99b7ffb125
Author: gregor herrmann 
Date:   Wed Dec 27 06:03:18 2017 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 526348a..6d4899b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -54,6 +54,12 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
 available CPUs.
   * Declare compliance with Debian Policy 4.1.2. (No changes needed.)
 
+  [ gregor herrmann ]
+  * Remove Makefile.PL hack, as we have an explicit "Testsuite:
+autopkgtest-pkg-perl".
+  * Consolidate and extend debian/copyright.
+  * Bump debhelper compatibility level to 10.
+
  -- Damyan Ivanov   Sun, 03 Dec 2017 21:31:34 +
 
 pkg-perl-tools (0.39) unstable; urgency=medium

-- 
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] 05/06: one moreutils is enoough, says lintian

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 5fff1e14ad4498c99a7e785baede37845aee7a38
Author: gregor herrmann 
Date:   Wed Dec 27 05:58:03 2017 +0100

one moreutils is enoough, says lintian

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

diff --git a/debian/control b/debian/control
index c3fa859..784070b 100644
--- a/debian/control
+++ b/debian/control
@@ -82,7 +82,7 @@ Suggests: bc,
   cdbs,
   duck,
   moreutils,
-  parallel | moreutils,
+  parallel,
   perl-depends,
   python,
   python-launchpadlib

-- 
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] 03/06: Consolidate and extend debian/copyright.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit b39a4c5967e981d9c7f09d4bb9fa11832c64c461
Author: gregor herrmann 
Date:   Wed Dec 27 05:45:24 2017 +0100

Consolidate and extend debian/copyright.
---
 debian/copyright | 22 +++---
 1 file changed, 7 insertions(+), 15 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 347cad5..1b95a9c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -170,6 +170,10 @@ Files: scripts/invite-github
 Copyright: 2016, Alex Muntada 
 License: Artistic or GPL-1+
 
+Files: scripts/uscan
+Copyright: 2017, Damyan Ivanov 
+License: Artistic or GPL-1+
+
 Files: lib/*
 Copyright: 2016, Alex Muntada 
 License: Artistic or GPL-1+
@@ -183,24 +187,12 @@ Copyright: 2013, Damyan Ivanov 
2013, Axel Beckert 
 License: Artistic or GPL-1+
 
-Files: t/bug.t
-Copyright: 2016, Alex Muntada 
-License: Artistic or GPL-1+
-
-Files: t/patch.t
-Copyright: 2016, Alex Muntada 
-License: Artistic or GPL-1+
-
-Files: t/message.t
-Copyright: 2016, Alex Muntada 
-License: Artistic or GPL-1+
-
-Files: t/github.t
+Files: t/bug.t t/patch.t t/message.t t/github.t t/dummy.txt.patch
 Copyright: 2016, Alex Muntada 
 License: Artistic or GPL-1+
 
-Files: t/dummy.txt.patch
-Copyright: 2016, Alex Muntada 
+Files: t/failing.patch
+Copyright: 2017, Alex Muntada 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
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 (322cdff -> 2216a73)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  322cdff   Add missing changelog item
   new  c06cd24   reformat/sort d/control
   new  4d28353   Remove Makefile.PL hack, as we have an explicit 
"Testsuite: autopkgtest-pkg-perl".
   new  b39a4c5   Consolidate and extend debian/copyright.
   new  d7ff3a5   Bump debhelper compatibility level to 10.
   new  5fff1e1   one moreutils is enoough, says lintian
   new  2216a73   update changelog

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:
 Makefile |  2 +-
 Makefile.PL  |  6 --
 debian/changelog |  6 ++
 debian/compat|  2 +-
 debian/control   | 56 
 debian/copyright | 26 +++---
 debian/rules |  5 +
 7 files changed, 44 insertions(+), 59 deletions(-)
 delete mode 100644 Makefile.PL

-- 
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/06: reformat/sort d/control

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit c06cd243167d656746e2e8d5bcdbe49e2175e34b
Author: gregor herrmann 
Date:   Wed Dec 27 05:14:54 2017 +0100

reformat/sort d/control

Gbp-Dch: ignore
---
 debian/control | 52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

diff --git a/debian/control b/debian/control
index b5d84e5..82413f2 100644
--- a/debian/control
+++ b/debian/control
@@ -10,30 +10,30 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep: dpkg-dev (>= 1.17.0),
-   git,
-   libconfig-model-perl,
-   libdatetime-perl,
-   libdpkg-perl,
-   libfile-slurp-perl,
-   libgit-repository-perl,
-   libipc-run-perl,
-   libjson-xs-perl,
-   libmime-lite-perl,
-   libnet-github-perl,
-   libparse-debianchangelog-perl,
-   libproc-invokeeditor-perl,
-   librt-client-rest-perl,
-   libsoap-lite-perl,
-   libtest-differences-perl,
-   libtest-exception-perl,
-   libtest-mockmodule-perl,
-   libtest-pod-perl,
-   libtest-spelling-perl,
-   libwww-mechanize-perl,
-   libyaml-libyaml-perl,
-   lintian (>= 2.5.28~),
-   perl,
-   spell | aspell | ispell | hunspell
+ git,
+ libconfig-model-perl,
+ libdatetime-perl,
+ libdpkg-perl,
+ libfile-slurp-perl,
+ libgit-repository-perl,
+ libipc-run-perl,
+ libjson-xs-perl,
+ libmime-lite-perl,
+ libnet-github-perl,
+ libparse-debianchangelog-perl,
+ libproc-invokeeditor-perl,
+ librt-client-rest-perl,
+ libsoap-lite-perl,
+ libtest-differences-perl,
+ libtest-exception-perl,
+ libtest-mockmodule-perl,
+ libtest-pod-perl,
+ libtest-spelling-perl,
+ libwww-mechanize-perl,
+ libyaml-libyaml-perl,
+ lintian (>= 2.5.28~),
+ perl,
+ spell | aspell | ispell | hunspell
 Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/pkg-perl-tools.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/pkg-perl-tools.git
@@ -44,6 +44,7 @@ Package: pkg-perl-tools
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
+ curl,
  debhelper,
  devscripts,
  dh-make-perl,
@@ -61,8 +62,7 @@ Depends: ${misc:Depends},
  lintian (>= 2.5.28~),
  openssh-client | ssh-client,
  pristine-tar,
- quilt,
- curl,
+ quilt
 Recommends: autodep8,
 autopkgtest,
 libconfig-model-dpkg-perl,

-- 
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] 02/06: Remove Makefile.PL hack, as we have an explicit "Testsuite: autopkgtest-pkg-perl".

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 4d2835397a1b87b1b119a642deb04ed86e13b8c9
Author: gregor herrmann 
Date:   Wed Dec 27 05:18:31 2017 +0100

Remove Makefile.PL hack, as we have an explicit "Testsuite: 
autopkgtest-pkg-perl".
---
 Makefile.PL  | 6 --
 debian/copyright | 4 
 debian/rules | 5 +
 3 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index d5cc85f..000
--- a/Makefile.PL
+++ /dev/null
@@ -1,6 +0,0 @@
-# This is not an ExtUtils::MakeMaker-ish Makefile.PL.
-#
-# It's sole purpose is to fool autodep8's perl test suite detection
-# 
(https://anonscm.debian.org/cgit/collab-maint/autodep8.git/tree/support/perl/detect)
-# to make http://ci.debian.net/packages/p/pkg-perl-tools/ pass instead
-# of bailing out because of not being recognized as perl-ish stuff.
diff --git a/debian/copyright b/debian/copyright
index b2945af..347cad5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,10 +10,6 @@ Copyright: 2013-2014, Damyan Ivanov 
2016, Alex Muntada 
 License: Artistic or GPL-1+
 
-Files: Makefile.PL
-Copyright: 2015, Axel Beckert 
-License: WTFPL
-
 Files: autopkgtest/*
 Copyright: 2014, David Bremner 
2014, Niko Tyni 
diff --git a/debian/rules b/debian/rules
index 2a54beb..0a5cb65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,7 @@
 APT=$(CURDIR)/debian/pkg-perl-autopkgtest/usr/share/pkg-perl-autopkgtest
 
 %:
-   # The build system is hard-coded to make sure debhelper
-   # doesn't fall for the trick which is intended to fool
-   # autodep8. See the fake Makefile.PL for details.
-   dh $@ --buildsystem=makefile
+   dh $@
 
 override_dh_clean:
# preserver test data (*.orig)

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


[libsql-abstract-more-perl] 01/04: Update upstream source from tag 'upstream/1.31'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-abstract-more-perl.

commit 2091190e083606992ddf390c1883e3528fa2df11
Merge: f6e0fbb 963b76f
Author: gregor herrmann 
Date:   Tue Dec 26 21:42:07 2017 +0100

Update upstream source from tag 'upstream/1.31'

Update to upstream version '1.31'
with Debian dir 7b1bdd1ed9daf7b1eb0e83e180b7f05b4d89078f

 Changes  |   4 ++
 META.yml |   4 +-
 Makefile.PL  |   2 +
 lib/SQL/Abstract/More.pm | 120 ++-
 4 files changed, 75 insertions(+), 55 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] branch pristine-tar updated (db40273 -> 29ff00a)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libsql-abstract-more-perl.

  from  db40273   pristine-tar data for 
libsql-abstract-more-perl_1.30.orig.tar.gz
   new  29ff00a   pristine-tar data for 
libsql-abstract-more-perl_1.31.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:
 libsql-abstract-more-perl_1.31.orig.tar.gz.delta | Bin 0 -> 2014 bytes
 libsql-abstract-more-perl_1.31.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsql-abstract-more-perl_1.31.orig.tar.gz.delta
 create mode 100644 libsql-abstract-more-perl_1.31.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] 02/04: Update debian/changelog

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-abstract-more-perl.

commit ef1ecdea8c5558d473e24df20a94305033ffa70c
Author: gregor herrmann 
Date:   Tue Dec 26 21:42:07 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 7dabfa2..003f1c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libsql-abstract-more-perl (1.30-2) UNRELEASED; urgency=medium
+libsql-abstract-more-perl (1.31-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:40 +
+  [ gregor herrmann ]
+  * Import upstream version 1.31
+
+ -- gregor herrmann   Tue, 26 Dec 2017 21:42:07 +0100
 
 libsql-abstract-more-perl (1.30-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] 03/04: Update years of upstream copyright.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-abstract-more-perl.

commit 3b83b45e03408b4bd48a3d0f0b5e56ee63f96978
Author: gregor herrmann 
Date:   Tue Dec 26 21:43:30 2017 +0100

Update years of upstream copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index fadd529..0fee3c0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://metacpan.org/release/SQL-Abstract-More
 Upstream-Contact: Laurent Dami 
 
 Files: *
-Copyright: 2011-2016, Laurent Dami 
+Copyright: 2011-2017, Laurent Dami 
 License: Artistic or GPL-1+
 
 Files: inc/Module/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] 04/04: releasing package libsql-abstract-more-perl version 1.31-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-abstract-more-perl.

commit ddecbae3318e971595a1053514203f10dc65e800
Author: gregor herrmann 
Date:   Tue Dec 26 21:45:10 2017 +0100

releasing package libsql-abstract-more-perl version 1.31-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 003f1c9..8aa09b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libsql-abstract-more-perl (1.31-1) UNRELEASED; urgency=medium
+libsql-abstract-more-perl (1.31-1) unstable; urgency=medium
 
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
   [ gregor herrmann ]
-  * Import upstream version 1.31
+  * Import upstream version 1.31.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Tue, 26 Dec 2017 21:42:07 +0100
+ -- gregor herrmann   Tue, 26 Dec 2017 21:43:49 +0100
 
 libsql-abstract-more-perl (1.30-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] annotated tag upstream/1.31 created (now 5c3231d)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.31
in repository libsql-abstract-more-perl.

at  5c3231d   (tag)
   tagging  963b76ff2d18ff624360fbf64a5cf341045be08a (commit)
  replaces  upstream/1.30
 tagged by  gregor herrmann
on  Tue Dec 26 21:42:07 2017 +0100

- Log -
Upstream version 1.31

gregor herrmann (1):
  New upstream version 1.31

---

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/libsql-abstract-more-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


[libsql-abstract-more-perl] annotated tag debian/1.31-1 created (now ec29fb2)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.31-1
in repository libsql-abstract-more-perl.

at  ec29fb2   (tag)
   tagging  ddecbae3318e971595a1053514203f10dc65e800 (commit)
  replaces  debian/1.30-1
 tagged by  gregor herrmann
on  Tue Dec 26 21:45:10 2017 +0100

- Log -
tagging package libsql-abstract-more-perl version debian/1.31-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCtNZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgb+Lw/+PjAs3xDXLZdrHeF5+/G+lWA274LeBLRw2ZVM10xrovV4CfSNZ/bf6dDo
npqzEEjUkokmvr+5BjlfuWEs5UGdMpRe7wVKq+GuANiwZ+MZRsSt0uWpMnL1y+FR
3VDIcdju/PFhPDhTW0aVgTXWf/S9hVzOSWYtkN8PU+Xioom1QgjtRU2dQ3RFKYj6
pRLdTxkUg3v/3MWvi7p1YJy3KH6vEtVWqH+S++cQTbfAA5UgctIgxu++wC/RWtHc
tLDp2NTWupu7RWbMVhQQ+eezqmbg7CANzJ1IibZeVQuBBe1a0e5aGuEbrvDP7W8p
fPNKhWTkOxJBd05X07iSVMT6Vygk41eUZPViesi6mk0wOWzQ8tbkRBth9aEXmxoc
35rG/d1efbmlWhjNTRMCTWYnJ82XQ64vtUH5BVjT5BLsY3wYWmiSgEDdjmw26EDf
mcsB5up/8HUM1ga3k6caOwX3xtvsFYSInMq8XxB8YaeB755frWkg/BrxBm+HtRY2
qD06CZ6XSDuGOHmOnyCHbM22Hk5jyJVhv03Jzx9pyRcGn9NEbwUz6J6gQn+6pEZ3
JjwZKJUWtnrgd0mkFfOEA4ai8oHk7ZFn0UYjYL2AKbNK+B+KTlh0aF4FHUP+b5Uv
kTYC1PkXf7FPIl2fzih3jAar4G67CjVkw+ElpXuWe3UnKZKvGC8=
=Rglb
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

gregor herrmann (5):
  New upstream version 1.31
  Update upstream source from tag 'upstream/1.31'
  Update debian/changelog
  Update years of upstream copyright.
  releasing package libsql-abstract-more-perl version 1.31-1

---

This annotated tag includes the following new commits:

   new  2091190   Update upstream source from tag 'upstream/1.31'
   new  ef1ecde   Update debian/changelog
   new  3b83b45   Update years of upstream copyright.
   new  ddecbae   releasing package libsql-abstract-more-perl version 1.31-1

The 4 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/libsql-abstract-more-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


[libsql-abstract-more-perl] branch master updated (f6e0fbb -> ddecbae)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libsql-abstract-more-perl.

  from  f6e0fbb   update changelog
  adds  963b76f   New upstream version 1.31
   new  2091190   Update upstream source from tag 'upstream/1.31'
   new  ef1ecde   Update debian/changelog
   new  3b83b45   Update years of upstream copyright.
   new  ddecbae   releasing package libsql-abstract-more-perl version 1.31-1

The 4 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:
 Changes  |   4 ++
 META.yml |   4 +-
 Makefile.PL  |   2 +
 debian/changelog |   9 +++-
 debian/copyright |   2 +-
 lib/SQL/Abstract/More.pm | 120 ++-
 6 files changed, 83 insertions(+), 58 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-abstract-more-perl] 01/01: pristine-tar data for libsql-abstract-more-perl_1.31.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libsql-abstract-more-perl.

commit 29ff00a0edbf598fa797801eaaeeaf0891377010
Author: gregor herrmann 
Date:   Tue Dec 26 21:42:07 2017 +0100

pristine-tar data for libsql-abstract-more-perl_1.31.orig.tar.gz
---
 libsql-abstract-more-perl_1.31.orig.tar.gz.delta | Bin 0 -> 2014 bytes
 libsql-abstract-more-perl_1.31.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsql-abstract-more-perl_1.31.orig.tar.gz.delta 
b/libsql-abstract-more-perl_1.31.orig.tar.gz.delta
new file mode 100644
index 000..1c66f00
Binary files /dev/null and b/libsql-abstract-more-perl_1.31.orig.tar.gz.delta 
differ
diff --git a/libsql-abstract-more-perl_1.31.orig.tar.gz.id 
b/libsql-abstract-more-perl_1.31.orig.tar.gz.id
new file mode 100644
index 000..63d720b
--- /dev/null
+++ b/libsql-abstract-more-perl_1.31.orig.tar.gz.id
@@ -0,0 +1 @@
+730d688ab4df5b23f4d6177b898392091e962440

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-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


[libsql-translator-perl] annotated tag debian/0.11023-1 created (now 40e4b37)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.11023-1
in repository libsql-translator-perl.

at  40e4b37   (tag)
   tagging  5e05e29da7c10df609266e0be5d7239e6b8b746c (commit)
  replaces  upstream/0.11023
 tagged by  gregor herrmann
on  Tue Dec 26 21:40:46 2017 +0100

- Log -
tagging package libsql-translator-perl version debian/0.11023-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCs85fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYpIw/9EkvG5+bywp7UDAMo+v8wed15WjqLy4+bVuwd6TpuTvQKinJy7cVAt/9e
5ZclAZi3J8jIwy9VS1xnd5PpbptPoBvFwbb0VzHJvh/RIrsFEXsMzQ8u2MesQYfV
piLKq09XpeK8Q9W8tSH9WgJl//xjH4S8nCykunQhccfgUBRxBIgzaKR5U4aXscTe
zsSAINfTdnErdsQLP90a5jVIfZNHyQVJvzNOtxlr+3muq9WRwSH4JS4GW81H8nvE
xvGkjavnBFxQK8X/yI0y+OJXTjGhTRkOKO0XsCDnxuDsP2LECQ6cLjb+ksexvJtx
yFdoCiPJUIYhJ2QkikKay57AXn7xTqx/xr6nHtIXaKaruyZHik5UuzNfI+Me/NRX
oRRfs5X2MFzh4iyhbwK5wQKWJQTg9y/zcCH6M/gnZ6mibEgQNb0BeIcz2sPHtEX4
ayVbJhql0vX5Lf4ova2rtiDCglE3rjrgvLDcqJkccj7o/hBA36zVpUuFoqyYe3YS
9MGowe/3x5dNN44Ye6cBNTpGhW0At0gEJSw6J5bLoy3eHwKdXXBuTcLRUsAFsD3l
uBPiFG+UuIEoWv5fLnGFIuHwV0Bml1idi/9Pia1hoxnzlLcuxb/K+nsydU/2dBps
TMkUDRyLckLMqi5eQHXFzNKvUXXr+Bs11Pa6i2+FR72xmtcH/xM=
=QzgP
-END PGP SIGNATURE-

Ansgar Burchardt (3):
  debian/control: Convert Vcs-* fields to Git.
  Merge commit 'upstream/0.11009'
  changelog for 0.11009-1

Antony Gelberg (1):
  Upstream upgrade.

Axel Beckert (1):
  Remove trailing whitespace

Gregor Herrmann (5):
  Add additional copyright holders.
  Add an additional copyright holder.
  debian/control: remove versions from (build) dependencies on
  back to UNRELEASED, TODO added to changelog
  s/Breaks/Conflicts/ - so dpkg really removes sqlfairy on upgrades (cf. 
also policy 7.6.2)

Jonathan Yu (19):
  * Refresh all metadata files
  Remove Module-Build, this is a M::I installation
  WAITS for libtext-recordparser-perl
  Added a patch to add whatis entries
  add quilt to B-D, --with quilt
  add README.source; dch -r
  * New upstream release
  Add a patch to fix POD spelling
  update patch
  looks good, ready for review
  New upstream release
  looks good, dch -r
  New upstream release
  * Remove POD spelling + whatis patches, applied upstream
  looks good, dch -r
  looks good, dch -r
  note that this Closes: #491706
  Rename sqlfairy -> libsql-translator-perl, also correct control files 
accordingly
  Also update the Vcs-* fields with new name (libsql-translator-perl)

Maximilian Gass (14):
  New upstream release
  Update dependencies
  Add patch use-digest-sha to replace Digest::SHA1 with Digest::SHA
  Mark as team upload
  Bump Standards-Version to 3.9.2: no changes necessary
  Add patch pod-spelling to fix spelling mistake in POD
  Increase debhelper compat level to 8
  Reorder changelog
  Release to unstable
  Fix changelog
  Remove unnecessary versioned dependencies
  Release to unstable
  Add Breaks and Replaces on sqlfairy
  Release to unstable

Ryan Niebur (6):
  [svn-inject] Applying Debian modifications to trunk
  [takeover-for-pkg-perl] Document the takeover
  [packagecheck] fixed Vcs-(Svn|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  move the direct change to a quilt patch
  * Add myself to Uploaders
  New upstream release

Salvatore Bonaccorso (10):
  back to unreleased, add a small todo
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (69):
  Merge commit 'upstream/0.11010'
  New upstream release.
  Refresh patch use-digest-sha (offset).
  debian/copyright: add additional copyright holder, update years for
  Add /me to Uploaders.
  releasing version 0.11010-1
  Merge tag 'upstream/0.11011'
  New upstream release.
  Drop patches, both merged upstream.
  debian/copyright: update to Copyright-Format 1.0; update copyright years.
  Bump Standards-Version to 3.9.3 (no changes).
  Update build and runtime dependencies.
  Add debian/NEWS mentioning incompatible changes.
  don't install empty SQL::Translator::Utils manpage
  releasing version 

[libsql-translator-perl] branch pristine-tar updated (8c84786 -> 74af330)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libsql-translator-perl.

  from  8c84786   pristine-tar data for 
libsql-translator-perl_0.11021.orig.tar.gz
   new  74af330   pristine-tar data for 
libsql-translator-perl_0.11023.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:
 libsql-translator-perl_0.11023.orig.tar.gz.delta | Bin 0 -> 8273 bytes
 libsql-translator-perl_0.11023.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsql-translator-perl_0.11023.orig.tar.gz.delta
 create mode 100644 libsql-translator-perl_0.11023.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 13/13: releasing package libsql-translator-perl version 0.11023-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 5e05e29da7c10df609266e0be5d7239e6b8b746c
Author: gregor herrmann 
Date:   Tue Dec 26 21:40:46 2017 +0100

releasing package libsql-translator-perl version 0.11023-1
---
 debian/changelog | 19 ---
 1 file changed, 16 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71e54c4..bfdedaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsql-translator-perl (0.11023-1) UNRELEASED; urgency=medium
+libsql-translator-perl (0.11023-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,9 +8,22 @@ libsql-translator-perl (0.11023-1) UNRELEASED; urgency=medium
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
-  * Import upstream version 0.11023
 
- -- gregor herrmann   Tue, 26 Dec 2017 21:10:43 +0100
+  * Import upstream version 0.11023.
+  * Update debian/upstream/metadata.
+  * Update years of packaging copyright.
+  * Drop (build) dependency on liblist-moreutils-perl.
+  * Declare compliance with Debian Policy 4.1.2.
+  * Drop unneeded version constraints from some (build) dependencies.
+  * Bump debhelper compatibility level to 9.
+  * debian/rules: drop removal of previously empty manpage.
+  * Remove trailing whitespace in debian/control. Thanks to lintian.
+  * debian/control: add more packages to Recommends which are used by some
+of the modules. Thanks to autopkgtest-pkg-perl.
+  * Add debian/tests/pkg-perl/smoke-files. Our autopkgtest's smoke test
+needs more files.
+
+ -- gregor herrmann   Tue, 26 Dec 2017 21:39:25 +0100
 
 libsql-translator-perl (0.11021-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 12/13: Add debian/tests/pkg-perl/smoke-files.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit d9dac5b270723c7c2c587e2d191a2edc7f4115d9
Author: gregor herrmann 
Date:   Tue Dec 26 21:38:55 2017 +0100

Add debian/tests/pkg-perl/smoke-files.

Our autopkgtest's smoke test needs more files.
---
 debian/tests/pkg-perl/smoke-files | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/tests/pkg-perl/smoke-files 
b/debian/tests/pkg-perl/smoke-files
new file mode 100644
index 000..bcc68a9
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-files
@@ -0,0 +1,2 @@
+t/
+script/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 10/13: Remove trailing whitespace in debian/control.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit c1910dfda6e6f51f821e72ffdb14615c3d9764c0
Author: gregor herrmann 
Date:   Tue Dec 26 21:24:52 2017 +0100

Remove trailing whitespace in debian/control.

Thanks: lintian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ba0b8ea..256abed 100644
--- a/debian/control
+++ b/debian/control
@@ -63,6 +63,6 @@ Description: SQL translation library
  for manipulating structured data definitions (mostly database schemas). It
  can perform tasks like converting between different SQL data definition
  language (DDL) dialects, visualizations of schemas (pseudo-ER diagrams
- created with GD or GraphViz), converting non-RDBMS files to SQL schemas 
+ created with GD or GraphViz), converting non-RDBMS files to SQL schemas
  (xSV text files, Excel spreadsheets), serializing parsed schemas (via
  Storable, YAML and XML), creating documentation, and more.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 01/01: pristine-tar data for libsql-translator-perl_0.11023.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libsql-translator-perl.

commit 74af330d5ec29c2fde7ca92ca98fe0e34a03e0c3
Author: gregor herrmann 
Date:   Tue Dec 26 21:10:43 2017 +0100

pristine-tar data for libsql-translator-perl_0.11023.orig.tar.gz
---
 libsql-translator-perl_0.11023.orig.tar.gz.delta | Bin 0 -> 8273 bytes
 libsql-translator-perl_0.11023.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsql-translator-perl_0.11023.orig.tar.gz.delta 
b/libsql-translator-perl_0.11023.orig.tar.gz.delta
new file mode 100644
index 000..6e83da4
Binary files /dev/null and b/libsql-translator-perl_0.11023.orig.tar.gz.delta 
differ
diff --git a/libsql-translator-perl_0.11023.orig.tar.gz.id 
b/libsql-translator-perl_0.11023.orig.tar.gz.id
new file mode 100644
index 000..1a072a7
--- /dev/null
+++ b/libsql-translator-perl_0.11023.orig.tar.gz.id
@@ -0,0 +1 @@
+ebe6ac84ec086232513772651044c4ccb7cbfe6a

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 09/13: debian/rules: drop removal of previously empty manpage.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 66b66f322f9aba83f8ec7713132cb8b39c590705
Author: gregor herrmann 
Date:   Tue Dec 26 21:24:24 2017 +0100

debian/rules: drop removal of previously empty manpage.
---
 debian/rules | 8 
 1 file changed, 8 deletions(-)

diff --git a/debian/rules b/debian/rules
index 2527728..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
 %:
dh $@
-
-override_dh_auto_install:
-   dh_auto_install
-   # empty
-   $(RM) -v $(TMP)/usr/share/man/man3/SQL::Translator::Utils.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 01/13: Update upstream source from tag 'upstream/0.11023'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 0732bc53224b2fbb638bcf6d3c3df0e6141c9453
Merge: dcf6403 bf266f7
Author: gregor herrmann 
Date:   Tue Dec 26 21:10:43 2017 +0100

Update upstream source from tag 'upstream/0.11023'

Update to upstream version '0.11023'
with Debian dir 308164a92d439abbeb04c819db40792429371388

 AUTHORS|  64 
 Changes|  31 ++
 MANIFEST   |   1 +
 META.yml   |   5 +-
 Makefile.PL|   4 +-
 inc/Module/AutoInstall.pm  |   4 +-
 inc/Module/Install.pm  |  35 +-
 inc/Module/Install/AutoInstall.pm  |   2 +-
 inc/Module/Install/Base.pm |   2 +-
 inc/Module/Install/Can.pm  |  13 +-
 inc/Module/Install/Fetch.pm|   2 +-
 inc/Module/Install/Include.pm  |   2 +-
 inc/Module/Install/Makefile.pm |   2 +-
 inc/Module/Install/Metadata.pm |   2 +-
 inc/Module/Install/ReadmeFromPod.pm|  76 +++-
 inc/Module/Install/Scripts.pm  |   2 +-
 inc/Module/Install/Share.pm|   2 +-
 inc/Module/Install/Win32.pm|   2 +-
 inc/Module/Install/WriteAll.pm |   2 +-
 lib/SQL/Translator.pm  |   6 +-
 lib/SQL/Translator/Filter/DefaultExtra.pm  |   8 +-
 lib/SQL/Translator/Filter/Globals.pm   |   2 +-
 lib/SQL/Translator/Filter/Names.pm |  10 +-
 lib/SQL/Translator/Generator/DDL/PostgreSQL.pm |   1 +
 lib/SQL/Translator/Generator/DDL/SQLite.pm |  18 +
 lib/SQL/Translator/Parser/DBI.pm   |   1 -
 lib/SQL/Translator/Parser/MySQL.pm |  26 +-
 lib/SQL/Translator/Parser/Oracle.pm|   8 +-
 lib/SQL/Translator/Parser/PostgreSQL.pm|  30 +-
 lib/SQL/Translator/Parser/SQLServer.pm |  12 +-
 lib/SQL/Translator/Parser/SQLite.pm|   9 +-
 lib/SQL/Translator/Parser/XML/SQLFairy.pm  |   2 +-
 lib/SQL/Translator/Producer/DiaUml.pm  |   4 -
 lib/SQL/Translator/Producer/Diagram.pm |   6 +-
 lib/SQL/Translator/Producer/GraphViz.pm|   2 +-
 lib/SQL/Translator/Producer/JSON.pm|   7 +-
 lib/SQL/Translator/Producer/Latex.pm   |   4 -
 lib/SQL/Translator/Producer/MySQL.pm   |  20 +-
 lib/SQL/Translator/Producer/POD.pm |  38 +-
 lib/SQL/Translator/Producer/PostgreSQL.pm  | 493 +
 lib/SQL/Translator/Producer/SQLite.pm  |  15 +-
 lib/SQL/Translator/Producer/TTSchema.pm|   2 +-
 lib/SQL/Translator/Producer/XML/SQLFairy.pm|   4 +-
 lib/SQL/Translator/Producer/YAML.pm|   7 +-
 lib/SQL/Translator/Role/ListAttr.pm|   7 +-
 lib/SQL/Translator/Schema/Trigger.pm   |   3 +-
 lib/SQL/Translator/Types.pm|   5 +-
 lib/SQL/Translator/Utils.pm|  11 +-
 lib/Test/SQL/Translator.pm |  24 +-
 t/02mysql-parser.t |   7 +-
 t/09sqlt-diagram.t |   5 +-
 t/14postgres-parser.t  |  61 ++-
 t/16xml-parser.t   |   6 +-
 t/17sqlfxml-producer.t |   3 +-
 t/23json.t |  15 +-
 t/24yaml.t |  14 +-
 t/30sqlt-new-diff-mysql.t  |   9 +
 t/30sqlt-new-diff-pgsql.t  |  46 +--
 t/38-mysql-producer.t  |  45 ++-
 t/46xml-to-pg.t|   4 +-
 t/47postgres-producer.t|  63 +++-
 t/56-sqlite-producer.t |  59 +++
 t/63-spacial-pgsql.t   | 102 ++---
 t/data/roundtrip.xml   |  10 +
 t/data/roundtrip_autogen.yaml  |  22 +-
 t/data/sqlite/create.sql   |   2 +
 t/data/xml/schema.xml  |   4 +-
 t/postgresql-rename-table-and-field.t  |  16 +-
 68 files changed, 1004 insertions(+), 527 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 08/13: Bump debhelper compatibility level to 9.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 52d32778d17189c6991478e6a9e9c027db15f819
Author: gregor herrmann 
Date:   Tue Dec 26 21:17:53 2017 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index ed8b88f..ba0b8ea 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Eric Dorland ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
  perl,
  libcarp-clan-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 11/13: debian/control: add more packages to Recommends

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit b4bc6c2f4e6a8e11f2c807663661b965d58fee4b
Author: gregor herrmann 
Date:   Tue Dec 26 21:38:11 2017 +0100

debian/control: add more packages to Recommends

which are used by some of the modules.

Thanks: autopkgtest-pkg-perl.
---
 debian/control | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 256abed..159b773 100644
--- a/debian/control
+++ b/debian/control
@@ -51,10 +51,13 @@ Recommends: libcgi-pm-perl | perl (<< 5.19),
 libgd-perl,
 libgraph-perl,
 libgraphviz-perl,
+libjson-perl,
 libspreadsheet-parseexcel-perl,
 libtemplate-perl,
 libtext-recordparser-perl,
-libxml-libxml-perl
+libxml-libxml-perl,
+libxml-writer-perl,
+libyaml-perl
 Conflicts: sqlfairy
 Provides: sqlfairy
 Replaces: sqlfairy

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 03/13: Update debian/upstream/metadata.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 9fba5fc0d0459fe25abfe20f83153ef2388d1163
Author: gregor herrmann 
Date:   Tue Dec 26 21:13:27 2017 +0100

Update debian/upstream/metadata.
---
 debian/upstream/metadata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index ebb7d16..a674122 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -3,4 +3,4 @@ Archive: CPAN
 Bug-Database: https://rt.cpan.org/NoAuth/Bugs.html?Dist=SQL-Translator
 Contact: irc://irc.perl.org/#dbic-cabal
 Name: SQL-Translator
-Repository: git://git.shadowcat.co.uk/dbsrgits/SQL-Translator.git
+Repository: https://github.com/dbsrgits/sql-translator/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 07/13: Drop unneeded version constraints from some (build) dependencies.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit afde344252f34d8403da0cb25c3cbb57665f9620
Author: gregor herrmann 
Date:   Tue Dec 26 21:17:53 2017 +0100

Drop unneeded version constraints from some (build) dependencies.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 54f8d21..ed8b88f 100644
--- a/debian/control
+++ b/debian/control
@@ -19,11 +19,11 @@ Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
  libjson-perl,
  libmoo-perl (>= 1.03),
  libpackage-variant-perl,
- libparse-recdescent-perl (>= 1.967009),
+ libparse-recdescent-perl,
  libspreadsheet-parseexcel-perl,
  libtemplate-perl,
  libtest-differences-perl,
- libtest-exception-perl (>= 0.31),
+ libtest-exception-perl,
  libtest-pod-perl,
  libtext-recordparser-perl,
  libtry-tiny-perl,
@@ -45,7 +45,7 @@ Depends: ${misc:Depends},
  libfile-sharedir-perl,
  libmoo-perl (>= 1.03),
  libpackage-variant-perl,
- libparse-recdescent-perl (>= 1.967009),
+ libparse-recdescent-perl,
  libtry-tiny-perl
 Recommends: libcgi-pm-perl | perl (<< 5.19),
 libgd-perl,

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 05/13: Drop (build) dependency on liblist-moreutils-perl.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit dcc9175e0e1545c862afcb329d8a6568f987de8c
Author: gregor herrmann 
Date:   Tue Dec 26 21:17:01 2017 +0100

Drop (build) dependency on liblist-moreutils-perl.
---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 5851e40..dfc4a21 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,6 @@ Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
  libgraph-perl,
  libgraphviz-perl,
  libjson-perl,
- liblist-moreutils-perl,
  libmoo-perl (>= 1.03),
  libpackage-variant-perl,
  libparse-recdescent-perl (>= 1.967009),
@@ -44,7 +43,6 @@ Depends: ${misc:Depends},
  libclass-makemethods-perl,
  libdbi-perl,
  libfile-sharedir-perl,
- liblist-moreutils-perl,
  libmoo-perl (>= 1.03),
  libpackage-variant-perl,
  libparse-recdescent-perl (>= 1.967009),

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 02/13: Update debian/changelog

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit 381583bc9354790239b4e5d50a68e07015461b4e
Author: gregor herrmann 
Date:   Tue Dec 26 21:10:43 2017 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 8c49935..71e54c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsql-translator-perl (0.11021-2) UNRELEASED; urgency=medium
+libsql-translator-perl (0.11023-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,8 +8,9 @@ libsql-translator-perl (0.11021-2) UNRELEASED; urgency=medium
   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * Remove Ryan Niebur from Uploaders. Thanks for your work!
+  * Import upstream version 0.11023
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:06:29 +0100
+ -- gregor herrmann   Tue, 26 Dec 2017 21:10:43 +0100
 
 libsql-translator-perl (0.11021-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] annotated tag upstream/0.11023 created (now c653246)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.11023
in repository libsql-translator-perl.

at  c653246   (tag)
   tagging  bf266f798c2fb0e529dfe12416d8c1d1325d713c (commit)
  replaces  upstream/0.11021
 tagged by  gregor herrmann
on  Tue Dec 26 21:10:43 2017 +0100

- Log -
Upstream version 0.11023

Andrew Beverley (1):
  Fix incorrect serial instead of bigserial in PG

Andrew Gregory (3):
  Improve add_trigger consistency between producers
  Add SQLite support for check constraints
  Add support for CHECK constraint in POD producer (GH#63)

Christian Walde (1):
  prevent debug calls with expensive arguments if debugging is not enabled

Dagfinn Ilmari Mannsåker (29):
  Use Travis container infrastructure for faster builds
  Explicitly install CGI from CPAN on Travis
  Install more test deps on Travis
  Simplify .travis.yml
  Fix parsing quoted strings with leading spaces
  Switch MySQL parser test to done_testing
  Fix parsing of MySQL column comments (RT#83380)
  Fix multi-line comments in YAML and JSON producers
  Fix multi-line comments in PostgreSQL producer
  Minor cleanups in Producer::PostgreSQL::create_table()
  Make PostgreSQLs max identifier length a constant
  Remove unused reserved words list
  Reduce scope of file-level variables
  Fix identifier quoting in PostgreSQL diff producer
  Remove or use unused variables in PostgreSQL producer
  Fix horrendous indentation in PostGIS code
  Further clean up PostGIS code
  Fix missing semicolons between PostGIS statements
  Fix string quoting in PostGIS statements
  Fix identifier quoting in PostGIS statements
  Pass $options through directly instead of $generator
  Remove duplicate entry in DBI drivers hash
  Improve trigger 'scope' attribute support (RT#119997)
  Only output trigger 'scope' if it's set in YAML and JSON producers
  Fix relying on exact serialisation for JSON/YAML tests (RT#121901)
  Fix running Makefile.PL without '.' in @INC
  release 0.11022
  Fix error handling for Test::PostgreSQL 1.20
  release 0.11023

Ivan Baidakou (1):
  Add support for optional monotonically increasing sqlite autoincrement

Mohammad S Anwar (1):
  Updated MANIFEST.SKIP to include AUTHORS file.

Paul Cochrane (7):
  Add space after =cut statement
  Remove empty =over blocks
  Replace sectioned links with C<> formatting
  Add a DESCRIPTION to SQL::Translator::Filter::Names
  Remove empty sections
  Fix minor typos in POD
  Add C<> formatting to code-like text elements

Peter Rabbitson (4):
  Remove explicit strictures usage
  Remove dependency on List::MoreUtils
  Fail more gracefully on non-loadable compiled module parts
  Work around RT#108460, intermittent postgresql-rename-table-and-field.t 
fail

Sebastian Podjasek (3):
  Fix PostgreSQL grammar parsing of UUID, time, timetz column types
  Add support for USING and WHERE on indexes in PostgreSQL producer
  Add support for USING and WHERE on indexes in PostgreSQL parser

Zefram (1):
  Declare dependencies in deterministic order (RT#102859)

gregor herrmann (1):
  New upstream version 0.11023

mix3@サタデーナイトフィーバー (1):
  Quoted table_name wasn't being used during MySQL DROP TABLE construction

---

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/libsql-translator-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

[libsql-translator-perl] 06/13: Declare compliance with Debian Policy 4.1.2.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit fea0b38b73518ee30ad17eba6268346578e0e5dc
Author: gregor herrmann 
Date:   Tue Dec 26 21:17:44 2017 +0100

Declare compliance with Debian Policy 4.1.2.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index dfc4a21..54f8d21 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
  libxml-libxml-perl,
  libxml-writer-perl,
  libyaml-perl
-Standards-Version: 3.9.6
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libsql-translator-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libsql-translator-perl.git
 Homepage: http://sqlfairy.sourceforge.net/

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] 04/13: Update years of packaging copyright.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsql-translator-perl.

commit fe2dd6493e3b0eff4f92aa5caa163122f58714aa
Author: gregor herrmann 
Date:   Tue Dec 26 21:15:35 2017 +0100

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 0dc9ead..19343de 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -53,7 +53,7 @@ Files: debian/*
 Copyright: 2006-2009, Eric Dorland 
  2009, Ryan Niebur 
  2009-2010, Jonathan Yu 
- 2011-2015, gregor herrmann 
+ 2011-2017, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsql-translator-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


[libsql-translator-perl] branch master updated (dcf6403 -> 5e05e29)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libsql-translator-perl.

  from  dcf6403   update changelog
  adds  e559989   Remove explicit strictures usage
  adds  7f3f64d   Add support for optional monotonically increasing sqlite 
autoincrement
  adds  c1f9a59   Declare dependencies in deterministic order (RT#102859)
  adds  a1c9c64   Remove dependency on List::MoreUtils
  adds  fce0f0b   prevent debug calls with expensive arguments if debugging 
is not enabled
  adds  237e485   Quoted table_name wasn't being used during MySQL DROP 
TABLE construction
  adds  e533bcd   Improve add_trigger consistency between producers
  adds  33d693c   Add space after =cut statement
  adds  f60d4c6   Remove empty =over blocks
  adds  0e9badb   Replace sectioned links with C<> formatting
  adds  e773f3f   Add SQLite support for check constraints
  adds  84ef6e4   Fix PostgreSQL grammar parsing of UUID, time, timetz 
column types
  adds  eab567b   Add a DESCRIPTION to SQL::Translator::Filter::Names
  adds  4578e78   Remove empty sections
  adds  13eb146   Fix minor typos in POD
  adds  9aabed4   Add C<> formatting to code-like text elements
  adds  5b36314   Add support for USING and WHERE on indexes in PostgreSQL 
producer
  adds  9c05d80   Add support for USING and WHERE on indexes in PostgreSQL 
parser
  adds  59d5eaf   Add support for CHECK constraint in POD producer (GH#63)
  adds  1094bd3   Use Travis container infrastructure for faster builds
  adds  dd7dcde   Explicitly install CGI from CPAN on Travis
  adds  20ac7e8   Install more test deps on Travis
  adds  d5103d9   Simplify .travis.yml
  adds  fd498bb   Fix parsing quoted strings with leading spaces
  adds  2c1e8ca   Switch MySQL parser test to done_testing
  adds  13e4115   Fix parsing of MySQL column comments (RT#83380)
  adds  99fa843   Fix multi-line comments in YAML and JSON producers
  adds  31bed2c   Fix multi-line comments in PostgreSQL producer
  adds  da936d6   Minor cleanups in Producer::PostgreSQL::create_table()
  adds  9c9c169   Make PostgreSQLs max identifier length a constant
  adds  4dbac63   Remove unused reserved words list
  adds  b14cf6f   Reduce scope of file-level variables
  adds  f741008   Fix identifier quoting in PostgreSQL diff producer
  adds  d31a133   Remove or use unused variables in PostgreSQL producer
  adds  0b4b770   Fix horrendous indentation in PostGIS code
  adds  54b8ff8   Further clean up PostGIS code
  adds  6440741   Fix missing semicolons between PostGIS statements
  adds  724347d   Fix string quoting in PostGIS statements
  adds  3963e31   Fix identifier quoting in PostGIS statements
  adds  b441453   Pass $options through directly instead of $generator
  adds  e051b24   Updated MANIFEST.SKIP to include AUTHORS file.
  adds  ac8d330   Fail more gracefully on non-loadable compiled module parts
  adds  0b20d46   Work around RT#108460, intermittent 
postgresql-rename-table-and-field.t fail
  adds  9d430e0   Fix incorrect serial instead of bigserial in PG
  adds  913fea5   Remove duplicate entry in DBI drivers hash
  adds  c0ec0e2   Improve trigger 'scope' attribute support (RT#119997)
  adds  4384692   Only output trigger 'scope' if it's set in YAML and JSON 
producers
  adds  49f0f31   Fix relying on exact serialisation for JSON/YAML tests 
(RT#121901)
  adds  afae491   Fix running Makefile.PL without '.' in @INC
  adds  79ed8ef   release 0.11022
  adds  deb63b4   Fix error handling for Test::PostgreSQL 1.20
  adds  3cdaa7b   release 0.11023
  adds  bf266f7   New upstream version 0.11023
   new  0732bc5   Update upstream source from tag 'upstream/0.11023'
   new  381583b   Update debian/changelog
   new  9fba5fc   Update debian/upstream/metadata.
   new  fe2dd64   Update years of packaging copyright.
   new  dcc9175   Drop (build) dependency on liblist-moreutils-perl.
   new  fea0b38   Declare compliance with Debian Policy 4.1.2.
   new  afde344   Drop unneeded version constraints from some (build) 
dependencies.
   new  52d3277   Bump debhelper compatibility level to 9.
   new  66b66f3   debian/rules: drop removal of previously empty manpage.
   new  c1910df   Remove trailing whitespace in debian/control.
   new  b4bc6c2   debian/control: add more packages to Recommends
   new  d9dac5b   Add debian/tests/pkg-perl/smoke-files.
   new  5e05e29   releasing package libsql-translator-perl version 0.11023-1

The 13 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:
 AUTHORS 

[libsvg-perl] branch master updated (1c728e1 -> 257ad66)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libsvg-perl.

  from  1c728e1   update changelog
  adds  4333ed7   - Addressed RT #123705, making test t/96-perl-critic.t 
and t/99_test_pod_coverage.t author only.
  adds  0c6311c   - Added one more test author only as suggested by @DAVE. 
(RT #123705)
  adds  692e6b7   - Fixed issue RT #123896 (trailing space in credit 
comment).
  adds  114b1cd   - Fixed subquery (txn-1762542) of the issue RT #123896.
  adds  5203e93   New upstream version 2.82
   new  ce0aad7   Update upstream source from tag 'upstream/2.82'
   new  2d0de93   Update debian/changelog
   new  ca9bb5c   Drop build dependency on libtest-pod-coverage-perl.
   new  257ad66   releasing package libsvg-perl version 2.82-1

The 4 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:
 Changes  | 12 
 META.json| 12 ++--
 META.yml | 12 ++--
 Makefile.PL  | 10 +-
 debian/changelog | 10 --
 debian/control   |  3 +--
 lib/SVG.pm   |  4 ++--
 lib/SVG/DOM.pm   |  2 +-
 lib/SVG/Element.pm   |  2 +-
 lib/SVG/Extension.pm |  2 +-
 lib/SVG/XML.pm   | 15 +--
 t/96-perl-critic.t   |  3 +++
 t/98-tidyall.t   |  3 +++
 t/99_test_pod_coverage.t |  4 
 14 files changed, 66 insertions(+), 28 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] 01/04: Update upstream source from tag 'upstream/2.82'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit ce0aad7b5e5420025e85252d920bf7c467ceecac
Merge: 1c728e1 5203e93
Author: gregor herrmann 
Date:   Tue Dec 26 21:06:23 2017 +0100

Update upstream source from tag 'upstream/2.82'

Update to upstream version '2.82'
with Debian dir eb9c7ba244989411e6d22e8a5546272f05e16b53

 Changes  | 12 
 META.json| 12 ++--
 META.yml | 12 ++--
 Makefile.PL  | 10 +-
 lib/SVG.pm   |  4 ++--
 lib/SVG/DOM.pm   |  2 +-
 lib/SVG/Element.pm   |  2 +-
 lib/SVG/Extension.pm |  2 +-
 lib/SVG/XML.pm   | 15 +--
 t/96-perl-critic.t   |  3 +++
 t/98-tidyall.t   |  3 +++
 t/99_test_pod_coverage.t |  4 
 12 files changed, 57 insertions(+), 24 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] annotated tag upstream/2.82 created (now 0775d6a)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/2.82
in repository libsvg-perl.

at  0775d6a   (tag)
   tagging  5203e93addfba7eb7a7e72ce81ab3a7a7922cc50 (commit)
  replaces  upstream/2.78
 tagged by  gregor herrmann
on  Tue Dec 26 21:06:23 2017 +0100

- Log -
Upstream version 2.82

Mohammad S Anwar (4):
  - Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
  - Added one more test author only as suggested by @DAVE. (RT #123705)
  - Fixed issue RT #123896 (trailing space in credit comment).
  - Fixed subquery (txn-1762542) of the issue RT #123896.

gregor herrmann (1):
  New upstream version 2.82

---

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


[libsvg-perl] 02/04: Update debian/changelog

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit 2d0de93a318424b4f9c858d28c35275abb4c0ccc
Author: gregor herrmann 
Date:   Tue Dec 26 21:06:23 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 9bf499c..724027c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libsvg-perl (2.78-2) UNRELEASED; urgency=medium
+libsvg-perl (2.82-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:49 +
+  [ gregor herrmann ]
+  * Import upstream version 2.82
+
+ -- gregor herrmann   Tue, 26 Dec 2017 21:06:23 +0100
 
 libsvg-perl (2.78-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] annotated tag debian/2.82-1 created (now 51aa032)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/2.82-1
in repository libsvg-perl.

at  51aa032   (tag)
   tagging  257ad66eb407a4ef7a9e2a23558cb01b3e33df09 (commit)
  replaces  debian/2.78-1
 tagged by  gregor herrmann
on  Tue Dec 26 21:09:54 2017 +0100

- Log -
tagging package libsvg-perl version debian/2.82-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCrJJfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgY8mA/7B+9MCFBOhhRGm+AsatG3DSiA2kF2ADimh7v2qjxpuZGeQdPC9cgUuVD4
iU+Ft5QO3O7Xqv6744nJFr91E0KbdXI/DaRR6kyusw5sOPx8QceWYjI3ZdFu6/RJ
YA2GJWhlGIWwYXiNcQsRofiNpzW+5wVd8VBxQQh4V9vtf8Ca3feGlt+nScoen3hX
CjKyIM2091PnXJxAl5YKBC4SQDKea6W2/FyhSJbky1uvSc5OClDf/HMQxPZv+Ax8
JSYHf9L8NpYYYuybxSAIPGq9wNwGvzEIbmao4kTQwzdVAiLuDEbN/r6Ljt8qxlyd
rVk6L4J7NlQ/pmVBxqJuDl4cDvvzPhjYV/uGsIBUb62HjG43+Mp9IOjaebY0BcoC
byDoqlKrMrzoRHT21oxOpqPUU9oBA7G/xayKJB5sg/OTj6zB5ZS1uVd0W8DYruM0
GmsRdjgrgbgQRU2gUQvroWNbrtv5uK61RF/KDqmvRvHEQU71Hlp4lR6TheHtpzNp
BhAUtZ9DRP57RnO6SE3uJe8usYEfg/XmqZ6osAwCZc/MMXm417CVfR3ZW/AqCNVU
8qYXgOrIrJnYp2FKhlyQCsc3zIW01QZ1pfGK10j5Ez6rCgdCvu0jKORU1joYPo8u
GVn0C9e+vXDk/3kY5v9/jXSju778oyDg/5Ad2Ssit/ywnO/LfAI=
=HjuC
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

Mohammad S Anwar (4):
  - Addressed RT #123705, making test t/96-perl-critic.t and 
t/99_test_pod_coverage.t author only.
  - Added one more test author only as suggested by @DAVE. (RT #123705)
  - Fixed issue RT #123896 (trailing space in credit comment).
  - Fixed subquery (txn-1762542) of the issue RT #123896.

gregor herrmann (5):
  New upstream version 2.82
  Update upstream source from tag 'upstream/2.82'
  Update debian/changelog
  Drop build dependency on libtest-pod-coverage-perl.
  releasing package libsvg-perl version 2.82-1

---

This annotated tag includes the following new commits:

   new  ce0aad7   Update upstream source from tag 'upstream/2.82'
   new  2d0de93   Update debian/changelog
   new  ca9bb5c   Drop build dependency on libtest-pod-coverage-perl.
   new  257ad66   releasing package libsvg-perl version 2.82-1

The 4 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/libsvg-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


[libsvg-perl] 03/04: Drop build dependency on libtest-pod-coverage-perl.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit ca9bb5c458e3a2146ac24c04b6764a290c263355
Author: gregor herrmann 
Date:   Tue Dec 26 21:07:43 2017 +0100

Drop build dependency on libtest-pod-coverage-perl.

The respective test is an author test now.
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c9e1c46..dc912a3 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libtest-pod-coverage-perl,
- perl
+Build-Depends-Indep: perl
 Standards-Version: 4.1.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsvg-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libsvg-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] branch pristine-tar updated (f20ba9c -> c12943f)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libsvg-perl.

  from  f20ba9c   pristine-tar data for libsvg-perl_2.78.orig.tar.gz
   new  c12943f   pristine-tar data for libsvg-perl_2.82.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:
 libsvg-perl_2.82.orig.tar.gz.delta | Bin 0 -> 2806 bytes
 libsvg-perl_2.82.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsvg-perl_2.82.orig.tar.gz.delta
 create mode 100644 libsvg-perl_2.82.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] 04/04: releasing package libsvg-perl version 2.82-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libsvg-perl.

commit 257ad66eb407a4ef7a9e2a23558cb01b3e33df09
Author: gregor herrmann 
Date:   Tue Dec 26 21:09:54 2017 +0100

releasing package libsvg-perl version 2.82-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 724027c..4275f3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,14 @@
-libsvg-perl (2.82-1) UNRELEASED; urgency=medium
+libsvg-perl (2.82-1) unstable; urgency=medium
 
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
   [ gregor herrmann ]
-  * Import upstream version 2.82
+  * Import upstream version 2.82.
+  * Drop build dependency on libtest-pod-coverage-perl.
+The respective test is an author test now.
 
- -- gregor herrmann   Tue, 26 Dec 2017 21:06:23 +0100
+ -- gregor herrmann   Tue, 26 Dec 2017 21:08:21 +0100
 
 libsvg-perl (2.78-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libsvg-perl] 01/01: pristine-tar data for libsvg-perl_2.82.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libsvg-perl.

commit c12943fc7555b1f95fbae4c42d4a40f2351c90e5
Author: gregor herrmann 
Date:   Tue Dec 26 21:06:23 2017 +0100

pristine-tar data for libsvg-perl_2.82.orig.tar.gz
---
 libsvg-perl_2.82.orig.tar.gz.delta | Bin 0 -> 2806 bytes
 libsvg-perl_2.82.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsvg-perl_2.82.orig.tar.gz.delta 
b/libsvg-perl_2.82.orig.tar.gz.delta
new file mode 100644
index 000..efb9669
Binary files /dev/null and b/libsvg-perl_2.82.orig.tar.gz.delta differ
diff --git a/libsvg-perl_2.82.orig.tar.gz.id b/libsvg-perl_2.82.orig.tar.gz.id
new file mode 100644
index 000..3c18776
--- /dev/null
+++ b/libsvg-perl_2.82.orig.tar.gz.id
@@ -0,0 +1 @@
+a870909b01228590a8eedd19fad14be3341ba615

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libsvg-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


[libtask-weaken-perl] annotated tag upstream/1.05 created (now d4ef7f2)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.05
in repository libtask-weaken-perl.

at  d4ef7f2   (tag)
   tagging  aa638332bff7d28000bc14dcd33a6d6fa2204300 (commit)
  replaces  upstream/1.04
 tagged by  gregor herrmann
on  Tue Dec 26 20:52:42 2017 +0100

- Log -
Upstream version 1.05

gregor herrmann (1):
  New upstream version 1.05

---

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/libtask-weaken-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


[libtask-weaken-perl] annotated tag debian/1.05-1 created (now 83ef520)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.05-1
in repository libtask-weaken-perl.

at  83ef520   (tag)
   tagging  1f55a39f6d178c9c3709f827283a39e4871a599e (commit)
  replaces  debian/1.04-1
 tagged by  gregor herrmann
on  Tue Dec 26 21:05:02 2017 +0100

- Log -
tagging package libtask-weaken-perl version debian/1.05-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCq25fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qga8eBAAitRGix92eJbqRMNrRhMzQH1STzLOzzaXDzW5TPBAWpFgOZ5Ee86sKRYq
q+s+X/Nr3Jwlp4jO3LEVXHZAlNmb01hqJcMV9YRyG2XS82wYPGKgcgvxSea7sKGK
A38kIBEKpiBx5QBy/ItDDLHRnlTIxud8F+eeCADeDpkw4Cooh9SAp/4XQT6YcDTR
Ah7B0T8LlG80o2ZRD78+sM14iHAB5zvTPe04XIIxfV9OkJlTl6RuCPVH51nxEY7d
a08zW0eBn6rMG7Zqm+HneO6bX9ve9lF52xc1EH/aEum3rRiEX2KWvRBCKnoQsWf4
9GVDAj4vZDKNMgZcy4/kRwY1Q6VkIznthsGi/QN3XGRjlmQXmF1qClJwjlVvegtx
dTzYVDglAKzbgnCGhPrKlnH2LaKkOQ42R2Qb40x4IYpabxoDdUQhm1uAXEoyiBj9
BXFwgx2XROXsA0zsYnL/3MvSDnwtsfXLQG2Fq5Hk8WQ5I4Fqx+06ACvNN5kTrbbx
bsrgm9rHzc0IQzgkaf+HSnfvkcWnXAgof4B4Qui7sf5osZe94OQtv/u3gQaYvdwB
C8zC3l2GnBjGFgvMbBxHwh+TxBi0KUHXOpmmPqOc+3z66aqO+nKi2ySUpH/1NvEE
IGdsLpo3Rlq62FdKitsz902y0e68Dou6qiA/lNKTQFJQ2+uQPTQ=
=xc5F
-END PGP SIGNATURE-

Alex Muntada (3):
  Reformat debian/control with cme
  Remove inactive pkg-perl members from Uploaders.
  update changelog

Axel Beckert (1):
  Remove trailing whitespace

Salvatore Bonaccorso (4):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (17):
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  New upstream version 1.05
  Update upstream source from tag 'upstream/1.05'
  New upstream release.
  Add debian/upstream/metadata.
  Update upstream contact info.
  Update years of packaging copyright.
  Drop stanza about removed files from debian/copyright.
  Install new CONTRIBUTING file.
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 4.1.2.
  Bump debhelper compatibility level to 9.
  Fix typo in long description.
  releasing package libtask-weaken-perl version 1.05-1

---

This annotated tag includes the following new commits:

   new  0a8bdd9   Update upstream source from tag 'upstream/1.05'
   new  bc9c31f   New upstream release.
   new  9d3bafd   Add debian/upstream/metadata.
   new  fb29ec6   Update upstream contact info.
   new  0b3cf8f   Update years of packaging copyright.
   new  13f2d67   Drop stanza about removed files from debian/copyright.
   new  a8dd6d8   Install new CONTRIBUTING file.
   new  ed04377   Mark package as autopkgtest-able.
   new  e881047   Declare compliance with Debian Policy 4.1.2.
   new  57b9de2   Bump debhelper compatibility level to 9.
   new  0e50826   Fix typo in long description.
   new  1f55a39   releasing package libtask-weaken-perl version 1.05-1

The 12 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/libtask-weaken-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


[libtask-weaken-perl] 01/01: pristine-tar data for libtask-weaken-perl_1.05.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtask-weaken-perl.

commit add993e5decc41c34ec0aff496d04c4e1dc22583
Author: gregor herrmann 
Date:   Tue Dec 26 20:52:42 2017 +0100

pristine-tar data for libtask-weaken-perl_1.05.orig.tar.gz
---
 libtask-weaken-perl_1.05.orig.tar.gz.delta | Bin 0 -> 1935 bytes
 libtask-weaken-perl_1.05.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtask-weaken-perl_1.05.orig.tar.gz.delta 
b/libtask-weaken-perl_1.05.orig.tar.gz.delta
new file mode 100644
index 000..c7c5180
Binary files /dev/null and b/libtask-weaken-perl_1.05.orig.tar.gz.delta differ
diff --git a/libtask-weaken-perl_1.05.orig.tar.gz.id 
b/libtask-weaken-perl_1.05.orig.tar.gz.id
new file mode 100644
index 000..9e5bad4
--- /dev/null
+++ b/libtask-weaken-perl_1.05.orig.tar.gz.id
@@ -0,0 +1 @@
+4cadb29edb38f32ab831f28275f56ec3e54c6ab8

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 07/12: Install new CONTRIBUTING file.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit a8dd6d82eaac0f4262572127acf2604e7499013c
Author: gregor herrmann 
Date:   Tue Dec 26 21:01:18 2017 +0100

Install new CONTRIBUTING file.
---
 debian/libtask-weaken-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libtask-weaken-perl.docs b/debian/libtask-weaken-perl.docs
new file mode 100644
index 000..dc63d18
--- /dev/null
+++ b/debian/libtask-weaken-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 12/12: releasing package libtask-weaken-perl version 1.05-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 1f55a39f6d178c9c3709f827283a39e4871a599e
Author: gregor herrmann 
Date:   Tue Dec 26 21:05:02 2017 +0100

releasing package libtask-weaken-perl version 1.05-1
---
 debian/changelog | 15 ---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ff3dfe..c757a00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtask-weaken-perl (1.05-1) UNRELEASED; urgency=medium
+libtask-weaken-perl (1.05-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -15,8 +15,17 @@ libtask-weaken-perl (1.05-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * New upstream release.
-
- -- gregor herrmann   Tue, 26 Dec 2017 20:52:43 +0100
+  * Add debian/upstream/metadata.
+  * Update upstream contact info.
+  * Update years of packaging copyright.
+  * Drop stanza about removed files from debian/copyright.
+  * Install new CONTRIBUTING file.
+  * Mark package as autopkgtest-able.
+  * Declare compliance with Debian Policy 4.1.2.
+  * Bump debhelper compatibility level to 9.
+  * Fix typo in long description. Thanks to lintian.
+
+ -- gregor herrmann   Tue, 26 Dec 2017 21:03:48 +0100
 
 libtask-weaken-perl (1.04-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 11/12: Fix typo in long description.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 0e508261ffeb6e6feed8f3aebe74298f677c5606
Author: gregor herrmann 
Date:   Tue Dec 26 21:03:30 2017 +0100

Fix typo in long description.

Thanks: lintian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index bf9475d..12cc793 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Description: module for ensuring that a platform has weaken 
support
  One recurring problem in modules that use Scalar::Util's weaken function is
  that it is not present in the pure-perl variant.
  .
- While this isn't necesarily always a problem in a straight CPAN-based Perl
+ While this isn't necessarily always a problem in a straight CPAN-based Perl
  environment, some operating system distributions only include the pure-Perl
  versions, don't include the XS version, and so weaken is then "missing" from
  the platform, despite passing a dependency on Scalar::Util successfully.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] branch pristine-tar updated (89d488b -> add993e)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libtask-weaken-perl.

  from  89d488b   pristine-tar data for libtask-weaken-perl_1.04.orig.tar.gz
   new  add993e   pristine-tar data for libtask-weaken-perl_1.05.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:
 libtask-weaken-perl_1.05.orig.tar.gz.delta | Bin 0 -> 1935 bytes
 libtask-weaken-perl_1.05.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtask-weaken-perl_1.05.orig.tar.gz.delta
 create mode 100644 libtask-weaken-perl_1.05.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 05/12: Update years of packaging copyright.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 0b3cf8f6730a997e19a7f80589c397bab1ee956f
Author: gregor herrmann 
Date:   Tue Dec 26 21:00:45 2017 +0100

Update years of packaging copyright.
---
 debian/copyright | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index cec2377..88f75e6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Christian Sánchez 
- 2013, gregor herrmann 
+ 2013-2017, gregor herrmann 
 License: Artistic or GPL-1+
 
 Files: inc/Module/*

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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

[libtask-weaken-perl] 08/12: Mark package as autopkgtest-able.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit ed04377d05ed1436f6e5e3003a63a2796a1e081f
Author: gregor herrmann 
Date:   Tue Dec 26 21:01:55 2017 +0100

Mark package as autopkgtest-able.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 8680393..69849f5 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libtask-weaken-perl
 Maintainer: Debian Perl Group 
 Uploaders: gregor herrmann 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 09/12: Declare compliance with Debian Policy 4.1.2.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit e8810475c290ab390a7c184374c17380708bfad0
Author: gregor herrmann 
Date:   Tue Dec 26 21:01:57 2017 +0100

Declare compliance with Debian Policy 4.1.2.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 69849f5..0bae77e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.4
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtask-weaken-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtask-weaken-perl.git
 Homepage: https://metacpan.org/release/Task-Weaken

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 06/12: Drop stanza about removed files from debian/copyright.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 13f2d67fc6cd9f20f9f9789fdc9208d5f3c66518
Author: gregor herrmann 
Date:   Tue Dec 26 21:00:52 2017 +0100

Drop stanza about removed files from debian/copyright.
---
 debian/copyright | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 88f75e6..d7a916e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,12 +12,6 @@ Copyright: 2009, Christian Sánchez 
  2013-2017, gregor herrmann 
 License: Artistic or GPL-1+
 
-Files: inc/Module/*
-Copyright: 2002-2010, Adam Kennedy 
- 2002-2010, Audrey Tang 
- 2002-2010, Brian Ingerson 
-License: Artistic or GPL-1+
-
 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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

[libtask-weaken-perl] 04/12: Update upstream contact info.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit fb29ec6dfaef7f5c204ce82650cb20df4a704343
Author: gregor herrmann 
Date:   Tue Dec 26 21:00:20 2017 +0100

Update upstream contact info.
---
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 60bc28b..cec2377 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Task-Weaken
-Upstream-Contact: Adam Kennedy 
+Upstream-Contact: Karen Etheridge 
 Source: http://search.cpan.org/dist/Task-Weaken/
 
 Files: *
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 4148868..e3ccb75 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,7 +2,7 @@
 Archive: CPAN
 Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Task-Weaken
 Bug-Submit: bug-task-wea...@rt.cpan.org
-Contact: Adam Kennedy 
+Contact: Karen Etheridge 
 Name: Task-Weaken
 Repository: https://github.com/karenetheridge/Task-Weaken.git
 Repository-Browse: https://github.com/karenetheridge/Task-Weaken

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 10/12: Bump debhelper compatibility level to 9.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 57b9de297415ffbeaea3284c6956a08f9d8bd0f0
Author: gregor herrmann 
Date:   Tue Dec 26 21:01:59 2017 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 0bae77e..bf9475d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: gregor herrmann 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl
 Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtask-weaken-perl.git

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 01/12: Update upstream source from tag 'upstream/1.05'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 0a8bdd979e4a176e2eca6fd89e814ca890f8da25
Merge: 80ef38d aa63833
Author: gregor herrmann 
Date:   Tue Dec 26 20:52:42 2017 +0100

Update upstream source from tag 'upstream/1.05'

Update to upstream version '1.05'
with Debian dir 260e77909f9e76608a504d24cd92aab77a5d3c78

 CONTRIBUTING |   96 
 Changes  |   19 +-
 INSTALL  |   43 ++
 LICENSE  |  669 
 MANIFEST |   39 +-
 META.json| 1048 ++
 META.yml |  698 -
 Makefile.PL  |  151 +-
 Makefile.PL => Makefile.footer   |   62 +--
 Makefile.header  |   41 ++
 README   |   69 +--
 dist.ini |   29 ++
 inc/Module/Install.pm|  470 -
 inc/Module/Install/Base.pm   |   83 ---
 inc/Module/Install/Can.pm|   81 ---
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  415 ---
 inc/Module/Install/Metadata.pm   |  715 --
 inc/Module/Install/Win32.pm  |   64 ---
 inc/Module/Install/WriteAll.pm   |   63 ---
 lib/Task/Weaken.pm   |   13 +-
 t/00-report-prereqs.dd   |  131 +
 t/00-report-prereqs.t|  197 +++
 xt/author/00-compile.t   |   60 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/eol.t  |   31 ++
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-coverage.t |7 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/meta.t|   27 -
 xt/pmv.t |   32 --
 xt/pod.t |   32 --
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 39 files changed, 3032 insertions(+), 2579 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 03/12: Add debian/upstream/metadata.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit 9d3bafd9d99f304c409fe40922466bf9312ac3dc
Author: gregor herrmann 
Date:   Tue Dec 26 20:59:42 2017 +0100

Add debian/upstream/metadata.
---
 debian/upstream/metadata | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..4148868
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Task-Weaken
+Bug-Submit: bug-task-wea...@rt.cpan.org
+Contact: Adam Kennedy 
+Name: Task-Weaken
+Repository: https://github.com/karenetheridge/Task-Weaken.git
+Repository-Browse: https://github.com/karenetheridge/Task-Weaken

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] 02/12: New upstream release.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtask-weaken-perl.

commit bc9c31f6381ccc534ef90850a5f8d9b2cdbbef9d
Author: gregor herrmann 
Date:   Tue Dec 26 20:58:18 2017 +0100

New upstream release.
---
 debian/changelog | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5aca918..7ff3dfe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtask-weaken-perl (1.04-2) UNRELEASED; urgency=medium
+libtask-weaken-perl (1.05-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -13,7 +13,10 @@ libtask-weaken-perl (1.04-2) UNRELEASED; urgency=medium
   [ Alex Muntada ]
   * Remove inactive pkg-perl members from Uploaders.
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:41:05 +0100
+  [ gregor herrmann ]
+  * New upstream release.
+
+ -- gregor herrmann   Tue, 26 Dec 2017 20:52:43 +0100
 
 libtask-weaken-perl (1.04-1) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtask-weaken-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


[libtask-weaken-perl] branch master updated (80ef38d -> 1f55a39)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtask-weaken-perl.

  from  80ef38d   update changelog
  adds  aa63833   New upstream version 1.05
   new  0a8bdd9   Update upstream source from tag 'upstream/1.05'
   new  bc9c31f   New upstream release.
   new  9d3bafd   Add debian/upstream/metadata.
   new  fb29ec6   Update upstream contact info.
   new  0b3cf8f   Update years of packaging copyright.
   new  13f2d67   Drop stanza about removed files from debian/copyright.
   new  a8dd6d8   Install new CONTRIBUTING file.
   new  ed04377   Mark package as autopkgtest-able.
   new  e881047   Declare compliance with Debian Policy 4.1.2.
   new  57b9de2   Bump debhelper compatibility level to 9.
   new  0e50826   Fix typo in long description.
   new  1f55a39   releasing package libtask-weaken-perl version 1.05-1

The 12 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:
 CONTRIBUTING |   96 
 Changes  |   19 +-
 INSTALL  |   43 ++
 LICENSE  |  669 
 MANIFEST |   39 +-
 META.json| 1048 ++
 META.yml |  698 -
 Makefile.PL  |  151 +-
 Makefile.PL => Makefile.footer   |   62 +--
 Makefile.header  |   41 ++
 README   |   69 +--
 debian/changelog |   16 +-
 debian/compat|2 +-
 debian/control   |7 +-
 debian/copyright |   10 +-
 debian/libtask-weaken-perl.docs  |1 +
 debian/upstream/metadata |8 +
 dist.ini |   29 ++
 inc/Module/Install.pm|  470 -
 inc/Module/Install/Base.pm   |   83 ---
 inc/Module/Install/Can.pm|   81 ---
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  415 ---
 inc/Module/Install/Metadata.pm   |  715 --
 inc/Module/Install/Win32.pm  |   64 ---
 inc/Module/Install/WriteAll.pm   |   63 ---
 lib/Task/Weaken.pm   |   13 +-
 t/00-report-prereqs.dd   |  131 +
 t/00-report-prereqs.t|  197 +++
 xt/author/00-compile.t   |   60 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/eol.t  |   31 ++
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-coverage.t |7 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/meta.t|   27 -
 xt/pmv.t |   32 --
 xt/pod.t |   32 --
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 45 files changed, 3062 insertions(+), 2593 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 META.json
 copy Makefile.PL => Makefile.footer (66%)
 create mode 100644 Makefile.header
 create mode 100644 debian/libtask-weaken-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 delete mode 100644 xt/meta.t
 delete mode 100644 xt/pmv.t
 delete mode 100644 xt/pod.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

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

___

[libtest-subcalls-perl] annotated tag debian/1.10-1 created (now 76bcaac)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.10-1
in repository libtest-subcalls-perl.

at  76bcaac   (tag)
   tagging  6bebbcca6c0d955c53f70278650a1291a555b3bb (commit)
  replaces  upstream/1.10
 tagged by  gregor herrmann
on  Tue Dec 26 20:30:11 2017 +0100

- Log -
tagging package libtest-subcalls-perl version debian/1.10-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCo0NfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbFQBAAp3d4h99UjDkG85tfUDfh6jRk/PL6/Bfn/NdrgaiWBv+BMjvfbBiU9dAR
tC1sdeTsIFWRxpsaGfi6tTFrRXzEht9kI7hTmpDpGyRuctx7vzoQXxGrT6Zm+26S
K6QPn76IMBvdBGSMWmJLav4ytZi4c3ltHtJlqKVeA6yTDr4yy5X4BYdD56i0VjMC
UMB/4rfVnmKEtldvJvuRPFmaQFcUD8x5jDkwLRGmQ/2dli2XSr7KkpGmwlnYO/on
4Qm4U0FjeLMWZ1HQnrh7MU4VVGDYppihSEhdwNV7orK9UWrQC4DYMABCZHk8eoG7
l1PW7H0Gk9RZNSFd5on3KDVstdLxz9MXh4h2duE5uSpDRPwNRVZki9WW/A+rAWUz
F60qAnNbdJC/e+7eC6mRxUx9UgdyID7ml8fM6NnIiLvjDW0hgH1DznGgtVGDAA+6
XV5hSX9zvrj9UMp8KNjQq30Z2g/C7pRYXFBC+9g71whB/W0VBDbXY6p6GSQfWh2w
bd0yWf4zw/IBSUKr97kB+81eeierJT9tIbC6ZQWMDVvl26Jv+mikWuv0yUa+c2KE
uP3gDR9VUlvxqaXfamy/9L0NWZBQ1ohwFvPymD1fo4UYxpJYLjJldN6S8yev7D3y
xwzSui9hEYOIh3HzSnyTb84s7odsYt11SvwKrbLN4KqgB3F5Q0g=
=rc2j
-END PGP SIGNATURE-

Ansgar Burchardt (2):
  * Team Upload.
  debian/control: Convert Vcs-* fields to Git.

Gregor Herrmann (1):
  run more tests during build

Jonathan Yu (3):
  [svn-inject] Applying Debian modifications to trunk
  Removed .docs to prevent them from being installed, added copyright info 
for M::I
  Looks lintian clean, ready for upload. Added (Closes: #539783) to close 
ITP.

Ryan Niebur (1):
  mass updated jawnsy's email address

Salvatore Bonaccorso (10):
  [mass-commit] Replace versioned dependency on perl (>= 5.6.0-{12,16}) 
with unversioned dependency on perl (as permitted by Debian Policy 3.8.3)
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  debian/control: Use HTTPS transport protocol for Vcs-Git URI
  update changelog

gregor herrmann (17):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  Remove Jonathan Yu from Uploaders. Thanks for your work!
  update changelog
  Update upstream source from tag 'upstream/1.10'
  New upstream release.
  Add debian/upstream/metadata.
  Update upstream Contact/Maintainer.
  debian/copyright: drop stanza about removed files.
  debian/copyright: switch formatting to Copyright-Format 1.0.
  Declare compliance with Debian Policy 4.1.2.
  Bump debhelper compatibility level to 9.
  Install new CONTRIBUTING document.
  Add /me to Uploaders.
  releasing package libtest-subcalls-perl version 1.10-1

---

This annotated tag includes the following new commits:

   new  4881352   Update upstream source from tag 'upstream/1.10'
   new  3df7cc6   New upstream release.
   new  d8941d1   Add debian/upstream/metadata.
   new  f3e662a   Update upstream Contact/Maintainer.
   new  930d34c   debian/copyright: drop stanza about removed files.
   new  a146a3e   debian/copyright: switch formatting to Copyright-Format 
1.0.
   new  da4e0e5   Declare compliance with Debian Policy 4.1.2.
   new  595132e   Bump debhelper compatibility level to 9.
   new  e71c758   Install new CONTRIBUTING document.
   new  582a365   Add /me to Uploaders.
   new  6bebbcc   releasing package libtest-subcalls-perl version 1.10-1

The 11 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/libtest-subcalls-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


[libtest-subcalls-perl] annotated tag upstream/1.10 created (now 47e8822)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.10
in repository libtest-subcalls-perl.

at  47e8822   (tag)
   tagging  6061067aae7b264165438ddc0f69e96f0c290c01 (commit)
 tagged by  gregor herrmann
on  Tue Dec 26 20:19:42 2017 +0100

- Log -
Upstream version 1.10

Jonathan Yu (1):
  [svn-inject] Installing original source of libtest-subcalls-perl

gregor herrmann (1):
  New upstream version 1.10

---

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/libtest-subcalls-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


[libtest-subcalls-perl] branch pristine-tar updated (5e96f78 -> 0ab752b)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libtest-subcalls-perl.

  from  5e96f78   pristine-tar data for 
libtest-subcalls-perl_1.09.orig.tar.gz
   new  0ab752b   pristine-tar data for 
libtest-subcalls-perl_1.10.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:
 libtest-subcalls-perl_1.10.orig.tar.gz.delta | Bin 0 -> 1845 bytes
 libtest-subcalls-perl_1.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-subcalls-perl_1.10.orig.tar.gz.delta
 create mode 100644 libtest-subcalls-perl_1.10.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-object-perl] annotated tag upstream/0.08 created (now 780206b)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.08
in repository libtest-object-perl.

at  780206b   (tag)
   tagging  bb30fe92ea75c36af13ccb759db87082e1cda6db (commit)
 tagged by  gregor herrmann
on  Tue Dec 26 20:45:07 2017 +0100

- Log -
Upstream version 0.08

Joey Hess (1):
  initial import

gregor herrmann (1):
  New upstream version 0.08

---

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/libtest-object-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


[libtest-subcalls-perl] 11/11: releasing package libtest-subcalls-perl version 1.10-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 6bebbcca6c0d955c53f70278650a1291a555b3bb
Author: gregor herrmann 
Date:   Tue Dec 26 20:30:11 2017 +0100

releasing package libtest-subcalls-perl version 1.10-1
---
 debian/changelog | 14 +++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32fa08b..d9ceccc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtest-subcalls-perl (1.10-1) UNRELEASED; urgency=low
+libtest-subcalls-perl (1.10-1) unstable; urgency=medium
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -24,8 +24,16 @@ libtest-subcalls-perl (1.10-1) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
   * New upstream release.
-
- -- gregor herrmann   Tue, 26 Dec 2017 20:19:42 +0100
+  * Add debian/upstream/metadata.
+  * Update upstream Contact/Maintainer.
+  * debian/copyright: drop stanza about removed files.
+  * debian/copyright: switch formatting to Copyright-Format 1.0.
+  * Declare compliance with Debian Policy 4.1.2.
+  * Bump debhelper compatibility level to 9.
+  * Install new CONTRIBUTING document.
+  * Add /me to Uploaders.
+
+ -- gregor herrmann   Tue, 26 Dec 2017 20:28:41 +0100
 
 libtest-subcalls-perl (1.09-2) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-object-perl] 05/07: Add new CONTRIBUTING doc.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit e98da665ddc585723d80950a024788a50a259c08
Author: gregor herrmann 
Date:   Tue Dec 26 20:48:36 2017 +0100

Add new CONTRIBUTING doc.
---
 debian/libtest-object-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libtest-object-perl.docs b/debian/libtest-object-perl.docs
new file mode 100644
index 000..dc63d18
--- /dev/null
+++ b/debian/libtest-object-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] annotated tag debian/0.08-1 created (now e7ec7f3)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.08-1
in repository libtest-object-perl.

at  e7ec7f3   (tag)
   tagging  b57bc3a32c3e238a8b0a833ce92aaf48f04b8969 (commit)
  replaces  debian/0.07-3
 tagged by  gregor herrmann
on  Tue Dec 26 20:51:48 2017 +0100

- Log -
tagging package libtest-object-perl version debian/0.08-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCqFRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZ/KQ/+N6KpUbkf5/Xdl3cCro/mzy70lx4daWEuN7ukydq6Qbh5aMj0KB+sm66A
+petQUO0OH4lK0YTc1jlek+AjPcJolQ9L0ckWawDmHXzyEi3IMsddMfy7jl32Fyh
lq8xShx9bJ2ee2H7gRlhmtBiDpJJJe+/NQns58qBibnhYXkytqWvJ6bw4sOWZERP
d4kuq7aXhkqlJSX3XEW3ibIB6XZDEd12krEjW70uDpt2p9R3Ja3Y0b09SxCPXWJg
Eikrv5gMLJ1NOTEofjFWgC+C7a4Np6Pj+f7lpgZME7arYgCDvc6sesetADNp5GbG
224IP7n+fJcIAvadzL66q4hOyzyd/OLsBXrmmPkTj6N/u3p0cSowq5hjuR/DXq8B
uXUCc1KHcbwp7XYCXXq4V+VsdGKRuQtvbqj6zwQW2MGxUK8Do2uB0uz6F/fn900Q
v0zYz0QgYaSyJbUlfKiZ9XM2lIYJ9sQ/KhtsdjklrduUWgxYdGhCLKugb38LwKzQ
b9ZO4/5R/pGCSbc06hF8KtnWWPfrFB/J6iM/oBS9ANAJX6uO22lisRSQ+hoojm0X
mcdLkj0CDop6qrkmXhSHulkGlWjuVEeMYrNjv9wa7WjzSLvbN7GC0r4YRmK2hGag
wJjN6QSvr2LTzDHK0IiCgUPOTLgmBdqZxOh9EnKe0205bIbY3HM=
=4JRw
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

gregor herrmann (8):
  New upstream version 0.08
  Update upstream source from tag 'upstream/0.08'
  New upstream release.
  Add debian/upstream/metadata.
  Update upstream maintainer/contact info.
  Add new CONTRIBUTING doc.
  Make short description a lower-cased noun phrase.
  releasing package libtest-object-perl version 0.08-1

---

This annotated tag includes the following new commits:

   new  5e521a0   Update upstream source from tag 'upstream/0.08'
   new  e4c8d85   New upstream release.
   new  f9e7bf2   Add debian/upstream/metadata.
   new  bf5d65c   Update upstream maintainer/contact info.
   new  e98da66   Add new CONTRIBUTING doc.
   new  fd93a0d   Make short description a lower-cased noun phrase.
   new  b57bc3a   releasing package libtest-object-perl version 0.08-1

The 7 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/libtest-object-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


[libtest-object-perl] 06/07: Make short description a lower-cased noun phrase.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit fd93a0d9af2c6f471e1376cc95de1b698209d744
Author: gregor herrmann 
Date:   Tue Dec 26 20:49:31 2017 +0100

Make short description a lower-cased noun phrase.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ed3fcb7..a840cae 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Package: libtest-object-perl
 Architecture: all
 Depends: ${perl:Depends},
  ${misc:Depends}
-Description: Thoroughly testing objects via registered handlers
+Description: module for thoroughly testing objects via registered handlers
  The Test::Object perl module aids testing deep trees of classes.
  It allows testing an object against the expected behavior of all the
  classes in its inheritance tree.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] 01/07: Update upstream source from tag 'upstream/0.08'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit 5e521a092b8c9723c5f435f6b7ed176cb6da6665
Merge: 31a2cf4 bb30fe9
Author: gregor herrmann 
Date:   Tue Dec 26 20:45:07 2017 +0100

Update upstream source from tag 'upstream/0.08'

Update to upstream version '0.08'
with Debian dir 4eec0ac02c99bd670a92736004a57a70809fd92a

 CONTRIBUTING |   96 
 Changes  |   19 +-
 INSTALL  |   43 ++
 LICENSE  |  669 
 MANIFEST |   36 +-
 META.json| 1046 ++
 META.yml |  717 +-
 Makefile.PL  |   86 +++-
 README   |  102 +---
 dist.ini |   23 +
 inc/Module/Install.pm|  281 --
 inc/Module/Install/Base.pm   |   70 ---
 inc/Module/Install/Can.pm|   82 ---
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  208 
 inc/Module/Install/Metadata.pm   |  315 
 inc/Module/Install/Win32.pm  |   65 ---
 inc/Module/Install/WriteAll.pm   |   43 --
 lib/Test/Object.pm   |   15 +-
 lib/Test/Object/Test.pm  |7 +-
 t/00-report-prereqs.dd   |  134 +
 t/00-report-prereqs.t|  196 +++
 t/99_pod.t   |   53 --
 xt/author/00-compile.t   |   61 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-spell.t|   23 +
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 35 files changed, 2913 insertions(+), 1703 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] branch pristine-tar updated (a102dcf -> 124a57e)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libtest-object-perl.

  from  a102dcf   pristine-tar data for libtest-object-perl_0.07.orig.tar.gz
   new  124a57e   pristine-tar data for libtest-object-perl_0.08.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:
 libtest-object-perl_0.08.orig.tar.gz.delta | Bin 0 -> 1868 bytes
 libtest-object-perl_0.08.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-object-perl_0.08.orig.tar.gz.delta
 create mode 100644 libtest-object-perl_0.08.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] 01/01: pristine-tar data for libtest-object-perl_0.08.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtest-object-perl.

commit 124a57edaa998239bdaee03fd154c2850640a778
Author: gregor herrmann 
Date:   Tue Dec 26 20:45:07 2017 +0100

pristine-tar data for libtest-object-perl_0.08.orig.tar.gz
---
 libtest-object-perl_0.08.orig.tar.gz.delta | Bin 0 -> 1868 bytes
 libtest-object-perl_0.08.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-object-perl_0.08.orig.tar.gz.delta 
b/libtest-object-perl_0.08.orig.tar.gz.delta
new file mode 100644
index 000..a081240
Binary files /dev/null and b/libtest-object-perl_0.08.orig.tar.gz.delta differ
diff --git a/libtest-object-perl_0.08.orig.tar.gz.id 
b/libtest-object-perl_0.08.orig.tar.gz.id
new file mode 100644
index 000..60598b1
--- /dev/null
+++ b/libtest-object-perl_0.08.orig.tar.gz.id
@@ -0,0 +1 @@
+faae65c8c63a53cd4e13ebdb9c78633dfe92e1e2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] branch master updated (31a2cf4 -> b57bc3a)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-object-perl.

  from  31a2cf4   update changelog
  adds  bb30fe9   New upstream version 0.08
   new  5e521a0   Update upstream source from tag 'upstream/0.08'
   new  e4c8d85   New upstream release.
   new  f9e7bf2   Add debian/upstream/metadata.
   new  bf5d65c   Update upstream maintainer/contact info.
   new  e98da66   Add new CONTRIBUTING doc.
   new  fd93a0d   Make short description a lower-cased noun phrase.
   new  b57bc3a   releasing package libtest-object-perl version 0.08-1

The 7 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:
 CONTRIBUTING |   96 
 Changes  |   19 +-
 INSTALL  |   43 ++
 LICENSE  |  669 
 MANIFEST |   36 +-
 META.json| 1046 ++
 META.yml |  717 +-
 Makefile.PL  |   86 +++-
 README   |  102 +---
 debian/changelog |   14 +-
 debian/control   |2 +-
 debian/copyright |2 +-
 debian/libtest-object-perl.docs  |1 +
 debian/upstream/metadata |8 +
 dist.ini |   23 +
 inc/Module/Install.pm|  281 --
 inc/Module/Install/Base.pm   |   70 ---
 inc/Module/Install/Can.pm|   82 ---
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  208 
 inc/Module/Install/Metadata.pm   |  315 
 inc/Module/Install/Win32.pm  |   65 ---
 inc/Module/Install/WriteAll.pm   |   43 --
 lib/Test/Object.pm   |   15 +-
 lib/Test/Object/Test.pm  |7 +-
 t/00-report-prereqs.dd   |  134 +
 t/00-report-prereqs.t|  196 +++
 t/99_pod.t   |   53 --
 xt/author/00-compile.t   |   61 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-spell.t|   23 +
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 40 files changed, 2936 insertions(+), 1707 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 META.json
 create mode 100644 debian/libtest-object-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/99_pod.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] 04/07: Update upstream maintainer/contact info.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit bf5d65cb35e49c0a76b8d81f9818bd65c06d09f0
Author: gregor herrmann 
Date:   Tue Dec 26 20:47:50 2017 +0100

Update upstream maintainer/contact info.
---
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 9b50476..02e9c33 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Test-Object
-Upstream-Contact: Adam Kennedy 
+Upstream-Contact: Karen Etheridge 
 Upstream-Name: Test-Object
 
 Files: *
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 4ffa433..5e82ae8 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,7 +2,7 @@
 Archive: CPAN
 Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Object
 Bug-Submit: bug-test-obj...@rt.cpan.org
-Contact: Adam Kennedy 
+Contact: Karen Etheridge 
 Name: Test-Object
 Repository: https://github.com/karenetheridge/Test-Object.git
 Repository-Browse: https://github.com/karenetheridge/Test-Object

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-subcalls-perl] branch master updated (b900661 -> 6bebbcc)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-subcalls-perl.

  from  b900661   update changelog
  adds  6061067   New upstream version 1.10
   new  4881352   Update upstream source from tag 'upstream/1.10'
   new  3df7cc6   New upstream release.
   new  d8941d1   Add debian/upstream/metadata.
   new  f3e662a   Update upstream Contact/Maintainer.
   new  930d34c   debian/copyright: drop stanza about removed files.
   new  a146a3e   debian/copyright: switch formatting to Copyright-Format 
1.0.
   new  da4e0e5   Declare compliance with Debian Policy 4.1.2.
   new  595132e   Bump debhelper compatibility level to 9.
   new  e71c758   Install new CONTRIBUTING document.
   new  582a365   Add /me to Uploaders.
   new  6bebbcc   releasing package libtest-subcalls-perl version 1.10-1

The 11 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:
 CONTRIBUTING  |   96 
 Changes   |   24 +-
 INSTALL   |   43 ++
 LICENSE   |  669 
 MANIFEST  |   38 +-
 META.json | 1036 +
 META.yml  |  694 -
 Makefile.PL   |   70 ++-
 README|   92 +---
 debian/changelog  |   15 +-
 debian/compat |2 +-
 debian/control|5 +-
 debian/copyright  |   36 +-
 debian/libtest-subcalls-perl.docs |1 +
 debian/upstream/metadata  |8 +
 dist.ini  |   16 +
 inc/Module/Install.pm |  430 ---
 inc/Module/Install/Base.pm|   86 ---
 inc/Module/Install/Can.pm |   81 ---
 inc/Module/Install/DSL.pm |   95 
 inc/Module/Install/Fetch.pm   |   93 
 inc/Module/Install/Makefile.pm|  268 --
 inc/Module/Install/Metadata.pm|  580 -
 inc/Module/Install/Win32.pm   |   64 ---
 inc/Module/Install/WriteAll.pm|   50 --
 lib/Test/SubCalls.pm  |   10 +-
 t/00-report-prereqs.dd|  134 +
 t/00-report-prereqs.t |  197 +++
 t/97_meta.t   |   27 -
 t/98_pod.t|   32 --
 t/99_pmv.t|   32 --
 xt/author/00-compile.t|   60 +++
 xt/author/clean-namespaces.t  |   11 +
 xt/author/kwalitee.t  |9 +
 xt/author/mojibake.t  |9 +
 xt/author/pod-coverage.t  |7 +
 xt/author/pod-no404s.t|   21 +
 xt/author/pod-spell.t |   23 +
 xt/author/pod-syntax.t|7 +
 xt/author/portability.t   |   10 +
 xt/release/changes_has_content.t  |   42 ++
 xt/release/cpan-changes.t |   10 +
 xt/release/distmeta.t |6 +
 xt/release/minimum-version.t  |8 +
 44 files changed, 2917 insertions(+), 2330 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 create mode 100644 META.json
 create mode 100644 debian/libtest-subcalls-perl.docs
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/DSL.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/97_meta.t
 delete mode 100644 t/98_pod.t
 delete mode 100644 t/99_pmv.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

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

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

[libtest-subcalls-perl] 03/11: Add debian/upstream/metadata.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit d8941d18e8e29ced08ba7bf6bdffd2202ae65e89
Author: gregor herrmann 
Date:   Tue Dec 26 20:21:55 2017 +0100

Add debian/upstream/metadata.
---
 debian/upstream/metadata | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..8471d90
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-SubCalls
+Bug-Submit: bug-test-subca...@rt.cpan.org
+Contact: Adam Kennedy 
+Name: Test-SubCalls
+Repository: https://github.com/karenetheridge/Test-SubCalls.git
+Repository-Browse: https://github.com/karenetheridge/Test-SubCalls

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-object-perl] 07/07: releasing package libtest-object-perl version 0.08-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit b57bc3a32c3e238a8b0a833ce92aaf48f04b8969
Author: gregor herrmann 
Date:   Tue Dec 26 20:51:48 2017 +0100

releasing package libtest-object-perl version 0.08-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74656c4..864b892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
-libtest-object-perl (0.08-1) UNRELEASED; urgency=medium
+libtest-object-perl (0.08-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
   [ gregor herrmann ]
   * New upstream release.
+  * Add debian/upstream/metadata.
+  * Update upstream maintainer/contact info.
+  * Add new CONTRIBUTING doc.
+  * Make short description a lower-cased noun phrase.
 
- -- gregor herrmann   Tue, 26 Dec 2017 20:45:07 +0100
+ -- gregor herrmann   Tue, 26 Dec 2017 20:49:47 +0100
 
 libtest-object-perl (0.07-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] 02/07: New upstream release.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit e4c8d85c4c99fc98ef6a09c1a52f075694c219e0
Author: gregor herrmann 
Date:   Tue Dec 26 20:46:34 2017 +0100

New upstream release.
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0cd7d22..74656c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libtest-object-perl (0.07-4) UNRELEASED; urgency=medium
+libtest-object-perl (0.08-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:48:14 +
+  [ gregor herrmann ]
+  * New upstream release.
+
+ -- gregor herrmann   Tue, 26 Dec 2017 20:45:07 +0100
 
 libtest-object-perl (0.07-3) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-object-perl] 03/07: Add debian/upstream/metadata.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-object-perl.

commit f9e7bf2f087b5d64ce37a7cb9c96eb611f47cab7
Author: gregor herrmann 
Date:   Tue Dec 26 20:47:07 2017 +0100

Add debian/upstream/metadata.
---
 debian/upstream/metadata | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..4ffa433
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Object
+Bug-Submit: bug-test-obj...@rt.cpan.org
+Contact: Adam Kennedy 
+Name: Test-Object
+Repository: https://github.com/karenetheridge/Test-Object.git
+Repository-Browse: https://github.com/karenetheridge/Test-Object

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-object-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


[libtest-subcalls-perl] 06/11: debian/copyright: switch formatting to Copyright-Format 1.0.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit a146a3e5bae1b9a791b059e65af2735819c1f2b8
Author: gregor herrmann 
Date:   Tue Dec 26 20:25:27 2017 +0100

debian/copyright: switch formatting to Copyright-Format 1.0.
---
 debian/copyright | 29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 9fb32ea..9b42a2e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,9 @@
-Format-Specification: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup=135
-Maintainer: Karen Etheridge 
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Test-SubCalls
+Upstream-Contact: Karen Etheridge 
 Source: https://metacpan.org/release/Test-SubCalls
-Name: Test-SubCalls
 
+Files: *
 Copyright: 2005-2009, Adam Kennedy 
 License: Artistic or GPL-1+
 
@@ -11,15 +12,17 @@ Copyright: 2009, Jonathan Yu 
 License: Artistic or GPL-1+
 
 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.
-On Debian GNU/Linux systems, the complete text of the Artistic License
-can be found in `/usr/share/common-licenses/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.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 1, or (at your option)
-any later version.
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 01/01: pristine-tar data for libtest-subcalls-perl_1.10.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtest-subcalls-perl.

commit 0ab752b2dad11b190b25b5cd160287bf9a52199c
Author: gregor herrmann 
Date:   Tue Dec 26 20:19:42 2017 +0100

pristine-tar data for libtest-subcalls-perl_1.10.orig.tar.gz
---
 libtest-subcalls-perl_1.10.orig.tar.gz.delta | Bin 0 -> 1845 bytes
 libtest-subcalls-perl_1.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-subcalls-perl_1.10.orig.tar.gz.delta 
b/libtest-subcalls-perl_1.10.orig.tar.gz.delta
new file mode 100644
index 000..fb5b4f3
Binary files /dev/null and b/libtest-subcalls-perl_1.10.orig.tar.gz.delta differ
diff --git a/libtest-subcalls-perl_1.10.orig.tar.gz.id 
b/libtest-subcalls-perl_1.10.orig.tar.gz.id
new file mode 100644
index 000..d9ee929
--- /dev/null
+++ b/libtest-subcalls-perl_1.10.orig.tar.gz.id
@@ -0,0 +1 @@
+a76d1577efb0eca5cc11130d8336c1e79def51f7

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 02/11: New upstream release.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 3df7cc6ce038cb5bd0c836ff14139ad6e9844f6f
Author: gregor herrmann 
Date:   Tue Dec 26 20:21:23 2017 +0100

New upstream release.
---
 debian/changelog | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 74208f6..32fa08b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libtest-subcalls-perl (1.09-3) UNRELEASED; urgency=low
+libtest-subcalls-perl (1.10-1) UNRELEASED; urgency=low
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -23,8 +23,9 @@ libtest-subcalls-perl (1.09-3) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * Remove Jonathan Yu from Uploaders. Thanks for your work!
+  * New upstream release.
 
- -- Ansgar Burchardt   Wed, 27 Jul 2011 18:48:41 +0200
+ -- gregor herrmann   Tue, 26 Dec 2017 20:19:42 +0100
 
 libtest-subcalls-perl (1.09-2) unstable; urgency=low
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 10/11: Add /me to Uploaders.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 582a3654a918143f0343e520db27040db28604ff
Author: gregor herrmann 
Date:   Tue Dec 26 20:27:17 2017 +0100

Add /me to Uploaders.
---
 debian/control   | 1 +
 debian/copyright | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/control b/debian/control
index fad4044..fa78154 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,6 @@
 Source: libtest-subcalls-perl
 Maintainer: Debian Perl Group 
+Uploaders: gregor herrmann 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
diff --git a/debian/copyright b/debian/copyright
index 9b42a2e..8341040 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu 
+ 2017, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 04/11: Update upstream Contact/Maintainer.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit f3e662a5d345ccdf54166e85c2aa847786149e78
Author: gregor herrmann 
Date:   Tue Dec 26 20:22:35 2017 +0100

Update upstream Contact/Maintainer.
---
 debian/copyright | 2 +-
 debian/upstream/metadata | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 0af9a66..c387d9c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 Format-Specification: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup=135
-Maintainer: Adam Kennedy 
+Maintainer: Karen Etheridge 
 Source: https://metacpan.org/release/Test-SubCalls
 Name: Test-SubCalls
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 8471d90..13a2e40 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,7 +2,7 @@
 Archive: CPAN
 Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Test-SubCalls
 Bug-Submit: bug-test-subca...@rt.cpan.org
-Contact: Adam Kennedy 
+Contact: Karen Etheridge 
 Name: Test-SubCalls
 Repository: https://github.com/karenetheridge/Test-SubCalls.git
 Repository-Browse: https://github.com/karenetheridge/Test-SubCalls

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 07/11: Declare compliance with Debian Policy 4.1.2.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit da4e0e5c728e90eec1c391f27f5b2ac33214a24d
Author: gregor herrmann 
Date:   Tue Dec 26 20:25:55 2017 +0100

Declare compliance with Debian Policy 4.1.2.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index b1a0248..aac71a9 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl,
  libhook-lexwrap-perl
-Standards-Version: 3.9.0
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-subcalls-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtest-subcalls-perl.git
 Homepage: https://metacpan.org/release/Test-SubCalls

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 08/11: Bump debhelper compatibility level to 9.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 595132eabb54c7152bb590e4b6126a6c4fc923a3
Author: gregor herrmann 
Date:   Tue Dec 26 20:25:57 2017 +0100

Bump debhelper compatibility level to 9.
---
 debian/compat  | 2 +-
 debian/control | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index aac71a9..fad4044 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 

 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libhook-lexwrap-perl
 Standards-Version: 4.1.2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 01/11: Update upstream source from tag 'upstream/1.10'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 4881352cdc737e424ed65db2d9452cb3633ff7ef
Merge: b900661 6061067
Author: gregor herrmann 
Date:   Tue Dec 26 20:19:42 2017 +0100

Update upstream source from tag 'upstream/1.10'

Update to upstream version '1.10'
with Debian dir dfca2cafe59a7627dd321e2d015163a2e9180b61

 CONTRIBUTING |   96 
 Changes  |   24 +-
 INSTALL  |   43 ++
 LICENSE  |  669 
 MANIFEST |   38 +-
 META.json| 1036 ++
 META.yml |  694 -
 Makefile.PL  |   70 ++-
 README   |   92 +---
 dist.ini |   16 +
 inc/Module/Install.pm|  430 
 inc/Module/Install/Base.pm   |   86 
 inc/Module/Install/Can.pm|   81 ---
 inc/Module/Install/DSL.pm|   95 
 inc/Module/Install/Fetch.pm  |   93 
 inc/Module/Install/Makefile.pm   |  268 --
 inc/Module/Install/Metadata.pm   |  580 -
 inc/Module/Install/Win32.pm  |   64 ---
 inc/Module/Install/WriteAll.pm   |   50 --
 lib/Test/SubCalls.pm |   10 +-
 t/00-report-prereqs.dd   |  134 +
 t/00-report-prereqs.t|  197 
 t/97_meta.t  |   27 -
 t/98_pod.t   |   32 --
 t/99_pmv.t   |   32 --
 xt/author/00-compile.t   |   60 +++
 xt/author/clean-namespaces.t |   11 +
 xt/author/kwalitee.t |9 +
 xt/author/mojibake.t |9 +
 xt/author/pod-coverage.t |7 +
 xt/author/pod-no404s.t   |   21 +
 xt/author/pod-spell.t|   23 +
 xt/author/pod-syntax.t   |7 +
 xt/author/portability.t  |   10 +
 xt/release/changes_has_content.t |   42 ++
 xt/release/cpan-changes.t|   10 +
 xt/release/distmeta.t|6 +
 xt/release/minimum-version.t |8 +
 38 files changed, 2875 insertions(+), 2305 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 05/11: debian/copyright: drop stanza about removed files.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit 930d34c7628bfc2bf9468b78455466556b328f5c
Author: gregor herrmann 
Date:   Tue Dec 26 20:23:09 2017 +0100

debian/copyright: drop stanza about removed files.
---
 debian/copyright | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index c387d9c..9fb32ea 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,12 +10,6 @@ Files: debian/*
 Copyright: 2009, Jonathan Yu 
 License: Artistic or GPL-1+
 
-Files: inc/Module/*
-Copyright: 2002-2009, Adam Kennedy 
- 2002-2009, Audrey Tang 
- 2002-2009, Brian Ingerson 
-License: Artistic or GPL-1+
-
 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-subcalls-perl] 09/11: Install new CONTRIBUTING document.

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-subcalls-perl.

commit e71c7586cc800f593b0ec4dfed918d2623595a7a
Author: gregor herrmann 
Date:   Tue Dec 26 20:26:31 2017 +0100

Install new CONTRIBUTING document.
---
 debian/libtest-subcalls-perl.docs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/libtest-subcalls-perl.docs 
b/debian/libtest-subcalls-perl.docs
new file mode 100644
index 000..dc63d18
--- /dev/null
+++ b/debian/libtest-subcalls-perl.docs
@@ -0,0 +1 @@
+CONTRIBUTING

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-subcalls-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


[libtest-spec-perl] 01/01: pristine-tar data for libtest-spec-perl_0.54.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtest-spec-perl.

commit d48e43279337cfae81af9cab81e09f068b35c1ef
Author: gregor herrmann 
Date:   Tue Dec 26 20:38:00 2017 +0100

pristine-tar data for libtest-spec-perl_0.54.orig.tar.gz
---
 libtest-spec-perl_0.54.orig.tar.gz.delta | Bin 0 -> 2262 bytes
 libtest-spec-perl_0.54.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-spec-perl_0.54.orig.tar.gz.delta 
b/libtest-spec-perl_0.54.orig.tar.gz.delta
new file mode 100644
index 000..e1a5fd6
Binary files /dev/null and b/libtest-spec-perl_0.54.orig.tar.gz.delta differ
diff --git a/libtest-spec-perl_0.54.orig.tar.gz.id 
b/libtest-spec-perl_0.54.orig.tar.gz.id
new file mode 100644
index 000..40fb7fd
--- /dev/null
+++ b/libtest-spec-perl_0.54.orig.tar.gz.id
@@ -0,0 +1 @@
+cc80b1608d226ed73a72239d4f8102b31fbe7344

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] branch pristine-tar updated (ed8719f -> d48e432)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libtest-spec-perl.

  from  ed8719f   pristine-tar data for libtest-spec-perl_0.53.orig.tar.gz
   new  d48e432   pristine-tar data for libtest-spec-perl_0.54.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:
 libtest-spec-perl_0.54.orig.tar.gz.delta | Bin 0 -> 2262 bytes
 libtest-spec-perl_0.54.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-spec-perl_0.54.orig.tar.gz.delta
 create mode 100644 libtest-spec-perl_0.54.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] 02/03: Update debian/changelog

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-spec-perl.

commit 599ce95e67bbd27099d7d3c05b4b2e6ff79c431d
Author: gregor herrmann 
Date:   Tue Dec 26 20:38:00 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 bfbab18..9f20a93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libtest-spec-perl (0.53-2) UNRELEASED; urgency=medium
+libtest-spec-perl (0.54-1) UNRELEASED; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:48:19 +
+  [ gregor herrmann ]
+  * Import upstream version 0.54
+
+ -- gregor herrmann   Tue, 26 Dec 2017 20:38:00 +0100
 
 libtest-spec-perl (0.53-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] branch master updated (5459d87 -> 10c5b65)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtest-spec-perl.

  from  5459d87   update changelog
  adds  eca57dc   New upstream version 0.54
   new  bec878b   Update upstream source from tag 'upstream/0.54'
   new  599ce95   Update debian/changelog
   new  10c5b65   releasing package libtest-spec-perl version 0.54-1

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:
 .travis.yml  |  3 +++
 Changes  | 14 +++
 MANIFEST |  1 +
 META.json|  8 +++
 META.yml |  6 ++---
 Makefile.PL  |  3 ++-
 README.md|  5 ++--
 debian/changelog |  8 +--
 lib/Test/Spec.pm | 52 
 lib/Test/Spec/Context.pm | 57 +---
 t/around.t   | 51 +++
 t/example_in_handler.t   |  0
 t/predictable_destroy.pl |  4 ++--
 t/predictable_destroy_spec.t |  0
 14 files changed, 191 insertions(+), 21 deletions(-)
 create mode 100755 t/around.t
 mode change 100644 => 100755 t/example_in_handler.t
 mode change 100644 => 100755 t/predictable_destroy.pl
 mode change 100644 => 100755 t/predictable_destroy_spec.t

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] annotated tag debian/0.54-1 created (now c223e23)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.54-1
in repository libtest-spec-perl.

at  c223e23   (tag)
   tagging  10c5b658d667e894bc03f2dbd3e83ef130c0ce5b (commit)
  replaces  debian/0.53-1
 tagged by  gregor herrmann
on  Tue Dec 26 20:43:56 2017 +0100

- Log -
tagging package libtest-spec-perl version debian/0.54-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCpnxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZ/VA//Qb7uTFRj8i/h5Ivj9O0NqjFB3jwZPoqSguN/Ld9F53QFva2zJj9qGoMV
pOz2f06gVYFZvjLEAizpziO+6gAKZfxfEQ2ioort9MY76T2XJuDSVlE5MGEvQfib
sgYXo3ouymkSO89vy2iqW1yItiCnq8+QxuUqQLJwPFYEX1vmBlrr9+96id9YALnR
IH/waUBQ8tBSY7IIc3GMRUF2YEb/dMqpwABts6PaV59weAKh41hh4F4KnyNq0Scd
1le40Pwcb9SZHVSYDRLvUIp0pvhO4hpDFW8n95sM9bQ1IGFThO06qiZZuV8CeVA8
8TEQkhcsXUxVgcf3cnr4s80UAs0K2Li/WBT40TIJ0On8z55BDmHuh0YLCyLbA4Az
RyfEtLi0MAcMLYZyKKUmULYM9w2FI2aNpwE7P++JOljNbDohTS0HryIONa1/qj+m
hspQWAaI46XZuf0WbeIGzzgo9MYSuyTwPneoBH3gi4riek4KXDjS3fM/1k0CnxFZ
zpcAUc9YdGmlahk06ZRR4YvXUdet0s3yRmFgJWnLCXHXfadt79mvOpT/7GVSE9Uc
U1xjWXWg/ocZl/jWNhEhV29zOuna3B3p01jCQC8Dm9odX/yxJvhx34NxgMsYLZhE
LSMYb2DL5gO/pmrU6EhoJw7tIJ4WBL0S3eazUIHISbpwIGHaPxc=
=xus3
-END PGP SIGNATURE-

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

gregor herrmann (4):
  New upstream version 0.54
  Update upstream source from tag 'upstream/0.54'
  Update debian/changelog
  releasing package libtest-spec-perl version 0.54-1

---

This annotated tag includes the following new commits:

   new  bec878b   Update upstream source from tag 'upstream/0.54'
   new  599ce95   Update debian/changelog
   new  10c5b65   releasing package libtest-spec-perl version 0.54-1

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.


-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] annotated tag upstream/0.54 created (now a242b9b)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.54
in repository libtest-spec-perl.

at  a242b9b   (tag)
   tagging  eca57dccbf6e35e5648964e1d1b420ea0790de59 (commit)
  replaces  upstream/0.53
 tagged by  gregor herrmann
on  Tue Dec 26 20:38:00 2017 +0100

- Log -
Upstream version 0.54

gregor herrmann (1):
  New upstream version 0.54

---

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/libtest-spec-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


[libtest-spec-perl] 01/03: Update upstream source from tag 'upstream/0.54'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-spec-perl.

commit bec878bda2de76d7d38f20d72754d2be47ab5d79
Merge: 5459d87 eca57dc
Author: gregor herrmann 
Date:   Tue Dec 26 20:38:00 2017 +0100

Update upstream source from tag 'upstream/0.54'

Update to upstream version '0.54'
with Debian dir 07bba0d0f65af11e4afb797bff5ff89c9874f3f4

 .travis.yml  |  3 +++
 Changes  | 14 +++
 MANIFEST |  1 +
 META.json|  8 +++
 META.yml |  6 ++---
 Makefile.PL  |  3 ++-
 README.md|  5 ++--
 lib/Test/Spec.pm | 52 
 lib/Test/Spec/Context.pm | 57 +---
 t/around.t   | 51 +++
 t/example_in_handler.t   |  0
 t/predictable_destroy.pl |  4 ++--
 t/predictable_destroy_spec.t |  0
 13 files changed, 185 insertions(+), 19 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-spec-perl] 03/03: releasing package libtest-spec-perl version 0.54-1

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-spec-perl.

commit 10c5b658d667e894bc03f2dbd3e83ef130c0ce5b
Author: gregor herrmann 
Date:   Tue Dec 26 20:43:56 2017 +0100

releasing package libtest-spec-perl version 0.54-1
---
 debian/changelog | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9f20a93..6838e53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,12 @@
-libtest-spec-perl (0.54-1) UNRELEASED; urgency=medium
+libtest-spec-perl (0.54-1) unstable; urgency=medium
 
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
   [ gregor herrmann ]
-  * Import upstream version 0.54
+  * Import upstream version 0.54.
 
- -- gregor herrmann   Tue, 26 Dec 2017 20:38:00 +0100
+ -- gregor herrmann   Tue, 26 Dec 2017 20:42:30 +0100
 
 libtest-spec-perl (0.53-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-spec-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


[libtest-strict-perl] annotated tag upstream/0.40 created (now 6eff69b)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.40
in repository libtest-strict-perl.

at  6eff69b   (tag)
   tagging  949438b73b03166f495431ff61594f552117d7a8 (commit)
  replaces  upstream/0.39
 tagged by  gregor herrmann
on  Tue Dec 26 20:31:54 2017 +0100

- Log -
Upstream version 0.40

Aaron Crane (3):
  Allow "use 5.020" to satisfy stricture test
  Allow "use v5.12" to satisfy stricture test
  Localize $_ before setting it

Gabor Szabo (6):
  Merge pull request #8 from contyk/master
  version to 0.28
  Merge pull request #11 from Manwar/fix-cpants-warnings
  Merge pull request #12 from Manwar/fix-makefile-script-executable
  Merge pull request #13 from Manwar/enable-strict-warning-for-MooX
  Merge pull request #14 from Manwar/minor-pod-changes

Mohammad S Anwar (21):
  * Added the missing 'use warnings;' as reported by CPANTS.
  * Proposed fix for CPANTS warning regarding Makefile.PL should be 
non-executable.
  * Added MooX to the list of enabled strict and warnings list.
  - Made reference to the package Test::More as a clickable link.
  Updated link to github repository in the Makefile.PL script
  - Prepared for release to CPAN.
  - Tidied up Makefile.PL script.
  - Upgraded the min perl version to 5.006 as proposed by 
Perl::MinimumVersion.
  - Added LICENSE file.
  - Tidied up Changes file.
  - Added key 'provides' to the Makefile.PL script.
  - Fixed Github issue #16.
  - Fixed issue RT# 55112 (svn directories incorrectly filtered out).
  Merge pull request #19 from shlomif/shlomif-pull-request-challenge
  - Merged pull request #19, thanks @shlomif.
  Merge pull request #20 from tomhukins/html_formhandler
  - Merged pull request #20, thanks @tomhukins.
  Merge pull request #21 from arc/master
  - Merged pull request #21, thanks @arc.
  Merge branch 'cpansprout-patch-1'
  - Merged pull request #22, thanks @cpansprout.

Petr Šabata (1):
  Make syntax_ok check modules without '::' in their names

Shlomi Fish (1):
  Hopefully circumvent a Kwalitee issue/warning.

Tom Hukins (2):
  Add a module that enables strict and warnings
  Add another module I missed in my previous commit

cpansprout (1):
  Strict.pm, 02fail.t: use PERL5LIB, not -I

gregor herrmann (1):
  New upstream version 0.40

---

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/libtest-strict-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

[libtest-strict-perl] annotated tag debian/0.40-1 created (now 6de93b0)

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.40-1
in repository libtest-strict-perl.

at  6de93b0   (tag)
   tagging  d611bd0e2ea7d555b055d30c119c39a627306eeb (commit)
  replaces  debian/0.39-2
 tagged by  gregor herrmann
on  Tue Dec 26 20:37:16 2017 +0100

- Log -
tagging package libtest-strict-perl version debian/0.40-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlpCpOxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbAkBAAh/kYzSXeu+YAJlJLSFSYIqtfUdsg9ylJKLIWSUXcCrhrr3to7EpojNPM
JO1cKJgE3DPn41+bv8mBUdunWxucoMMd7/0KykwbcRX2yU4qjr0ZNiBdyxPQQPtb
QtFlp4pF7teQP9alupjUrNAmObhRIFPpib796RLANjtKbarukkCJCiDWtNRmQ2Rk
XMOAJFDX+U3499PYSwB4OcNHLxyLwBUYSm5w1pJ3PZj1JHqkyo0sNlEE8NbVoXOc
MC56x0WqB2j39tRcqbtAwIUgBhI7CPoFIv2T/32enzyCO4+Ant0nRWsb8y1pRayN
Cpx3sifw+OAihy1Y3A+wp2aqxTlGcAxXWt017q9FkgUHFoHXqb0B0AP3yUsG/nHe
htNCQ5xGl6XykjlQS6omnCq8ws3hlK8OhECst18vkBZu/klvte/ITfj/Eu+jnny8
bW1DRh2na9hkyyJY1/vuk9ALGZrJobNOXI/ugfZHCA5eiHOejzqpLNb9dlg6Nc+k
qSPKCRgIyjW5UNc0Vq2LQNMH8VgQ+DpmQRrlzxf8TL7rjd8g6U60OWRPwNYBvPIM
VkRCnPjiiuwHWJAZam/R1GYlAmn3E5qsTo0aAqHoAKgKWi0NR8eswqsyKgDP6Gz+
UPaR0PTIyAH+x5Jv4xSuGPOc3uLP7vGerM93OiIra6Vtsv/QrMQ=
=SzMn
-END PGP SIGNATURE-

Aaron Crane (3):
  Allow "use 5.020" to satisfy stricture test
  Allow "use v5.12" to satisfy stricture test
  Localize $_ before setting it

Damyan Ivanov (2):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog

Gabor Szabo (6):
  Merge pull request #8 from contyk/master
  version to 0.28
  Merge pull request #11 from Manwar/fix-cpants-warnings
  Merge pull request #12 from Manwar/fix-makefile-script-executable
  Merge pull request #13 from Manwar/enable-strict-warning-for-MooX
  Merge pull request #14 from Manwar/minor-pod-changes

Mohammad S Anwar (21):
  * Added the missing 'use warnings;' as reported by CPANTS.
  * Proposed fix for CPANTS warning regarding Makefile.PL should be 
non-executable.
  * Added MooX to the list of enabled strict and warnings list.
  - Made reference to the package Test::More as a clickable link.
  Updated link to github repository in the Makefile.PL script
  - Prepared for release to CPAN.
  - Tidied up Makefile.PL script.
  - Upgraded the min perl version to 5.006 as proposed by 
Perl::MinimumVersion.
  - Added LICENSE file.
  - Tidied up Changes file.
  - Added key 'provides' to the Makefile.PL script.
  - Fixed Github issue #16.
  - Fixed issue RT# 55112 (svn directories incorrectly filtered out).
  Merge pull request #19 from shlomif/shlomif-pull-request-challenge
  - Merged pull request #19, thanks @shlomif.
  Merge pull request #20 from tomhukins/html_formhandler
  - Merged pull request #20, thanks @tomhukins.
  Merge pull request #21 from arc/master
  - Merged pull request #21, thanks @arc.
  Merge branch 'cpansprout-patch-1'
  - Merged pull request #22, thanks @cpansprout.

Petr Šabata (1):
  Make syntax_ok check modules without '::' in their names

Shlomi Fish (1):
  Hopefully circumvent a Kwalitee issue/warning.

Tom Hukins (2):
  Add a module that enables strict and warnings
  Add another module I missed in my previous commit

cpansprout (1):
  Strict.pm, 02fail.t: use PERL5LIB, not -I

gregor herrmann (5):
  New upstream version 0.40
  Update upstream source from tag 'upstream/0.40'
  Update debian/changelog
  drop trailing whitespace in d/control
  releasing package libtest-strict-perl version 0.40-1

---

This annotated tag includes the following new commits:

   new  1738c46   Update upstream source from tag 'upstream/0.40'
   new  8ce2af4   Update debian/changelog
   new  516857c   drop trailing whitespace in d/control
   new  d611bd0   releasing package libtest-strict-perl version 0.40-1

The 4 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/libtest-strict-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

[libtest-strict-perl] 01/04: Update upstream source from tag 'upstream/0.40'

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtest-strict-perl.

commit 1738c466b51cd29f6e3b84fbca73eb1edb77f160
Merge: d10dcf7 949438b
Author: gregor herrmann 
Date:   Tue Dec 26 20:31:54 2017 +0100

Update upstream source from tag 'upstream/0.40'

Update to upstream version '0.40'
with Debian dir bbb81e7cb3117a9c7f617dab85d4478b747c4a88

 Changes|  3 +++
 META.json  |  6 +++---
 META.yml   |  4 ++--
 lib/Test/Strict.pm | 13 -
 t/02fail.t | 19 ---
 5 files changed, 28 insertions(+), 17 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-strict-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


[libtest-strict-perl] 01/01: pristine-tar data for libtest-strict-perl_0.40.orig.tar.gz

2017-12-26 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libtest-strict-perl.

commit f3379d26862d0860cbd6efef14903bd2b15c74f6
Author: gregor herrmann 
Date:   Tue Dec 26 20:31:54 2017 +0100

pristine-tar data for libtest-strict-perl_0.40.orig.tar.gz
---
 libtest-strict-perl_0.40.orig.tar.gz.delta | Bin 0 -> 1557 bytes
 libtest-strict-perl_0.40.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtest-strict-perl_0.40.orig.tar.gz.delta 
b/libtest-strict-perl_0.40.orig.tar.gz.delta
new file mode 100644
index 000..e5169cc
Binary files /dev/null and b/libtest-strict-perl_0.40.orig.tar.gz.delta differ
diff --git a/libtest-strict-perl_0.40.orig.tar.gz.id 
b/libtest-strict-perl_0.40.orig.tar.gz.id
new file mode 100644
index 000..9c62d59
--- /dev/null
+++ b/libtest-strict-perl_0.40.orig.tar.gz.id
@@ -0,0 +1 @@
+273fa2f9ff5ebc02d05652572f4db52364f5f0d6

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtest-strict-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


  1   2   >