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

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

abe pushed a change to branch master
in repository debsums.

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

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore   |  7 ++-
 debian/changelog | 10 +-
 debian/compat|  2 +-
 debian/control   |  6 +++---
 4 files changed, 19 insertions(+), 6 deletions(-)

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit a2a657a020367414523324af7c8ca8b05db52b02
Author: Axel Beckert 
Date:   Fri Dec 22 06:33:51 2017 +0100

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

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

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit 31535054da348eb86c34116b224e77175b4c6376
Author: Axel Beckert 
Date:   Fri Dec 22 06:28:28 2017 +0100

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

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

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit 3789ac78010e36a27b4bc90f1e2ee2298f6c0012
Author: Axel Beckert 
Date:   Fri Dec 22 06:34:59 2017 +0100

Declare compliance with Debian Policy 4.1.2

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

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

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit eb30cdd4fada090379ba74c1a2d7ca3a68d84bd0
Author: Axel Beckert 
Date:   Fri Dec 22 06:29:30 2017 +0100

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

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

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit acbaa0ddd2f5517df74e4acc7e0dd00e66d4ae2d
Author: Axel Beckert 
Date:   Fri Dec 22 06:35:54 2017 +0100

Bump debhelper compatibility level to 10

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

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

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

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


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

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

abe pushed a commit to branch master
in repository debsums.

commit 9ee1a3f5fa47434c14f3dd6e5efb0aa104cd40f6
Author: Axel Beckert 
Date:   Fri Dec 22 06:30:43 2017 +0100

Drop no more needed "Testsuite: autopkgtest" header

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

diff --git a/debian/changelog b/debian/changelog
index 43726ec..9941f02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ debsums (2.2.3) UNRELEASED; urgency=medium
   * Fix typos found Niels Thykier. Thanks!
   * Set "Rules-Requires-Root: no".
   * Remove trailing whitespace from ancient debian/changelog entry.
+  * Drop no more needed "Testsuite: autopkgtest" header since
+debian/tests/control exists.
 
  -- Axel Beckert   Sun, 07 May 2017 21:12:53 +0200
 
diff --git a/debian/control b/debian/control
index 1f0777d..1e68e93 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Maintainer: Debian Perl Group 

 Uploaders: Anders Kaseorg ,
Axel Beckert 
 Section: admin
-Testsuite: autopkgtest
 Priority: optional
 Build-Depends: debhelper (>= 9),
libfile-fnmatch-perl,

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

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


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

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

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

commit c20f3ffabe32ee564a2f762034bf53e227eaf10a
Author: Axel Beckert 
Date:   Fri Dec 22 03:19:56 2017 +0100

Upload to unstable as 0.18-1

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

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

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

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

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

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

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

commit 83ce6efff15ecb1dc27b0ac48c572156f9f2c381
Author: Axel Beckert 
Date:   Fri Dec 22 03:19:02 2017 +0100

Bump debhelper compatibility level to 10

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

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

 Uploaders: Axel Beckert 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
libmodule-build-perl (>= 0.400500),
perl
 Build-Depends-Indep: libcapture-tiny-perl,

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

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


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

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

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

  from  0b75c29   Add patch to fix spelling error found by Lintian
   new  83ce6ef   Bump debhelper compatibility level to 10
   new  c20f3ff   Upload to unstable as 0.18-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 12 ++--
 debian/compat|  2 +-
 debian/control   |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

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

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


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

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

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

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

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

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

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

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

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

Shoichi Kaji (1):
  fix typo

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

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

---

This annotated tag includes the following new commits:

   new  83ce6ef   Bump debhelper compatibility level to 10
   new  c20f3ff   Upload to unstable as 0.18-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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


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

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

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

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

- Log -
Upstream version 0.18
-BEGIN PGP SIGNATURE-

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

Axel Beckert (1):
  New upstream version 0.18

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

Shoichi Kaji (1):
  fix typo

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

---

No new revisions were added by this update.

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

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


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

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

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

commit 18b26db4e3f1cb41ba4189050eab6741622ff17b
Merge: bde6dd6 0bb41f7
Author: Axel Beckert 
Date:   Fri Dec 22 03:03:54 2017 +0100

Update upstream source from tag 'upstream/0.18'

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

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

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

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


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

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

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

commit b8d07ea9899e152d24b7ebf6a42d52f7bac307ca
Author: Axel Beckert 
Date:   Fri Dec 22 03:03:41 2017 +0100

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

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

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

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


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

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

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

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta | Bin 0 -> 1689 bytes
 libmodule-build-xsutil-perl_0.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-build-xsutil-perl_0.18.orig.tar.gz.delta
 create mode 100644 libmodule-build-xsutil-perl_0.18.orig.tar.gz.id

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

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


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

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

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

commit 829af3fee605c74cb06019d1ee6af031bda4a6c9
Author: Axel Beckert 
Date:   Fri Dec 22 03:07:46 2017 +0100

Declare compliance with Debian Policy 4.1.2

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

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

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

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


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

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

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

commit abce8ce74837e64e044d3a959648b97e1684f2e8
Author: Axel Beckert 
Date:   Fri Dec 22 03:03:54 2017 +0100

Update debian/changelog

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

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

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

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


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

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

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

commit fbcbb828689d9d2f6b76ebb758084bdb31f68ef0
Author: Axel Beckert 
Date:   Fri Dec 22 03:06:55 2017 +0100

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

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

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

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


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

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

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

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

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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

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


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

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

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

commit 0b75c29e941f44882b25a9fd409d028809e33434
Author: Axel Beckert 
Date:   Fri Dec 22 03:10:50 2017 +0100

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

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

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

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


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

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

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

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

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

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

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

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

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

---

This annotated tag includes the following new commits:

   new  92f3bff   Upload to unstable as 2.007005-1

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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


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

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

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

commit 92f3bffcdc39428bf4a56e6803ba8149661a586b
Author: Axel Beckert 
Date:   Fri Dec 22 02:56:29 2017 +0100

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

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

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

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


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

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

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

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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


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

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

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

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

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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

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


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

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

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

commit 88757b14e0694771cd8ca22837546c611e0a964d
Author: Axel Beckert 
Date:   Fri Dec 22 02:45:52 2017 +0100

Declare compliance with Debian Policy 4.1.2

Drop Priority field from transitional package.

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

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

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

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


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

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

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

commit 056c32cf91d88640e54d21895e137f1c835cde0d
Author: Axel Beckert 
Date:   Fri Dec 22 02:38:38 2017 +0100

Update debian/changelog

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

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

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

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


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

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

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

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

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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

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

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


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

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

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

commit c48d6d6ba03318c178d3455ffea86c7ce96d4960
Author: Axel Beckert 
Date:   Fri Dec 22 02:52:59 2017 +0100

Bump debhelper compatibility level to 10

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

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

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

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


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

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

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

commit e571a3702e6da7c75ea5bbdf408cf308a7207c56
Author: Axel Beckert 
Date:   Fri Dec 22 02:40:34 2017 +0100

Drop libtest-script-perl build dependency

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

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

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

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


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

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

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

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

- Log -
Upstream version 2.007005
-BEGIN PGP SIGNATURE-

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

Axel Beckert (1):
  New upstream version 2.007005

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

---

No new revisions were added by this update.

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

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


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

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

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

commit 2ecc6c82a7556a8f962257fe0856fa32938af098
Author: Axel Beckert 
Date:   Fri Dec 22 02:50:48 2017 +0100

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

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

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

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


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

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

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

commit 0a031d4752cf8847cdb506bdecf249ec78570922
Merge: b16b346 9f15916
Author: Axel Beckert 
Date:   Fri Dec 22 02:38:38 2017 +0100

Update upstream source from tag 'upstream/2.007005'

Update to upstream version '2.007005'
with Debian dir d4ee0a135d226e66e15c4f57d898de7022b2509c

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

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

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


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

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

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

commit c2277a6999db0b9e288fcf2699f81d60857e353f
Author: Axel Beckert 
Date:   Fri Dec 22 02:38:25 2017 +0100

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

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

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

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


[libtext-xslate-perl] branch master updated (9f5f6e7 -> 2afd66b)

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

nickm-guest pushed a change to branch master
in repository libtext-xslate-perl.

  from  9f5f6e7   update changelog
  adds  93e82f0   New upstream version 3.5.4
   new  061a126   Update upstream source from tag 'upstream/3.5.4'
   new  6f718a4   Refresh build dependencies
   new  cf96b3e   Declare compliance with Debian Policy 4.1.2 (no changes)
   new  2fe394a   Refresh copyright details
   new  2afd66b   Releasing package libtext-xslate-perl version 3.5.4-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Build.PL   |  80 +++
 Changes|  20 +
 LICENSE| 378 
 MANIFEST   |  56 +-
 MANIFEST.SKIP  |  77 ---
 META.json  | 197 ++
 META.yml   | 139 -
 Makefile.PL|  98 ---
 README.md  | 641 +--
 author/040_signals_on_loading.t|  23 +
 author/augment.pl  |  22 +
 author/bench_compile.pl|  32 +
 author/bench_deserialize.pl|  33 +
 author/cache.pl|  14 +
 author/chtags.pl   |  30 +
 author/gen-graph.pl| 115 
 author/large.pl|  13 +
 author/list_builtins.pl|   8 +
 author/modifiers.pl|  25 +
 author/pptest.pl   |  14 +
 author/prof-large-file.pl  |  37 ++
 example/cascade.pl => author/profile.pl|  23 +-
 author/requires.cpanm  |  37 ++
 author/t_renumber.pl   |  20 +
 author/tt.pl   |  13 +
 author/while-loop.pl   |  16 +
 builder/MyBuilder.pm   |  92 +++
 cpanfile   |  28 +
 debian/changelog   |  11 +-
 debian/control |  11 +-
 debian/copyright   |  27 +-
 inc/Module/Install.pm  | 451 --
 inc/Module/Install/AuthorTests.pm  |  59 --
 inc/Module/Install/Base.pm |  83 ---
 inc/Module/Install/Can.pm  | 163 -
 inc/Module/Install/Makefile.pm | 418 -
 inc/Module/Install/Metadata.pm | 722 --
 inc/Module/Install/Scripts.pm  |  29 -
 inc/Module/Install/TestTarget.pm   | 161 -
 inc/Module/Install/WriteAll.pm |  63 --
 inc/Module/Install/XSUtil.pm   | 819 -
 lib/Text/Xslate.pm |  14 +-
 lib/Text/Xslate/Manual.pod |   2 -
 lib/Text/Xslate/Manual/Builtin.pod |   1 +
 lib/Text/Xslate/Manual/Cookbook.pod|   2 +
 lib/Text/Xslate/PP.pm  |   4 +-
 lib/Text/Xslate/PP/Const.pm| 322 --
 lib/Text/Xslate/PP/Opcode.pm   |   4 +-
 lib/Text/Xslate/Syntax/Kolon.pm|   2 +
 minil.toml |   7 +
 script/xslate  |   2 +
 src/Text-Xslate.xs |   9 +-
 uri_unsafe.h => src/uri_unsafe.h   |   0
 xslate.h => src/xslate.h   |   1 +
 t/010_internals/005_load_file.t|   3 +-
 t/010_internals/008_files.t| 122 ++--
 t/010_internals/010_line_number.t  |   3 +-
 t/010_internals/013_deps_str.t |   3 +-
 t/010_internals/014_deps_file.t|   3 +-
 t/010_internals/015_deps_file2.t   |   3 +-
 t/010_internals/016_cached.t   |  40 +-
 t/010_internals/017_render.t   |   3 +-
 t/010_internals/018_opinfo.t   |   3 +-
 t/010_internals/019_runtime_error.t|   3 +-
 t/010_internals/020_optimize.t |   3 +-
 t/010_internals/023_cachepath.t|   3 +-
 t/010_internals/028_taint.t|   4 +-
 t/010_internals/031_save_src.t |   3 +-
 t/010_internals/032_encoding_error.t   |   3 +-
 t/010_internals/100_threads.t  |   3 +-
 t/010_internals/200_leaktrace.t|   3 +-
 t/020_interface/003_encoding.t  

[libtext-xslate-perl] 01/01: pristine-tar data for libtext-xslate-perl_3.5.4.orig.tar.gz

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

nickm-guest pushed a commit to branch pristine-tar
in repository libtext-xslate-perl.

commit cb8e957d720ed1b9f27ff1dd93eea57ca05d5979
Author: Nick Morrott 
Date:   Thu Dec 21 21:42:54 2017 +

pristine-tar data for libtext-xslate-perl_3.5.4.orig.tar.gz
---
 libtext-xslate-perl_3.5.4.orig.tar.gz.delta | Bin 0 -> 14526 bytes
 libtext-xslate-perl_3.5.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libtext-xslate-perl_3.5.4.orig.tar.gz.delta 
b/libtext-xslate-perl_3.5.4.orig.tar.gz.delta
new file mode 100644
index 000..6c7fd32
Binary files /dev/null and b/libtext-xslate-perl_3.5.4.orig.tar.gz.delta differ
diff --git a/libtext-xslate-perl_3.5.4.orig.tar.gz.id 
b/libtext-xslate-perl_3.5.4.orig.tar.gz.id
new file mode 100644
index 000..3a40a24
--- /dev/null
+++ b/libtext-xslate-perl_3.5.4.orig.tar.gz.id
@@ -0,0 +1 @@
+545543686c53986e0f6ff88a5b2e027e3dcab33a

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


[libtext-xslate-perl] branch pristine-tar updated (33882a7 -> cb8e957)

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

nickm-guest pushed a change to branch pristine-tar
in repository libtext-xslate-perl.

  from  33882a7   pristine-tar data for 
libtext-xslate-perl_3.4.0.orig.tar.gz
   new  cb8e957   pristine-tar data for 
libtext-xslate-perl_3.5.4.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:
 libtext-xslate-perl_3.5.4.orig.tar.gz.delta | Bin 0 -> 14526 bytes
 libtext-xslate-perl_3.5.4.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtext-xslate-perl_3.5.4.orig.tar.gz.delta
 create mode 100644 libtext-xslate-perl_3.5.4.orig.tar.gz.id

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


[libtext-xslate-perl] annotated tag upstream/3.5.4 created (now 525b389)

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

nickm-guest pushed a change to annotated tag upstream/3.5.4
in repository libtext-xslate-perl.

at  525b389   (tag)
   tagging  93e82f03549399890951fdd4686379e8efbedaf6 (commit)
  replaces  upstream/3.4.0
 tagged by  Nick Morrott
on  Thu Dec 21 21:42:54 2017 +

- Log -
Upstream version 3.5.4

Nick Morrott (1):
  New upstream version 3.5.4

---

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/libtext-xslate-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


[libtext-xslate-perl] 04/05: Refresh copyright details

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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 2fe394a5a9dbd622e3d96ce1a10cb389257c7665
Author: Nick Morrott 
Date:   Thu Dec 21 22:35:27 2017 +

Refresh copyright details
---
 debian/copyright | 27 +--
 1 file changed, 1 insertion(+), 26 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 21d103e..1c4fd1b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,32 +11,7 @@ Files: debian/*
 Copyright: 2016, Nick Morrott 
 License: Artistic or GPL-1+
 
-Files: inc/Module/*
-Copyright: 2002-2012, Adam Kennedy 
- 2002-2012, Audrey Tang 
- 2002-2012, Brian Ingerson 
-License: Artistic or GPL-1+
-
-Files: inc/Module/Install/AuthorTests.pm
-Copyright: 2008, Ricardo Signes 
-License: Artistic or GPL-1+
-Comment: Author taken from 
http://cpansearch.perl.org/src/RJBS/Module-Install-AuthorTests-0.002/lib/Module/Install/AuthorTests.pm
-
-Files: inc/Module/Install/TestTarget.pm
-Copyright: 2010, Yuji Shimada 
- 2010, Goro Fuji (gfx) 
- 2010, Maki Daisuke (lestrrat)
-License: Artistic or GPL-1+
-Comment: The upstream distribution does not contain an explicit statement of
- copyright ownership. Pursuant to the Berne Convention for the Protection of
- Literary and Artistic Works, it is assumed that all content is copyright by
- its respective authors unless otherwise stated.
- .
- Authors taken from 
http://cpansearch.perl.org/src/XAICRON/Module-Install-TestTarget-0.19/lib/Module/Install/TestTarget.pm
- and upstream Changes file.
-
-Files: lib/Text/Xslate/PP/Const.pm
-   lib/Text/Xslate/PP/Opcode.pm
+Files: lib/Text/Xslate/PP/Opcode.pm
lib/Text/Xslate/PP/State.pm
lib/Text/Xslate/PP/Type/Raw.pm
lib/Text/Xslate/PP.pm

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


[libtext-xslate-perl] 05/05: Releasing package libtext-xslate-perl version 3.5.4-1

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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 2afd66b8cbd7f35fbc53da84f17f7adbb0ce56b3
Author: Nick Morrott 
Date:   Thu Dec 21 22:26:22 2017 +

Releasing package libtext-xslate-perl version 3.5.4-1
---
 debian/changelog | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 70c2e80..c403cde 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,16 @@
-libtext-xslate-perl (3.4.0-2) UNRELEASED; urgency=medium
+libtext-xslate-perl (3.5.4-1) unstable; urgency=medium
 
+  [ gregor herrmann ]
   * Drop debian/tests/pkg-perl/smoke-tests, handled by pkg-perl-
 autopkgtest now.
 
- -- gregor herrmann   Wed, 02 Aug 2017 17:39:01 -0400
+  [ Nick Morrott ]
+  * New upstream version 3.5.4
+  * Refresh build dependencies
+  * Declare compliance with Debian Policy 4.1.2 (no changes)
+  * Refresh copyright details
+
+ -- Nick Morrott   Thu, 21 Dec 2017 22:44:38 +
 
 libtext-xslate-perl (3.4.0-1) unstable; urgency=medium
 

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


[libtext-xslate-perl] 01/05: Update upstream source from tag 'upstream/3.5.4'

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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 061a1267b4610b7dd371c6b1b96ec67ef981abf7
Merge: 9f5f6e7 93e82f0
Author: Nick Morrott 
Date:   Thu Dec 21 21:42:54 2017 +

Update upstream source from tag 'upstream/3.5.4'

Update to upstream version '3.5.4'
with Debian dir 50e38ffae1dc975f702bb568be0e95b87d84633c

 Build.PL   |  80 +++
 Changes|  20 +
 LICENSE| 378 
 MANIFEST   |  56 +-
 MANIFEST.SKIP  |  77 ---
 META.json  | 197 ++
 META.yml   | 139 -
 Makefile.PL|  98 ---
 README.md  | 641 +--
 author/040_signals_on_loading.t|  23 +
 author/augment.pl  |  22 +
 author/bench_compile.pl|  32 +
 author/bench_deserialize.pl|  33 +
 author/cache.pl|  14 +
 author/chtags.pl   |  30 +
 author/gen-graph.pl| 115 
 author/large.pl|  13 +
 author/list_builtins.pl|   8 +
 author/modifiers.pl|  25 +
 author/pptest.pl   |  14 +
 author/prof-large-file.pl  |  37 ++
 author/profile.pl  |  37 ++
 author/requires.cpanm  |  37 ++
 author/t_renumber.pl   |  20 +
 author/tt.pl   |  13 +
 author/while-loop.pl   |  16 +
 builder/MyBuilder.pm   |  92 +++
 cpanfile   |  28 +
 inc/Module/Install.pm  | 451 --
 inc/Module/Install/AuthorTests.pm  |  59 --
 inc/Module/Install/Base.pm |  83 ---
 inc/Module/Install/Can.pm  | 163 -
 inc/Module/Install/Makefile.pm | 418 -
 inc/Module/Install/Metadata.pm | 722 --
 inc/Module/Install/Scripts.pm  |  29 -
 inc/Module/Install/TestTarget.pm   | 161 -
 inc/Module/Install/WriteAll.pm |  63 --
 inc/Module/Install/XSUtil.pm   | 819 -
 lib/Text/Xslate.pm |  14 +-
 lib/Text/Xslate/Manual.pod |   2 -
 lib/Text/Xslate/Manual/Builtin.pod |   1 +
 lib/Text/Xslate/Manual/Cookbook.pod|   2 +
 lib/Text/Xslate/PP.pm  |   4 +-
 lib/Text/Xslate/PP/Const.pm| 322 --
 lib/Text/Xslate/PP/Opcode.pm   |   4 +-
 lib/Text/Xslate/Syntax/Kolon.pm|   2 +
 minil.toml |   7 +
 script/xslate  |   2 +
 src/Text-Xslate.xs |   9 +-
 uri_unsafe.h => src/uri_unsafe.h   |   0
 xslate.h => src/xslate.h   |   1 +
 t/010_internals/005_load_file.t|   3 +-
 t/010_internals/008_files.t| 122 ++--
 t/010_internals/010_line_number.t  |   3 +-
 t/010_internals/013_deps_str.t |   3 +-
 t/010_internals/014_deps_file.t|   3 +-
 t/010_internals/015_deps_file2.t   |   3 +-
 t/010_internals/016_cached.t   |  40 +-
 t/010_internals/017_render.t   |   3 +-
 t/010_internals/018_opinfo.t   |   3 +-
 t/010_internals/019_runtime_error.t|   3 +-
 t/010_internals/020_optimize.t |   3 +-
 t/010_internals/023_cachepath.t|   3 +-
 t/010_internals/028_taint.t|   4 +-
 t/010_internals/031_save_src.t |   3 +-
 t/010_internals/032_encoding_error.t   |   3 +-
 t/010_internals/100_threads.t  |   3 +-
 t/010_internals/200_leaktrace.t|   3 +-
 t/020_interface/003_encoding.t |   3 +-
 t/020_interface/004_no_vars.t  |   3 +-
 t/020_interface/006_psgi.t |   3 +-
 t/020_interface/007_data_section.t |   3 +-
 t/020_interface/008_type.t |   3 +-
 t/020_interface/010_err_encoding.t |   3 +-
 t/020_interface/013_slurp_template.t   |   3 +-
 t/020_interface/014_customize_option.t |   3 +-
 t/020_interface/016_pre_process_handler.t  |   3 +-
 t/030_kolon/009_include.t   

[libtext-xslate-perl] 02/05: Refresh build dependencies

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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit 6f718a45130b81c2748fe752d40f6a4ce1308d44
Author: Nick Morrott 
Date:   Thu Dec 21 22:24:22 2017 +

Refresh build dependencies
---
 debian/control | 9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 07ac57e..a7a5ee9 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,11 @@ Priority: optional
 Build-Depends: debhelper (>= 9.20120312~),
libdata-messagepack-perl,
libfile-copy-recursive-perl,
-   libmouse-perl (>= 2.4.5),
+   libmodule-build-perl (>= 0.400500),
+   libmodule-build-xsutil-perl,
+   libmouse-perl (>= 2.5.0),
libtest-requires-perl,
-   perl (>= 5.17.4) | libextutils-parsexs-perl (>= 3.18),
-   perl
+   perl (>= 5.25.3)
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-xslate-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtext-xslate-perl.git
@@ -22,7 +23,7 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  ${shlibs:Depends},
  libdata-messagepack-perl,
- libmouse-perl (>= 2.4.5)
+ libmouse-perl (>= 2.5.0)
 Description: scalable template engine for Perl 5 (C/XS accelerated)
  Text::Xslate is a template engine, tuned for persistent applications, safe
  as an HTML generator, and with rich features.

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


[libmouse-perl] 04/04: Releasing package libmouse-perl version 2.5.0-1

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

nickm-guest pushed a commit to branch master
in repository libmouse-perl.

commit 095135d7bff5071c0274c6519516d62d4a0b0fb1
Author: Nick Morrott 
Date:   Fri Dec 22 01:47:10 2017 +

Releasing package libmouse-perl version 2.5.0-1
---
 debian/changelog | 12 ++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1889450..165c626 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
-libmouse-perl (2.4.10-2) UNRELEASED; urgency=medium
+libmouse-perl (2.5.0-1) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:46:16 +
+  [ Nick Morrott ]
+  * New upstream version 2.5.0
+  * Refresh build dependencies
+  * Remove trailing whitespace in changelog
+
+ -- Nick Morrott   Fri, 22 Dec 2017 01:46:38 +
 
 libmouse-perl (2.4.10-1) unstable; urgency=medium
 

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


[libmouse-perl] 01/01: pristine-tar data for libmouse-perl_2.5.0.orig.tar.gz

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

nickm-guest pushed a commit to branch pristine-tar
in repository libmouse-perl.

commit 421a867a8190caedf3994c5346cde81acf708758
Author: Nick Morrott 
Date:   Fri Dec 22 01:24:07 2017 +

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

diff --git a/libmouse-perl_2.5.0.orig.tar.gz.delta 
b/libmouse-perl_2.5.0.orig.tar.gz.delta
new file mode 100644
index 000..5aeb1bb
Binary files /dev/null and b/libmouse-perl_2.5.0.orig.tar.gz.delta differ
diff --git a/libmouse-perl_2.5.0.orig.tar.gz.id 
b/libmouse-perl_2.5.0.orig.tar.gz.id
new file mode 100644
index 000..80a192e
--- /dev/null
+++ b/libmouse-perl_2.5.0.orig.tar.gz.id
@@ -0,0 +1 @@
+bfb3ef83c7e4681d70b6a12e784d3a79c176db7b

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


[libmouse-perl] branch pristine-tar updated (ce44b2b -> 421a867)

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

nickm-guest pushed a change to branch pristine-tar
in repository libmouse-perl.

  from  ce44b2b   pristine-tar data for libmouse-perl_2.4.10.orig.tar.gz
   new  421a867   pristine-tar data for libmouse-perl_2.5.0.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:
 libmouse-perl_2.5.0.orig.tar.gz.delta | Bin 0 -> 14761 bytes
 libmouse-perl_2.5.0.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmouse-perl_2.5.0.orig.tar.gz.delta
 create mode 100644 libmouse-perl_2.5.0.orig.tar.gz.id

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


[libtext-xslate-perl] 03/05: Declare compliance with Debian Policy 4.1.2 (no changes)

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

nickm-guest pushed a commit to branch master
in repository libtext-xslate-perl.

commit cf96b3ec69ee7b7ae2263b1821dbf340a9943dd4
Author: Nick Morrott 
Date:   Thu Dec 21 22:24:54 2017 +

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

diff --git a/debian/control b/debian/control
index a7a5ee9..8f7d363 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9.20120312~),
libmouse-perl (>= 2.5.0),
libtest-requires-perl,
perl (>= 5.25.3)
-Standards-Version: 3.9.8
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-xslate-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libtext-xslate-perl.git
 Homepage: https://metacpan.org/release/Text-Xslate

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


[libmouse-perl] 02/04: Refresh build dependencies

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

nickm-guest pushed a commit to branch master
in repository libmouse-perl.

commit aa13903745c45cc9327984b904a14a4d25dd13d5
Author: Nick Morrott 
Date:   Fri Dec 22 01:27:17 2017 +

Refresh build dependencies
---
 debian/control | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index d325549..b49206c 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,7 @@ Build-Depends: debhelper (>= 9.20120312),
libtry-tiny-perl,
liburi-perl,
libwww-perl,
-   perl,
-   perl (>= 5.19.2) | libextutils-parsexs-perl (>= 3.21)
+   perl (>= 5.25.3)
 Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmouse-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmouse-perl.git

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


[libmouse-perl] annotated tag upstream/2.5.0 created (now ab04de2)

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

nickm-guest pushed a change to annotated tag upstream/2.5.0
in repository libmouse-perl.

at  ab04de2   (tag)
   tagging  8dbf7040fa6833ae4c1087f8e811b09872b92011 (commit)
  replaces  upstream/2.4.10
 tagged by  Nick Morrott
on  Fri Dec 22 01:24:07 2017 +

- Log -
Upstream version 2.5.0

Nick Morrott (1):
  New upstream version 2.5.0

---

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


[libmouse-perl] branch master updated (f07d600 -> 095135d)

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

nickm-guest pushed a change to branch master
in repository libmouse-perl.

  from  f07d600   update changelog
  adds  8dbf704   New upstream version 2.5.0
   new  0d0af30   Update upstream source from tag 'upstream/2.5.0'
   new  aa13903   Refresh build dependencies
   new  b2dbf65   Remove trailing whitespace in changelog
   new  095135d   Releasing package libmouse-perl version 2.5.0-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|   5 +
 MANIFEST   |   1 -
 META.json  |  20 +-
 META.yml   |  18 +-
 README.md  |  16 +-
 builder/MyBuilder.pm   |   8 +-
 cpanfile   |   4 +-
 debian/changelog   |  14 +-
 debian/control |   3 +-
 lib/Mouse.pm   |  20 +-
 lib/Mouse/Exporter.pm  |   2 +-
 lib/Mouse/Meta/Attribute.pm|   2 +-
 lib/Mouse/Meta/Class.pm|   2 +-
 lib/Mouse/Meta/Method.pm   |   2 +-
 lib/Mouse/Meta/Method/Accessor.pm  |   2 +-
 lib/Mouse/Meta/Method/Constructor.pm   |   2 +-
 lib/Mouse/Meta/Method/Delegation.pm|   2 +-
 lib/Mouse/Meta/Method/Destructor.pm|   4 +-
 lib/Mouse/Meta/Module.pm   |   2 +-
 lib/Mouse/Meta/Role.pm |   2 +-
 lib/Mouse/Meta/Role/Application.pm |   2 +-
 lib/Mouse/Meta/Role/Composite.pm   |   2 +-
 lib/Mouse/Meta/Role/Method.pm  |   2 +-
 lib/Mouse/Meta/TypeConstraint.pm   |   2 +-
 lib/Mouse/Object.pm|   2 +-
 lib/Mouse/PurePerl.pm  |   2 +-
 lib/Mouse/Role.pm  |   4 +-
 lib/Mouse/Spec.pm  |   6 +-
 lib/Mouse/Util.pm  |   4 +-
 lib/Mouse/Util/MetaRole.pm |   2 +
 lib/Mouse/Util/TypeConstraints.pm  |   2 +-
 lib/ouse.pm|   2 +
 mouse.h|   2 +
 t/000_recipes/moose_cookbook_basics_recipe5.t  |  21 +-
 t/001_mouse/043-parameterized-type.t   |   4 +-
 t/001_mouse/055-exporter.t |   4 -
 t/001_mouse/805-class_type.t   |  11 +-
 t/020_attributes/002_attribute_writer_generation.t |   3 +-
 .../003_attribute_accessor_generation.t|   3 +-
 t/020_attributes/005_attribute_does.t  |   3 +-
 t/020_attributes/006_attribute_required.t  |   3 +-
 t/020_attributes/007_attribute_custom_metaclass.t  |   3 +-
 t/020_attributes/008_attribute_type_unions.t   |   3 +-
 .../009_attribute_inherited_slot_specs.t   |   3 +-
 t/020_attributes/011_more_attr_delegation.t|   3 +-
 t/020_attributes/013_attr_dereference_test.t   |   3 +-
 t/020_attributes/014_misc_attribute_coerce_lazy.t  |   3 +-
 t/020_attributes/015_attribute_traits.t|   3 +-
 t/020_attributes/017_attribute_traits_n_meta.t |   3 +-
 t/020_attributes/018_no_init_arg.t |   3 +-
 t/020_attributes/020_trigger_and_coerce.t  |   3 +-
 .../022_illegal_options_for_inheritance.t  |   3 +-
 .../024_attribute_traits_parameterized.t   |   3 +-
 t/020_attributes/025_chained_coercion.t|   3 +-
 .../026_attribute_without_any_methods.t|   3 +-
 t/020_attributes/027_accessor_override_method.t|   3 +-
 t/020_attributes/029_accessor_context.t|   3 +-
 t/020_attributes/030_non_alpha_attr_names.t|   3 +-
 t/020_attributes/031_delegation_and_modifiers.t|   3 +-
 t/020_attributes/032_delegation_arg_aliasing.t |   3 +-
 t/020_attributes/034_numeric_defaults.t|   3 +-
 t/020_attributes/035_default_undef.t   |   3 +-
 t/030_roles/020_role_composite.t   |   3 +-
 t/030_roles/role_conflict_and_inheritance.t|  10 +
 .../002_util_type_constraints_export.t |   3 +-
 .../003_util_std_type_constraints.t|   3 +-
 .../004_util_find_type_constraint.t|   3 +-
 t/040_type_constraints/006_util_type_reloading.t   |   5 +-
 .../007_util_more_type_coercion.t  |   3 +-
 .../009_union_types_and_coercions.t|   3 

[libmouse-perl] 03/04: Remove trailing whitespace in changelog

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

nickm-guest pushed a commit to branch master
in repository libmouse-perl.

commit b2dbf65293a5b1ab8154be2bc128d0d9b3d36444
Author: Nick Morrott 
Date:   Fri Dec 22 01:46:09 2017 +

Remove trailing whitespace in changelog
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3d6cf3c..1889450 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -186,7 +186,7 @@ libmouse-perl (0.97-1) unstable; urgency=medium
   [ Alessandro Ghedini ]
   * New upstream release
   * Drop disable-failing-test-ia64.patch (merged upstream)
-  * Swap libextutils-parsexs-perl and perl (>= 5.14) in B-D 
+  * Swap libextutils-parsexs-perl and perl (>= 5.14) in B-D
 (Closes: #649180)
 
   [ gregor herrmann ]

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


[libmouse-perl] 01/04: Update upstream source from tag 'upstream/2.5.0'

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

nickm-guest pushed a commit to branch master
in repository libmouse-perl.

commit 0d0af3027143e755f5fcdd5b461699f425e0ea43
Merge: f07d600 8dbf704
Author: Nick Morrott 
Date:   Fri Dec 22 01:24:07 2017 +

Update upstream source from tag 'upstream/2.5.0'

Update to upstream version '2.5.0'
with Debian dir 3d58b12b4e75c1c5bb219abe364d07e3b36c6582

 Changes|   5 +
 MANIFEST   |   1 -
 META.json  |  20 +-
 META.yml   |  18 +-
 README.md  |  16 +-
 builder/MyBuilder.pm   |   8 +-
 cpanfile   |   4 +-
 lib/Mouse.pm   |  20 +-
 lib/Mouse/Exporter.pm  |   2 +-
 lib/Mouse/Meta/Attribute.pm|   2 +-
 lib/Mouse/Meta/Class.pm|   2 +-
 lib/Mouse/Meta/Method.pm   |   2 +-
 lib/Mouse/Meta/Method/Accessor.pm  |   2 +-
 lib/Mouse/Meta/Method/Constructor.pm   |   2 +-
 lib/Mouse/Meta/Method/Delegation.pm|   2 +-
 lib/Mouse/Meta/Method/Destructor.pm|   4 +-
 lib/Mouse/Meta/Module.pm   |   2 +-
 lib/Mouse/Meta/Role.pm |   2 +-
 lib/Mouse/Meta/Role/Application.pm |   2 +-
 lib/Mouse/Meta/Role/Composite.pm   |   2 +-
 lib/Mouse/Meta/Role/Method.pm  |   2 +-
 lib/Mouse/Meta/TypeConstraint.pm   |   2 +-
 lib/Mouse/Object.pm|   2 +-
 lib/Mouse/PurePerl.pm  |   2 +-
 lib/Mouse/Role.pm  |   4 +-
 lib/Mouse/Spec.pm  |   6 +-
 lib/Mouse/Util.pm  |   4 +-
 lib/Mouse/Util/MetaRole.pm |   2 +
 lib/Mouse/Util/TypeConstraints.pm  |   2 +-
 lib/ouse.pm|   2 +
 mouse.h|   2 +
 t/000_recipes/moose_cookbook_basics_recipe5.t  |  21 +-
 t/001_mouse/043-parameterized-type.t   |   4 +-
 t/001_mouse/055-exporter.t |   4 -
 t/001_mouse/805-class_type.t   |  11 +-
 t/020_attributes/002_attribute_writer_generation.t |   3 +-
 .../003_attribute_accessor_generation.t|   3 +-
 t/020_attributes/005_attribute_does.t  |   3 +-
 t/020_attributes/006_attribute_required.t  |   3 +-
 t/020_attributes/007_attribute_custom_metaclass.t  |   3 +-
 t/020_attributes/008_attribute_type_unions.t   |   3 +-
 .../009_attribute_inherited_slot_specs.t   |   3 +-
 t/020_attributes/011_more_attr_delegation.t|   3 +-
 t/020_attributes/013_attr_dereference_test.t   |   3 +-
 t/020_attributes/014_misc_attribute_coerce_lazy.t  |   3 +-
 t/020_attributes/015_attribute_traits.t|   3 +-
 t/020_attributes/017_attribute_traits_n_meta.t |   3 +-
 t/020_attributes/018_no_init_arg.t |   3 +-
 t/020_attributes/020_trigger_and_coerce.t  |   3 +-
 .../022_illegal_options_for_inheritance.t  |   3 +-
 .../024_attribute_traits_parameterized.t   |   3 +-
 t/020_attributes/025_chained_coercion.t|   3 +-
 .../026_attribute_without_any_methods.t|   3 +-
 t/020_attributes/027_accessor_override_method.t|   3 +-
 t/020_attributes/029_accessor_context.t|   3 +-
 t/020_attributes/030_non_alpha_attr_names.t|   3 +-
 t/020_attributes/031_delegation_and_modifiers.t|   3 +-
 t/020_attributes/032_delegation_arg_aliasing.t |   3 +-
 t/020_attributes/034_numeric_defaults.t|   3 +-
 t/020_attributes/035_default_undef.t   |   3 +-
 t/030_roles/020_role_composite.t   |   3 +-
 t/030_roles/role_conflict_and_inheritance.t|  10 +
 .../002_util_type_constraints_export.t |   3 +-
 .../003_util_std_type_constraints.t|   3 +-
 .../004_util_find_type_constraint.t|   3 +-
 t/040_type_constraints/006_util_type_reloading.t   |   5 +-
 .../007_util_more_type_coercion.t  |   3 +-
 .../009_union_types_and_coercions.t|   3 +-
 .../011_container_type_constraint.t|   3 +-
 .../016_subtyping_parameterized_types.t|   3 +-
 t/040_type_constraints/017_subtyping_union_types.t |   3 +-
 .../018_custom_parameterized_types.t   |  10 +-
 t/040_type_constraints/021_maybe_type_constraint.t |   6 +-
 t/040_type_constraints/022_custom_type_errors.t|   3 +-
 

[libspecio-perl] annotated tag debian/0.42-1 created (now 725a79a)

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

gregoa pushed a change to annotated tag debian/0.42-1
in repository libspecio-perl.

at  725a79a   (tag)
   tagging  29a863f68bfc926be411c3fc9abf55c9695aa755 (commit)
  replaces  debian/0.40-2
 tagged by  gregor herrmann
on  Thu Dec 21 22:38:36 2017 +0100

- Log -
tagging package libspecio-perl version debian/0.42-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlo8KdxfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgb6wQ//UcymYfdYymlnvBz/y324qLrX1qPOthueBcw1Z0Q3KYwGm6S1Dwf5okA2
svIcr0R+3kUEc1pDk7jE6S4EJGiUT99LxbrwhHt39SLyC06ZarJ3P2u94PMxz/Ts
KWnOrf/mC89zJ9pYRLU2C5erpbjD0K759L64DeJrz80IJpMOdgHqPJm9LPH3Mkeu
Uq35J5hapjGUUAOOCxfxA89OaG9mee14+vFbsw6MVctv+mFBaoQbWizylpxQd3Ne
NDAZhLQ5F0LqUZy9t3DD/53sir+FcgNMdnrq0OrXUOUI2lIcXDWWhscdSeSVmXvs
fYhTipyF4L4s44hu1OeJ3a/wTLMAgR0BZ8jKZ6tzciPeSERmezGgnuDAjzCgoBDW
SjGPv1U3tSqtyLmhjOt/9vbq2ZTfQGS4HjXfUNCkE2YFoL3rvxDNIg0Zm0J3cXA/
RSlr/Z8jH1vk7uDPyGP2OiKkptsO9ChBQCPUTOJKLGVYz/EAqWVweyiqD1ED1f9y
XSbt5k/2W/yhRxz88z+4yHdzEjFkrSXf9FFSvxK4DZ9C0qxZSmy6bLpQI6wM4F0r
SvpGCSeNW3/WmBgW7XB0HAtahziBN2iFJUQnpC437b69pXUlWXsN/F4YFVQ76VBq
mTdE3z52u7XTJke999Teu+Pa5yuevaWfXyHHHDB7niJDa9rtupc=
=jAB5
-END PGP SIGNATURE-

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

Nick Morrott (3):
  New upstream version 0.42
  Update upstream source from tag 'upstream/0.42'
  Releasing package libspecio-perl version 0.42-1

---

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


[libparams-validationcompiler-perl] annotated tag debian/0.26-1 created (now 09ad98f)

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

gregoa pushed a change to annotated tag debian/0.26-1
in repository libparams-validationcompiler-perl.

at  09ad98f   (tag)
   tagging  771175a310095764a9f20c39fb033157a3ca1c4c (commit)
  replaces  debian/0.24-1
 tagged by  gregor herrmann
on  Thu Dec 21 22:32:00 2017 +0100

- Log -
tagging package libparams-validationcompiler-perl version debian/0.26-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlo8KFBfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbysA//cUJK1q+6w58ElwuSEm7IhxguvgASjuyHyMLRXJfvz81v0nyOsWOZMmdQ
+fd9eZeziBy5ki54Nvu88VcFXdsQwMSBNwcQMuu1wN3T4JjqikQUveOZsfA2WbMY
JNgdnH49MzeZiYnESjmU7BD6XhsZvKbCtljI94A9RQF83Tjy6D73vqVQEeb2bLOP
wH0RrQBrKMSN6Cc4gj8oAf2CLIcpfK6c7g+4xWaQUUpHeEqD2WofdT7Sef1qGIb7
m/1YPTFKOVtbetZ9zm1G4TU9RmWYw6Jszvw1aGVX7jEmpmN24tnrGu/Da5Bbtbub
3Tmd7JrtOHK29J+4TfICuZ2GSuFDQeOxRZ+Lw7tT6yem85Obsp4y0PZheGbhm2Mj
stDrnVhspeXE+EAhC3uJE4omCEKQhYu6ZZTENhLVFPLN2g9r9DjsGkVzvbmAoeI3
KUxhZmavvcrMCbuj41YB2KKccHXiG6bG0c5RBA+JAYUdtcRYPsVK5cLJ+7zCgkei
YNfgwEV6/0eKKhpWHAVPcsOq1EViHBmgWZPn7EACPiaiWQ0+CaTOUER1AxTx4OXW
0wvpAOpGUZUDI37aZWi3+mn4ntW8IK87Wk4AdcQvNiLdjMWAUTeZ79YTVP6jvA+y
GnouQCJbEZDRK6gPCtefl18N2gv8aeRhpoum4uqqCXAFRuYhbZU=
=D0eZ
-END PGP SIGNATURE-

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

Nick Morrott (4):
  New upstream version 0.26
  Update upstream source from tag 'upstream/0.26'
  Update build-deps (internal switch to Test2::V0)
  Releasing package libparams-validationcompiler-perl version 0.26-1

---

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/libparams-validationcompiler-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


[libspecio-perl] annotated tag upstream/0.42 created (now e63cb6f)

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

nickm-guest pushed a change to annotated tag upstream/0.42
in repository libspecio-perl.

at  e63cb6f   (tag)
   tagging  fb8b497f854ecb897f3280349bb5938df957d0c5 (commit)
  replaces  upstream/0.40
 tagged by  Nick Morrott
on  Thu Dec 21 21:17:25 2017 +

- Log -
Upstream version 0.42

Nick Morrott (1):
  New upstream version 0.42

---

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


[libspecio-perl] 01/01: pristine-tar data for libspecio-perl_0.42.orig.tar.gz

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

nickm-guest pushed a commit to branch pristine-tar
in repository libspecio-perl.

commit d43b864fc732ac807ad46f9190275894cc237f0c
Author: Nick Morrott 
Date:   Thu Dec 21 21:17:25 2017 +

pristine-tar data for libspecio-perl_0.42.orig.tar.gz
---
 libspecio-perl_0.42.orig.tar.gz.delta | Bin 0 -> 4148 bytes
 libspecio-perl_0.42.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libspecio-perl_0.42.orig.tar.gz.delta 
b/libspecio-perl_0.42.orig.tar.gz.delta
new file mode 100644
index 000..cc1f6d7
Binary files /dev/null and b/libspecio-perl_0.42.orig.tar.gz.delta differ
diff --git a/libspecio-perl_0.42.orig.tar.gz.id 
b/libspecio-perl_0.42.orig.tar.gz.id
new file mode 100644
index 000..63ebdf4
--- /dev/null
+++ b/libspecio-perl_0.42.orig.tar.gz.id
@@ -0,0 +1 @@
+558ebf7f2e990695825a90b102bbb0f803b6b31a

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


[libspecio-perl] branch pristine-tar updated (694644b -> d43b864)

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

nickm-guest pushed a change to branch pristine-tar
in repository libspecio-perl.

  from  694644b   pristine-tar data for libspecio-perl_0.40.orig.tar.gz
   new  d43b864   pristine-tar data for libspecio-perl_0.42.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:
 libspecio-perl_0.42.orig.tar.gz.delta | Bin 0 -> 4148 bytes
 libspecio-perl_0.42.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libspecio-perl_0.42.orig.tar.gz.delta
 create mode 100644 libspecio-perl_0.42.orig.tar.gz.id

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


[libspecio-perl] 01/02: Update upstream source from tag 'upstream/0.42'

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

nickm-guest pushed a commit to branch master
in repository libspecio-perl.

commit f3f82a50d2dd81aadfc868e4ef2d370df725117c
Merge: d294d05 fb8b497
Author: Nick Morrott 
Date:   Thu Dec 21 21:17:25 2017 +

Update upstream source from tag 'upstream/0.42'

Update to upstream version '0.42'
with Debian dir 754e635608fbcee6bda4dcb43335d8e3932f3dc1

 Changes  |  14 
 META.json| 116 +++
 META.yml | 115 +++---
 Makefile.PL  |   2 +-
 README.md|   3 +-
 cpanfile |   1 -
 lib/Specio.pm|  10 ++-
 lib/Specio/Coercion.pm   |   4 +-
 lib/Specio/Constraint/AnyCan.pm  |   4 +-
 lib/Specio/Constraint/AnyDoes.pm |   4 +-
 lib/Specio/Constraint/AnyIsa.pm  |   4 +-
 lib/Specio/Constraint/Enum.pm|   4 +-
 lib/Specio/Constraint/Intersection.pm|   4 +-
 lib/Specio/Constraint/ObjectCan.pm   |   4 +-
 lib/Specio/Constraint/ObjectDoes.pm  |   4 +-
 lib/Specio/Constraint/ObjectIsa.pm   |   4 +-
 lib/Specio/Constraint/Parameterizable.pm |   4 +-
 lib/Specio/Constraint/Parameterized.pm   |   4 +-
 lib/Specio/Constraint/Role/CanType.pm|   4 +-
 lib/Specio/Constraint/Role/DoesType.pm   |   4 +-
 lib/Specio/Constraint/Role/Interface.pm  |   4 +-
 lib/Specio/Constraint/Role/IsaType.pm|   4 +-
 lib/Specio/Constraint/Simple.pm  |   4 +-
 lib/Specio/Constraint/Structurable.pm|   4 +-
 lib/Specio/Constraint/Structured.pm  |   4 +-
 lib/Specio/Constraint/Union.pm   |   4 +-
 lib/Specio/Declare.pm|   4 +-
 lib/Specio/DeclaredAt.pm |   4 +-
 lib/Specio/Exception.pm  |   8 +--
 lib/Specio/Exporter.pm   |   4 +-
 lib/Specio/Helpers.pm|   9 ++-
 lib/Specio/Library/Builtins.pm   |   4 +-
 lib/Specio/Library/Numeric.pm|   4 +-
 lib/Specio/Library/Perl.pm   |   8 +--
 lib/Specio/Library/String.pm |   4 +-
 lib/Specio/Library/Structured.pm |   4 +-
 lib/Specio/Library/Structured/Dict.pm|   4 +-
 lib/Specio/Library/Structured/Map.pm |   4 +-
 lib/Specio/Library/Structured/Tuple.pm   |   4 +-
 lib/Specio/OO.pm |   4 +-
 lib/Specio/PartialDump.pm|   4 +-
 lib/Specio/Registry.pm   |   4 +-
 lib/Specio/Role/Inlinable.pm |   4 +-
 lib/Specio/Subs.pm   |   4 +-
 lib/Specio/TypeChecks.pm |   4 +-
 lib/Test/Specio.pm   |   4 +-
 t/00-report-prereqs.dd   |  69 +-
 t/perl-sanity.t  |   4 +-
 xt/author/00-compile.t   |   4 +-
 xt/author/pod-spell.t|   1 +
 50 files changed, 265 insertions(+), 243 deletions(-)

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


[libspecio-perl] 02/02: Releasing package libspecio-perl version 0.42-1

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

nickm-guest pushed a commit to branch master
in repository libspecio-perl.

commit 29a863f68bfc926be411c3fc9abf55c9695aa755
Author: Nick Morrott 
Date:   Thu Dec 21 21:23:03 2017 +

Releasing package libspecio-perl version 0.42-1
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e6120c..d29f0cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libspecio-perl (0.40-3) UNRELEASED; urgency=medium
+libspecio-perl (0.42-1) unstable; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:47:39 +
+  [ Nick Morrott ]
+  * New upstream version 0.42
+
+ -- Nick Morrott   Thu, 21 Dec 2017 21:21:49 +
 
 libspecio-perl (0.40-2) unstable; urgency=medium
 

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


[libspecio-perl] branch master updated (d294d05 -> 29a863f)

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

nickm-guest pushed a change to branch master
in repository libspecio-perl.

  from  d294d05   update changelog
  adds  fb8b497   New upstream version 0.42
   new  f3f82a5   Update upstream source from tag 'upstream/0.42'
   new  29a863f   Releasing package libspecio-perl version 0.42-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes  |  14 
 META.json| 116 +++
 META.yml | 115 +++---
 Makefile.PL  |   2 +-
 README.md|   3 +-
 cpanfile |   1 -
 debian/changelog |   8 ++-
 lib/Specio.pm|  10 ++-
 lib/Specio/Coercion.pm   |   4 +-
 lib/Specio/Constraint/AnyCan.pm  |   4 +-
 lib/Specio/Constraint/AnyDoes.pm |   4 +-
 lib/Specio/Constraint/AnyIsa.pm  |   4 +-
 lib/Specio/Constraint/Enum.pm|   4 +-
 lib/Specio/Constraint/Intersection.pm|   4 +-
 lib/Specio/Constraint/ObjectCan.pm   |   4 +-
 lib/Specio/Constraint/ObjectDoes.pm  |   4 +-
 lib/Specio/Constraint/ObjectIsa.pm   |   4 +-
 lib/Specio/Constraint/Parameterizable.pm |   4 +-
 lib/Specio/Constraint/Parameterized.pm   |   4 +-
 lib/Specio/Constraint/Role/CanType.pm|   4 +-
 lib/Specio/Constraint/Role/DoesType.pm   |   4 +-
 lib/Specio/Constraint/Role/Interface.pm  |   4 +-
 lib/Specio/Constraint/Role/IsaType.pm|   4 +-
 lib/Specio/Constraint/Simple.pm  |   4 +-
 lib/Specio/Constraint/Structurable.pm|   4 +-
 lib/Specio/Constraint/Structured.pm  |   4 +-
 lib/Specio/Constraint/Union.pm   |   4 +-
 lib/Specio/Declare.pm|   4 +-
 lib/Specio/DeclaredAt.pm |   4 +-
 lib/Specio/Exception.pm  |   8 +--
 lib/Specio/Exporter.pm   |   4 +-
 lib/Specio/Helpers.pm|   9 ++-
 lib/Specio/Library/Builtins.pm   |   4 +-
 lib/Specio/Library/Numeric.pm|   4 +-
 lib/Specio/Library/Perl.pm   |   8 +--
 lib/Specio/Library/String.pm |   4 +-
 lib/Specio/Library/Structured.pm |   4 +-
 lib/Specio/Library/Structured/Dict.pm|   4 +-
 lib/Specio/Library/Structured/Map.pm |   4 +-
 lib/Specio/Library/Structured/Tuple.pm   |   4 +-
 lib/Specio/OO.pm |   4 +-
 lib/Specio/PartialDump.pm|   4 +-
 lib/Specio/Registry.pm   |   4 +-
 lib/Specio/Role/Inlinable.pm |   4 +-
 lib/Specio/Subs.pm   |   4 +-
 lib/Specio/TypeChecks.pm |   4 +-
 lib/Test/Specio.pm   |   4 +-
 t/00-report-prereqs.dd   |  69 +-
 t/perl-sanity.t  |   4 +-
 xt/author/00-compile.t   |   4 +-
 xt/author/pod-spell.t|   1 +
 51 files changed, 271 insertions(+), 245 deletions(-)

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


[libtex-encode-perl] 02/02: Releasing 2.003-2 to unstable

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

ntyni pushed a commit to branch master
in repository libtex-encode-perl.

commit 54ce327c4f2417bd0f0114ef2622c23dbc3f8e4d
Author: Niko Tyni 
Date:   Thu Dec 21 23:22:57 2017 +0200

Releasing 2.003-2 to unstable
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 695c5db..e5b92d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libtex-encode-perl (2.003-2) UNRELEASED; urgency=medium
+libtex-encode-perl (2.003-2) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * Drop build dependencies on libtest-pod*-perl.
@@ -7,7 +9,10 @@ libtex-encode-perl (2.003-2) UNRELEASED; urgency=medium
   [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- gregor herrmann   Thu, 28 Sep 2017 17:29:32 +0200
+  [ Niko Tyni ]
+  * Add patch fixing warnings on usage. (Closes: #877094)
+
+ -- Niko Tyni   Thu, 21 Dec 2017 23:22:13 +0200
 
 libtex-encode-perl (2.003-1) unstable; urgency=medium
 

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


[libtex-encode-perl] annotated tag debian/2.003-2 created (now 1d1b160)

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

ntyni pushed a change to annotated tag debian/2.003-2
in repository libtex-encode-perl.

at  1d1b160   (tag)
   tagging  54ce327c4f2417bd0f0114ef2622c23dbc3f8e4d (commit)
  replaces  debian/2.003-1
 tagged by  Niko Tyni
on  Thu Dec 21 23:26:39 2017 +0200

- Log -
Debian release 2.003-2
-BEGIN PGP SIGNATURE-

iQJFBAABCAAvFiEEdqKOQsmBHZHoj7peLsD/s7cwGx8FAlo8Jw8RHG50eW5pQGRl
Ymlhbi5vcmcACgkQLsD/s7cwGx9E2g//X8rE8JQuE8mAkNtxXKWSdL8lFgagknwh
nd9HINKUwz2Cvgm8CTxwkVjgyUPmxVolXEw5zx3xMJ5QGVBGllawYPs+lRTRgngz
rjaRTMhD4kVOXCHHYzmaDpwiT6CEWEKHu4CWgx/2orb/QJXpeXb+uf6jBd8sz2Lh
2f3Z5qm7bJCJeCmqZXQ2r59UQtaLw54eDHNrtVd5x6Pu6zrYNkcGjlEO3fyH9/qV
d+8+lClWDlAFeWb8D8Eo08iEqhdEYmLx+eCBXzYD51t5DloRXVrjtSej+fe9+TyU
y6W5Yo8Lk1H7Mpx01D4AAG7gE9+OSEGWjXzlXVNHvWkf6olHLJhba8cbKjlzD6u1
eaWCudAYbE73No/bSeGDLosSfxmZvhTJrG8g1Vnk0XCqq2oNVWBkfiaoRDzI79LD
6pHlGguiTaV8G9g8vfh7qpT1O+w5/QOZXSEc8vpxQZoT1U7nlp47L2UzbLCLsN31
v9KgdGp6KG9xINXfAuN51nYcKASdPG7KZlPV42apyRnZuq8tkPzxjbKBhACG/Fy9
lSPxb1pZw6v0c0L6Y7q0+dlZ+NJNFaEvXpcyrybHgiUVQhuRoQn4wkrDrZpkuVVg
ePlpWXGSt92NXG/gM+faMAuXvpqWTTpbT/aq0m5FH1ujQHlKsa7ZAUq1ttX6N074
jfm75BRzI5o=
=gIXJ
-END PGP SIGNATURE-

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

Niko Tyni (2):
  Add patch fixing warnings on usage
  Releasing 2.003-2 to unstable

gregor herrmann (2):
  Drop build dependencies on libtest-pod*-perl.
  update changelog

---

This annotated tag includes the following new commits:

   new  d8449a8   Add patch fixing warnings on usage
   new  54ce327   Releasing 2.003-2 to unstable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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


[libtex-encode-perl] 01/02: Add patch fixing warnings on usage

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

ntyni pushed a commit to branch master
in repository libtex-encode-perl.

commit d8449a89de4b845d6adfb87ae3ac2d3599bf1656
Author: Niko Tyni 
Date:   Thu Dec 21 23:17:22 2017 +0200

Add patch fixing warnings on usage

Closes: #877094
---
 ...-hardcoded-VERSION-from-TeX-Encode-BibTex.patch | 31 ++
 debian/patches/series  |  1 +
 2 files changed, 32 insertions(+)

diff --git 
a/debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch 
b/debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
new file mode 100644
index 000..ac3cbfd
--- /dev/null
+++ b/debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
@@ -0,0 +1,31 @@
+From 8c2fd83725b17aa44b02f8913350f3eed7c6c8d0 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Thu, 21 Dec 2017 23:14:53 +0200
+Subject: [PATCH] Remove hardcoded $VERSION from TeX::Encode::BibTex
+
+The $VERSION line is nowadays autogenerated, resulting
+in two clashing version declarations that cause a warning
+on usage.
+
+Bug-Debian: https://bugs.debian.org/877094
+Bug: https://github.com/athreef/TeX-Encode/pull/3
+---
+ lib/TeX/Encode/BibTeX.pm | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/lib/TeX/Encode/BibTeX.pm b/lib/TeX/Encode/BibTeX.pm
+index 3ef21af..1b42d74 100644
+--- a/lib/TeX/Encode/BibTeX.pm
 b/lib/TeX/Encode/BibTeX.pm
+@@ -11,8 +11,6 @@ use TeX::Encode;
+ 
+ our @ISA = qw(Encode::Encoding);
+ 
+-our $VERSION = '1.2';
+-
+ __PACKAGE__->Define(qw(BibTeX bibtex));
+ 
+ # encode($self, $string [,$check])
+-- 
+2.15.1
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..f74b60d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch

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


[libtex-encode-perl] branch master updated (c79fd9e -> 54ce327)

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

ntyni pushed a change to branch master
in repository libtex-encode-perl.

  from  c79fd9e   update changelog
   new  d8449a8   Add patch fixing warnings on usage
   new  54ce327   Releasing 2.003-2 to unstable

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog   |  9 +--
 ...-hardcoded-VERSION-from-TeX-Encode-BibTex.patch | 31 ++
 debian/patches/series  |  1 +
 3 files changed, 39 insertions(+), 2 deletions(-)
 create mode 100644 
debian/patches/0001-Remove-hardcoded-VERSION-from-TeX-Encode-BibTex.patch
 create mode 100644 debian/patches/series

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


[libparams-validationcompiler-perl] annotated tag upstream/0.26 created (now 5354a30)

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

nickm-guest pushed a change to annotated tag upstream/0.26
in repository libparams-validationcompiler-perl.

at  5354a30   (tag)
   tagging  a692a70aad8654fa9f44e138712fc135bea23168 (commit)
  replaces  upstream/0.24
 tagged by  Nick Morrott
on  Thu Dec 21 20:47:44 2017 +

- Log -
Upstream version 0.26

Nick Morrott (1):
  New upstream version 0.26

---

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/libparams-validationcompiler-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


[libparams-validationcompiler-perl] branch pristine-tar updated (cdf51b4 -> 6b0811b)

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

nickm-guest pushed a change to branch pristine-tar
in repository libparams-validationcompiler-perl.

  from  cdf51b4   pristine-tar data for 
libparams-validationcompiler-perl_0.24.orig.tar.gz
   new  6b0811b   pristine-tar data for 
libparams-validationcompiler-perl_0.26.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:
 libparams-validationcompiler-perl_0.26.orig.tar.gz.delta | Bin 0 -> 2757 bytes
 libparams-validationcompiler-perl_0.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libparams-validationcompiler-perl_0.26.orig.tar.gz.delta
 create mode 100644 libparams-validationcompiler-perl_0.26.orig.tar.gz.id

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


[libparams-validationcompiler-perl] 03/03: Releasing package libparams-validationcompiler-perl version 0.26-1

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

nickm-guest pushed a commit to branch master
in repository libparams-validationcompiler-perl.

commit 771175a310095764a9f20c39fb033157a3ca1c4c
Author: Nick Morrott 
Date:   Thu Dec 21 21:08:20 2017 +

Releasing package libparams-validationcompiler-perl version 0.26-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 540f3b4..1a56a89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libparams-validationcompiler-perl (0.24-2) UNRELEASED; urgency=medium
+libparams-validationcompiler-perl (0.26-1) unstable; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:46:46 +
+  [ Nick Morrott ]
+  * New upstream version 0.26
+  * Update build-deps (internal switch to Test2::V0)
+
+ -- Nick Morrott   Thu, 21 Dec 2017 21:07:23 +
 
 libparams-validationcompiler-perl (0.24-1) unstable; urgency=medium
 

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


[libparams-validationcompiler-perl] 01/01: pristine-tar data for libparams-validationcompiler-perl_0.26.orig.tar.gz

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

nickm-guest pushed a commit to branch pristine-tar
in repository libparams-validationcompiler-perl.

commit 6b0811bf0a3ed06f81624f088cfdf5d05b1d622c
Author: Nick Morrott 
Date:   Thu Dec 21 20:47:44 2017 +

pristine-tar data for libparams-validationcompiler-perl_0.26.orig.tar.gz
---
 libparams-validationcompiler-perl_0.26.orig.tar.gz.delta | Bin 0 -> 2757 bytes
 libparams-validationcompiler-perl_0.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libparams-validationcompiler-perl_0.26.orig.tar.gz.delta 
b/libparams-validationcompiler-perl_0.26.orig.tar.gz.delta
new file mode 100644
index 000..cbd41bb
Binary files /dev/null and 
b/libparams-validationcompiler-perl_0.26.orig.tar.gz.delta differ
diff --git a/libparams-validationcompiler-perl_0.26.orig.tar.gz.id 
b/libparams-validationcompiler-perl_0.26.orig.tar.gz.id
new file mode 100644
index 000..b235f55
--- /dev/null
+++ b/libparams-validationcompiler-perl_0.26.orig.tar.gz.id
@@ -0,0 +1 @@
+a784457410f98cd473c5985b27ebf5463e9c982e

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


[libparams-validationcompiler-perl] 02/03: Update build-deps (internal switch to Test2::V0)

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

nickm-guest pushed a commit to branch master
in repository libparams-validationcompiler-perl.

commit 20f58325144c024202165aab4c6224da59895d8f
Author: Nick Morrott 
Date:   Thu Dec 21 21:04:31 2017 +

Update build-deps (internal switch to Test2::V0)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 431f516..e22eeb8 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep: libeval-closure-perl,
  libspecio-perl,
  libtest-without-module-perl,
  libtest2-plugin-nowarnings-perl,
- libtest2-suite-perl,
+ libtest2-suite-perl (>=0.71),
  libtype-tiny-perl,
  perl,
  perl (>= 5.19.3) | libscalar-list-utils-perl (>= 1:1.29),

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


[libparams-validationcompiler-perl] 01/03: Update upstream source from tag 'upstream/0.26'

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

nickm-guest pushed a commit to branch master
in repository libparams-validationcompiler-perl.

commit 2c5179f1385e1b12491c2b3eee24613b935dd839
Merge: 150cc9e a692a70
Author: Nick Morrott 
Date:   Thu Dec 21 20:47:44 2017 +

Update upstream source from tag 'upstream/0.26'

Update to upstream version '0.26'
with Debian dir 117e1bf5a851692815920964ff15d970a9b73987

 CONTRIBUTING.md |   2 +-
 Changes |  18 
 MANIFEST|   4 +-
 META.json   | 151 ++--
 META.yml| 150 +--
 Makefile.PL |   8 +-
 README.md   |  15 +--
 appveyor.yml|  17 
 cpanfile|   3 +-
 eg/bench-named.pl   | 139 -
 eg/bench-pos.pl | 126 +++
 lib/Params/ValidationCompiler.pm|  17 ++--
 lib/Params/ValidationCompiler/Compiler.pm   |  75 --
 lib/Params/ValidationCompiler/Exceptions.pm |   4 +-
 t/00-report-prereqs.dd  |   3 +-
 t/00-report-prereqs.t   |  18 +++-
 t/default.t |   2 +-
 t/exceptions.t  |  25 +
 t/moose.t   |   2 +-
 t/name-fails.t  |   2 +-
 t/name.t|   2 +-
 t/named/args-check.t|  10 +-
 t/named/const-hash.t|   2 +-
 t/named/locked-hash.t   |   2 +-
 t/named/required.t  |   2 +-
 t/named/slurpy.t|   6 +-
 t/pairs-to-value-list.t |   2 +-
 t/positional/default.t  |   2 +-
 t/positional/required.t |   4 +-
 t/positional/slurpy.t   |  10 +-
 t/self-check.t  |   2 +-
 t/source_for.t  |   2 +-
 t/specio.t  |   2 +-
 t/type-tiny.t   |   2 +-
 tidyall.ini |  21 +---
 xt/author/00-compile.t  |   4 +-
 xt/author/eol.t |   1 +
 xt/author/no-tabs.t |   1 +
 38 files changed, 514 insertions(+), 344 deletions(-)

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


[libparams-validationcompiler-perl] branch master updated (150cc9e -> 771175a)

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

nickm-guest pushed a change to branch master
in repository libparams-validationcompiler-perl.

  from  150cc9e   update changelog
  adds  a692a70   New upstream version 0.26
   new  2c5179f   Update upstream source from tag 'upstream/0.26'
   new  20f5832   Update build-deps (internal switch to Test2::V0)
   new  771175a   Releasing package libparams-validationcompiler-perl 
version 0.26-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:
 CONTRIBUTING.md |   2 +-
 Changes |  18 
 MANIFEST|   4 +-
 META.json   | 151 ++--
 META.yml| 150 +--
 Makefile.PL |   8 +-
 README.md   |  15 +--
 appveyor.yml|  17 
 cpanfile|   3 +-
 debian/changelog|   9 +-
 debian/control  |   2 +-
 eg/bench-named.pl   | 139 -
 eg/bench-pos.pl | 126 +++
 lib/Params/ValidationCompiler.pm|  17 ++--
 lib/Params/ValidationCompiler/Compiler.pm   |  75 --
 lib/Params/ValidationCompiler/Exceptions.pm |   4 +-
 t/00-report-prereqs.dd  |   3 +-
 t/00-report-prereqs.t   |  18 +++-
 t/default.t |   2 +-
 t/exceptions.t  |  25 +
 t/moose.t   |   2 +-
 t/name-fails.t  |   2 +-
 t/name.t|   2 +-
 t/named/args-check.t|  10 +-
 t/named/const-hash.t|   2 +-
 t/named/locked-hash.t   |   2 +-
 t/named/required.t  |   2 +-
 t/named/slurpy.t|   6 +-
 t/pairs-to-value-list.t |   2 +-
 t/positional/default.t  |   2 +-
 t/positional/required.t |   4 +-
 t/positional/slurpy.t   |  10 +-
 t/self-check.t  |   2 +-
 t/source_for.t  |   2 +-
 t/specio.t  |   2 +-
 t/type-tiny.t   |   2 +-
 tidyall.ini |  21 +---
 xt/author/00-compile.t  |   4 +-
 xt/author/eol.t |   1 +
 xt/author/no-tabs.t |   1 +
 40 files changed, 522 insertions(+), 347 deletions(-)
 create mode 100644 appveyor.yml
 create mode 100644 t/exceptions.t

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


[libmojo-pg-perl] annotated tag debian/4.04-1 created (now 36c2da5)

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

gregoa pushed a change to annotated tag debian/4.04-1
in repository libmojo-pg-perl.

at  36c2da5   (tag)
   tagging  8a0f3d85712b0091f2b6dcb8b4fac554998a280a (commit)
  replaces  debian/4.03-1
 tagged by  gregor herrmann
on  Thu Dec 21 22:15:35 2017 +0100

- Log -
tagging package libmojo-pg-perl version debian/4.04-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlo8JHdfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZr1g//av0d8s9VhOCkckA3vxoXukJxGhYk1T67KUNm46QOA6RyEey30tgTa97+
JsOqT/65OSFXn//JxlkOMOa3WooPDVX6uocxeMQECd9YrG80Br1jYlcKFCubLt0B
nkROvqaTWMk4geUreofmSmp4i2dVIc55h3HizMwz/EhaSgKN3AM+uajRZHFXcHr0
lQFU5tPwNBOv0mH6bHZvFgL1gTfBeoPoMJzCsozwv726GVPGG/4/N0mCbEFm8gth
3eJAwgpgCU9oClxJUv6j1uPji/0pguH5SYgSzRp2todfVhia7/95oWseHNQRiV2g
GyUA5Q9PgTEcbokE65TlGazibTwOHs5OpPfUQv/eFbHvgQKW/sngDtV8yrtkMgK7
5//onTtTZr0TiPLS92KjZW0bWfzHBWqPPycnlVB0f+6v2wa7ij97lfrdk0sexafj
0+N3JNFJrIzfxwZ7Pyr3UMERglAkllVHZAsy4Vl6e55RK7fzvbk1Vkh1eqTooTCL
a4btnu8unj4RMOdK6yC+YQTCBP7wgVPZBCaZx4gOOKuSNHQfgOUexYrhiM0Fz6gB
rBOeSJccHk8NGL16LSnROqogKXymK4ZYYNBtsTT7xkN6EMUrQjCMUWccWxKBSsTK
KCcqq8zWdRsC3WgQrnN8EeY/nZfcPS0AABKJEWvh4IAp69XxMSo=
=vG+1
-END PGP SIGNATURE-

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

Nick Morrott (3):
  New upstream version 4.04
  Update upstream source from tag 'upstream/4.04'
  Releasing package libmojo-pg-perl version 4.04-1

---

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/libmojo-pg-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


[libnet-sip-perl] annotated tag upstream/0.812 created (now 5221506)

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

dmn pushed a change to annotated tag upstream/0.812
in repository libnet-sip-perl.

at  5221506   (tag)
   tagging  f023ff465de3011037871b97664c494e2fb8790e (commit)
  replaces  upstream/0.811
 tagged by  Damyan Ivanov
on  Thu Dec 21 20:57:59 2017 +

- Log -
Upstream version 0.812

Damyan Ivanov (1):
  New upstream version 0.812

---

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/libnet-sip-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


[libnet-sip-perl] 01/03: Update upstream source from tag 'upstream/0.812'

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

dmn pushed a commit to branch master
in repository libnet-sip-perl.

commit 70f8a9af9691c00e5fb95b4ad9eff41215704da0
Merge: f41484d f023ff4
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:57:59 2017 +

Update upstream source from tag 'upstream/0.812'

Update to upstream version '0.812'
with Debian dir b7a9f8e7e3414fd9c84dea256605fbee4ab5fae2

 Changes   | 11 +++
 META.json |  2 +-
 META.yml  |  2 +-
 lib/Net/SIP.pm|  2 +-
 lib/Net/SIP/Debug.pm  |  2 +-
 lib/Net/SIP/Leg.pm|  7 ---
 lib/Net/SIP/StatelessProxy.pm | 29 -
 7 files changed, 39 insertions(+), 16 deletions(-)

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


[libnet-sip-perl] annotated tag debian/0.812-1 created (now 2275e86)

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

dmn pushed a change to annotated tag debian/0.812-1
in repository libnet-sip-perl.

at  2275e86   (tag)
   tagging  153c14ed4e6df63806e7e7b5f55184669088da12 (commit)
  replaces  debian/0.811-1
 tagged by  Damyan Ivanov
on  Thu Dec 21 21:14:42 2017 +

- Log -
tagging package libnet-sip-perl version debian/0.812-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlo8JEIACgkQ276dTZnS
oAQrmxAAiS1n4HRGGBxv8mzVh2McGHKaTRYxxqzWJDPNLphm/zF07A0BdBfMgZo4
tTJC+HaRH/xQB0HlFiqkzIFDTnFLqirw3oC0HiJIgYO4K1WjtDMRuqIaYikCmMbp
g7KLzW3Nw2X/o6gBWiS34vyHX3wFx9QJNHReVG6dLe2rsGmZzbvWdrecmWuG1+Hz
Ly/aZBjYGxU1nw+i+KygObjPneefIokqwD8NDs8Wa5rGM+3bmvk3brrowpR1YgaB
Fl/m0/vFnIbZeK7jd1x77Tsc8p/O0ujrCp3UlI8fvZn49MnFeir/MH40GV0udKCM
XpQUSqQV4q6xY6lNKP/KIDHCSt4n/jvubSW5ve2+G73r+UjNjReP1RjxW2eyFnH8
zDsjjWKsGF1umM+yS82s3lzV6uB7cq2Dh4u+WwddKkLJMtCUE8z7TKS+noDvihKF
/kHUAPYAhRv19NNE19BTUJOL9z8Xo/rekDJsy1kVYU7F8ZG6csnQql6Y16GXqfiA
3PZiz5QJZMoqCGgNnMprqEBF9VgC+F4+BOrfJfn3c4mZ73ckoR0PCh9OWSZKpeFe
7qxkWNyaaP6DvQKg6ccOKfmeGD93vrg/BAb72c0m/HY5P0ZnWDobryq2JpYxPzuX
9KaiSk6CQPJitHUbgwejUXEG9OXBb5Wo9ZJMqUSWr/3YX+O1B6g=
=9KFz
-END PGP SIGNATURE-

Damyan Ivanov (6):
  declare conformance with Policy 4.1.2 (no changes needed)
  update changelog
  New upstream version 0.812
  Update upstream source from tag 'upstream/0.812'
  add pod-spelling.patch fixing a small typo
  releasing package libnet-sip-perl version 0.812-1

---

This annotated tag includes the following new commits:

   new  70f8a9a   Update upstream source from tag 'upstream/0.812'
   new  e9782ee   add pod-spelling.patch fixing a small typo
   new  153c14e   releasing package libnet-sip-perl version 0.812-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/libnet-sip-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


[libnet-sip-perl] 02/03: add pod-spelling.patch fixing a small typo

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

dmn pushed a commit to branch master
in repository libnet-sip-perl.

commit e9782ee5febb4cb6d2c925b0c37b729c6b1197ff
Author: Damyan Ivanov 
Date:   Thu Dec 21 21:10:06 2017 +

add pod-spelling.patch fixing a small typo
---
 debian/patches/pod-spelling.patch | 15 +++
 debian/patches/series |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/pod-spelling.patch 
b/debian/patches/pod-spelling.patch
new file mode 100644
index 000..6bd0a64
--- /dev/null
+++ b/debian/patches/pod-spelling.patch
@@ -0,0 +1,15 @@
+Description: wil → will typo in Net::SIP::Registrar's POD
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123928
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123928
+Author: Damyan Ivanov 
+--- a/lib/Net/SIP/Registrar.pod
 b/lib/Net/SIP/Registrar.pod
+@@ -80,7 +80,7 @@ C<< 423 Interval too brief >> if the req
+ is too small, or C<< 200 Ok >> if the expires time is 0 (e.g. the
+ client should be unregistered) or greater or equal B.
+ 
+-In case of a successful response it wil also update the internal
++In case of a successful response it will also update the internal
+ registry information.
+ 
+ =item query ( ADDR )
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..ad85da2
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-spelling.patch

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

[libnet-sip-perl] branch master updated (f41484d -> 153c14e)

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

dmn pushed a change to branch master
in repository libnet-sip-perl.

  from  f41484d   update changelog
  adds  f023ff4   New upstream version 0.812
   new  70f8a9a   Update upstream source from tag 'upstream/0.812'
   new  e9782ee   add pod-spelling.patch fixing a small typo
   new  153c14e   releasing package libnet-sip-perl version 0.812-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:
 Changes   | 11 +++
 META.json |  2 +-
 META.yml  |  2 +-
 debian/changelog  |  6 --
 debian/patches/pod-spelling.patch | 15 +++
 debian/patches/series |  1 +
 lib/Net/SIP.pm|  2 +-
 lib/Net/SIP/Debug.pm  |  2 +-
 lib/Net/SIP/Leg.pm|  7 ---
 lib/Net/SIP/StatelessProxy.pm | 29 -
 10 files changed, 59 insertions(+), 18 deletions(-)
 create mode 100644 debian/patches/pod-spelling.patch
 create mode 100644 debian/patches/series

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


[libnet-sip-perl] 03/03: releasing package libnet-sip-perl version 0.812-1

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

dmn pushed a commit to branch master
in repository libnet-sip-perl.

commit 153c14ed4e6df63806e7e7b5f55184669088da12
Author: Damyan Ivanov 
Date:   Thu Dec 21 21:14:42 2017 +

releasing package libnet-sip-perl version 0.812-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bdbd681..8cba6d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libnet-sip-perl (0.811-2) UNRELEASED; urgency=medium
+libnet-sip-perl (0.812-1) unstable; urgency=medium
 
   * declare conformance with Policy 4.1.2 (no changes needed)
+  * New upstream version 0.812
+  * add pod-spelling.patch fixing a small typo
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:46:35 +
+ -- Damyan Ivanov   Thu, 21 Dec 2017 21:10:28 +
 
 libnet-sip-perl (0.811-1) unstable; urgency=medium
 

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


[libnet-sip-perl] 01/01: pristine-tar data for libnet-sip-perl_0.812.orig.tar.gz

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

dmn pushed a commit to branch pristine-tar
in repository libnet-sip-perl.

commit 166a46c33e24d9c047ca57d4ae9da63f1e6b7b50
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:57:59 2017 +

pristine-tar data for libnet-sip-perl_0.812.orig.tar.gz
---
 libnet-sip-perl_0.812.orig.tar.gz.delta | Bin 0 -> 4287 bytes
 libnet-sip-perl_0.812.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-sip-perl_0.812.orig.tar.gz.delta 
b/libnet-sip-perl_0.812.orig.tar.gz.delta
new file mode 100644
index 000..ef3f975
Binary files /dev/null and b/libnet-sip-perl_0.812.orig.tar.gz.delta differ
diff --git a/libnet-sip-perl_0.812.orig.tar.gz.id 
b/libnet-sip-perl_0.812.orig.tar.gz.id
new file mode 100644
index 000..3960edc
--- /dev/null
+++ b/libnet-sip-perl_0.812.orig.tar.gz.id
@@ -0,0 +1 @@
+9f9cbd57241b0b4ea0510ec807c0b912c63d32f8

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


[libnet-sip-perl] branch pristine-tar updated (097a774 -> 166a46c)

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

dmn pushed a change to branch pristine-tar
in repository libnet-sip-perl.

  from  097a774   pristine-tar data for libnet-sip-perl_0.811.orig.tar.gz
   new  166a46c   pristine-tar data for libnet-sip-perl_0.812.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:
 libnet-sip-perl_0.812.orig.tar.gz.delta | Bin 0 -> 4287 bytes
 libnet-sip-perl_0.812.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-sip-perl_0.812.orig.tar.gz.delta
 create mode 100644 libnet-sip-perl_0.812.orig.tar.gz.id

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


[libmojo-pg-perl] annotated tag upstream/4.04 created (now 2a3e056)

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

nickm-guest pushed a change to annotated tag upstream/4.04
in repository libmojo-pg-perl.

at  2a3e056   (tag)
   tagging  20daceffc513862af04452035a1a86cb9ba94837 (commit)
  replaces  upstream/4.03
 tagged by  Nick Morrott
on  Thu Dec 21 20:43:10 2017 +

- Log -
Upstream version 4.04

Nick Morrott (1):
  New upstream version 4.04

---

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/libmojo-pg-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


[libmojo-pg-perl] 01/01: pristine-tar data for libmojo-pg-perl_4.04.orig.tar.gz

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

nickm-guest pushed a commit to branch pristine-tar
in repository libmojo-pg-perl.

commit 4da2c5cdf4f0134ce86b28e8df7afefe203d5ae6
Author: Nick Morrott 
Date:   Thu Dec 21 20:43:10 2017 +

pristine-tar data for libmojo-pg-perl_4.04.orig.tar.gz
---
 libmojo-pg-perl_4.04.orig.tar.gz.delta | Bin 0 -> 2418 bytes
 libmojo-pg-perl_4.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmojo-pg-perl_4.04.orig.tar.gz.delta 
b/libmojo-pg-perl_4.04.orig.tar.gz.delta
new file mode 100644
index 000..87db75c
Binary files /dev/null and b/libmojo-pg-perl_4.04.orig.tar.gz.delta differ
diff --git a/libmojo-pg-perl_4.04.orig.tar.gz.id 
b/libmojo-pg-perl_4.04.orig.tar.gz.id
new file mode 100644
index 000..6eb25c0
--- /dev/null
+++ b/libmojo-pg-perl_4.04.orig.tar.gz.id
@@ -0,0 +1 @@
+d343113a18cad2a67c348b3d6e36e411e277ab59

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


[libmojo-pg-perl] 02/02: Releasing package libmojo-pg-perl version 4.04-1

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

nickm-guest pushed a commit to branch master
in repository libmojo-pg-perl.

commit 8a0f3d85712b0091f2b6dcb8b4fac554998a280a
Author: Nick Morrott 
Date:   Thu Dec 21 20:44:44 2017 +

Releasing package libmojo-pg-perl version 4.04-1
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f89959c..870eda9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libmojo-pg-perl (4.03-2) UNRELEASED; urgency=medium
+libmojo-pg-perl (4.04-1) unstable; urgency=medium
 
+  [ Damyan Ivanov ]
   * declare conformance with Policy 4.1.2 (no changes needed)
 
- -- Damyan Ivanov   Sun, 03 Dec 2017 22:46:07 +
+  [ Nick Morrott ]
+  * New upstream version 4.04
+
+ -- Nick Morrott   Thu, 21 Dec 2017 20:44:08 +
 
 libmojo-pg-perl (4.03-1) unstable; urgency=medium
 

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


[libmojo-pg-perl] branch pristine-tar updated (b44a9db -> 4da2c5c)

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

nickm-guest pushed a change to branch pristine-tar
in repository libmojo-pg-perl.

  from  b44a9db   pristine-tar data for libmojo-pg-perl_4.03.orig.tar.gz
   new  4da2c5c   pristine-tar data for libmojo-pg-perl_4.04.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:
 libmojo-pg-perl_4.04.orig.tar.gz.delta | Bin 0 -> 2418 bytes
 libmojo-pg-perl_4.04.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmojo-pg-perl_4.04.orig.tar.gz.delta
 create mode 100644 libmojo-pg-perl_4.04.orig.tar.gz.id

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


[libmojo-pg-perl] branch master updated (a8cd8ee -> 8a0f3d8)

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

nickm-guest pushed a change to branch master
in repository libmojo-pg-perl.

  from  a8cd8ee   update changelog
  adds  20dacef   New upstream version 4.04
   new  379f6fd   Update upstream source from tag 'upstream/4.04'
   new  8a0f3d8   Releasing package libmojo-pg-perl version 4.04-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes   |  5 +
 META.json |  4 ++--
 META.yml  |  2 +-
 debian/changelog  |  8 ++--
 lib/Mojo/Pg.pm|  4 +++-
 lib/Mojo/Pg/Database.pm   | 14 +++---
 lib/Mojo/Pg/Migrations.pm | 35 ++-
 lib/Mojo/Pg/Results.pm|  9 -
 t/database.t  | 19 ++-
 t/migrations.t| 16 
 10 files changed, 88 insertions(+), 28 deletions(-)

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


[libmojo-pg-perl] 01/02: Update upstream source from tag 'upstream/4.04'

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

nickm-guest pushed a commit to branch master
in repository libmojo-pg-perl.

commit 379f6fdcafa425678c06880456128e5d18d4cb1d
Merge: a8cd8ee 20dacef
Author: Nick Morrott 
Date:   Thu Dec 21 20:43:10 2017 +

Update upstream source from tag 'upstream/4.04'

Update to upstream version '4.04'
with Debian dir eaf4fbc1427beb58ecca49d5b2b77ba6b678ea9f

 Changes   |  5 +
 META.json |  4 ++--
 META.yml  |  2 +-
 lib/Mojo/Pg.pm|  4 +++-
 lib/Mojo/Pg/Database.pm   | 14 +++---
 lib/Mojo/Pg/Migrations.pm | 35 ++-
 lib/Mojo/Pg/Results.pm|  9 -
 t/database.t  | 19 ++-
 t/migrations.t| 16 
 9 files changed, 82 insertions(+), 26 deletions(-)

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


[libmro-compat-perl] branch pristine-tar updated (d9dbe36 -> 86979e8)

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

dmn pushed a change to branch pristine-tar
in repository libmro-compat-perl.

  from  d9dbe36   pristine-tar data for libmro-compat-perl_0.12.orig.tar.gz
   new  86979e8   pristine-tar data for libmro-compat-perl_0.13.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:
 libmro-compat-perl_0.13.orig.tar.gz.delta | Bin 0 -> 1451 bytes
 libmro-compat-perl_0.13.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmro-compat-perl_0.13.orig.tar.gz.delta
 create mode 100644 libmro-compat-perl_0.13.orig.tar.gz.id

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


[libmro-compat-perl] 02/05: remove inc/Module/Install from d/copyright (disappeared upstream)

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

dmn pushed a commit to branch master
in repository libmro-compat-perl.

commit be733f30606e26646c3dbd581e96b3ebc9062dcf
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:52:30 2017 +

remove inc/Module/Install from d/copyright (disappeared upstream)
---
 debian/copyright | 6 --
 1 file changed, 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 799546a..960a67e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,12 +7,6 @@ Files: *
 Copyright: 2007-2008, Brandon L. Black, 
 License: Artistic or GPL-1+
 
-Files: inc/Module/*
-Copyright: 2002-2012, Adam Kennedy 
- 2002-2012, Audrey Tang 
- 2002-2012, Brian Ingerson 
-License: Artistic or GPL-1+
-
 Files: debian/*
 Copyright: 2007, Damyan Ivanov 
  2007-2009, Krzysztof Krzyżaniak (eloy) 

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

[libmro-compat-perl] branch master updated (d949ec7 -> 0aefbe1)

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

dmn pushed a change to branch master
in repository libmro-compat-perl.

  from  d949ec7   update changelog
  adds  285892a   New upstream version 0.13
   new  ce59e65   Update upstream source from tag 'upstream/0.13'
   new  be733f3   remove inc/Module/Install from d/copyright (disappeared 
upstream)
   new  3620dfc   bump debhelper compatibility level to 9
   new  eab96eb   declare conformance with Policy 4.1.2 (no changes)
   new  0aefbe1   releasing package libmro-compat-perl version 0.13-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog => Changes   |  30 +-
 MANIFEST   |  21 +-
 META.json  |  64 
 META.yml   |  27 +-
 Makefile.PL|  98 +-
 debian/changelog   |  10 +-
 debian/compat  |   2 +-
 debian/control |   4 +-
 debian/copyright   |   6 -
 inc/Module/Install.pm  | 470 ---
 inc/Module/Install/Base.pm |  83 -
 inc/Module/Install/Can.pm  | 154 -
 inc/Module/Install/Fetch.pm|  93 --
 inc/Module/Install/Makefile.pm | 418 
 inc/Module/Install/Metadata.pm | 722 -
 inc/Module/Install/Win32.pm|  64 
 inc/Module/Install/WriteAll.pm |  63 
 lib/MRO/Compat.pm  |   2 +-
 maint/Makefile.PL.include  |   9 +
 t/01use.t  |  10 -
 t/02pod.t  |  11 -
 t/03pod_coverage.t |  10 -
 t/10basic.t|   7 +-
 t/15pkg_gen.t  |   6 +-
 t/20mros.t |   7 +-
 xt/pod.t   |   7 +
 xt/pod_coverage.t  |   7 +
 27 files changed, 230 insertions(+), 2175 deletions(-)
 rename ChangeLog => Changes (75%)
 create mode 100644 META.json
 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 maint/Makefile.PL.include
 delete mode 100644 t/01use.t
 delete mode 100644 t/02pod.t
 delete mode 100644 t/03pod_coverage.t
 create mode 100644 xt/pod.t
 create mode 100644 xt/pod_coverage.t

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


[libmro-compat-perl] annotated tag upstream/0.13 created (now 530a5ef)

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

dmn pushed a change to annotated tag upstream/0.13
in repository libmro-compat-perl.

at  530a5ef   (tag)
   tagging  285892a217f7dd72ee4daf162a50d3e0fb456620 (commit)
  replaces  upstream/0.12
 tagged by  Damyan Ivanov
on  Thu Dec 21 20:51:40 2017 +

- Log -
Upstream version 0.13

Damyan Ivanov (1):
  New upstream version 0.13

---

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/libmro-compat-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


[libmro-compat-perl] 05/05: releasing package libmro-compat-perl version 0.13-1

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

dmn pushed a commit to branch master
in repository libmro-compat-perl.

commit 0aefbe1dedacf66a1e27d179f14516844e1eb53b
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:57:03 2017 +

releasing package libmro-compat-perl version 0.13-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8cc5c91..d715e33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmro-compat-perl (0.12-2) UNRELEASED; urgency=low
+libmro-compat-perl (0.13-1) unstable; urgency=low
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -18,7 +18,13 @@ libmro-compat-perl (0.12-2) UNRELEASED; urgency=low
   [ Alex Muntada ]
   * Remove inactive pkg-perl members from Uploaders.
 
- -- Salvatore Bonaccorso   Sun, 06 Jan 2013 22:04:28 +0100
+  [ Damyan Ivanov ]
+  * New upstream version 0.13
+  * remove inc/Module/Install from d/copyright (disappeared upstream)
+  * bump debhelper compatibility level to 9
+  * declare conformance with Policy 4.1.2 (no changes)
+
+ -- Damyan Ivanov   Thu, 21 Dec 2017 20:55:58 +
 
 libmro-compat-perl (0.12-1) unstable; urgency=low
 

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


[libmro-compat-perl] 01/01: pristine-tar data for libmro-compat-perl_0.13.orig.tar.gz

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

dmn pushed a commit to branch pristine-tar
in repository libmro-compat-perl.

commit 86979e894497eed1b1077703232983c12e3ded98
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:51:40 2017 +

pristine-tar data for libmro-compat-perl_0.13.orig.tar.gz
---
 libmro-compat-perl_0.13.orig.tar.gz.delta | Bin 0 -> 1451 bytes
 libmro-compat-perl_0.13.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmro-compat-perl_0.13.orig.tar.gz.delta 
b/libmro-compat-perl_0.13.orig.tar.gz.delta
new file mode 100644
index 000..5e4846a
Binary files /dev/null and b/libmro-compat-perl_0.13.orig.tar.gz.delta differ
diff --git a/libmro-compat-perl_0.13.orig.tar.gz.id 
b/libmro-compat-perl_0.13.orig.tar.gz.id
new file mode 100644
index 000..3db3b02
--- /dev/null
+++ b/libmro-compat-perl_0.13.orig.tar.gz.id
@@ -0,0 +1 @@
+18296744ceaa98af3643e02519ca781e0370a44e

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


[libmro-compat-perl] annotated tag debian/0.13-1 created (now 484e546)

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

dmn pushed a change to annotated tag debian/0.13-1
in repository libmro-compat-perl.

at  484e546   (tag)
   tagging  0aefbe1dedacf66a1e27d179f14516844e1eb53b (commit)
  replaces  debian/0.12-1
 tagged by  Damyan Ivanov
on  Thu Dec 21 20:57:03 2017 +

- Log -
tagging package libmro-compat-perl version debian/0.13-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlo8IB8ACgkQ276dTZnS
oATtIA//QxZ4oIdJl5c/Kep1HVpUKWq0lXuvol5FsxqnHevpYOkG8YFR0LcMPrr/
Q+0ySyKX9/vyxfqg7w0/7ArDBu+Gp36bIFuP8dcD1KmzQK8c0crhnxwIPwVO3Vmc
85udxV4nKwyTHybtQt11q9fokto3MTy82ZN3qSrlK+XaQa+hQA+zkJysfzU29Jju
O3R4uhhZ847VxyvhlglBmb9etjblYH3lPsYYLC4xSkiBrOC0kPW7ReOhT45kPLSu
bTiYCd8v/itsWFJnGBreMJ5JdZ/2RV6zkjiAW14LVSxqmHLfvkefL19rMtAD5pPz
Pp6dhCZ53Xu0MFyYMQgGzFmzD2V+NBW28JV13cxxNaq49qTcDyYAY+/7fywggR7w
4hsNZqs692tGAf+uwiDJ/TMZAh4tssFVa+eTeRwQTD3lNju5K+bgt0Ja1l2JSWUg
C3sA2R4ge+4yUp7YCLQ5VvKh/NN7NNmpQkckXTnf6adlfK2qZXziXj7mpwQBGDwP
eLWxYJi4VFGfRzyS6f2U+UQbsgc/6DEkZ4mSDiKERrus0bgfL2UceXYEQBijdhc0
k0AILVPiRcy7IqakaT/i59t9zVGb6mWoZqBvkCQ4GbCUuMKqMWd8A7PZ5h+SLKmn
NLG4/fdNX5aFCWv4zdBJO/tLX4JUIMKPPeGQet0Dkwcw4z1g6rw=
=q9Ys
-END PGP SIGNATURE-

Alex Muntada (2):
  Remove inactive pkg-perl members from Uploaders.
  update changelog

Damyan Ivanov (6):
  New upstream version 0.13
  Update upstream source from tag 'upstream/0.13'
  remove inc/Module/Install from d/copyright (disappeared upstream)
  bump debhelper compatibility level to 9
  declare conformance with Policy 4.1.2 (no changes)
  releasing package libmro-compat-perl version 0.13-1

Salvatore Bonaccorso (8):
  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 (6):
  Strip trailing slash from metacpan URLs.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog
  Remove Nathan Handler from Uploaders. Thanks for your work!
  update changelog

---

This annotated tag includes the following new commits:

   new  ce59e65   Update upstream source from tag 'upstream/0.13'
   new  be733f3   remove inc/Module/Install from d/copyright (disappeared 
upstream)
   new  3620dfc   bump debhelper compatibility level to 9
   new  eab96eb   declare conformance with Policy 4.1.2 (no changes)
   new  0aefbe1   releasing package libmro-compat-perl version 0.13-1

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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


[libmro-compat-perl] 01/05: Update upstream source from tag 'upstream/0.13'

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

dmn pushed a commit to branch master
in repository libmro-compat-perl.

commit ce59e65b6aff38567ff97c7fd9209ac2de9298a0
Merge: d949ec7 285892a
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:51:40 2017 +

Update upstream source from tag 'upstream/0.13'

Update to upstream version '0.13'
with Debian dir d301d8bf9329b1e676daeff9d75d48c6ac515ea3

 ChangeLog => Changes   |  30 +-
 MANIFEST   |  21 +-
 META.json  |  64 
 META.yml   |  27 +-
 Makefile.PL|  98 +-
 inc/Module/Install.pm  | 470 ---
 inc/Module/Install/Base.pm |  83 -
 inc/Module/Install/Can.pm  | 154 -
 inc/Module/Install/Fetch.pm|  93 --
 inc/Module/Install/Makefile.pm | 418 
 inc/Module/Install/Metadata.pm | 722 -
 inc/Module/Install/Win32.pm|  64 
 inc/Module/Install/WriteAll.pm |  63 
 lib/MRO/Compat.pm  |   2 +-
 maint/Makefile.PL.include  |   9 +
 t/01use.t  |  10 -
 t/02pod.t  |  11 -
 t/03pod_coverage.t |  10 -
 t/10basic.t|   7 +-
 t/15pkg_gen.t  |   6 +-
 t/20mros.t |   7 +-
 xt/pod.t   |   7 +
 xt/pod_coverage.t  |   7 +
 23 files changed, 219 insertions(+), 2164 deletions(-)

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


[libmro-compat-perl] 03/05: bump debhelper compatibility level to 9

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

dmn pushed a commit to branch master
in repository libmro-compat-perl.

commit 3620dfc8da8d51a85a2d540ed47f74b2f8308cc2
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:55:37 2017 +

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 fbf5660..dcab047 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Damyan Ivanov ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libclass-c3-perl (>= 0.24),
  libclass-c3-xs-perl,
  libtest-pod-coverage-perl,

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


[libmro-compat-perl] 04/05: declare conformance with Policy 4.1.2 (no changes)

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

dmn pushed a commit to branch master
in repository libmro-compat-perl.

commit eab96ebc59b1be380a2fe2af58586a7f75a1ee15
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:55:54 2017 +

declare conformance with Policy 4.1.2 (no changes)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index dcab047..79d0d8f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: libclass-c3-perl (>= 0.24),
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 4.1.2
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmro-compat-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmro-compat-perl.git
 Homepage: https://metacpan.org/release/MRO-Compat

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


[libmoosex-types-path-tiny-perl] 04/04: releasing package libmoosex-types-path-tiny-perl version 0.012-1

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

dmn pushed a commit to branch master
in repository libmoosex-types-path-tiny-perl.

commit faf7299c86c500b2d8d9de645525310618644f5d
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:50:38 2017 +

releasing package libmoosex-types-path-tiny-perl version 0.012-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6f0ea48..e44311b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmoosex-types-path-tiny-perl (0.011-2) UNRELEASED; urgency=medium
+libmoosex-types-path-tiny-perl (0.012-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -9,7 +9,12 @@ libmoosex-types-path-tiny-perl (0.011-2) UNRELEASED; 
urgency=medium
   [ Edward Betts ]
   * debian/upstream/metadata: update Repository URL - upstream has moved
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:05:35 +0100
+  [ Damyan Ivanov ]
+  * New upstream version 0.012
+  * add libmoosex-getopt-perl to (build) dependencies
+  * declare conformance with Policy 4.1.2 (no changes)
+
+ -- Damyan Ivanov   Thu, 21 Dec 2017 20:49:37 +
 
 libmoosex-types-path-tiny-perl (0.011-1) unstable; urgency=medium
 

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


[libmoosex-types-path-tiny-perl] annotated tag debian/0.012-1 created (now d452bb4)

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

dmn pushed a change to annotated tag debian/0.012-1
in repository libmoosex-types-path-tiny-perl.

at  d452bb4   (tag)
   tagging  faf7299c86c500b2d8d9de645525310618644f5d (commit)
  replaces  upstream/0.012
 tagged by  Damyan Ivanov
on  Thu Dec 21 20:50:38 2017 +

- Log -
tagging package libmoosex-types-path-tiny-perl version debian/0.012-1
-BEGIN PGP SIGNATURE-

iQIzBAABCAAdFiEErqDETssFbpNjDZ0z276dTZnSoAQFAlo8Hp4ACgkQ276dTZnS
oAStPA//UVytvTNwJM/O7L4aSqjzdvEptx2KqId7NFLbKmqAdBeABtpiXC2f4Q0h
dQBTWiyxmft/AR6i0YZu8k4TSbXux3j0B1ezPZOKDgSVp9Ij3j+CwaqbQ7dDE32R
ruhFR3x5Zgnh0c7F072qWfatk3aC0Rl9kQB0nw5YBNfFxCVTjkrhu/aFszr0lXrD
U+9fUDMQM6qwNXP6l5ghZwivlvauzS/nCCQQ6UPIMfan2IVdkjHmNLtVslxIJ6Sw
3uY5EyyuhSGrWu96TUtd4Y9RzNxqionyoixr6aRhHJ5JPtfROoALxAvxWObcloaJ
3SXUqbv5YMRxReTUO1oE2Gayaw0Qdf5yci8cvsx2UVjw1ihCIr77KMS7tukrSU+u
M/hgAwaVDDjAUMpj7LIW01XEYVz8brNpRl4Im3prmjf5cUVgu8my92bMn4c21Y1u
ycLOa/GOG3Su3NleQYQQ3QOoOj7q3kfWPGfFJVI9+FoJmDk/APtzaYLwZOGB7VxZ
JDH8B/dnijOIjIVr3m0CKZxlHmje1wxjcyG6R/iP9vY5afekcai1UT79rewTsjdY
0Y5zc3/w8kZM/N9rVU7abYxJIwZugkBBdDiiBq9hY/ApvTAvHLD4i2BFuTcaWib/
dDx7rUiZv832eiffeqOoEHeowhKBFeWJIL6XQFQA7hPqwdC25T0=
=nt75
-END PGP SIGNATURE-

Damyan Ivanov (10):
  Initial packaging by dh-make-perl
  extend long description
  remove copyright boilerplate
  move libmodule-build-tiny-perl from b-d-i to b-d
  require debhelper (>= 9.20130630~) for proper module-build-tiny support
  releasing package libmoosex-types-path-tiny-perl version 0.006-1
  Update upstream source from tag 'upstream/0.012'
  add libmoosex-getopt-perl to (build) dependencies
  declare conformance with Policy 4.1.2 (no changes)
  releasing package libmoosex-types-path-tiny-perl version 0.012-1

Edward Betts (1):
  update upstream/metadata Repository URL

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 (24):
  Merge tag 'upstream/0.007'
  New upstream release.
  Install new CONTRIBUTING file.
  Update build dependencies.
  cme: reformat debian/control
  releasing package libmoosex-types-path-tiny-perl version 0.007-1
  debian/control: bump required debhelper version for Module::Build::Tiny 
to 9.20140227.
  update changelog
  Merge tag 'upstream/0.010'
  New upstream release.
  debian/copyright: update Upstream-Contact.
  Drop version from libmodule-build-tiny-perl build-dep.
  releasing package libmoosex-types-path-tiny-perl version 0.010-1
  Add debian/upstream/metadata
  Update debian/changelog
  Merge tag 'upstream/0.011'
  Update debian/changelog
  debian/copyright: add upstream copyright year.
  Add (build) dependency on libnamespace-autoclean-perl.
  Declare compliance with Debian Policy 3.9.6.
  Mark package as autopkgtest-able.
  releasing package libmoosex-types-path-tiny-perl version 0.011-1
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  00d835a   Update upstream source from tag 'upstream/0.012'
   new  47be0ea   add libmoosex-getopt-perl to (build) dependencies
   new  1f8d9b9   declare conformance with Policy 4.1.2 (no changes)
   new  faf7299   releasing package libmoosex-types-path-tiny-perl version 
0.012-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/libmoosex-types-path-tiny-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


[libmoosex-types-path-tiny-perl] annotated tag upstream/0.012 created (now 00e1476)

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

dmn pushed a change to annotated tag upstream/0.012
in repository libmoosex-types-path-tiny-perl.

at  00e1476   (tag)
   tagging  3f56740c0c7928187c91f1df9c4533a4fd199798 (commit)
  replaces  upstream/0.011
 tagged by  Damyan Ivanov
on  Thu Dec 21 20:43:05 2017 +

- Log -
Upstream version 0.012

Damyan Ivanov (1):
  New upstream version 0.012

---

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/libmoosex-types-path-tiny-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


[libmoosex-types-path-tiny-perl] 01/01: pristine-tar data for libmoosex-types-path-tiny-perl_0.012.orig.tar.gz

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

dmn pushed a commit to branch pristine-tar
in repository libmoosex-types-path-tiny-perl.

commit 0078cf822f505a04a425b8d189f4602bfda22434
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:43:05 2017 +

pristine-tar data for libmoosex-types-path-tiny-perl_0.012.orig.tar.gz
---
 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta | Bin 0 -> 2182 bytes
 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta 
b/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta
new file mode 100644
index 000..86dd022
Binary files /dev/null and 
b/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta differ
diff --git a/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id 
b/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id
new file mode 100644
index 000..dcd1ba1
--- /dev/null
+++ b/libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id
@@ -0,0 +1 @@
+2a70fa29ccadd3738ad47821465a984924076d1a

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


[libmoosex-types-path-tiny-perl] branch pristine-tar updated (859d28b -> 0078cf8)

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

dmn pushed a change to branch pristine-tar
in repository libmoosex-types-path-tiny-perl.

  from  859d28b   pristine-tar data for 
libmoosex-types-path-tiny-perl_0.011.orig.tar.gz
   new  0078cf8   pristine-tar data for 
libmoosex-types-path-tiny-perl_0.012.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:
 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta | Bin 0 -> 2182 bytes
 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.delta
 create mode 100644 libmoosex-types-path-tiny-perl_0.012.orig.tar.gz.id

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


[libmoosex-types-path-tiny-perl] 01/04: Update upstream source from tag 'upstream/0.012'

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

dmn pushed a commit to branch master
in repository libmoosex-types-path-tiny-perl.

commit 00d835a8804a21097539a3e9703b3435f7bd2336
Merge: e7b4cb6 3f56740
Author: Damyan Ivanov 
Date:   Thu Dec 21 20:43:05 2017 +

Update upstream source from tag 'upstream/0.012'

Update to upstream version '0.012'
with Debian dir 39ade2398e2fa34810c3d0a43ef73ebc338ea1cd

 Build.PL  |  61 ++-
 CONTRIBUTING  |  31 +-
 Changes   |  22 +-
 INSTALL   |  15 +-
 LICENSE => LICENCE|   0
 MANIFEST  |  19 +-
 META.json | 832 +++---
 META.yml  | 618 -
 Makefile.PL   |  52 +--
 README|   4 +-
 dist.ini  |  20 +-
 lib/MooseX/Types/Path/Tiny.pm |  66 ++-
 t/00-report-prereqs.dd| 102 +++--
 t/00-report-prereqs.t |  31 +-
 t/06-fully-qualified.t|   4 +-
 t/arrayref.t  |   2 +-
 t/zzz-check-breaks.t  |  14 +-
 weaver.ini|   6 -
 xt/author/00-compile.t|  22 +-
 xt/author/clean-namespaces.t  |  14 +-
 xt/author/{no-tabs.t => eol.t}|  22 +-
 xt/{release => author}/kwalitee.t |   2 +-
 xt/author/mojibake.t  |   9 +
 xt/author/no-tabs.t   |  18 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t |  30 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   3 +-
 xt/release/changes_has_content.t  |   2 +-
 xt/release/cpan-changes.t |   9 +-
 xt/release/eol.t  |   8 -
 xt/release/minimum-version.t  |   2 +-
 xt/release/mojibake.t |  12 -
 34 files changed, 1318 insertions(+), 735 deletions(-)

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