[pkg-perl-tools] 02/02: update changelog

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 8f41d2e097162b6a5b7e9fd1118fc74ae6780f09
Author: gregor herrmann 
Date:   Wed Feb 14 21:52:24 2018 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 033aab1..a518898 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -71,6 +71,9 @@ pkg-perl-tools (0.40) UNRELEASED; urgency=medium
   * Test::Spelling: fix some mistakes, add some stopwords.
   * Add lintian overrides for binary-package-depends-on-toolchain-package
 (debhelper/cdbs).
+  * dpt-get-ubuntu-packages: use udd-mirror.debian.net instead of ssh'ing
+into Alioth and using udd itself.
+Additionally remove trailing whitespace.
 
  -- Damyan Ivanov   Sun, 03 Dec 2017 21:31:34 +
 

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

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


[pkg-perl-tools] 01/02: dpt-get-ubuntu-packages: use udd-mirror.debian.net

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit efcc14a939b0486074857f9a4402025c5bc4f6c8
Author: gregor herrmann 
Date:   Wed Feb 14 21:51:01 2018 +0100

dpt-get-ubuntu-packages: use udd-mirror.debian.net

instead of ssh'ing into Alioth and using udd itself.

Additionally remove trailing whitespace.
---
 debian/copyright|  1 +
 scripts/get-ubuntu-packages | 33 +
 2 files changed, 18 insertions(+), 16 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 3c34e29..4cbb5e3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -105,6 +105,7 @@ License: GPL-3+
 
 Files: scripts/get-ubuntu-packages
 Copyright: 2012, Nathan Handler 
+ 2018, gregor herrmann 
 License: ISC
 
 Files: scripts/github-oauth
diff --git a/scripts/get-ubuntu-packages b/scripts/get-ubuntu-packages
index 36a0f21..849845b 100755
--- a/scripts/get-ubuntu-packages
+++ b/scripts/get-ubuntu-packages
@@ -14,32 +14,33 @@ get-ubuntu-packages - returns the list of packages which 
are maintained by debia
  
 =head1 DESCRIPTION
 
-This script will connect to alioth.d.o (ssh access is needed) and then query
-the list of packages from udd which are originated from the B
-and are in B.
+This script will query the list of packages from the udd database at
+udd-mirror.debian.net which are originated from the B and
+are in B.
 One package per line. Its output can later piped to other scripts like
 L.
 
 =head1 COPYRIGHT & LICENSE
 
-Nathan Handler    
-   
-Permission to use, copy, modify, and/or distribute this software for any   
-purpose with or without fee is hereby granted, provided that the above 
-copyright notice and this permission notice appear in all copies.  
-   
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH  
-REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
-AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,   
-INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
-LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR  
-OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 
+2012, Nathan Handler 
+2018, gregor herrmann 
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 PERFORMANCE OF THIS SOFTWARE.
 
 =cut
 EOPOD
 
-ssh alioth.debian.org psql -U guest -h udd.debian.org -p 5452 -t udd << EOF
+PGPASSWORD=udd-mirror psql --host=udd-mirror.debian.net --user=udd-mirror 
--port 5432 --tuples-only udd << EOF
 SELECT source from ubuntu_packages
 WHERE maintainer='Debian Perl Group 
'
 OR original_maintainer='Debian Perl Group 
'

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

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


[pkg-perl-tools] branch master updated (2799601 -> 8f41d2e)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  2799601   dpg-salsa: createrepo: disable wiki
   new  efcc14a   dpt-get-ubuntu-packages: use udd-mirror.debian.net
   new  8f41d2e   update changelog

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|  3 +++
 debian/copyright|  1 +
 scripts/get-ubuntu-packages | 33 +
 3 files changed, 21 insertions(+), 16 deletions(-)

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

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


[libplack-perl] 03/03: releasing package libplack-perl version 1.0047-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit b33c19882e373fd83120a8409653db1188f788fd
Author: gregor herrmann 
Date:   Wed Feb 14 21:43:34 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0fab3dc..ccab72c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libplack-perl (1.0047-1) UNRELEASED; urgency=medium
+libplack-perl (1.0047-1) unstable; urgency=medium
 
-  * Import upstream version 1.0047
+  * Import upstream version 1.0047.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:38:05 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:40:41 +0100
 
 libplack-perl (1.0045-1) unstable; urgency=medium
 

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


[libplack-perl] 02/03: Update debian/changelog

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 47ef422a50d8077e26d98c009fe887500ecd6893
Author: gregor herrmann 
Date:   Wed Feb 14 21:38:05 2018 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 20d0675..0fab3dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libplack-perl (1.0047-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 1.0047
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:38:05 +0100
+
 libplack-perl (1.0045-1) unstable; urgency=medium
 
   [ Alex Muntada ]

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


[libplack-perl] branch pristine-tar updated (9c9313f -> 88b7f65)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  9c9313f   pristine-tar data for libplack-perl_1.0045.orig.tar.gz
   new  88b7f65   pristine-tar data for libplack-perl_1.0047.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:
 libplack-perl_1.0047.orig.tar.gz.delta | Bin 0 -> 8883 bytes
 libplack-perl_1.0047.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libplack-perl_1.0047.orig.tar.gz.delta
 create mode 100644 libplack-perl_1.0047.orig.tar.gz.id

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


[libplack-perl] annotated tag upstream/1.0047 created (now ea53eea)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.0047
in repository libplack-perl.

at  ea53eea   (tag)
   tagging  a10ebc855c40d0c306b424f8388a10287e43cd8d (commit)
  replaces  upstream/1.0045
 tagged by  gregor herrmann
on  Wed Feb 14 21:38:05 2018 +0100

- Log -
Upstream version 1.0047

Andrew Fresh (2):
  Add support for the psgix.cleanup extension
  Improve cleanup handling

Piotr Roszatycki (2):
  Do not set if TCP_NODELAY is not available
  Do not call `eval` in every request

Tatsuhiko Miyagawa (6):
  Merge pull request #610 from GrantStreetGroup/Add_psgix.cleanup_support
  Merge pull request #579 from dex4er/bugfix_android_tcp_nodelay
  add newer perls
  1.0046
  skip fcgi_cleanup outside release engineering. Fixes #611
  1.0047

gregor herrmann (1):
  New upstream version 1.0047

---

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


[libplack-perl] annotated tag debian/1.0047-1 created (now f86b2e8)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.0047-1
in repository libplack-perl.

at  f86b2e8   (tag)
   tagging  b33c19882e373fd83120a8409653db1188f788fd (commit)
  replaces  debian/1.0045-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:43:34 2018 +0100

- Log -
tagging package libplack-perl version debian/1.0047-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEn3ZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaZzw/9Hg6DdS5LEQ3GNbfDqpmToykmt7SGzfTzXeNfRf6vjhIVZGPPx1eGlUYQ
3r4jQx8HW+u2g2/WTO4UufBTbMrgqYm/mWlYb56OeF5ijFgOWob58wNoNZgs9wnP
eB+8/ib25h3KKDuva90GEsni5LHGZ2sB0Ghm6dwQDDrrDOpES/w9TOVJ1+uL9r3r
oYXmDkcvwucWIm1ThDP+O26mf9yoh8OnS4XGBlGwWuKlwsaV6NnEsjWnGzSOvCnM
1P/Kfje//p6PvrzFGOb7pj6772GEwqIu0rgCjBfLJ2TmHmV+OYXaUmykJhWjhRp/
g0V+gprSjFFUO02ykWq6mS3agGeFWpXsLW28efH01JYfuTUPaBakPUT/uMHIAb9f
X+OyVCUkZ2hJHG7WIAouVDkFS5k7wcNLfNE6e6YfYsW1iz3dzuifOpE+hy0lOhwD
cNAQ3//Z+TF1rJCUgMfBmXfsHxDIJi63W3qYQHTHl4ttZHuqJB2jPb5ZP5odgBdq
edEUcB/y+r/AvspvmyiMXCk4JFEcPW0jfIgnyqvXafBw3mOm0XMKJ6odItVOsNzc
x8X2k+m2F2UfCFi2jonKcFqJTkfCGtYRaqCTB6PeB4dckX6DLxakkNjIz+F/VTN/
b/9qGmj/nPUQqb9IT+Ej6wpxDMHHBZfsgypnj5uzcCjqnlpwPhc=
=HO/g
-END PGP SIGNATURE-

Andrew Fresh (2):
  Add support for the psgix.cleanup extension
  Improve cleanup handling

Piotr Roszatycki (2):
  Do not set if TCP_NODELAY is not available
  Do not call `eval` in every request

Tatsuhiko Miyagawa (6):
  Merge pull request #610 from GrantStreetGroup/Add_psgix.cleanup_support
  Merge pull request #579 from dex4er/bugfix_android_tcp_nodelay
  add newer perls
  1.0046
  skip fcgi_cleanup outside release engineering. Fixes #611
  1.0047

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

---

This annotated tag includes the following new commits:

   new  1ffe637   Update upstream source from tag 'upstream/1.0047'
   new  47ef422   Update debian/changelog
   new  b33c198   releasing package libplack-perl version 1.0047-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/libplack-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


[libplack-perl] 01/01: pristine-tar data for libplack-perl_1.0047.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 88b7f654075e0e5a4e329ddf655a7bc8b7b0cd02
Author: gregor herrmann 
Date:   Wed Feb 14 21:38:05 2018 +0100

pristine-tar data for libplack-perl_1.0047.orig.tar.gz
---
 libplack-perl_1.0047.orig.tar.gz.delta | Bin 0 -> 8883 bytes
 libplack-perl_1.0047.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libplack-perl_1.0047.orig.tar.gz.delta 
b/libplack-perl_1.0047.orig.tar.gz.delta
new file mode 100644
index 000..24ba193
Binary files /dev/null and b/libplack-perl_1.0047.orig.tar.gz.delta differ
diff --git a/libplack-perl_1.0047.orig.tar.gz.id 
b/libplack-perl_1.0047.orig.tar.gz.id
new file mode 100644
index 000..3f6914f
--- /dev/null
+++ b/libplack-perl_1.0047.orig.tar.gz.id
@@ -0,0 +1 @@
+3cda45b5e44d0d8203c004b6c4aef0e21e91ca68

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


[libplack-perl] branch master updated (02260c6 -> b33c198)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  02260c6   releasing package libplack-perl version 1.0045-1
  adds  d15bedd   Add support for the psgix.cleanup extension
  adds  bba7ac3   Improve cleanup handling
  adds  62b3e31   Merge pull request #610 from 
GrantStreetGroup/Add_psgix.cleanup_support
  adds  9b39eec   Do not set if TCP_NODELAY is not available
  adds  0b33e36   Do not call `eval` in every request
  adds  ce77a4c   Merge pull request #579 from 
dex4er/bugfix_android_tcp_nodelay
  adds  2294af5   add newer perls
  adds  35cf8a6   1.0046
  adds  1b97d5f   skip fcgi_cleanup outside release engineering. Fixes #611
  adds  6110894   1.0047
  adds  a10ebc8   New upstream version 1.0047
   new  1ffe637   Update upstream source from tag 'upstream/1.0047'
   new  47ef422   Update debian/changelog
   new  b33c198   releasing package libplack-perl version 1.0047-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 
 MANIFEST   |   1 +
 META.json  |   3 +-
 META.yml   |   3 +-
 Makefile.PL|   2 +-
 debian/changelog   |   6 ++
 lib/HTTP/Server/PSGI.pm|  10 ++-
 lib/Plack.pm   |   2 +-
 lib/Plack/Handler/FCGI.pm  |  46 ++
 lib/Plack/Request.pm   |   2 +-
 lib/Plack/Response.pm  |   2 +-
 t/Plack-Handler/fcgi_cleanup.t | 140 +
 12 files changed, 219 insertions(+), 9 deletions(-)
 create mode 100644 t/Plack-Handler/fcgi_cleanup.t

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


[libplack-perl] 01/03: Update upstream source from tag 'upstream/1.0047'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 1ffe6374c47be7c36aff3dd58aeb8d50bb1368cc
Merge: 02260c6 a10ebc8
Author: gregor herrmann 
Date:   Wed Feb 14 21:38:05 2018 +0100

Update upstream source from tag 'upstream/1.0047'

Update to upstream version '1.0047'
with Debian dir 48ea11278a05decebdda32935d7b8072312a71db

 Changes|  11 
 MANIFEST   |   1 +
 META.json  |   3 +-
 META.yml   |   3 +-
 Makefile.PL|   2 +-
 lib/HTTP/Server/PSGI.pm|  10 ++-
 lib/Plack.pm   |   2 +-
 lib/Plack/Handler/FCGI.pm  |  46 ++
 lib/Plack/Request.pm   |   2 +-
 lib/Plack/Response.pm  |   2 +-
 t/Plack-Handler/fcgi_cleanup.t | 140 +
 11 files changed, 213 insertions(+), 9 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libplack-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-ip-xs-perl] branch master updated (1ccd230 -> c2519ff)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libnet-ip-xs-perl.

  from  1ccd230   releasing package libnet-ip-xs-perl version 0.20-1
  adds  5dbe90c   New upstream version 0.21
   new  7671c58   Update upstream source from tag 'upstream/0.21'
   new  fcc26d1   Update debian/changelog
   new  a093884   Update years of upstream copyright.
   new  c2519ff   releasing package libnet-ip-xs-perl version 0.21-1

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


Summary of changes:
 Changes  | 4 
 META.json| 6 +++---
 META.yml | 6 +++---
 NetIpXs.xs   | 2 +-
 README   | 2 +-
 debian/changelog | 8 
 debian/copyright | 2 +-
 functions.c  | 2 +-
 functions.h  | 2 +-
 lib/Net/IP/XS.pm | 4 ++--
 object.c | 9 +++--
 object.h | 2 +-
 12 files changed, 29 insertions(+), 20 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] 03/04: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ip-xs-perl.

commit a0938848afe80f14cef029cab1041081d897f09a
Author: gregor herrmann 
Date:   Wed Feb 14 21:30:13 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 8238956..5cda0d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Tom Harrison 
 Upstream-Name: Net-IP-XS
 
 Files: *
-Copyright: 2010-2016 Tom Harrison
+Copyright: 2010-2018 Tom Harrison
   2006 Free Software Foundation
   1999-2002 RIPE NCC
 License: GPL-2+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] 01/04: Update upstream source from tag 'upstream/0.21'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ip-xs-perl.

commit 7671c58fab6d7029ffb4060c57f90513f3837cb2
Merge: 1ccd230 5dbe90c
Author: gregor herrmann 
Date:   Wed Feb 14 21:29:38 2018 +0100

Update upstream source from tag 'upstream/0.21'

Update to upstream version '0.21'
with Debian dir 133426428f6f00e1f6092c508a2c396d5dd7e30b

 Changes  | 4 
 META.json| 6 +++---
 META.yml | 6 +++---
 NetIpXs.xs   | 2 +-
 README   | 2 +-
 functions.c  | 2 +-
 functions.h  | 2 +-
 lib/Net/IP/XS.pm | 4 ++--
 object.c | 9 +++--
 object.h | 2 +-
 10 files changed, 20 insertions(+), 19 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] 02/04: Update debian/changelog

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ip-xs-perl.

commit fcc26d15ae1b5dfab0799ad59d08b5b59dd150c1
Author: gregor herrmann 
Date:   Wed Feb 14 21:29:38 2018 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index e935183..c8e318a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libnet-ip-xs-perl (0.21-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.21
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:29:38 +0100
+
 libnet-ip-xs-perl (0.20-1) unstable; urgency=medium
 
   * Team upload.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] annotated tag debian/0.21-1 created (now 601fa15)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.21-1
in repository libnet-ip-xs-perl.

at  601fa15   (tag)
   tagging  c2519ffae6f764c247c0241c3d98e72de603aa30 (commit)
  replaces  debian/0.20-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:31:55 2018 +0100

- Log -
tagging package libnet-ip-xs-perl version debian/0.21-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEnLtfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbhhBAAn/mDwgodoRCCHZ96agDszvpIyYNNd1NKFWwXJh1TYOS/AATYMTQHW8eC
Lq++DHl/HB1MiX82pLO02oTjXY+y8DcDZwGiRb0XpryY4r2rFc2NmIoLmTVlJZxD
S4x5O7LzHTYo0MJI7PMeDR455+YEAsslHjh3EiDC7EJeQLqyCmJQPz/VdRn9TgY8
VTeDLfql3wPPPEV07ZABTIfEtNC7CIDBBf3iVzjmXQnh3fk9dLtlTD3Vuvuwn5Ai
4w/mL4Acx04NIBz9qS45jRhJ9cOan6IaPcC+ktp4CHBvqCVGHZYsfXtZ0rznUijf
nkGl6JrzCQFYKFc1ndP5SblL9jklfS1nf1kQxuCDbIGUwvXoiRThwE3aCR1ftWBL
qWIY7+JrONMPRHbFxhpXuqJuWOL5HW0wMIEe/GYPRLfptsaXrKtCgmP0nxXfurP+
Al6VfO54EZaaT6HOjLLqk8/6BWlAzZGEbunObL5PZLK1+2hD14e5MvWpB3CrxJmN
Jtg45RbRp7G5e0pPOtRVzN2zuhPG5IyUZjRyMLdhDLJNS8KsUQZcFhUtJfjXRVOl
aaZrrnHsTkMqNVJN15gph2aV9IRuCrEP6D49nDbC4Ty/O4TiRgoh2dRb2l1hyCF3
GYMubfxSkb25XPs0RG7QjyYux6mPjW9vlXn4R/+1Q2YzDpk7afM=
=tB2U
-END PGP SIGNATURE-

gregor herrmann (5):
  New upstream version 0.21
  Update upstream source from tag 'upstream/0.21'
  Update debian/changelog
  Update years of upstream copyright.
  releasing package libnet-ip-xs-perl version 0.21-1

---

This annotated tag includes the following new commits:

   new  7671c58   Update upstream source from tag 'upstream/0.21'
   new  fcc26d1   Update debian/changelog
   new  a093884   Update years of upstream copyright.
   new  c2519ff   releasing package libnet-ip-xs-perl version 0.21-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/libnet-ip-xs-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-ip-xs-perl] annotated tag upstream/0.21 created (now 69d28a3)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.21
in repository libnet-ip-xs-perl.

at  69d28a3   (tag)
   tagging  5dbe90c007b292723972826bb9aa1f3af5f6b594 (commit)
  replaces  upstream/0.20
 tagged by  gregor herrmann
on  Wed Feb 14 21:29:38 2018 +0100

- Log -
Upstream version 0.21

gregor herrmann (1):
  New upstream version 0.21

---

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-ip-xs-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-ip-xs-perl] branch pristine-tar updated (f37d13a -> 9b903a9)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository libnet-ip-xs-perl.

  from  f37d13a   pristine-tar data for libnet-ip-xs-perl_0.20.orig.tar.gz
   new  9b903a9   pristine-tar data for libnet-ip-xs-perl_0.21.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-ip-xs-perl_0.21.orig.tar.gz.delta | Bin 0 -> 2727 bytes
 libnet-ip-xs-perl_0.21.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libnet-ip-xs-perl_0.21.orig.tar.gz.delta
 create mode 100644 libnet-ip-xs-perl_0.21.orig.tar.gz.id

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] 04/04: releasing package libnet-ip-xs-perl version 0.21-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libnet-ip-xs-perl.

commit c2519ffae6f764c247c0241c3d98e72de603aa30
Author: gregor herrmann 
Date:   Wed Feb 14 21:31:55 2018 +0100

releasing package libnet-ip-xs-perl version 0.21-1
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8e318a..5c6b14e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libnet-ip-xs-perl (0.21-1) UNRELEASED; urgency=medium
+libnet-ip-xs-perl (0.21-1) unstable; urgency=medium
 
-  * Import upstream version 0.21
+  * Team upload.
+  * Import upstream version 0.21.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:29:38 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:30:23 +0100
 
 libnet-ip-xs-perl (0.20-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-ip-xs-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-ip-xs-perl] 01/01: pristine-tar data for libnet-ip-xs-perl_0.21.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository libnet-ip-xs-perl.

commit 9b903a975ffc05f5f2ed2ae585be255b3af8e534
Author: gregor herrmann 
Date:   Wed Feb 14 21:29:38 2018 +0100

pristine-tar data for libnet-ip-xs-perl_0.21.orig.tar.gz
---
 libnet-ip-xs-perl_0.21.orig.tar.gz.delta | Bin 0 -> 2727 bytes
 libnet-ip-xs-perl_0.21.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libnet-ip-xs-perl_0.21.orig.tar.gz.delta 
b/libnet-ip-xs-perl_0.21.orig.tar.gz.delta
new file mode 100644
index 000..dfc1597
Binary files /dev/null and b/libnet-ip-xs-perl_0.21.orig.tar.gz.delta differ
diff --git a/libnet-ip-xs-perl_0.21.orig.tar.gz.id 
b/libnet-ip-xs-perl_0.21.orig.tar.gz.id
new file mode 100644
index 000..280fc91
--- /dev/null
+++ b/libnet-ip-xs-perl_0.21.orig.tar.gz.id
@@ -0,0 +1 @@
+9f3a55f501c16533e07f97cc97a7ba14514ec1b7

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


[libmetacpan-client-perl] 01/01: pristine-tar data for libmetacpan-client-perl_2.023000.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 12a9aba917d78a8a795608cb5300b54253c33667
Author: gregor herrmann 
Date:   Wed Feb 14 21:24:55 2018 +0100

pristine-tar data for libmetacpan-client-perl_2.023000.orig.tar.gz
---
 libmetacpan-client-perl_2.023000.orig.tar.gz.delta | Bin 0 -> 3328 bytes
 libmetacpan-client-perl_2.023000.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmetacpan-client-perl_2.023000.orig.tar.gz.delta 
b/libmetacpan-client-perl_2.023000.orig.tar.gz.delta
new file mode 100644
index 000..d1a4bd3
Binary files /dev/null and b/libmetacpan-client-perl_2.023000.orig.tar.gz.delta 
differ
diff --git a/libmetacpan-client-perl_2.023000.orig.tar.gz.id 
b/libmetacpan-client-perl_2.023000.orig.tar.gz.id
new file mode 100644
index 000..f688f03
--- /dev/null
+++ b/libmetacpan-client-perl_2.023000.orig.tar.gz.id
@@ -0,0 +1 @@
+40ecb1e58263bb997ca5711f821588db7ac17f4c

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


[libmetacpan-client-perl] annotated tag debian/2.023000-1 created (now fd03622)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/2.023000-1
in repository libmetacpan-client-perl.

at  fd03622   (tag)
   tagging  5b8f45475a23b8a9d55b7dd281292931c0a712fb (commit)
  replaces  debian/2.022000-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:28:48 2018 +0100

- Log -
tagging package libmetacpan-client-perl version debian/2.023000-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEnABfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaCZg/9EoqjMFOwWDN3UVOccIo26IQOeFMgcd0UDUfC+HLPr7F79SBVBsXux+lA
v+nKp/NkIePsRLCgVxkzaxWbCDYUYZYLK1fKdtrONYHQmt6u+iZDu7mhaI96Cpxr
8aAtgPaA1zyB+G/Am9IW5BpH6Z0kU418IoRQOOkcKoFoXwPn7Kg1jyQl1X+0fabM
NY0YmVEttoNYTo37IRmxIoEwwbDdFe1FOi7sv2ltVTOrHiseM4RKZCy6XDSprcCs
LlU7gQti/dHK7Fdv88NusW4doQYG278mu2jGRpWxB9xh1RGVTw4oAYY4F5JjlW6H
BqYPJi/CnlZguBbZXYLtqlziKi29yaLP8c4Crzl4BwtrUUjyCOsFwYdUWTrvsKQq
HZqixcHsBxXeTGG0ZthxDItevmWGnc1v+NcO+irVvXCElPwiKoe0lwDXpvrZOuF0
A4WYmQDMbTi8tcdQtT+autOg3LSeOkvFcoTdH10JTVzIvmi7xxGfbzsv+K2drGvW
+MDVrlVJzzEZjIfzlecW4QHajwowbPttTt2Ds868qo5YqhNEBIQYC6u5g4rwUrhQ
sXPR/YjxUSzmkNRF1MJC52ovX2mJcm4W4rW2D+tsS845voYFoqIfBftttPexjkPg
uvFkDlclLeIFgvoB0Xgop+qd5MISWr+KjfaIlnNF+AnCO0d0pPQ=
=8oZ5
-END PGP SIGNATURE-

Mickey Nasriachi (2):
  Added support for 'deprecated' fields for Release and File types
  release: 2.023000

gregor herrmann (5):
  New upstream version 2.023000
  Update upstream source from tag 'upstream/2.023000'
  Update debian/changelog
  Remove duplicate word in EUMM.patch's description.
  releasing package libmetacpan-client-perl version 2.023000-1

---

This annotated tag includes the following new commits:

   new  e5bc3cd   Update upstream source from tag 'upstream/2.023000'
   new  f4ffdb3   Update debian/changelog
   new  4ae6081   Remove duplicate word in EUMM.patch's description.
   new  5b8f454   releasing package libmetacpan-client-perl version 
2.023000-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/libmetacpan-client-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


[libmetacpan-client-perl] annotated tag upstream/2.023000 created (now 99cdc82)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/2.023000
in repository libmetacpan-client-perl.

at  99cdc82   (tag)
   tagging  a02367c2a4b1a819cfbedf611163160d83b50d86 (commit)
  replaces  upstream/2.022000
 tagged by  gregor herrmann
on  Wed Feb 14 21:24:55 2018 +0100

- Log -
Upstream version 2.023000

Mickey Nasriachi (2):
  Added support for 'deprecated' fields for Release and File types
  release: 2.023000

gregor herrmann (1):
  New upstream version 2.023000

---

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/libmetacpan-client-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


[libmetacpan-client-perl] 04/04: releasing package libmetacpan-client-perl version 2.023000-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 5b8f45475a23b8a9d55b7dd281292931c0a712fb
Author: gregor herrmann 
Date:   Wed Feb 14 21:28:48 2018 +0100

releasing package libmetacpan-client-perl version 2.023000-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 79409d5..42b686e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libmetacpan-client-perl (2.023000-1) UNRELEASED; urgency=medium
+libmetacpan-client-perl (2.023000-1) unstable; urgency=medium
 
-  * Import upstream version 2.023000
+  * Import upstream version 2.023000.
+  * Remove duplicate word in EUMM.patch's description. Thanks to lintian.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:24:56 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:27:27 +0100
 
 libmetacpan-client-perl (2.022000-1) unstable; urgency=medium
 

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


[libmetacpan-client-perl] 02/04: Update debian/changelog

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit f4ffdb30adf20898e6e4fdafcd00fd5854d8328a
Author: gregor herrmann 
Date:   Wed Feb 14 21:24:56 2018 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 6a00ab8..79409d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmetacpan-client-perl (2.023000-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 2.023000
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:24:56 +0100
+
 libmetacpan-client-perl (2.022000-1) unstable; urgency=medium
 
   * Import upstream version 2.022000.

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


[libmetacpan-client-perl] branch pristine-tar updated (6d3eea8 -> 12a9aba)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  6d3eea8   pristine-tar data for 
libmetacpan-client-perl_2.022000.orig.tar.gz
   new  12a9aba   pristine-tar data for 
libmetacpan-client-perl_2.023000.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:
 libmetacpan-client-perl_2.023000.orig.tar.gz.delta | Bin 0 -> 3328 bytes
 libmetacpan-client-perl_2.023000.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmetacpan-client-perl_2.023000.orig.tar.gz.delta
 create mode 100644 libmetacpan-client-perl_2.023000.orig.tar.gz.id

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


[libmetacpan-client-perl] branch master updated (7e5848e -> 5b8f454)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  7e5848e   releasing package libmetacpan-client-perl version 
2.022000-1
  adds  5adaf42   Added support for 'deprecated' fields for Release and 
File types
  adds  21271e2   release: 2.023000
  adds  a02367c   New upstream version 2.023000
   new  e5bc3cd   Update upstream source from tag 'upstream/2.023000'
   new  f4ffdb3   Update debian/changelog
   new  4ae6081   Remove duplicate word in EUMM.patch's description.
   new  5b8f454   releasing package libmetacpan-client-perl version 
2.023000-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 |  3 +++
 META.json   | 42 ++---
 META.yml| 42 ++---
 Makefile.PL |  2 +-
 README  |  2 +-
 debian/changelog|  7 +++
 debian/patches/EUMM.patch   |  2 +-
 dist.ini|  2 +-
 lib/MetaCPAN/Client.pm  |  4 ++--
 lib/MetaCPAN/Client/Author.pm   |  4 ++--
 lib/MetaCPAN/Client/Distribution.pm |  4 ++--
 lib/MetaCPAN/Client/DownloadURL.pm  |  4 ++--
 lib/MetaCPAN/Client/Favorite.pm |  4 ++--
 lib/MetaCPAN/Client/File.pm |  9 ++--
 lib/MetaCPAN/Client/Mirror.pm   |  4 ++--
 lib/MetaCPAN/Client/Module.pm   |  4 ++--
 lib/MetaCPAN/Client/Package.pm  |  4 ++--
 lib/MetaCPAN/Client/Permission.pm   |  4 ++--
 lib/MetaCPAN/Client/Pod.pm  |  4 ++--
 lib/MetaCPAN/Client/Rating.pm   |  4 ++--
 lib/MetaCPAN/Client/Release.pm  |  9 ++--
 lib/MetaCPAN/Client/Request.pm  |  4 ++--
 lib/MetaCPAN/Client/ResultSet.pm|  4 ++--
 lib/MetaCPAN/Client/Role/Entity.pm  |  4 ++--
 lib/MetaCPAN/Client/Role/HasUA.pm   |  4 ++--
 lib/MetaCPAN/Client/Scroll.pm   |  4 ++--
 lib/MetaCPAN/Client/Types.pm|  4 ++--
 27 files changed, 104 insertions(+), 84 deletions(-)

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


[libmetacpan-client-perl] 03/04: Remove duplicate word in EUMM.patch's description.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 4ae608109c827e6ec490511fbb5fcb9c8809e6d6
Author: gregor herrmann 
Date:   Wed Feb 14 21:27:06 2018 +0100

Remove duplicate word in EUMM.patch's description.

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

diff --git a/debian/patches/EUMM.patch b/debian/patches/EUMM.patch
index 11e845e..b06830d 100644
--- a/debian/patches/EUMM.patch
+++ b/debian/patches/EUMM.patch
@@ -1,4 +1,4 @@
-Description: let's try with with a slightly older EUMM
+Description: let's try with a slightly older EUMM
 Forwarded: not-needed
 Author: gregor herrmann 
 Last-Update: 2016-12-17

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


[libmetacpan-client-perl] 01/04: Update upstream source from tag 'upstream/2.023000'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit e5bc3cdcae45d95d79155b5f54e32d7439fee88f
Merge: 7e5848e a02367c
Author: gregor herrmann 
Date:   Wed Feb 14 21:24:55 2018 +0100

Update upstream source from tag 'upstream/2.023000'

Update to upstream version '2.023000'
with Debian dir e0db6253924e2db77318f122b8f12f56bc0a0081

 Changes |  3 +++
 META.json   | 42 ++---
 META.yml| 42 ++---
 Makefile.PL |  2 +-
 README  |  2 +-
 dist.ini|  2 +-
 lib/MetaCPAN/Client.pm  |  4 ++--
 lib/MetaCPAN/Client/Author.pm   |  4 ++--
 lib/MetaCPAN/Client/Distribution.pm |  4 ++--
 lib/MetaCPAN/Client/DownloadURL.pm  |  4 ++--
 lib/MetaCPAN/Client/Favorite.pm |  4 ++--
 lib/MetaCPAN/Client/File.pm |  9 ++--
 lib/MetaCPAN/Client/Mirror.pm   |  4 ++--
 lib/MetaCPAN/Client/Module.pm   |  4 ++--
 lib/MetaCPAN/Client/Package.pm  |  4 ++--
 lib/MetaCPAN/Client/Permission.pm   |  4 ++--
 lib/MetaCPAN/Client/Pod.pm  |  4 ++--
 lib/MetaCPAN/Client/Rating.pm   |  4 ++--
 lib/MetaCPAN/Client/Release.pm  |  9 ++--
 lib/MetaCPAN/Client/Request.pm  |  4 ++--
 lib/MetaCPAN/Client/ResultSet.pm|  4 ++--
 lib/MetaCPAN/Client/Role/Entity.pm  |  4 ++--
 lib/MetaCPAN/Client/Role/HasUA.pm   |  4 ++--
 lib/MetaCPAN/Client/Scroll.pm   |  4 ++--
 lib/MetaCPAN/Client/Types.pm|  4 ++--
 25 files changed, 96 insertions(+), 83 deletions(-)

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


[libmail-transport-perl] annotated tag debian/3.002-1 created (now 20050df)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/3.002-1
in repository libmail-transport-perl.

at  20050df   (tag)
   tagging  e935191633a051337f8dd48bb196504008acb8b3 (commit)
  replaces  debian/3.001-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:24:06 2018 +0100

- Log -
tagging package libmail-transport-perl version debian/3.002-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEmuZfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYu3xAAxEJMJbaI4/qlLh4rHwMLHDQH7JgB2VyqqFfEQVUG4ffSC1frUz1ipd8y
88AbS6WRPWHv6vWG+RVuVjD3xVjoob17VJ6raJKKuuIKKK50H7yurb/ubanoFsrF
6ZJclwZ3VW1eHiI4HBX3lUEY82fwjSSOp4GVmW4Ewf1ADKvIL38hLCGxJg0+bHIm
dMDzJll1RJwO0GFovcEorKtp46LsRh0jQHF8xT1F66ezsvePdU8oleslpqBeo4EY
+yspNAhaKJKh9Ej6mILchsqsSWPmCrl9dSR8ws8NjWvLixI4pfiXgNqGv+r3MmGx
cE8W9BPHgTERVW5XgLgGhRBteO+bJs3xP6NGC6NKZzkmdpToLgdlu+yS0qbePMFx
XYzl0cE92IOXFXM6TTfxvDe+GW5FMuqQy/G7qp24uUqOhD3xxdkJ8AhSZAYe3rQE
30WZFKfZHm/ZBoobEUtkf953fq5+b1flHr7X6CYv2Fg7OJ54vMg4MH/tu6vABFjt
bPuADqWxaL/z510jEIoV19gpphgc7MT09W1Mfvg41SrMKlqvDM0XVmrQuLA88kRW
0RgT9M4FUs1Dfv7SSvFzm8NsZOuHZAdsvDGN5P29BiwxuTnKW6nWHlMBvXbRs6Zk
zzkRkFwEW8j43Qc18MNUPrEpI+XZNf/9qxtQ9/akxzm9zjAgifg=
=Pawt
-END PGP SIGNATURE-

gregor herrmann (8):
  New upstream version 3.002
  Update upstream source from tag 'upstream/3.002'
  New upstream release.
  Update debian/upstream/metadata.
  Update years of upstream copyright.
  Reformat debian/control with cme
  Remove version constraint from libmail-message-perl (build) dependency.
  releasing package libmail-transport-perl version 3.002-1

---

This annotated tag includes the following new commits:

   new  3fc8bac   Update upstream source from tag 'upstream/3.002'
   new  389676a   New upstream release.
   new  a50697a   Update debian/upstream/metadata.
   new  ffd3127   Update years of upstream copyright.
   new  6cd69a5   Reformat debian/control with cme
   new  416fae1   Remove version constraint from libmail-message-perl 
(build) dependency.
   new  e935191   releasing package libmail-transport-perl version 3.002-1

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


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


[libmail-transport-perl] branch master updated (52c7e4e -> e935191)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  52c7e4e   releasing package libmail-transport-perl version 3.001-1
  adds  4105100   New upstream version 3.002
   new  3fc8bac   Update upstream source from tag 'upstream/3.002'
   new  389676a   New upstream release.
   new  a50697a   Update debian/upstream/metadata.
   new  ffd3127   Update years of upstream copyright.
   new  6cd69a5   Reformat debian/control with cme
   new  416fae1   Remove version constraint from libmail-message-perl 
(build) dependency.
   new  e935191   releasing package libmail-transport-perl version 3.002-1

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


Summary of changes:
 ChangeLog   | 11 +++-
 MANIFEST|  1 +
 META.json   | 16 +--
 META.yml| 30 +++-
 Makefile.PL | 23 +++
 README.md   | 62 +
 debian/changelog| 11 
 debian/control  | 17 +--
 debian/copyright|  2 +-
 debian/upstream/metadata|  2 ++
 lib/Mail/Transport.pm   | 12 +---
 lib/Mail/Transport.pod  | 35 ---
 lib/Mail/Transport/Exim.pm  | 12 +---
 lib/Mail/Transport/Exim.pod | 33 --
 lib/Mail/Transport/Mailx.pm | 12 +---
 lib/Mail/Transport/Mailx.pod| 33 --
 lib/Mail/Transport/Qmail.pm | 12 +---
 lib/Mail/Transport/Qmail.pod| 33 --
 lib/Mail/Transport/Receive.pm   | 12 +---
 lib/Mail/Transport/Receive.pod  | 33 --
 lib/Mail/Transport/SMTP.pm  | 12 +---
 lib/Mail/Transport/SMTP.pod | 33 --
 lib/Mail/Transport/Send.pm  | 12 +---
 lib/Mail/Transport/Send.pod | 33 --
 lib/Mail/Transport/Sendmail.pm  | 12 +---
 lib/Mail/Transport/Sendmail.pod | 33 --
 26 files changed, 248 insertions(+), 289 deletions(-)
 create mode 100644 README.md

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


[libmail-transport-perl] 03/07: Update debian/upstream/metadata.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a50697af5b1d04fb7276f01e85462031804b85cb
Author: gregor herrmann 
Date:   Wed Feb 14 21:21:36 2018 +0100

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 89a708a..6e85663 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,3 +2,5 @@
 Archive: CPAN
 Contact: Mark Overmeer
 Name: Mail-Transport
+Repository: https://github.com/markov2/perl5-Mail-Transport.git
+Repository-Browse: https://github.com/markov2/perl5-Mail-Transport

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


[libmail-transport-perl] 01/01: pristine-tar data for libmail-transport-perl_3.002.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 023a106248b91ddb28056eeef39ef6820815dbd7
Author: gregor herrmann 
Date:   Wed Feb 14 21:20:55 2018 +0100

pristine-tar data for libmail-transport-perl_3.002.orig.tar.gz
---
 libmail-transport-perl_3.002.orig.tar.gz.delta | Bin 0 -> 1614 bytes
 libmail-transport-perl_3.002.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmail-transport-perl_3.002.orig.tar.gz.delta 
b/libmail-transport-perl_3.002.orig.tar.gz.delta
new file mode 100644
index 000..56c0177
Binary files /dev/null and b/libmail-transport-perl_3.002.orig.tar.gz.delta 
differ
diff --git a/libmail-transport-perl_3.002.orig.tar.gz.id 
b/libmail-transport-perl_3.002.orig.tar.gz.id
new file mode 100644
index 000..e710fe5
--- /dev/null
+++ b/libmail-transport-perl_3.002.orig.tar.gz.id
@@ -0,0 +1 @@
+357e9db1b0021a6b98dc08a81c21ae57d2ea34d7

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


[libmail-transport-perl] 06/07: Remove version constraint from libmail-message-perl (build) dependency.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 416fae103f2d664684973b6c6412e6f274a54d64
Author: gregor herrmann 
Date:   Wed Feb 14 21:22:10 2018 +0100

Remove version constraint from libmail-message-perl (build) dependency.
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 2d31c61..73a6655 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 10)
-Build-Depends-Indep: libmail-message-perl (>= 3),
+Build-Depends-Indep: libmail-message-perl,
  perl
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-transport-perl.git
@@ -16,7 +16,7 @@ Package: libmail-transport-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libmail-message-perl (>= 3)
+ libmail-message-perl
 Breaks: libmail-box-perl (<< 3)
 Replaces: libmail-box-perl (<< 3)
 Description: perl library for sending email

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


[libmail-transport-perl] 07/07: releasing package libmail-transport-perl version 3.002-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit e935191633a051337f8dd48bb196504008acb8b3
Author: gregor herrmann 
Date:   Wed Feb 14 21:24:06 2018 +0100

releasing package libmail-transport-perl version 3.002-1
---
 debian/changelog | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a77bf37..781c447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libmail-transport-perl (3.002-1) UNRELEASED; urgency=medium
+libmail-transport-perl (3.002-1) unstable; urgency=medium
 
+  * Team upload.
   * New upstream release.
+  * Update debian/upstream/metadata.
+  * Update years of upstream copyright.
+  * Remove version constraint from libmail-message-perl (build)
+dependency.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:20:55 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:22:45 +0100
 
 libmail-transport-perl (3.001-1) unstable; urgency=low
 

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


[libmail-transport-perl] annotated tag upstream/3.002 created (now c1482a7)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/3.002
in repository libmail-transport-perl.

at  c1482a7   (tag)
   tagging  4105100714f6addbdf159a1050eaebe89996917a (commit)
 tagged by  gregor herrmann
on  Wed Feb 14 21:20:55 2018 +0100

- Log -
Upstream version 3.002

Damyan Ivanov (1):
  Import original source of Mail-Transport 3.001

gregor herrmann (1):
  New upstream version 3.002

---

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/libmail-transport-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


[libmail-transport-perl] 02/07: New upstream release.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 389676a1f7afb50da7e3ab2863ed8bdb5e9679ce
Author: gregor herrmann 
Date:   Wed Feb 14 21:21:21 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index dfc02a2..a77bf37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmail-transport-perl (3.002-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:20:55 +0100
+
 libmail-transport-perl (3.001-1) unstable; urgency=low
 
   * Initial Release. Closes: #886176 (ITP)

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


[libmail-transport-perl] 05/07: Reformat debian/control with cme

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 6cd69a57afef14373de5b2a01578c88b3ed3ed59
Author: gregor herrmann 
Date:   Wed Feb 14 21:22:03 2018 +0100

Reformat debian/control with cme

Gbp-Dch: ignore
---
 debian/control | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index f5d645c..2d31c61 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,24 @@
 Source: libmail-transport-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Damyan Ivanov 
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libmail-message-perl (>= 3),
- perl
+ perl
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-transport-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmail-transport-perl.git
 Homepage: https://metacpan.org/release/Mail-Transport
-Testsuite: autopkgtest-pkg-perl
 
 Package: libmail-transport-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmail-message-perl (>= 3)
-Replaces: libmail-box-perl (<< 3)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libmail-message-perl (>= 3)
 Breaks: libmail-box-perl (<< 3)
+Replaces: libmail-box-perl (<< 3)
 Description: perl library for sending email
  Mail::Transport is a base class providing common functionality for sending
  and receiving mail.

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


[libmail-transport-perl] 04/07: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit ffd3127165f14360dda7942022245331eb3b57b2
Author: gregor herrmann 
Date:   Wed Feb 14 21:21:51 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 6dd0e88..98211aa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer
 Upstream-Name: Mail-Transport
 
 Files: *
-Copyright: 2001-2017, Mark Overmeer
+Copyright: 2001-2018, Mark Overmeer
 License: Artistic
 
 Files: debian/*

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


[libmail-transport-perl] branch pristine-tar updated (653072d -> 023a106)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  653072d   pristine-tar data for 
libmail-transport-perl_3.001.orig.tar.gz
   new  023a106   pristine-tar data for 
libmail-transport-perl_3.002.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:
 libmail-transport-perl_3.002.orig.tar.gz.delta | Bin 0 -> 1614 bytes
 libmail-transport-perl_3.002.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmail-transport-perl_3.002.orig.tar.gz.delta
 create mode 100644 libmail-transport-perl_3.002.orig.tar.gz.id

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


[libmail-transport-perl] 01/07: Update upstream source from tag 'upstream/3.002'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 3fc8bacc0bcbb2d518aac81a8ef33d1829f7f873
Merge: 52c7e4e 4105100
Author: gregor herrmann 
Date:   Wed Feb 14 21:20:55 2018 +0100

Update upstream source from tag 'upstream/3.002'

Update to upstream version '3.002'
with Debian dir 7e87417395c475463c10c4e98f37856cf45c1ccc

 ChangeLog   | 11 +++-
 MANIFEST|  1 +
 META.json   | 16 +--
 META.yml| 30 +++-
 Makefile.PL | 23 +++
 README.md   | 62 +
 lib/Mail/Transport.pm   | 12 +---
 lib/Mail/Transport.pod  | 35 ---
 lib/Mail/Transport/Exim.pm  | 12 +---
 lib/Mail/Transport/Exim.pod | 33 --
 lib/Mail/Transport/Mailx.pm | 12 +---
 lib/Mail/Transport/Mailx.pod| 33 --
 lib/Mail/Transport/Qmail.pm | 12 +---
 lib/Mail/Transport/Qmail.pod| 33 --
 lib/Mail/Transport/Receive.pm   | 12 +---
 lib/Mail/Transport/Receive.pod  | 33 --
 lib/Mail/Transport/SMTP.pm  | 12 +---
 lib/Mail/Transport/SMTP.pod | 33 --
 lib/Mail/Transport/Send.pm  | 12 +---
 lib/Mail/Transport/Send.pod | 33 --
 lib/Mail/Transport/Sendmail.pm  | 12 +---
 lib/Mail/Transport/Sendmail.pod | 33 --
 22 files changed, 225 insertions(+), 280 deletions(-)

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


[libmail-message-perl] 01/09: Update upstream source from tag 'upstream/3.006'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 103443bbda33fef0ed08a4a379f4498cd204ea49
Merge: 57b9916 da34df1
Author: gregor herrmann 
Date:   Wed Feb 14 21:12:44 2018 +0100

Update upstream source from tag 'upstream/3.006'

Update to upstream version '3.006'
with Debian dir ca122fbf089ea7532b2383d136785854845a0f30

 ChangeLog|  9 
 MANIFEST |  1 +
 META.json| 18 ++--
 META.yml | 46 ++--
 Makefile.PL  | 22 +++---
 README.md| 61 +++
 lib/Mail/Box/FastScalar.pm   | 10 +++--
 lib/Mail/Box/FastScalar.pod  | 29 ++---
 lib/Mail/Box/Parser.pm   | 13 --
 lib/Mail/Box/Parser.pod  | 31 ++
 lib/Mail/Box/Parser/Perl.pm  | 12 --
 lib/Mail/Box/Parser/Perl.pod | 31 ++
 lib/Mail/Message.pm  | 12 --
 lib/Mail/Message.pod | 37 
 lib/Mail/Message/Body.pm | 12 --
 lib/Mail/Message/Body.pod| 29 ++---
 lib/Mail/Message/Body/Construct.pm   | 15 ---
 lib/Mail/Message/Body/Construct.pod  | 29 ++---
 lib/Mail/Message/Body/Encode.pm  | 13 +++---
 lib/Mail/Message/Body/Encode.pod | 29 ++---
 lib/Mail/Message/Body/File.pm| 12 --
 lib/Mail/Message/Body/File.pod   | 29 ++---
 lib/Mail/Message/Body/Lines.pm   | 12 --
 lib/Mail/Message/Body/Lines.pod  | 29 ++---
 lib/Mail/Message/Body/Multipart.pm   | 12 --
 lib/Mail/Message/Body/Multipart.pod  | 31 ++
 lib/Mail/Message/Body/Nested.pm  | 12 --
 lib/Mail/Message/Body/Nested.pod | 31 ++
 lib/Mail/Message/Body/String.pm  | 12 --
 lib/Mail/Message/Body/String.pod | 29 ++---
 lib/Mail/Message/Construct.pm| 12 --
 lib/Mail/Message/Construct.pod   | 29 ++---
 lib/Mail/Message/Construct/Bounce.pm | 12 --
 lib/Mail/Message/Construct/Bounce.pod| 29 ++---
 lib/Mail/Message/Construct/Build.pm  |  8 +++-
 lib/Mail/Message/Construct/Build.pod | 29 ++---
 lib/Mail/Message/Construct/Forward.pm| 12 --
 lib/Mail/Message/Construct/Forward.pod   | 29 ++---
 lib/Mail/Message/Construct/Read.pm   | 12 --
 lib/Mail/Message/Construct/Read.pod  | 29 ++---
 lib/Mail/Message/Construct/Rebuild.pm| 12 --
 lib/Mail/Message/Construct/Rebuild.pod   | 29 ++---
 lib/Mail/Message/Construct/Reply.pm  | 12 --
 lib/Mail/Message/Construct/Reply.pod | 31 ++
 lib/Mail/Message/Construct/Text.pm   | 12 --
 lib/Mail/Message/Construct/Text.pod  | 29 ++---
 lib/Mail/Message/Convert.pm  | 13 +++---
 lib/Mail/Message/Convert.pod | 29 ++---
 lib/Mail/Message/Convert/EmailSimple.pm  | 13 --
 lib/Mail/Message/Convert/EmailSimple.pod | 29 ++---
 lib/Mail/Message/Convert/Html.pm | 12 --
 lib/Mail/Message/Convert/Html.pod| 29 ++---
 lib/Mail/Message/Convert/HtmlFormatPS.pm | 12 --
 lib/Mail/Message/Convert/HtmlFormatPS.pod| 29 ++---
 lib/Mail/Message/Convert/HtmlFormatText.pm   | 12 --
 lib/Mail/Message/Convert/HtmlFormatText.pod  | 29 ++---
 lib/Mail/Message/Convert/MailInternet.pm | 13 +++---
 lib/Mail/Message/Convert/MailInternet.pod| 29 ++---
 lib/Mail/Message/Convert/MimeEntity.pm   | 13 +++---
 lib/Mail/Message/Convert/MimeEntity.pod  | 29 ++---
 lib/Mail/Message/Convert/TextAutoformat.pm   | 12 --
 lib/Mail/Message/Convert/TextAutoformat.pod  | 29 ++---
 lib/Mail/Message/Field.pm| 12 --
 lib/Mail/Message/Field.pod   | 45 +---
 lib/Mail/Message/Field/AddrGroup.pm  | 12 --
 lib/Mail/Message/Field/AddrGroup.pod | 29 ++---
 lib/Mail/Message/Field/Address.pm| 13 --
 lib/Mail/Message/Field/Address.pod   | 29 ++---
 lib/Mail/Message/Field/Addresses.pm  | 12 --
 lib/Mail/Message/Field/Addresses.pod | 29 ++---
 lib/Mail/Message/Field/Attribute.pm  | 15 ---
 lib/Mail/Message/Field/Attribute.pod | 31 ++
 lib/Mail/Message/Field/AuthResults.pm| 12 --
 

[libmail-message-perl] annotated tag upstream/3.006 created (now 3fddfb3)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/3.006
in repository libmail-message-perl.

at  3fddfb3   (tag)
   tagging  da34df1cf7036b71f012e9b0f24faaf82b0aa933 (commit)
 tagged by  gregor herrmann
on  Wed Feb 14 21:12:44 2018 +0100

- Log -
Upstream version 3.006

Damyan Ivanov (1):
  Import original source of Mail-Message 3.005

gregor herrmann (1):
  New upstream version 3.006

---

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/libmail-message-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


[libmail-message-perl] 03/09: Update debian/upstream/metadata.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 12fdc39d0b0f5940c4a5395fcc43a475d8bef73f
Author: gregor herrmann 
Date:   Wed Feb 14 21:13:37 2018 +0100

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index f6504b9..e3a4a6d 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,3 +2,5 @@
 Archive: CPAN
 Contact: Mark Overmeer
 Name: Mail-Message
+Repository: https://github.com/markov2/perl5-Mail-Message.git
+Repository-Browse: https://github.com/markov2/perl5-Mail-Message

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


[libmail-message-perl] 02/09: New upstream release.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit dd6b316f86569e59873ee3bdbfb06e25d15368d8
Author: gregor herrmann 
Date:   Wed Feb 14 21:13:19 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 9027e6a..85faa4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmail-message-perl (3.006-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:12:44 +0100
+
 libmail-message-perl (3.005-1) unstable; urgency=low
 
   * Initial Release. Closes: #886027 (ITP)

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


[libmail-message-perl] 01/01: pristine-tar data for libmail-message-perl_3.006.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2e5a59a34c8a02d905c3ebd86397f1363f0f46b9
Author: gregor herrmann 
Date:   Wed Feb 14 21:12:44 2018 +0100

pristine-tar data for libmail-message-perl_3.006.orig.tar.gz
---
 libmail-message-perl_3.006.orig.tar.gz.delta | Bin 0 -> 5455 bytes
 libmail-message-perl_3.006.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmail-message-perl_3.006.orig.tar.gz.delta 
b/libmail-message-perl_3.006.orig.tar.gz.delta
new file mode 100644
index 000..6768317
Binary files /dev/null and b/libmail-message-perl_3.006.orig.tar.gz.delta differ
diff --git a/libmail-message-perl_3.006.orig.tar.gz.id 
b/libmail-message-perl_3.006.orig.tar.gz.id
new file mode 100644
index 000..f20024e
--- /dev/null
+++ b/libmail-message-perl_3.006.orig.tar.gz.id
@@ -0,0 +1 @@
+cf3babd11c1b7c47e0cc05040d505f3c8d60429f

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


[libmail-message-perl] annotated tag debian/3.006-1 created (now 59c3e87)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/3.006-1
in repository libmail-message-perl.

at  59c3e87   (tag)
   tagging  2f71d524da5724011532734b5d1b4181786bcc38 (commit)
  replaces  debian/3.005-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:19:57 2018 +0100

- Log -
tagging package libmail-message-perl version debian/3.006-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEme1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZs/BAAhp8VQ8EpijackZBuFO1XcI3Io1BxVvbNGN2OE1puE0o4xoC4TAxb1EqH
h1XYQP7ma9i7hwOwgTD+uhrI2Gfovz0aKGbFAR9yaynq8oZ76kLsnmuhUC2lM0tn
FCzm6lxsnZ0Uv+tDS7bybQNte3lPCHk+3Pu/5cya2DHi5sg5v2vMxiMDc12JZJVr
oG7RZy9bP1vUOFReWk0eXtCPktrGhGvDk1h+x+5kF4qZZ9nhS8unr+UBJ9dyzzIk
MNEexHVLJe9D7lcqFj4tXoXjp4QraXgn05vj6h53VZyBL+RvzNoh8oQ6emL5jVEl
xbI0Zm8amAcoMuBbJ8GQd5fTLgzbqjq8w6MehbZHb0ZEhttx61z3dR5qcWhGTYIc
jvODKib2NUKZOtXCU6yC2WCsT2JqQ3/dCiq7pvcPpoMFf6jBWeej6QwZnSlIXKBW
QkzmFLa/ngPHJ9RpSTabEl8gI+xD/p6wMDoY29glwwIuOvDVGFzy+egmkU2I44mK
oWVH7CcU+MFrDx+I2tYtCS2tKeTLDYunEa0S5A/gSSsUoEnkFiBcKkcLUahUaLz5
4wYPD3ur2tjtDokJUBu08+JlLREe7jBaOWgq6dK2rIb1phQ/T7O3Q4lF+nzM8z88
NG5jX+TWiFP3sQoG5CE8U9aYW1jAlklwelzLTTNHAAo39d4n7PQ=
=icJO
-END PGP SIGNATURE-

gregor herrmann (10):
  New upstream version 3.006
  Update upstream source from tag 'upstream/3.006'
  New upstream release.
  Update debian/upstream/metadata.
  Update years of upstream copyright.
  Drop pod-spelling.patch, applied upstream.
  Reformat debian/control with cme
  Drop some unneeded version constraints from (build) dependencies.
  Turn off DNS queries during tests.
  releasing package libmail-message-perl version 3.006-1

---

This annotated tag includes the following new commits:

   new  103443b   Update upstream source from tag 'upstream/3.006'
   new  dd6b316   New upstream release.
   new  12fdc39   Update debian/upstream/metadata.
   new  7e82a88   Update years of upstream copyright.
   new  894f46b   Drop pod-spelling.patch, applied upstream.
   new  4e1d7b8   Reformat debian/control with cme
   new  bef6423   Drop some unneeded version constraints from (build) 
dependencies.
   new  2ea1fab   Turn off DNS queries during tests.
   new  2f71d52   releasing package libmail-message-perl version 3.006-1

The 9 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/libmail-message-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


[libmail-message-perl] 08/09: Turn off DNS queries during tests.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2ea1fab4768057c42b2d37d289331fc846c2bb3c
Author: gregor herrmann 
Date:   Wed Feb 14 21:17:59 2018 +0100

Turn off DNS queries during tests.
---
 debian/rules | 4 
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..1f375ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
dh $@
+
+override_dh_auto_test:
+   # no DNS queries please
+   RES_OPTIONS=attempts:0 dh_auto_test

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


[libmail-message-perl] 05/09: Drop pod-spelling.patch, applied upstream.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 894f46b8db78859cbd4cfb487b6a4b72ea516368
Author: gregor herrmann 
Date:   Wed Feb 14 21:14:14 2018 +0100

Drop pod-spelling.patch, applied upstream.
---
 debian/patches/pod-spelling.patch | 278 --
 debian/patches/series |   1 -
 2 files changed, 279 deletions(-)

diff --git a/debian/patches/pod-spelling.patch 
b/debian/patches/pod-spelling.patch
deleted file mode 100644
index 54b743f..000
--- a/debian/patches/pod-spelling.patch
+++ /dev/null
@@ -1,278 +0,0 @@
-Description: a couple of spelling mistakes in POD
-Author: Damyan Ivanov 
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123993
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123993
-
 a/lib/Mail/Box/Parser.pod
-+++ b/lib/Mail/Box/Parser.pod
-@@ -355,7 +355,7 @@ Inherited, see L on a folder before it 
being closed
 a/lib/Mail/Box/Parser/Perl.pod
-+++ b/lib/Mail/Box/Parser/Perl.pod
-@@ -262,7 +262,7 @@ Inherited, see L on a folder before it 
being closed
 a/lib/Mail/Message.pod
-+++ b/lib/Mail/Message.pod
-@@ -53,7 +53,7 @@ Mail::Message - general message object
- =head1 DESCRIPTION
- 
- A C object is a container for MIME-encoded message information,
--as defined by RFC2822.  Everything what is not specificly related to storing
-+as defined by RFC2822.  Everything what is not specificaly related to storing
- the messages in mailboxes (folders) is implemented in this class.  Methods
- which are related to folders is implemented in the 
L
- extension.
-@@ -326,11 +326,11 @@ is used mainly for recognizing discussio
- 
- Returns a string representing the location of this part.  In case the
- top message is a single message, 'undef' is returned.  When it is a
--multipart, '1' upto the number of multiparts is returned.  A multi-level
-+multipart, '1' up to the number of multiparts is returned.  A multi-level
- nested part may for instance return '2.5.1'.
- 
- Usually, this string is very short.  Numbering follows the IMAP4 design,
--see RFC2060 secion 6.4.5.
-+see RFC2060 section 6.4.5.
- 
- =item $obj-EB( [$fh] )
- 
 a/lib/Mail/Message/Body/Multipart.pod
-+++ b/lib/Mail/Message/Body/Multipart.pod
-@@ -613,7 +613,7 @@ C or a code reference.  However
- 
- L should be used on 
decoded message bodies only, because
- it would attempt to modify part-headers and separators as well, which is
--clearly not acceptible.
-+clearly not acceptable.
- 
- =back
- 
 a/lib/Mail/Message/Body/Nested.pod
-+++ b/lib/Mail/Message/Body/Nested.pod
-@@ -492,7 +492,7 @@ of the package.
- 
- L should be used on 
decoded message bodies only, because
- it would modify the header of the encapsulated message. which is
--clearly not acceptible.
-+clearly not acceptable.
- 
- =back
- 
 a/lib/Mail/Message/Construct/Reply.pod
-+++ b/lib/Mail/Message/Construct/Reply.pod
-@@ -98,7 +98,7 @@ method: no reply message produced.
- Usually, the reply method can create a nice, sufficient message from the
- source message's body.  In case you like more complicated reformatting,
- you may also create a body yourself first, and pass this on to this
--C method. Some of the other options to this method will be ingored
-+C method. Some of the other options to this method will be ignored
- in this case.
- 
- =item group_reply => BOOLEAN
 a/lib/Mail/Message/Field.pod
-+++ b/lib/Mail/Message/Field.pod
-@@ -90,7 +90,7 @@ Always true, to make it possible to say
- 
- =item overload: B
- 
--(string comparison) Compare the unfolded body of a field with an other
-+(string comparison) Compare the unfolded body of a field with another
- field or a string, using the buildin C.
- 
- =back
-@@ -179,7 +179,7 @@ place (without changing the folding stor
- =item $obj-EB()
- 
- Returns whether this field can be disclosed to other people, for instance
--when sending the message to an other party.  Returns a C or C
-+when sending the message to another party.  Returns a C or C
- condition.
- See also 
L.
- 
-@@ -251,7 +251,7 @@ example:
- 
- Returns the body as a set of lines. In scalar context, this will be one line
- containing newlines.  Be warned about the newlines when you do
--pattern-matching on the result of thie method.
-+pattern-matching on the result of the method.
- 
- The optional $body argument changes the field's body.  The folding of the
- argument must be correct.
-@@ -376,7 +376,7 @@ example:
- 
-  Mail::Message::Field->toDate(localtime);
-  Mail::Message::Field->toDate;  # same
-- # returns someting like:
-+ # returns something like:
-  # Wed, 28 Aug 2002 10:40:25 +0200
- 
- 

[libmail-message-perl] 09/09: releasing package libmail-message-perl version 3.006-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 2f71d524da5724011532734b5d1b4181786bcc38
Author: gregor herrmann 
Date:   Wed Feb 14 21:19:57 2018 +0100

releasing package libmail-message-perl version 3.006-1
---
 debian/changelog | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85faa4f..448c2fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
-libmail-message-perl (3.006-1) UNRELEASED; urgency=medium
+libmail-message-perl (3.006-1) unstable; urgency=medium
 
+  * Team upload.
   * New upstream release.
+  * Update debian/upstream/metadata.
+  * Update years of upstream copyright.
+  * Drop pod-spelling.patch, applied upstream.
+  * Drop some unneeded version constraints from (build) dependencies.
+  * Turn off DNS queries during tests.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:12:44 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:18:11 +0100
 
 libmail-message-perl (3.005-1) unstable; urgency=low
 

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


[libmail-message-perl] branch pristine-tar updated (b4817f2 -> 2e5a59a)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  b4817f2   pristine-tar data for 
libmail-message-perl_3.005.orig.tar.gz
   new  2e5a59a   pristine-tar data for 
libmail-message-perl_3.006.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:
 libmail-message-perl_3.006.orig.tar.gz.delta | Bin 0 -> 5455 bytes
 libmail-message-perl_3.006.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmail-message-perl_3.006.orig.tar.gz.delta
 create mode 100644 libmail-message-perl_3.006.orig.tar.gz.id

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


[libmail-message-perl] 04/09: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 7e82a884fa7683105cb29158a5913c0d4decdae7
Author: gregor herrmann 
Date:   Wed Feb 14 21:13:47 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index e619ac1..38ad1b0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer
 Upstream-Name: Mail-Message
 
 Files: *
-Copyright: 2001-2017, Mark Overmeer
+Copyright: 2001-2018, Mark Overmeer
 License: Artistic or GPL-1+
 
 Files: debian/*

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


[libmail-message-perl] 06/09: Reformat debian/control with cme

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 4e1d7b8ff116ce84e81e198bf59efeba7ff213d9
Author: gregor herrmann 
Date:   Wed Feb 14 21:14:57 2018 +0100

Reformat debian/control with cme

Gbp-Dch: ignore
---
 debian/control | 35 ++-
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index 6de5f84..5d7dda9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,37 +1,38 @@
 Source: libmail-message-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group 
 Uploaders: Damyan Ivanov 
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libio-stringy-perl,
- libmailtools-perl (>= 2.17),
- libmime-types-perl (>= 1.004),
- libtimedate-perl,
- liburi-perl (>= 1.23),
- libuser-identity-perl (>= 0.94),
- perl
+ libmailtools-perl (>= 2.17),
+ libmime-types-perl (>= 1.004),
+ libtimedate-perl,
+ liburi-perl (>= 1.23),
+ libuser-identity-perl (>= 0.94),
+ perl
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-message-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libmail-message-perl.git
 Homepage: https://metacpan.org/release/Mail-Message
-Testsuite: autopkgtest-pkg-perl
 
 Package: libmail-message-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libio-stringy-perl,
- libmailtools-perl (>= 2.17),
- libmime-types-perl (>= 1.004),
- libtimedate-perl,
- liburi-perl (>= 1.23),
- libuser-identity-perl (>= 0.94)
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libio-stringy-perl,
+ libmailtools-perl (>= 2.17),
+ libmime-types-perl (>= 1.004),
+ libtimedate-perl,
+ liburi-perl (>= 1.23),
+ libuser-identity-perl (>= 0.94)
 Suggests: libemail-simple-perl,
   libhtml-tree-perl,
   libmime-tools-perl,
   libtext-autoformat-perl
-Replaces: libmail-box-perl (<< 3.0)
 Breaks: libmail-box-perl (<< 3.0)
+Replaces: libmail-box-perl (<< 3.0)
 Description: generic class representing mail messages (perl library)
  A Mail::Message object is a container for MIME-encoded message information,
  as defined by RFC2822.  Everything what is not specificaly related to storing

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


[libmail-message-perl] 07/09: Drop some unneeded version constraints from (build) dependencies.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit bef64237c5390dd404c97f8d58b1a4c9da0214ce
Author: gregor herrmann 
Date:   Wed Feb 14 21:15:04 2018 +0100

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

diff --git a/debian/control b/debian/control
index 5d7dda9..a996595 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Priority: optional
 Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libio-stringy-perl,
  libmailtools-perl (>= 2.17),
- libmime-types-perl (>= 1.004),
+ libmime-types-perl,
  libtimedate-perl,
- liburi-perl (>= 1.23),
+ liburi-perl,
  libuser-identity-perl (>= 0.94),
  perl
 Standards-Version: 4.1.3
@@ -23,9 +23,9 @@ Depends: ${misc:Depends},
  ${perl:Depends},
  libio-stringy-perl,
  libmailtools-perl (>= 2.17),
- libmime-types-perl (>= 1.004),
+ libmime-types-perl,
  libtimedate-perl,
- liburi-perl (>= 1.23),
+ liburi-perl,
  libuser-identity-perl (>= 0.94)
 Suggests: libemail-simple-perl,
   libhtml-tree-perl,

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


[libmail-message-perl] branch master updated (57b9916 -> 2f71d52)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  57b9916   releasing package libmail-message-perl version 3.005-1
  adds  da34df1   New upstream version 3.006
   new  103443b   Update upstream source from tag 'upstream/3.006'
   new  dd6b316   New upstream release.
   new  12fdc39   Update debian/upstream/metadata.
   new  7e82a88   Update years of upstream copyright.
   new  894f46b   Drop pod-spelling.patch, applied upstream.
   new  4e1d7b8   Reformat debian/control with cme
   new  bef6423   Drop some unneeded version constraints from (build) 
dependencies.
   new  2ea1fab   Turn off DNS queries during tests.
   new  2f71d52   releasing package libmail-message-perl version 3.006-1

The 9 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|   9 +
 MANIFEST |   1 +
 META.json|  18 +-
 META.yml |  46 +++--
 Makefile.PL  |  22 ++-
 README.md|  61 ++
 debian/changelog |  12 ++
 debian/control   |  35 ++--
 debian/copyright |   2 +-
 debian/patches/pod-spelling.patch| 278 ---
 debian/patches/series|   1 -
 debian/rules |   4 +
 debian/upstream/metadata |   2 +
 lib/Mail/Box/FastScalar.pm   |  10 +-
 lib/Mail/Box/FastScalar.pod  |  29 +--
 lib/Mail/Box/Parser.pm   |  13 +-
 lib/Mail/Box/Parser.pod  |  31 +--
 lib/Mail/Box/Parser/Perl.pm  |  12 +-
 lib/Mail/Box/Parser/Perl.pod |  31 +--
 lib/Mail/Message.pm  |  12 +-
 lib/Mail/Message.pod |  37 +---
 lib/Mail/Message/Body.pm |  12 +-
 lib/Mail/Message/Body.pod|  29 +--
 lib/Mail/Message/Body/Construct.pm   |  15 +-
 lib/Mail/Message/Body/Construct.pod  |  29 +--
 lib/Mail/Message/Body/Encode.pm  |  13 +-
 lib/Mail/Message/Body/Encode.pod |  29 +--
 lib/Mail/Message/Body/File.pm|  12 +-
 lib/Mail/Message/Body/File.pod   |  29 +--
 lib/Mail/Message/Body/Lines.pm   |  12 +-
 lib/Mail/Message/Body/Lines.pod  |  29 +--
 lib/Mail/Message/Body/Multipart.pm   |  12 +-
 lib/Mail/Message/Body/Multipart.pod  |  31 +--
 lib/Mail/Message/Body/Nested.pm  |  12 +-
 lib/Mail/Message/Body/Nested.pod |  31 +--
 lib/Mail/Message/Body/String.pm  |  12 +-
 lib/Mail/Message/Body/String.pod |  29 +--
 lib/Mail/Message/Construct.pm|  12 +-
 lib/Mail/Message/Construct.pod   |  29 +--
 lib/Mail/Message/Construct/Bounce.pm |  12 +-
 lib/Mail/Message/Construct/Bounce.pod|  29 +--
 lib/Mail/Message/Construct/Build.pm  |   8 +-
 lib/Mail/Message/Construct/Build.pod |  29 +--
 lib/Mail/Message/Construct/Forward.pm|  12 +-
 lib/Mail/Message/Construct/Forward.pod   |  29 +--
 lib/Mail/Message/Construct/Read.pm   |  12 +-
 lib/Mail/Message/Construct/Read.pod  |  29 +--
 lib/Mail/Message/Construct/Rebuild.pm|  12 +-
 lib/Mail/Message/Construct/Rebuild.pod   |  29 +--
 lib/Mail/Message/Construct/Reply.pm  |  12 +-
 lib/Mail/Message/Construct/Reply.pod |  31 +--
 lib/Mail/Message/Construct/Text.pm   |  12 +-
 lib/Mail/Message/Construct/Text.pod  |  29 +--
 lib/Mail/Message/Convert.pm  |  13 +-
 lib/Mail/Message/Convert.pod |  29 +--
 lib/Mail/Message/Convert/EmailSimple.pm  |  13 +-
 lib/Mail/Message/Convert/EmailSimple.pod |  29 +--
 lib/Mail/Message/Convert/Html.pm |  12 +-
 lib/Mail/Message/Convert/Html.pod|  29 +--
 lib/Mail/Message/Convert/HtmlFormatPS.pm |  12 +-
 lib/Mail/Message/Convert/HtmlFormatPS.pod|  29 +--
 lib/Mail/Message/Convert/HtmlFormatText.pm   |  12 +-
 lib/Mail/Message/Convert/HtmlFormatText.pod  |  29 +--
 lib/Mail/Message/Convert/MailInternet.pm |  13 +-
 lib/Mail/Message/Convert/MailInternet.pod|  29 +--
 lib/Mail/Message/Convert/MimeEntity.pm   |  13 +-
 lib/Mail/Message/Convert/MimeEntity.pod  |  29 +--
 lib/Mail/Message/Convert/TextAutoformat.pm   |  12 +-
 lib/Mail/Message/Convert/TextAutoformat.pod  |  29 +--
 lib/Mail/Message/Field.pm|  

[liblog-report-perl] annotated tag debian/1.26-1 created (now 932db58)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.26-1
in repository liblog-report-perl.

at  932db58   (tag)
   tagging  a37b979a49e2cc3fe0e2b82ec21671d323fb78ad (commit)
  replaces  debian/1.25-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:11:51 2018 +0100

- Log -
tagging package liblog-report-perl version debian/1.26-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEmAdfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaPpQ/9EZjNjBSgZ0ZyZZEHvkHVEVyv+m65k7M8JZtISrKSkw49j3ZJl5q2D3d5
vcZV1WohcbNh506iPPG/G1KpyKq6nkbXmDm+b0998PijqM6tI1oY+5xb3KL64obQ
3vbeoRZWLCp86MBbc4o9l97gGbzLViRWwAbObBbuRFDQzxGiVdZLo0xWdcwjw/88
oS8a5sD8gftixXAdZVXiT+aJSjSUMaCQY99zQS/usPKekcZvYT4E4dbNsRT4ZiP0
6hkmYTMyl3GBgAWtJeOvsoQXEyJSFbgJhwbKz6AO2uPVrTyO/baZ4e6NSNurBcGH
iJbKraxeQn8Dp6f9ItpBkDa+4y35kM9UH+RfauVSBvEbizrB+K/4fd6CgnkbrGyd
6HryCjheGP96MNL5jzUzwfQI7e2aLVMD/gqwXIx/3Xmn7jOAMoi4++fhDEv3oTtM
dH3bRO6ZKmv9sGguKJtK+IG/N13dlpvI6XPKjEyHzvGBi0rpbYIhTyYRHVKY72+x
Z+8WKWqQv1g2a0JpKenLCe0wg+fvGymcnZNoK1cFMqAtUqkCWq85jHBayWBvx57M
PDZ+jLw3qGixs13sjKrAFfLP3ss5qwQ/VE3DMsfmnGE3Cw5deAoA8tuRJz9T32qT
7Y44vYg7nWFu7CC628SHCRlslqeJD6Dsa7Ic7kYWCXbMcCCf8B0=
=nyy9
-END PGP SIGNATURE-

gregor herrmann (6):
  New upstream version 1.26
  Update upstream source from tag 'upstream/1.26'
  New upstream release.
  Update debian/upstream/metadata.
  Update years of upstream copyright.
  releasing package liblog-report-perl version 1.26-1

---

This annotated tag includes the following new commits:

   new  89def51   Update upstream source from tag 'upstream/1.26'
   new  5fe6f78   New upstream release.
   new  ed94516   Update debian/upstream/metadata.
   new  833221d   Update years of upstream copyright.
   new  a37b979   releasing package liblog-report-perl version 1.26-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/liblog-report-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


[liblog-report-perl] branch pristine-tar updated (9458668 -> 94b0c6c)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  9458668   pristine-tar data for liblog-report-perl_1.25.orig.tar.gz
   new  94b0c6c   pristine-tar data for liblog-report-perl_1.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:
 liblog-report-perl_1.26.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 liblog-report-perl_1.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liblog-report-perl_1.26.orig.tar.gz.delta
 create mode 100644 liblog-report-perl_1.26.orig.tar.gz.id

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


[liblog-report-perl] annotated tag upstream/1.26 created (now 67a256a)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.26
in repository liblog-report-perl.

at  67a256a   (tag)
   tagging  b9897c81e0535a5647c307c00bec955e2243d488 (commit)
  replaces  upstream/1.25
 tagged by  gregor herrmann
on  Wed Feb 14 21:08:03 2018 +0100

- Log -
Upstream version 1.26

gregor herrmann (1):
  New upstream version 1.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/liblog-report-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


[liblog-report-perl] 01/05: Update upstream source from tag 'upstream/1.26'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 89def5153b60fa1bbf99914d672bee9d4657467d
Merge: 3235f20 b9897c8
Author: gregor herrmann 
Date:   Wed Feb 14 21:08:03 2018 +0100

Update upstream source from tag 'upstream/1.26'

Update to upstream version '1.26'
with Debian dir c84e897ab002f003686e2a6c0c73894f86ed9234

 ChangeLog |   8 +-
 MANIFEST  |   3 +
 META.json |  16 ++-
 META.yml  |  30 +++---
 Makefile.PL   |  27 +++--
 README.md |  67 +
 lib/Dancer/Logger/LogReport.pm|   8 +-
 lib/Dancer/Logger/LogReport.pod   |   6 +-
 lib/Dancer2/Logger/LogReport.pm   |   8 +-
 lib/Dancer2/Logger/LogReport.pod  |   6 +-
 lib/Dancer2/Plugin/LogReport.pm   |   8 +-
 lib/Dancer2/Plugin/LogReport.pod  |   6 +-
 lib/Dancer2/Plugin/LogReport/Message.pm   |  13 ++-
 lib/Dancer2/Plugin/LogReport/Message.pod  |   6 +-
 lib/Log/Report.pm |  13 ++-
 lib/Log/Report.pod|   6 +-
 lib/Log/Report/DBIC/Profiler.pm   |  12 ++-
 lib/Log/Report/DBIC/Profiler.pod  |   6 +-
 lib/Log/Report/Die.pm |  12 ++-
 lib/Log/Report/Die.pod|   6 +-
 lib/Log/Report/Dispatcher.pm  |  12 ++-
 lib/Log/Report/Dispatcher.pod |   6 +-
 lib/Log/Report/Dispatcher/Callback.pm |  12 ++-
 lib/Log/Report/Dispatcher/Callback.pod|   6 +-
 lib/Log/Report/Dispatcher/File.pm |  12 ++-
 lib/Log/Report/Dispatcher/File.pod|   6 +-
 lib/Log/Report/Dispatcher/Log4perl.pm |  12 ++-
 lib/Log/Report/Dispatcher/Log4perl.pod|   6 +-
 lib/Log/Report/Dispatcher/LogDispatch.pm  |  12 ++-
 lib/Log/Report/Dispatcher/LogDispatch.pod |   6 +-
 lib/Log/Report/Dispatcher/Perl.pm |  12 ++-
 lib/Log/Report/Dispatcher/Perl.pod|   6 +-
 lib/Log/Report/Dispatcher/Syslog.pm   |  12 ++-
 lib/Log/Report/Dispatcher/Syslog.pod  |   6 +-
 lib/Log/Report/Dispatcher/Try.pm  |  12 ++-
 lib/Log/Report/Dispatcher/Try.pod |   6 +-
 lib/Log/Report/Domain.pm  |  12 ++-
 lib/Log/Report/Domain.pod |   6 +-
 lib/Log/Report/Exception.pm   |  12 ++-
 lib/Log/Report/Exception.pod  |   6 +-
 lib/Log/Report/Message.pm |  12 ++-
 lib/Log/Report/Message.pod|   6 +-
 lib/Log/Report/Translator.pm  |   8 +-
 lib/Log/Report/Translator.pod |   6 +-
 lib/Log/Report/messages/first-domain.utf-8.po | 136 ++
 lib/MojoX/Log/Report.pm   |   8 +-
 lib/MojoX/Log/Report.pod  |   6 +-
 t/12missing.t |  47 +
 t/DieTests.pm |   4 +-
 49 files changed, 522 insertions(+), 158 deletions(-)

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


[liblog-report-perl] 03/05: Update debian/upstream/metadata.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit ed94516bba7b17601736dfdf59e209c8be036a1d
Author: gregor herrmann 
Date:   Wed Feb 14 21:09:04 2018 +0100

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 0c02def..652b9d9 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,3 +2,5 @@
 Archive: CPAN
 Contact: Mark Overmeer
 Name: Log-Report
+Repository: https://github.com/markov2/perl5-Log-Report.git
+Repository-Browse: https://github.com/markov2/perl5-Log-Report

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


[liblog-report-perl] 05/05: releasing package liblog-report-perl version 1.26-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit a37b979a49e2cc3fe0e2b82ec21671d323fb78ad
Author: gregor herrmann 
Date:   Wed Feb 14 21:11:51 2018 +0100

releasing package liblog-report-perl version 1.26-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f95f287..e6667ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-liblog-report-perl (1.26-1) UNRELEASED; urgency=medium
+liblog-report-perl (1.26-1) unstable; urgency=medium
 
   * New upstream release.
+  * Update debian/upstream/metadata.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:08:03 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:09:21 +0100
 
 liblog-report-perl (1.25-1) unstable; urgency=medium
 

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


[liblog-report-perl] 02/05: New upstream release.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 5fe6f784e4ff0becc7fbe2a9384648d30f769766
Author: gregor herrmann 
Date:   Wed Feb 14 21:08:37 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index ea80765..f95f287 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblog-report-perl (1.26-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:08:03 +0100
+
 liblog-report-perl (1.25-1) unstable; urgency=medium
 
   * New upstream release.

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


[liblog-report-perl] 01/01: pristine-tar data for liblog-report-perl_1.26.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 94b0c6ce623915acd205f4e9a47eea1aaada0ddd
Author: gregor herrmann 
Date:   Wed Feb 14 21:08:03 2018 +0100

pristine-tar data for liblog-report-perl_1.26.orig.tar.gz
---
 liblog-report-perl_1.26.orig.tar.gz.delta | Bin 0 -> 3115 bytes
 liblog-report-perl_1.26.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblog-report-perl_1.26.orig.tar.gz.delta 
b/liblog-report-perl_1.26.orig.tar.gz.delta
new file mode 100644
index 000..18bfdc7
Binary files /dev/null and b/liblog-report-perl_1.26.orig.tar.gz.delta differ
diff --git a/liblog-report-perl_1.26.orig.tar.gz.id 
b/liblog-report-perl_1.26.orig.tar.gz.id
new file mode 100644
index 000..90d0712
--- /dev/null
+++ b/liblog-report-perl_1.26.orig.tar.gz.id
@@ -0,0 +1 @@
+87a3fbcd87052da3125b2c3eb42eb3b6fe9a1e3e

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


[liblog-report-perl] branch master updated (3235f20 -> a37b979)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  3235f20   releasing package liblog-report-perl version 1.25-1
  adds  b9897c8   New upstream version 1.26
   new  89def51   Update upstream source from tag 'upstream/1.26'
   new  5fe6f78   New upstream release.
   new  ed94516   Update debian/upstream/metadata.
   new  833221d   Update years of upstream copyright.
   new  a37b979   releasing package liblog-report-perl version 1.26-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 |   8 +-
 MANIFEST  |   3 +
 META.json |  16 ++-
 META.yml  |  30 +++---
 Makefile.PL   |  27 +++--
 README.md |  67 +
 debian/changelog  |   8 ++
 debian/copyright  |   2 +-
 debian/upstream/metadata  |   2 +
 lib/Dancer/Logger/LogReport.pm|   8 +-
 lib/Dancer/Logger/LogReport.pod   |   6 +-
 lib/Dancer2/Logger/LogReport.pm   |   8 +-
 lib/Dancer2/Logger/LogReport.pod  |   6 +-
 lib/Dancer2/Plugin/LogReport.pm   |   8 +-
 lib/Dancer2/Plugin/LogReport.pod  |   6 +-
 lib/Dancer2/Plugin/LogReport/Message.pm   |  13 ++-
 lib/Dancer2/Plugin/LogReport/Message.pod  |   6 +-
 lib/Log/Report.pm |  13 ++-
 lib/Log/Report.pod|   6 +-
 lib/Log/Report/DBIC/Profiler.pm   |  12 ++-
 lib/Log/Report/DBIC/Profiler.pod  |   6 +-
 lib/Log/Report/Die.pm |  12 ++-
 lib/Log/Report/Die.pod|   6 +-
 lib/Log/Report/Dispatcher.pm  |  12 ++-
 lib/Log/Report/Dispatcher.pod |   6 +-
 lib/Log/Report/Dispatcher/Callback.pm |  12 ++-
 lib/Log/Report/Dispatcher/Callback.pod|   6 +-
 lib/Log/Report/Dispatcher/File.pm |  12 ++-
 lib/Log/Report/Dispatcher/File.pod|   6 +-
 lib/Log/Report/Dispatcher/Log4perl.pm |  12 ++-
 lib/Log/Report/Dispatcher/Log4perl.pod|   6 +-
 lib/Log/Report/Dispatcher/LogDispatch.pm  |  12 ++-
 lib/Log/Report/Dispatcher/LogDispatch.pod |   6 +-
 lib/Log/Report/Dispatcher/Perl.pm |  12 ++-
 lib/Log/Report/Dispatcher/Perl.pod|   6 +-
 lib/Log/Report/Dispatcher/Syslog.pm   |  12 ++-
 lib/Log/Report/Dispatcher/Syslog.pod  |   6 +-
 lib/Log/Report/Dispatcher/Try.pm  |  12 ++-
 lib/Log/Report/Dispatcher/Try.pod |   6 +-
 lib/Log/Report/Domain.pm  |  12 ++-
 lib/Log/Report/Domain.pod |   6 +-
 lib/Log/Report/Exception.pm   |  12 ++-
 lib/Log/Report/Exception.pod  |   6 +-
 lib/Log/Report/Message.pm |  12 ++-
 lib/Log/Report/Message.pod|   6 +-
 lib/Log/Report/Translator.pm  |   8 +-
 lib/Log/Report/Translator.pod |   6 +-
 lib/Log/Report/messages/first-domain.utf-8.po | 136 ++
 lib/MojoX/Log/Report.pm   |   8 +-
 lib/MojoX/Log/Report.pod  |   6 +-
 t/12missing.t |  47 +
 t/DieTests.pm |   4 +-
 52 files changed, 533 insertions(+), 159 deletions(-)
 create mode 100644 README.md
 create mode 100644 lib/Log/Report/messages/first-domain.utf-8.po
 create mode 100644 t/12missing.t

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


[liblog-report-perl] 04/05: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 833221de1b32f9531e6d62eec2f750e1f90bd5b3
Author: gregor herrmann 
Date:   Wed Feb 14 21:09:14 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index e2a4d2c..fae38d2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Source: https://metacpan.org/release/Log-Report
 Upstream-Name: Log-Report
 
 Files: *
-Copyright: 2007-2017, Mark Overmeer
+Copyright: 2007-2018, Mark Overmeer
 License: Artistic or GPL-1+
 
 Files: debian/*

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


[liblog-contextual-perl] 02/04: Update debian/changelog

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 7c92ae249880520a0f841968a8fa30d0c0d54249
Author: gregor herrmann 
Date:   Wed Feb 14 21:04:49 2018 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index c885893..224c99f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblog-contextual-perl (0.008001-1) UNRELEASED; urgency=medium
+
+  * Import upstream version 0.008001
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:04:49 +0100
+
 liblog-contextual-perl (0.008000-1) unstable; urgency=medium
 
   * Import upstream version 0.008000.

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


[liblog-contextual-perl] branch pristine-tar updated (f2fbf71 -> 14dd268)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  f2fbf71   pristine-tar data for 
liblog-contextual-perl_0.008000.orig.tar.gz
   new  14dd268   pristine-tar data for 
liblog-contextual-perl_0.008001.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:
 liblog-contextual-perl_0.008001.orig.tar.gz.delta | Bin 0 -> 3119 bytes
 liblog-contextual-perl_0.008001.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liblog-contextual-perl_0.008001.orig.tar.gz.delta
 create mode 100644 liblog-contextual-perl_0.008001.orig.tar.gz.id

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


[liblog-contextual-perl] 04/04: releasing package liblog-contextual-perl version 0.008001-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit d3114f7894e23cf25e02c4857e2d4f3523f2d88c
Author: gregor herrmann 
Date:   Wed Feb 14 21:07:09 2018 +0100

releasing package liblog-contextual-perl version 0.008001-1
---
 debian/changelog | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 224c99f..725d63d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-liblog-contextual-perl (0.008001-1) UNRELEASED; urgency=medium
+liblog-contextual-perl (0.008001-1) unstable; urgency=medium
 
-  * Import upstream version 0.008001
+  * Import upstream version 0.008001.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:04:49 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:05:43 +0100
 
 liblog-contextual-perl (0.008000-1) unstable; urgency=medium
 

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


[liblog-contextual-perl] annotated tag upstream/0.008001 created (now cd615ad)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/0.008001
in repository liblog-contextual-perl.

at  cd615ad   (tag)
   tagging  35bcd67e99b2dbe2e20224e4906f7b255fa7010c (commit)
  replaces  upstream/0.008000
 tagged by  gregor herrmann
on  Wed Feb 14 21:04:49 2018 +0100

- Log -
Upstream version 0.008001

Arthur Axel 'fREW' Schmidt (1):
  v0.008001

Dan Book (1):
  add slog functions to be exportable

gregor herrmann (1):
  New upstream version 0.008001

---

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/liblog-contextual-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


[liblog-contextual-perl] 01/04: Update upstream source from tag 'upstream/0.008001'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit c1114b2f90d56bb2f0debd2c761827b8bd894e75
Merge: 1200a98 35bcd67
Author: gregor herrmann 
Date:   Wed Feb 14 21:04:49 2018 +0100

Update upstream source from tag 'upstream/0.008001'

Update to upstream version '0.008001'
with Debian dir 6b6de8a9eda8ee031c3c0460f5eabd31c7259784

 Changes  |  3 +++
 LICENSE  |  6 +++---
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 README   |  4 ++--
 dist.ini |  2 +-
 lib/Log/Contextual.pm| 18 +-
 lib/Log/Contextual/Easy/Default.pm   |  6 +++---
 lib/Log/Contextual/Easy/Package.pm   |  6 +++---
 lib/Log/Contextual/Role/Router.pm|  6 +++---
 lib/Log/Contextual/Role/Router/HasLogger.pm  |  6 +++---
 lib/Log/Contextual/Role/Router/SetLogger.pm  |  6 +++---
 lib/Log/Contextual/Role/Router/WithLogger.pm |  6 +++---
 lib/Log/Contextual/Router.pm |  6 +++---
 lib/Log/Contextual/SimpleLogger.pm   |  6 +++---
 lib/Log/Contextual/TeeLogger.pm  |  6 +++---
 lib/Log/Contextual/WarnLogger.pm |  6 +++---
 18 files changed, 55 insertions(+), 44 deletions(-)

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


[liblog-contextual-perl] annotated tag debian/0.008001-1 created (now 316a835)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/0.008001-1
in repository liblog-contextual-perl.

at  316a835   (tag)
   tagging  d3114f7894e23cf25e02c4857e2d4f3523f2d88c (commit)
  replaces  debian/0.008000-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:07:09 2018 +0100

- Log -
tagging package liblog-contextual-perl version debian/0.008001-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqElu1fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgZi8BAAwHjbFdUB8zDG/rIO5amERcLKyxnMJZJkUUmT2dbeD914xuJnZtScDBHF
vCUvwyP8w08ckfJgLJ+/eeG/ZgAaw5R9b9QEs9+TwLj8sC3FXFmtxBd82+W9CXFB
NdY0UNEUSiFL2alvqHufz3apEebbbUnA5zKgGZyPbwUptowbwwRiF8a1uapJDoA6
Cj751ovk0QaukeWBiK7UJPnlJalM/aMaBT6N8jCWrsH4ZEV26369W9b2l6TBdaLc
COESI8B7aUYsVQfw+EBbxF0OyQCixTgHUIpS0sR1tHXVmeiCjTC8h+H9yKPQVSKM
ZvcQec2/xwdabwtHADGnIMPkS/1YP2Kf6P8R9ofbC91W8ZJWoJ4Mze0w7paisxfz
+Mn8r+XGE/vyenYHKA6QnSf/2tbfv3Bbo4tY3BjfXMlhNMF2nFcmyYL7xvwVuNgA
HDJcgoK1kBLAX+OIktsIZC+JlZwGBXLalkIaADr1dBi42MYd8+LW+bzvlU8r/CcF
XJCqXQSG0sF2JNz3O+U/IiR9c4B3HcV6kxhKAkqcv6ZfR57mukCDZPKSKLq69GCK
bCHrio9P6hOE8k7phAkds2BDwHXyfbJBGjKO8V0AHiUkTV9V05BZAdNWNUjcVcRG
3GeXZb7GZyQz+9IHbj0RDW0DI91Y/cIcqEFw6v1xrjKAwXwJWsU=
=KncO
-END PGP SIGNATURE-

Arthur Axel 'fREW' Schmidt (1):
  v0.008001

Dan Book (1):
  add slog functions to be exportable

gregor herrmann (5):
  New upstream version 0.008001
  Update upstream source from tag 'upstream/0.008001'
  Update debian/changelog
  Update years of upstream copyright.
  releasing package liblog-contextual-perl version 0.008001-1

---

This annotated tag includes the following new commits:

   new  c1114b2   Update upstream source from tag 'upstream/0.008001'
   new  7c92ae2   Update debian/changelog
   new  62303bc   Update years of upstream copyright.
   new  d3114f7   releasing package liblog-contextual-perl version 
0.008001-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/liblog-contextual-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


[liblog-contextual-perl] 01/01: pristine-tar data for liblog-contextual-perl_0.008001.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 14dd2683f3f873d2c30d27536991985c0db7e1a3
Author: gregor herrmann 
Date:   Wed Feb 14 21:04:49 2018 +0100

pristine-tar data for liblog-contextual-perl_0.008001.orig.tar.gz
---
 liblog-contextual-perl_0.008001.orig.tar.gz.delta | Bin 0 -> 3119 bytes
 liblog-contextual-perl_0.008001.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblog-contextual-perl_0.008001.orig.tar.gz.delta 
b/liblog-contextual-perl_0.008001.orig.tar.gz.delta
new file mode 100644
index 000..e11d4f5
Binary files /dev/null and b/liblog-contextual-perl_0.008001.orig.tar.gz.delta 
differ
diff --git a/liblog-contextual-perl_0.008001.orig.tar.gz.id 
b/liblog-contextual-perl_0.008001.orig.tar.gz.id
new file mode 100644
index 000..aa392b3
--- /dev/null
+++ b/liblog-contextual-perl_0.008001.orig.tar.gz.id
@@ -0,0 +1 @@
+b1d50825bb160c5fb88492360c0f4c842605823d

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


[liblog-contextual-perl] branch master updated (1200a98 -> d3114f7)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  1200a98   releasing package liblog-contextual-perl version 
0.008000-1
  adds  cadb9be   add slog functions to be exportable
  adds  669a4c7   v0.008001
  adds  35bcd67   New upstream version 0.008001
   new  c1114b2   Update upstream source from tag 'upstream/0.008001'
   new  7c92ae2   Update debian/changelog
   new  62303bc   Update years of upstream copyright.
   new  d3114f7   releasing package liblog-contextual-perl version 
0.008001-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  |  3 +++
 LICENSE  |  6 +++---
 META.json|  2 +-
 META.yml |  2 +-
 Makefile.PL  |  2 +-
 README   |  4 ++--
 debian/changelog |  7 +++
 debian/copyright |  2 +-
 dist.ini |  2 +-
 lib/Log/Contextual.pm| 18 +-
 lib/Log/Contextual/Easy/Default.pm   |  6 +++---
 lib/Log/Contextual/Easy/Package.pm   |  6 +++---
 lib/Log/Contextual/Role/Router.pm|  6 +++---
 lib/Log/Contextual/Role/Router/HasLogger.pm  |  6 +++---
 lib/Log/Contextual/Role/Router/SetLogger.pm  |  6 +++---
 lib/Log/Contextual/Role/Router/WithLogger.pm |  6 +++---
 lib/Log/Contextual/Router.pm |  6 +++---
 lib/Log/Contextual/SimpleLogger.pm   |  6 +++---
 lib/Log/Contextual/TeeLogger.pm  |  6 +++---
 lib/Log/Contextual/WarnLogger.pm |  6 +++---
 20 files changed, 63 insertions(+), 45 deletions(-)

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


[liblog-contextual-perl] 03/04: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 62303bc51e2d30ff6042916544d09b1d4469c672
Author: gregor herrmann 
Date:   Wed Feb 14 21:05:36 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 4a9336f..325c135 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Arthur Axel Schmidt 
 Source: https://metacpan.org/release/Log-Contextual
 
 Files: *
-Copyright: 2017, Arthur Axel Schmidt 
+Copyright: 2018, Arthur Axel Schmidt 
  2015, Matt S. Trout 
 License: Artistic or GPL-1+
 

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


[liblog-report-optional-perl] 03/05: Update debian/upstream/metadata.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit 563d1ad90f811c3096d8b651786ea2202735997a
Author: gregor herrmann 
Date:   Wed Feb 14 21:02:24 2018 +0100

Update debian/upstream/metadata.
---
 debian/upstream/metadata | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index 3d36f22..4a1ea01 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,4 +1,6 @@
 ---
 Archive: CPAN
-Contact: Mark Overmeer
+Contact: Mark Overmeer 
 Name: Log-Report-Optional
+Repository: https://github.com/markov2/perl5-Log-Report-Optional.git
+Repository-Browse: https://github.com/markov2/perl5-Log-Report-Optional

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


[liblog-report-optional-perl] annotated tag debian/1.06-1 created (now 37fb1ba)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.06-1
in repository liblog-report-optional-perl.

at  37fb1ba   (tag)
   tagging  df0971ac9bb28fbd8367a8ab00da464989577f5b (commit)
  replaces  debian/1.04-1
 tagged by  gregor herrmann
on  Wed Feb 14 21:04:04 2018 +0100

- Log -
tagging package liblog-report-optional-perl version debian/1.06-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEljRfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYBNQ//XGKxF11zzVoMMvtHlgbUp4f16Q+v8ItHLax2zDziWC3MChmSHXb7mM1O
c/gmvVBKIAuF1rMaIIgp+tGmVnDPj9B86V3uXUQvYQp9k+zwkRoOLF/NiqNc9lY8
tgCFF1d3YrZxwrmCJ6kOkU2b3cflIAxt4L0sW0swpR5G8qzur7ufU6J8UIvkx6cA
3lDFpJj5nilX2QC1Jhz0B3eLLUun5s88sXPFvE4Iz9Unu15Q/y/RFWVXbfDKMoHj
SRebzO60NhiBcqbwtchsb7OrTHeNHxJwXc3tL0YLhiZnzcwMR2Bee0JoCG20O513
HED2H30ZPWOrsuXDoL9u4CRF2/RVzA2ijJblPgkmSDC3YV6UleI+pw287ZfzrjMO
hAN4bffUCGMaSFyBRHgxEueWdkYYminHtO3dSPFsLbEibnPyc710zTzrjyNrPPZ0
XEG9imq48iy2qVrRflyHJ1LtS7sXeIvKDF70FserghgR0PMublam4OP2EyOc/30h
cmu7i2s8OOQeLz9dxR/tH0LibhNviM+B0QeDXBvsqWOsVh0pbUl3pWDuaAXMFeO3
xeXJNgcfJQhhs/4NKCsZnu/oT7l2qCZ2n7mHxrxM2rlFlmQj52sjhrMu/Bd3N9al
XngDRI/rYzc5m5CzKNtXP3NkvaA6GMHY6xyqMu81CmgrP/JWUXA=
=rUs4
-END PGP SIGNATURE-

gregor herrmann (6):
  New upstream version 1.06
  Update upstream source from tag 'upstream/1.06'
  New upstream release.
  Update debian/upstream/metadata.
  Update years of upstream copyright.
  releasing package liblog-report-optional-perl version 1.06-1

---

This annotated tag includes the following new commits:

   new  244a563   Update upstream source from tag 'upstream/1.06'
   new  a76b0a8   New upstream release.
   new  563d1ad   Update debian/upstream/metadata.
   new  8a0dab8   Update years of upstream copyright.
   new  df0971a   releasing package liblog-report-optional-perl version 
1.06-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/liblog-report-optional-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


[liblog-report-optional-perl] 01/01: pristine-tar data for liblog-report-optional-perl_1.06.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch pristine-tar
in repository liblog-report-optional-perl.

commit 4b8de2629036db790012ca2b5bf1a75c49972a6d
Author: gregor herrmann 
Date:   Wed Feb 14 21:01:09 2018 +0100

pristine-tar data for liblog-report-optional-perl_1.06.orig.tar.gz
---
 liblog-report-optional-perl_1.06.orig.tar.gz.delta | Bin 0 -> 1714 bytes
 liblog-report-optional-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblog-report-optional-perl_1.06.orig.tar.gz.delta 
b/liblog-report-optional-perl_1.06.orig.tar.gz.delta
new file mode 100644
index 000..76d9af2
Binary files /dev/null and b/liblog-report-optional-perl_1.06.orig.tar.gz.delta 
differ
diff --git a/liblog-report-optional-perl_1.06.orig.tar.gz.id 
b/liblog-report-optional-perl_1.06.orig.tar.gz.id
new file mode 100644
index 000..6eb92d9
--- /dev/null
+++ b/liblog-report-optional-perl_1.06.orig.tar.gz.id
@@ -0,0 +1 @@
+b542f02a910102419ddb4afee9655b9878b09483

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


[liblog-report-optional-perl] 01/05: Update upstream source from tag 'upstream/1.06'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit 244a5633db51fbf771e3d997f81886ddc3a4c3eb
Merge: 10c2f41 2e3d616
Author: gregor herrmann 
Date:   Wed Feb 14 21:01:09 2018 +0100

Update upstream source from tag 'upstream/1.06'

Update to upstream version '1.06'
with Debian dir c408575bbfe5e7af4ecacf6158c048f7854628ab

 ChangeLog | 12 
 MANIFEST  |  1 +
 META.json | 18 ++--
 META.yml  | 21 -
 Makefile.PL   | 26 
 README.md | 62 +++
 lib/Log/Report/Minimal.pm | 12 +---
 lib/Log/Report/Minimal.pod|  6 ++--
 lib/Log/Report/Minimal/Domain.pm  | 12 +---
 lib/Log/Report/Minimal/Domain.pod |  8 ++---
 lib/Log/Report/Optional.pm| 13 
 lib/Log/Report/Optional.pod   |  8 ++---
 lib/Log/Report/Util.pm| 13 
 lib/Log/Report/Util.pod   |  6 ++--
 14 files changed, 169 insertions(+), 49 deletions(-)

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


[liblog-report-optional-perl] branch pristine-tar updated (ea06826 -> 4b8de26)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch pristine-tar
in repository liblog-report-optional-perl.

  from  ea06826   pristine-tar data for 
liblog-report-optional-perl_1.04.orig.tar.gz
   new  4b8de26   pristine-tar data for 
liblog-report-optional-perl_1.06.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:
 liblog-report-optional-perl_1.06.orig.tar.gz.delta | Bin 0 -> 1714 bytes
 liblog-report-optional-perl_1.06.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 liblog-report-optional-perl_1.06.orig.tar.gz.delta
 create mode 100644 liblog-report-optional-perl_1.06.orig.tar.gz.id

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


[liblog-report-optional-perl] 05/05: releasing package liblog-report-optional-perl version 1.06-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit df0971ac9bb28fbd8367a8ab00da464989577f5b
Author: gregor herrmann 
Date:   Wed Feb 14 21:04:04 2018 +0100

releasing package liblog-report-optional-perl version 1.06-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fdfbc16..04ccbe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-liblog-report-optional-perl (1.06-1) UNRELEASED; urgency=medium
+liblog-report-optional-perl (1.06-1) unstable; urgency=medium
 
   * New upstream release.
+  * Update debian/upstream/metadata.
+  * Update years of upstream copyright.
 
- -- gregor herrmann   Wed, 14 Feb 2018 21:01:09 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 21:02:49 +0100
 
 liblog-report-optional-perl (1.04-1) unstable; urgency=medium
 

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


[liblog-report-optional-perl] 04/05: Update years of upstream copyright.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit 8a0dab857bfb506e5ff9723d52ebdcbad641c35b
Author: gregor herrmann 
Date:   Wed Feb 14 21:02:38 2018 +0100

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

diff --git a/debian/copyright b/debian/copyright
index 9a04665..4f9395f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Mark Overmeer
 Upstream-Name: Log-Report-Optional
 
 Files: *
-Copyright: 2013-2017, Mark Overmeer
+Copyright: 2013-2018, Mark Overmeer
 License: Artistic or GPL-1+
 
 Files: debian/*

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


[liblog-report-optional-perl] annotated tag upstream/1.06 created (now 6801f84)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/1.06
in repository liblog-report-optional-perl.

at  6801f84   (tag)
   tagging  2e3d6163501eae4c45816610acebb1617de8f32d (commit)
  replaces  upstream/1.04
 tagged by  gregor herrmann
on  Wed Feb 14 21:01:09 2018 +0100

- Log -
Upstream version 1.06

gregor herrmann (1):
  New upstream version 1.06

---

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/liblog-report-optional-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


[liblog-report-optional-perl] 02/05: New upstream release.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblog-report-optional-perl.

commit a76b0a86a4a7ab30fd12cb4fb2a56d6e68b7d9f6
Author: gregor herrmann 
Date:   Wed Feb 14 21:01:55 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 42f089f..fdfbc16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblog-report-optional-perl (1.06-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Wed, 14 Feb 2018 21:01:09 +0100
+
 liblog-report-optional-perl (1.04-1) unstable; urgency=medium
 
   * New upstream release.

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


[liblog-report-optional-perl] branch master updated (10c2f41 -> df0971a)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository liblog-report-optional-perl.

  from  10c2f41   releasing package liblog-report-optional-perl version 
1.04-1
  adds  2e3d616   New upstream version 1.06
   new  244a563   Update upstream source from tag 'upstream/1.06'
   new  a76b0a8   New upstream release.
   new  563d1ad   Update debian/upstream/metadata.
   new  8a0dab8   Update years of upstream copyright.
   new  df0971a   releasing package liblog-report-optional-perl version 
1.06-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 | 12 
 MANIFEST  |  1 +
 META.json | 18 ++--
 META.yml  | 21 -
 Makefile.PL   | 26 
 README.md | 62 +++
 debian/changelog  |  8 +
 debian/copyright  |  2 +-
 debian/upstream/metadata  |  4 ++-
 lib/Log/Report/Minimal.pm | 12 +---
 lib/Log/Report/Minimal.pod|  6 ++--
 lib/Log/Report/Minimal/Domain.pm  | 12 +---
 lib/Log/Report/Minimal/Domain.pod |  8 ++---
 lib/Log/Report/Optional.pm| 13 
 lib/Log/Report/Optional.pod   |  8 ++---
 lib/Log/Report/Util.pm| 13 
 lib/Log/Report/Util.pod   |  6 ++--
 17 files changed, 181 insertions(+), 51 deletions(-)
 create mode 100644 README.md

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


[libimage-exiftool-perl] annotated tag upstream/10.79 created (now eb46f88)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag upstream/10.79
in repository libimage-exiftool-perl.

at  eb46f88   (tag)
   tagging  9861d3fd1ae3b9282bc916ca586f57a97fc3695f (commit)
  replaces  upstream/10.75
 tagged by  gregor herrmann
on  Wed Feb 14 20:40:33 2018 +0100

- Log -
Upstream version 10.79

gregor herrmann (1):
  New upstream version 10.79

---

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/libimage-exiftool-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


[libimage-exiftool-perl] annotated tag debian/10.79-1 created (now 4397f24)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/10.79-1
in repository libimage-exiftool-perl.

at  4397f24   (tag)
   tagging  52c0a9129cac64518642f2d649dcd65634191d9e (commit)
  replaces  debian/10.75-1
 tagged by  gregor herrmann
on  Wed Feb 14 20:55:15 2018 +0100

- Log -
tagging package libimage-exiftool-perl version debian/10.79-1
-BEGIN PGP SIGNATURE-

iQKSBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqElCNfFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgYDYQ/4ksV3BfKsERfldtlNXkcWuiUPhIctSvHh413JFC/R/vtpO+ift9q+UNXk
Gqg9Il3KyzdpCkO5IjkazDhm3SOM92mKmIlyDksLJEqh6x9EcY2FOdxohaAyoODQ
lXTTqSeqS2eRcG9yPbhKwom/QNuuKVKwoJqyHwTeGsie7y62wR6rHnZEAYSHb5bE
w10d1BV6ffil9j+BPvwVaRvA3sRBl26b0hYeYWdUwbFfLTmybnKJzugCBlsL92cg
va6blaGT7JWnu2lDVfw81oKL02TaMHmQk7hRFSEm6orKy/HB5aWGbsMaUEVg03YV
A8XsMv+tS/92K023NroG/4DcjB1yUys2kCIHNpImhm8sM5WpPE5+aaPPF9RomIVe
HMFXQWiNjvUiQQqmfCrQQcM3rDGEJSgWbn1andsjHo+ArNf4FSqOG+8fM55wWgUi
DwGSJD/y/a01+HnMDfDM+xTa+qfhbA+f0ixjPNlgHaqD5pSNIsq6p81qSE4OVnzb
BaBYocYQIvVvoZRrUL31DY6vYqxnuVkCJlL/CZp5WAgDbvQf+gcelGyD0oJ9x3Eg
tMVmjJ2LqDlDHxD7w3ru9tL8d6b+Wy/tgQ3c2H2Ttcqw59dhNnt61aiS0hgQraiV
HvaDzRZygejpK4qV7DCuONoPOKXzY0dRb3oKosv9P8gk+DeINw==
=7Pze
-END PGP SIGNATURE-

gregor herrmann (6):
  New upstream version 10.79
  Update upstream source from tag 'upstream/10.79'
  New upstream release.
  Add note about API changes to debian/NEWS.
  Use HTTPS for upstream URL in debian/watch and debian/control.
  releasing package libimage-exiftool-perl version 10.79-1

---

This annotated tag includes the following new commits:

   new  49c31fa   Update upstream source from tag 'upstream/10.79'
   new  1e018cb   New upstream release.
   new  5d6b17e   Add note about API changes to debian/NEWS.
   new  ae6b955   Use HTTPS for upstream URL in debian/watch and 
debian/control.
   new  52c0a91   releasing package libimage-exiftool-perl version 10.79-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/libimage-exiftool-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


[libimage-exiftool-perl] 02/05: New upstream release.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 1e018cbb88084dde6d8674a92e9c504abaf1c41d
Author: gregor herrmann 
Date:   Wed Feb 14 20:42:22 2018 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 08e1177..2956c0f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libimage-exiftool-perl (10.79-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- gregor herrmann   Wed, 14 Feb 2018 20:40:34 +0100
+
 libimage-exiftool-perl (10.75-1) unstable; urgency=medium
 
   * New upstream release.

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


[libimage-exiftool-perl] branch pristine-tar updated (0502ac1 -> b3cacfc)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  0502ac1   pristine-tar data for 
libimage-exiftool-perl_10.75.orig.tar.gz
   new  b3cacfc   pristine-tar data for 
libimage-exiftool-perl_10.79.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:
 libimage-exiftool-perl_10.79.orig.tar.gz.delta | Bin 0 -> 27341 bytes
 libimage-exiftool-perl_10.79.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libimage-exiftool-perl_10.79.orig.tar.gz.delta
 create mode 100644 libimage-exiftool-perl_10.79.orig.tar.gz.id

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


[libimage-exiftool-perl] 01/01: pristine-tar data for libimage-exiftool-perl_10.79.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit b3cacfc4cc9da85697dc4895e691b53c47f28f71
Author: gregor herrmann 
Date:   Wed Feb 14 20:40:33 2018 +0100

pristine-tar data for libimage-exiftool-perl_10.79.orig.tar.gz
---
 libimage-exiftool-perl_10.79.orig.tar.gz.delta | Bin 0 -> 27341 bytes
 libimage-exiftool-perl_10.79.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libimage-exiftool-perl_10.79.orig.tar.gz.delta 
b/libimage-exiftool-perl_10.79.orig.tar.gz.delta
new file mode 100644
index 000..f345fca
Binary files /dev/null and b/libimage-exiftool-perl_10.79.orig.tar.gz.delta 
differ
diff --git a/libimage-exiftool-perl_10.79.orig.tar.gz.id 
b/libimage-exiftool-perl_10.79.orig.tar.gz.id
new file mode 100644
index 000..f87ac7d
--- /dev/null
+++ b/libimage-exiftool-perl_10.79.orig.tar.gz.id
@@ -0,0 +1 @@
+0b6aa374802eeb25d7a35e32a7486d2b325b004f

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


[libimage-exiftool-perl] 01/05: Update upstream source from tag 'upstream/10.79'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 49c31fa4b50facfdf28504964e3fe77a926db956
Merge: 84b0464 9861d3f
Author: gregor herrmann 
Date:   Wed Feb 14 20:40:33 2018 +0100

Update upstream source from tag 'upstream/10.79'

Update to upstream version '10.79'
with Debian dir 8ead41265e5e250a62354821f44523b5d8fbb791

 Changes   |   44 +
 MANIFEST  |8 +
 META.json |2 +-
 META.yml  |2 +-
 README|   78 +-
 exiftool  |  186 +-
 html/ExifTool.html|   29 +-
 html/Shift.html   |2 +-
 html/TagNames/ASF.html|6 +-
 html/TagNames/Composite.html  |2 +-
 html/TagNames/FLIR.html   |4 +-
 html/TagNames/GoPro.html  |  377 +++-
 html/TagNames/JPEG.html   |   16 +-
 html/TagNames/MacOS.html  |   42 +-
 html/TagNames/Microsoft.html  |   14 +-
 html/TagNames/Olympus.html|  132 +-
 html/TagNames/PDF.html|9 +-
 html/TagNames/PanasonicRaw.html   |   98 +-
 html/TagNames/QuickTime.html  |  413 +++--
 html/TagNames/Red.html|  291 +++
 html/TagNames/Sony.html   |   17 +-
 html/TagNames/XMP.html|  105 +-
 html/TagNames/index.html  |   25 +-
 html/exiftool_pod.html|   88 +-
 html/faq.html |5 +-
 html/history.html |   56 +-
 html/index.html   |   51 +-
 html/install.html |   38 +-
 lib/Image/ExifTool.pm |  120 +-
 lib/Image/ExifTool.pod|  106 +-
 lib/Image/ExifTool/AIFF.pm|2 +-
 lib/Image/ExifTool/ASF.pm |6 +-
 lib/Image/ExifTool/BuildTagLookup.pm  |   36 +-
 lib/Image/ExifTool/FLAC.pm|2 +-
 lib/Image/ExifTool/FLIR.pm|2 +-
 lib/Image/ExifTool/Flash.pm   |4 +-
 lib/Image/ExifTool/FlashPix.pm|2 +-
 lib/Image/ExifTool/Font.pm|2 +-
 lib/Image/ExifTool/GPS.pm |6 +-
 lib/Image/ExifTool/Geotag.pm  |   39 +-
 lib/Image/ExifTool/GoPro.pm   |  724 +---
 lib/Image/ExifTool/HTML.pm|4 +-
 lib/Image/ExifTool/ICC_Profile.pm |8 +-
 lib/Image/ExifTool/ID3.pm |2 +-
 lib/Image/ExifTool/IPTC.pm|   26 +-
 lib/Image/ExifTool/Import.pm  |   10 +-
 lib/Image/ExifTool/JPEG.pm|   20 +-
 lib/Image/ExifTool/Jpeg2000.pm|2 +-
 lib/Image/ExifTool/Lang/de.pm |0
 lib/Image/ExifTool/MIE.pm |   10 +-
 lib/Image/ExifTool/MPF.pm |2 +-
 lib/Image/ExifTool/MXF.pm |2 +-
 lib/Image/ExifTool/MacOS.pm   |   14 +-
 lib/Image/ExifTool/Microsoft.pm   |3 +-
 lib/Image/ExifTool/Olympus.pm |7 +-
 lib/Image/ExifTool/PDF.pm |2 +-
 lib/Image/ExifTool/PNG.pm |2 +-
 lib/Image/ExifTool/PanasonicRaw.pm|   33 +-
 lib/Image/ExifTool/Qualcomm.pm|2 +-
 lib/Image/ExifTool/QuickTime.pm   |  101 +-
 lib/Image/ExifTool/QuickTimeStream.pl |  178 +-
 lib/Image/ExifTool/README |2 +-
 lib/Image/ExifTool/RIFF.pm|2 +-
 lib/Image/ExifTool/Red.pm |  325 
 lib/Image/ExifTool/Sony.pm|   23 +-
 lib/Image/ExifTool/Stim.pm|2 +-
 lib/Image/ExifTool/TagInfoXML.pm  |   42 +-
 lib/Image/ExifTool/TagLookup.pm   | 3172 +
 lib/Image/ExifTool/TagNames.pod   |  448 +++--
 lib/Image/ExifTool/Torrent.pm |2 +-
 lib/Image/ExifTool/WriteExif.pl   |2 +-
 lib/Image/ExifTool/WriteIPTC.pl   |8 +-
 lib/Image/ExifTool/WritePDF.pl|4 +-
 lib/Image/ExifTool/WriteQuickTime.pl  |4 +-
 lib/Image/ExifTool/WriteXMP.pl|  188 +-
 lib/Image/ExifTool/Writer.pl  |  102 +-
 lib/Image/ExifTool/XMP.pm |   17 +-
 lib/Image/ExifTool/XMP2.pl|   12 +
 lib/Image/ExifTool/XMPStruct.pl   |   14 +-
 perl-Image-ExifTool.spec  |   76 +-
 t/ASF_2.out   |8 +-
 t/GoPro.t |   30 +
 t/GoPro_2.out |   30 +
 t/Panasonic_4.out |   13 +-
 t/Panasonic_5.out |   18 +-
 t/Red.t   |   29 +
 t/Red_2.out   |   45 +
 t/XMP.t   |3 +-
 t/XMP_10.out  |2 +-
 t/XMP_30.out  |   54 +-
 t/images/EXE.elf  |  Bin
 t/images/EXE.exe  |  

[libimage-exiftool-perl] 03/05: Add note about API changes to debian/NEWS.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 5d6b17ec1193d973bdab91ea415d8c11b18651b5
Author: gregor herrmann 
Date:   Wed Feb 14 20:43:07 2018 +0100

Add note about API changes to debian/NEWS.
---
 debian/NEWS | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/NEWS b/debian/NEWS
index 2cdc284..7edf958 100644
--- a/debian/NEWS
+++ b/debian/NEWS
@@ -1,3 +1,12 @@
+libimage-exiftool-perl (10.79-1) unstable; urgency=medium
+
+  From upstream Changes for 10.76:
+  - API Changes:
+  - Added XMPShorthand option
+  - Enhanced Compact option so a setting of 2 avoids XMP indentation
+
+ -- gregor herrmann   Wed, 14 Feb 2018 20:42:25 +0100
+
 libimage-exiftool-perl (10.67-1) unstable; urgency=medium
 
   From upstream Changes for 10.67:

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


[libimage-exiftool-perl] 05/05: releasing package libimage-exiftool-perl version 10.79-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 52c0a9129cac64518642f2d649dcd65634191d9e
Author: gregor herrmann 
Date:   Wed Feb 14 20:55:15 2018 +0100

releasing package libimage-exiftool-perl version 10.79-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2956c0f..7a2fdbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libimage-exiftool-perl (10.79-1) UNRELEASED; urgency=medium
+libimage-exiftool-perl (10.79-1) unstable; urgency=medium
 
   * New upstream release.
+  * Add note about API changes to debian/NEWS.
+  * Use HTTPS for upstream URL in debian/watch and debian/control.
 
- -- gregor herrmann   Wed, 14 Feb 2018 20:40:34 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 20:52:29 +0100
 
 libimage-exiftool-perl (10.75-1) unstable; urgency=medium
 

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


[libimage-exiftool-perl] 04/05: Use HTTPS for upstream URL in debian/watch and debian/control.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit ae6b95574d74132145957c53d71f0b16cfb3a914
Author: gregor herrmann 
Date:   Wed Feb 14 20:47:51 2018 +0100

Use HTTPS for upstream URL in debian/watch and debian/control.
---
 debian/control| 2 +-
 debian/duck-overrides | 4 ++--
 debian/watch  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index d087cbb..079f433 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
 Standards-Version: 4.1.3
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libimage-exiftool-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libimage-exiftool-perl.git
-Homepage: http://owl.phy.queensu.ca/~phil/exiftool/
+Homepage: https://owl.phy.queensu.ca/~phil/exiftool/
 
 Package: libimage-exiftool-perl
 Architecture: all
diff --git a/debian/duck-overrides b/debian/duck-overrides
index 8c2ea37..b8b04c5 100644
--- a/debian/duck-overrides
+++ b/debian/duck-overrides
@@ -1,2 +1,2 @@
-# the https variant has certificate problems
-http://owl.phy.queensu.ca/~phil/exiftool/
+# false positive: Matching regular expression: m/moved to/i
+https://owl.phy.queensu.ca/~phil/exiftool/
diff --git a/debian/watch b/debian/watch
index e587e63..0e6f297 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
-http://owl.phy.queensu.ca/~phil/exiftool/  
.*Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+https://owl.phy.queensu.ca/~phil/exiftool/ 
.*Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
 https://metacpan.org/release/Image-ExifTool   
.*/Image-ExifTool-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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


[libdbi-perl] 01/01: pristine-tar data for libdbi-perl_1.640.orig.tar.gz

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 596de43afec1f2cc2b362c48d049ed716c338565
Author: gregor herrmann 
Date:   Wed Feb 14 20:27:42 2018 +0100

pristine-tar data for libdbi-perl_1.640.orig.tar.gz
---
 libdbi-perl_1.640.orig.tar.gz.delta | Bin 0 -> 5029 bytes
 libdbi-perl_1.640.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdbi-perl_1.640.orig.tar.gz.delta 
b/libdbi-perl_1.640.orig.tar.gz.delta
new file mode 100644
index 000..79361bf
Binary files /dev/null and b/libdbi-perl_1.640.orig.tar.gz.delta differ
diff --git a/libdbi-perl_1.640.orig.tar.gz.id b/libdbi-perl_1.640.orig.tar.gz.id
new file mode 100644
index 000..b53b8f6
--- /dev/null
+++ b/libdbi-perl_1.640.orig.tar.gz.id
@@ -0,0 +1 @@
+ecace109a09a55ea318cd07fa7be612cfce78e98

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


[libdbi-perl] 05/07: Refresh spelling.patch (offset).

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 55ef8fbc4b886bb686019d407ad84e0e3866a91f
Author: gregor herrmann 
Date:   Wed Feb 14 20:31:18 2018 +0100

Refresh spelling.patch (offset).
---
 debian/patches/spelling.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
index 5b59fa5..2ffb778 100644
--- a/debian/patches/spelling.patch
+++ b/debian/patches/spelling.patch
@@ -1,13 +1,13 @@
 Description: fix spelling mistakes in the POD
 Origin: vendor
 Author: gregor herrmann 
-Last-Update: 2016-04-29
+Last-Update: 2018-02-14
 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=114066
 Bug: https://rt.cpan.org/Ticket/Display.html?id=114066
 
 --- a/DBI.pm
 +++ b/DBI.pm
-@@ -7882,7 +7882,7 @@
+@@ -7884,7 +7884,7 @@
  $self->{_buf} .= shift;
  #
  # DBI feeds us pieces at a time, so accumulate a complete line

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


[libdbi-perl] 07/07: releasing package libdbi-perl version 1.640-1

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 6e28298f1c589ed8b21a2d577069312ec2f5db2a
Author: gregor herrmann 
Date:   Wed Feb 14 20:36:31 2018 +0100

releasing package libdbi-perl version 1.640-1
---
 debian/changelog | 11 ---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 16adf7a..1ab9ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libdbi-perl (1.640-1) UNRELEASED; urgency=medium
+libdbi-perl (1.640-1) unstable; urgency=medium
 
-  * Import upstream version 1.640
+  * Import upstream version 1.640.
+  * Update years of packaging copyright.
+  * Bump debhelper compatibility level to 10.
+  * Refresh spelling.patch (offset).
+  * Remove trailing whitespace from a comment in debian/rules.
+Thanks to lintian.
 
- -- gregor herrmann   Wed, 14 Feb 2018 20:27:43 +0100
+ -- gregor herrmann   Wed, 14 Feb 2018 20:34:50 +0100
 
 libdbi-perl (1.639-1) unstable; urgency=medium
 

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


[libdbi-perl] 04/07: Bump debhelper compatibility level to 10.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit cc0a3b83a176f38cb2446742113a0c376c4b9df2
Author: gregor herrmann 
Date:   Wed Feb 14 20:30:26 2018 +0100

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

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 3af6563..d7e81f1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Damyan Ivanov ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312),
+Build-Depends: debhelper (>= 10),
libtest-pod-coverage-perl,
libtest-pod-perl,
perl

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


[libdbi-perl] 01/07: Update upstream source from tag 'upstream/1.640'

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 38d6ad28af1950a608c19a24447a23eb97cf0f17
Merge: 2df2a0f 855626f
Author: gregor herrmann 
Date:   Wed Feb 14 20:27:42 2018 +0100

Update upstream source from tag 'upstream/1.640'

Update to upstream version '1.640'
with Debian dir f95f9ac0aa1a1584ff27a668687053a9a6e3028f

 Changes  | 12 +++-
 DBI.pm   |  5 +++--
 META.json|  2 +-
 META.yml |  2 +-
 t/91_store_warning.t |  2 +-
 5 files changed, 17 insertions(+), 6 deletions(-)

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


[libdbi-perl] annotated tag debian/1.640-1 created (now d8369b6)

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to annotated tag debian/1.640-1
in repository libdbi-perl.

at  d8369b6   (tag)
   tagging  6e28298f1c589ed8b21a2d577069312ec2f5db2a (commit)
  replaces  upstream/1.640
 tagged by  gregor herrmann
on  Wed Feb 14 20:36:31 2018 +0100

- Log -
tagging package libdbi-perl version debian/1.640-1
-BEGIN PGP SIGNATURE-

iQKTBAABCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlqEj79fFIAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgaluQ/8DuX2ZIQtqFz3nPGeZAoHkIit292Ywy6hjgMzfqD/B1eGLPwk30x5FaPo
OkgZEXoBrIV1q7c5DXVF/IRyocIcON/8DJM5iH337P4c7ZIT97pztrlyn1V/YICh
fK9SVVsMmdyB1ohD9QVehG0SvBqkY2eD29/37+f5bn35yASeTmpuzTIl4j36Fctq
ICvYQpCAwsVIDeuy20UV7t19oRLrZLUTlhqbVeBop0OoszgTrKhaO93H73RThnq9
0qq7kvbfuk1a5C3lRNnTOejTtpMas+o+sN7eaZGFuHRBfIeCMN/dWKZ95YH2iOjA
9oT8X7fRNYdVBCmefkh92Ross7R9Ji/2PkqmcRIqCOEVI2dc39AzEdoNP134eMBI
d4X81EuXYnp1Vl3vRElW+N0e/yd55mlAjwbGyRICi1CRs+Q+PiitJbekf6MB+U47
eWPQ/TJWN/aACI9tOPucxJXfU/ysRq2pxEHY/S/yd1VE8ocIzAlQbTd2gl0kce6I
/gRC2usct70U655YvvsfZBi7zFKB5THnaIrYDBn0zYFbE91AQ/AWz9Bvb2ophZub
JLmhqkzae9zi2+ClVUbzdKjU3b+y8s5XrEe3NSZGhdFFJGXo79TlYSxAKdaZeIcd
cK30frrHUlaCmyZHSZ39KGn7Psgbs09K/YVPUatn4VqA1dtKrTA=
=Pre8
-END PGP SIGNATURE-

Alessandro Ghedini (28):
  Merge tag 'upstream/1.617'
  New upstream release
  Bump Standards-Version to 3.9.2 (no changes needed)
  Bump debhelper compat level to 9
  Update upstream copyright years
  Add fix-spelling.patch (fixes spelling-error-in-manpage)
  Finalize changelog
  Merge tag 'upstream/1.618'
  New upstream release
  Add myself to Uploaders
  Update debian/copyright format as in Debian Policy 3.9.3
  Bump Standards-Version to 3.9.3
  Update copyright years for dbipport.h
  Refresh fix-spelling.patch
  Finalize changelog
  Email change: Alessandro Ghedini -> gh...@debian.org
  Merge tag 'upstream/1.619'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/1.620'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/1.621'
  New upstream release
  Finalize changelog
  Merge tag 'upstream/1.622'
  New upstream release
  Finalize changelog

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

Ansgar Burchardt (9):
  * Add dh_perl_dbi command and perl_dbi addon for debhelper.
  * New upstream release.
  forwarded patch to CPAN's RT
  dh_perl_dbi: No longer add unversioned dependency on libdbi-perl.
  Update documentation: dh_perl_dbi no longer adds a dependency on 
libdbi-perl
  IGNORE-VERSION: 1.613-1
  commit upstream changes as well...
  Update my email address.
  debian/control: Convert Vcs-* fields to Git.

Christian Hammers (1):
  [svn-inject] Applying Debian modifications to trunk

Damyan Ivanov (45):
  * (NOT RELEASED YET) New upstream release
  * Dropped goferperl.pl.diff as goferperl.pl itseld is dropped upstream
  * Change Maintainer to Debian Perl Group, moved ch to Uploaders
  * DebHelper compat level 5
  * New upstream release
  + Fixed download URL
  * debian/watch - use www.cpan.org, drop uupdate as we use svn-upgrade
  Typo
  * New upstream release
  * Refresh debian/copyright
  Drop svn:keywords from upstream sources
  Restore svn-mangled upstream files
  * Convert from cdbs to debhelper. Add dependency on quilt
  * Homepage: http://dbi.perl.org/
  * debian/watch: add upstream version mangling to allow future versions of
  Add series to SVN
  Homepage: http://dbi.perl.org/ Closes: #479095
  New upstream release
  update years of copyright
  update t__85gofer.t__timeout.patch to apply again
  refresh all patches with -p ab --no-timestamps --no-index
  adapt lintian override to new upstream source
  * minimize debian/rules thanks to debhelper 7
  * Update to Policy 3.8.0
  releasing version 1.605-1
  refresh all patches once more with --strip-trailing-whitespace
  bump Standards-Version to 3.8.2 (no changes needed)
  bump years of copyright over DBI.pm
  releasing version 1.609-1
  Merge tag 'upstream/1.630'
  Imported Upstream version 1.630
  add NEWS entry about PrintWarn being enabled by default regardless of the 
warnings switch value
  update t__06attrs.t__localefix.patch to apply cleanly
  update lintian override about unbreakable line in 
DBI::Const::GetInfo::ODBC manual
  releasing package libdbi-perl version 1.630-1
  Remove libplrpc-perl from Suggests:
  warn users of DBI::Proxy about its unsafe usage of Storable
  update changelog
  releasing package libdbi-perl version 1.631-3
  declare 

[libdbi-perl] 06/07: Remove trailing whitespace from a comment in debian/rules.

2018-02-14 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit 00be006f2491f188a294470e8bf9d4af1fea489c
Author: gregor herrmann 
Date:   Wed Feb 14 20:34:25 2018 +0100

Remove trailing whitespace from a comment in debian/rules.

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

diff --git a/debian/rules b/debian/rules
index dfe5858..2aa6f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# this number comes from DBISTATE_VERSION in DBIXS.h 
+# this number comes from DBISTATE_VERSION in DBIXS.h
 # it is used for the Provides: perl-dbdabi-XX relationship
 # it needs to be updated manually because of the implications on the archive
 #  (rebuilds of all libdbd-*-perl packages), see #577209

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