[libdevel-declare-perl] branch jessie created (now f530e37)

2016-06-06 Thread dom
This is an automated email from the git hooks/post-receive script.

dom pushed a change to branch jessie
in repository libdevel-declare-perl.

at  f530e37   releasing package libdevel-declare-perl version 
0.006017-1+deb8u1

This branch includes the following new commits:

   new  c5adf92   Fix breakage caused by change in perl stable update 
(Closes: #826563)
   new  f530e37   releasing package libdevel-declare-perl version 
0.006017-1+deb8u1

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


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

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


[libdevel-declare-perl] 02/02: releasing package libdevel-declare-perl version 0.006017-1+deb8u1

2016-06-06 Thread dom
This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch jessie
in repository libdevel-declare-perl.

commit f530e37f8edf63019764fceedd19c349fd99b927
Author: Dominic Hargreaves 
Date:   Tue Jun 7 00:31:02 2016 +0100

releasing package libdevel-declare-perl version 0.006017-1+deb8u1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 07238db..327efe5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libdevel-declare-perl (0.006017-1+deb8u1) UNRELEASED; urgency=medium
+libdevel-declare-perl (0.006017-1+deb8u1) jessie; urgency=high
 
   * Team upload.
   * Fix breakage caused by change in perl stable update (Closes: #826563)
 
- -- Dominic Hargreaves   Tue, 07 Jun 2016 00:16:40 +0100
+ -- Dominic Hargreaves   Tue, 07 Jun 2016 00:30:47 +0100
 
 libdevel-declare-perl (0.006017-1) unstable; urgency=medium
 

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

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


[libdevel-declare-perl] 01/02: Fix breakage caused by change in perl stable update (Closes: #826563)

2016-06-06 Thread dom
This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch jessie
in repository libdevel-declare-perl.

commit c5adf9217a66bf3d9dabf087c39dbc063240145d
Author: Dominic Hargreaves 
Date:   Tue Jun 7 00:25:10 2016 +0100

Fix breakage caused by change in perl stable update (Closes: #826563)
---
 debian/changelog   |  7 ++
 .../0001-dont-use-sub_inwhat-RT-102918.patch   | 25 ++
 debian/patches/series  |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5aea312..07238db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libdevel-declare-perl (0.006017-1+deb8u1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Fix breakage caused by change in perl stable update (Closes: #826563)
+
+ -- Dominic Hargreaves   Tue, 07 Jun 2016 00:16:40 +0100
+
 libdevel-declare-perl (0.006017-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
diff --git a/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch 
b/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch
new file mode 100644
index 000..a2f0df8
--- /dev/null
+++ b/debian/patches/0001-dont-use-sub_inwhat-RT-102918.patch
@@ -0,0 +1,25 @@
+From 7fc37409865dab1d5bbd358c57be8ce5c8b00a8b Mon Sep 17 00:00:00 2001
+From: Matthew Horsfall 
+Date: Mon, 23 Mar 2015 15:27:48 -0400
+Subject: [PATCH] dont use sub_inwhat (RT#102918)
+
+---
+ stolen_chunk_of_toke.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/stolen_chunk_of_toke.c b/stolen_chunk_of_toke.c
+index c667eaa..b9e5037 100644
+--- a/stolen_chunk_of_toke.c
 b/stolen_chunk_of_toke.c
+@@ -342,7 +342,7 @@ S_skipspace(pTHX_ register char *s, int incline)
+* of the buffer, we're not reading from a source filter, and
+* we're in normal lexing mode
+*/
+-  if (s < PL_bufend || !PL_rsfp || PL_sublex_info.sub_inwhat ||
++  if (s < PL_bufend || !PL_rsfp || PL_lex_inwhat ||
+   PL_lex_state == LEX_FORMLINE)
+   return s;
+ 
+-- 
+2.1.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..6454376
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-dont-use-sub_inwhat-RT-102918.patch

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

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


[libgraph-easy-perl] branch master updated (c1891e0 -> 6265511)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libgraph-easy-perl.

  from  c1891e0   Update debian/changelog file
   new  6265511   Prepare changelog for release

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


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

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

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


[libgraph-easy-perl] annotated tag debian/0.76-1 created (now e00beca)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/0.76-1
in repository libgraph-easy-perl.

at  e00beca   (tag)
   tagging  62655117e490ae21676d856eebedd094db0a31bf (commit)
  replaces  debian/0.75-3
 tagged by  Salvatore Bonaccorso
on  Mon Jun 6 20:35:55 2016 +0200

- Log -
tagging package libgraph-easy-perl version debian/0.76-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXVcKLAAoJEAVMuPMTQ89EA9gP/RTLkvcamNe+POLs4P7M42eP
iuu0mV3Kxd1LlWDEwDIZjgcouUjvhP7rhQjJKsGChyEStulHqMZNjEyxb3GYmXp2
E394l9+7HaW5JjauD6q6W0q2Jk0l1h/jwOHEuWRrvU0mgeWElu6J2dY2FfhWwcxY
Qh/KD+f6AIZA4mJJOazmYUcYIifumCDR7t/xYa9tKoUJ5ZDN35BiAh3NuUXGSqc2
csAc92uOXRcn8hVtImC1dTew76gjStlw9unZ5FCSqgdlmXHZKVikcc2JUc0E2l31
VwzNVSMIqJy48YSpZFzVGA8SFjIZkbwWe+NH2ufS1gY/qt5dbMUx2PJI4cxwFZ8x
+sDbcglzd2lgdJ6mtimGN+xYcmsLhR1ikmjGERcxeTt4In77CdIvDoy0CWOOiQZJ
0FRBTnDMsH++0a7vgV2n0VvR7ZPZ/EQk8Rmou7vtKkQmT/IRMtIxQ0IDFGRVF98p
K9psg13nivBhgzFwPU7DB1h7zLQOh821lxINRsQnc8p9n1hUZOBafymhYyMsEHrA
cJW6q4WSBgbhjWp8eLG0IkPyeAUYNBN1i8aXHTtsgfzOwboSee6KGV3XjT4AU3SX
X2mdwH5omw5uCqZ/Gbt7gtWKOu9pxbGU401Z2biOycXTQOhNWL2mWAu+J3jOllWg
ggw3EeCK5lId6Oey5bVX
=27/s
-END PGP SIGNATURE-

Salvatore Bonaccorso (6):
  Imported Upstream version 0.76
  Merge tag 'upstream/0.76'
  Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
  Drop fix-spelling-error-in-manpage.patch
  Update debian/changelog file
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  6265511   Prepare changelog for release

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


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

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


[libgraph-easy-perl] 01/01: Prepare changelog for release

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit 62655117e490ae21676d856eebedd094db0a31bf
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 20:35:40 2016 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 3071616..ed84003 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libgraph-easy-perl (0.76-1) UNRELEASED; urgency=medium
+libgraph-easy-perl (0.76-1) unstable; urgency=medium
 
   * Imported Upstream version 0.76
   * Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
   * Drop fix-spelling-error-in-manpage.patch
 
- -- Salvatore Bonaccorso   Mon, 06 Jun 2016 16:30:16 +0200
+ -- Salvatore Bonaccorso   Mon, 06 Jun 2016 20:35:31 +0200
 
 libgraph-easy-perl (0.75-3) unstable; urgency=medium
 

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

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


[libffi-checklib-perl] 01/01: back to UNRELEASED, TODO added to d/changelog

2016-06-06 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

commit c53e9ff7bf60d331d355bffe87ad48e92f323280
Author: gregor herrmann 
Date:   Mon Jun 6 20:02:26 2016 +0200

back to UNRELEASED, TODO added to d/changelog

Git-Dch: Ignore
---
 debian/changelog | 36 +++-
 1 file changed, 35 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6a18dbb..031d9de 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,38 @@
-libffi-checklib-perl (0.15-1) jessie; urgency=low
+libffi-checklib-perl (0.15-1) UNRELEASED; urgency=low
+
+  TODO:
+  - debian/upstream/metadata: Repository should use https://
+fix: [0]
+  - debian/copyright:
++ Format should use https://
++ missing year(s) of upstream copyright
+fix: [1]
+  - debian/control:
++ wrong Maintainer/Uploader, cf. [2], fix: [3]
++ missing Vcs-* headers, cf. [2], fix: [3]
++ B-D-I: perl (>= 5.11.1): version not needed, even oldstable has 5.14
+  fix: [3]
++ missing "Testsuite: autopkgtest-pkg-perl", cf. [4], fix: [3]
++ short description: should be a noun phrase and start with a small letter
+  fix: manual
++ long description:
+  * I'd drop the last sentence
+  * a find_lib|FFI::CheckLib#find_lib function -> a find_lib() function
+  fix: manual
+  - debian/changelog: s/jessie/unstable/
+(or now: s/UNRELEASED/unstable/)
+
+  [0] re-run `dpt debian-upstream' from pkg-perl-tools in unstable
+  or change it manually
+  [1] manually. (`dh-make-perl refresh --only copyright' adds the year,
+  the version from git also the https:// but both add boilerplate as well
+  [2] https://pkg-perl.alioth.debian.org/policy.html#debian_control_handling
+  [3] with dh-make-perl from unstable:
+  `dh-make-perl refresh --pkg-perl --dist unstable --only control'
+  plus `cme migrate dpkg-control'
+  [plus `cme fix dpkg-control' - probably not needed]
+  (with cme from unstable)
+  [4] https://pkg-perl.alioth.debian.org/autopkgtest.html
 
   * Initial Release. (Closes: #814274)
 

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

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


[libffi-checklib-perl] branch master updated (4dcc646 -> c53e9ff)

2016-06-06 Thread gregor herrmann
This is an automated email from the git hooks/post-receive script.

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

  from  4dcc646   Initial packaging by dh-make-perl 0.84
   new  c53e9ff   back to UNRELEASED, TODO added to d/changelog

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


Summary of changes:
 debian/changelog | 36 +++-
 1 file changed, 35 insertions(+), 1 deletion(-)

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

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


[libconfig-model-systemd-perl] branch master updated (9f5829b -> c7bc1fb)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-systemd-perl.

  from  9f5829b   update changelog
  adds  54ee042   Imported Upstream version 0.007
  adds  46aad01   Merge tag 'upstream/0.007'
  adds  34c9aab   prepare release
   new  c7bc1fb   Merge remote-tracking branch 'origin/master'

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:
 Changes| 19 +
 MANIFEST   |  3 +-
 META.json  |  4 +-
 META.yml   |  4 +-
 contrib/parse-man.pl   | 61 -
 debian/changelog   | 11 ++-
 dist.ini   |  2 +-
 dist.ini => dist.ini~  |  0
 lib/Config/Model/Backend/Systemd.pm|  4 +-
 lib/Config/Model/Backend/Systemd/Layers.pm |  4 +-
 lib/Config/Model/Backend/Systemd/Unit.pm   | 15 +++-
 lib/Config/Model/Systemd.pm| 33 -
 lib/Config/Model/models/Systemd.pod|  2 +
 lib/Config/Model/models/Systemd/Common/Exec.pl | 80 +++---
 lib/Config/Model/models/Systemd/Common/Kill.pl | 12 +++-
 .../Model/models/Systemd/Common/ResourceControl.pl | 24 +--
 .../Model/models/Systemd/Section/Install.pod   |  2 +
 lib/Config/Model/models/Systemd/Section/Service.pl | 24 +--
 .../Model/models/Systemd/Section/Service.pod   |  8 ++-
 lib/Config/Model/models/Systemd/Section/Socket.pl  | 72 +++
 lib/Config/Model/models/Systemd/Section/Socket.pod |  2 +
 lib/Config/Model/models/Systemd/Section/Unit.pl| 36 --
 lib/Config/Model/models/Systemd/Section/Unit.pod   |  2 +
 lib/Config/Model/models/Systemd/Service.pod|  2 +
 lib/Config/Model/models/Systemd/Socket.pod |  2 +
 25 files changed, 352 insertions(+), 76 deletions(-)
 copy dist.ini => dist.ini~ (100%)

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

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


[libconfig-model-systemd-perl] 01/01: Merge remote-tracking branch 'origin/master'

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-systemd-perl.

commit c7bc1fb5ee7e4685cf1e336ee232f989e7610604
Merge: 34c9aab 9f5829b
Author: Dominique Dumont 
Date:   Mon Jun 6 19:29:39 2016 +0200

Merge remote-tracking branch 'origin/master'

 debian/changelog | 6 ++
 debian/upstream/metadata | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --cc debian/changelog
index 8fc7485,a05f392..0b01bd1
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,12 -1,9 +1,18 @@@
 -libconfig-model-systemd-perl (0.006-2) UNRELEASED; urgency=medium
++libconfig-model-systemd-perl (0.007-2) UNRELEASED; urgency=medium
+ 
+   * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
+ 
+  -- gregor herrmann   Fri, 20 May 2016 12:20:25 +0200
+ 
 +libconfig-model-systemd-perl (0.007-1) unstable; urgency=medium
 +
 +  * Imported Upstream version 0.007
 +* Booleans are yes/no values
 +* "boolean or something else" are now enum type with
 +  choices: yes,no,somethin-else as specified in Systemd doc
 +
 + -- Dominique Dumont   Mon, 06 Jun 2016 19:22:04 +0200
 +
  libconfig-model-systemd-perl (0.006-1) unstable; urgency=medium
  
* Imported Upstream version 0.006

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

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


[libconfig-model-systemd-perl] branch pristine-tar updated (278f463 -> 185f6db)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch pristine-tar
in repository libconfig-model-systemd-perl.

  from  278f463   pristine-tar data for 
libconfig-model-systemd-perl_0.006.orig.tar.gz
   new  185f6db   pristine-tar data for 
libconfig-model-systemd-perl_0.007.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:
 libconfig-model-systemd-perl_0.007.orig.tar.gz.delta | Bin 0 -> 3428 bytes
 libconfig-model-systemd-perl_0.007.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libconfig-model-systemd-perl_0.007.orig.tar.gz.delta
 create mode 100644 libconfig-model-systemd-perl_0.007.orig.tar.gz.id

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

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


[libconfig-model-systemd-perl] 02/02: prepare release

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to annotated tag debian/0.007-1
in repository libconfig-model-systemd-perl.

commit 34c9aab0bb365f40b80bec4880388af1b9357392
Author: Dominique Dumont 
Date:   Mon Jun 6 19:23:14 2016 +0200

prepare release
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index bfeb473..8fc7485 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libconfig-model-systemd-perl (0.007-1) unstable; urgency=medium
+
+  * Imported Upstream version 0.007
+* Booleans are yes/no values
+* "boolean or something else" are now enum type with
+  choices: yes,no,somethin-else as specified in Systemd doc
+
+ -- Dominique Dumont   Mon, 06 Jun 2016 19:22:04 +0200
+
 libconfig-model-systemd-perl (0.006-1) unstable; urgency=medium
 
   * Imported Upstream version 0.006

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

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


[libconfig-model-systemd-perl] 01/02: Merge tag 'upstream/0.007'

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to annotated tag debian/0.007-1
in repository libconfig-model-systemd-perl.

commit 46aad01b3962a4bdc7f1b1694cf8ca441fe26f5f
Merge: 5c887e9 54ee042
Author: Dominique Dumont 
Date:   Mon Jun 6 19:21:33 2016 +0200

Merge tag 'upstream/0.007'

Upstream version 0.007

# gpg: Signature made Mon 06 Jun 2016 07:21:29 PM CEST using RSA key ID 
49AB2B6C
# gpg: Good signature from "Dominique Dumont "
# gpg: aka "Dominique Dumont (CPAN) "
# gpg: aka "Dominique Dumont (HP-SEA) 
"
# gpg: aka "Dominique Dumont (Debian) "
# gpg: aka "Dominique Dumont "
# gpg: aka "Dominique Dumont "

 Changes| 19 +
 MANIFEST   |  3 +-
 META.json  |  4 +-
 META.yml   |  4 +-
 contrib/parse-man.pl   | 61 -
 dist.ini   |  2 +-
 dist.ini => dist.ini~  |  0
 lib/Config/Model/Backend/Systemd.pm|  4 +-
 lib/Config/Model/Backend/Systemd/Layers.pm |  4 +-
 lib/Config/Model/Backend/Systemd/Unit.pm   | 15 +++-
 lib/Config/Model/Systemd.pm| 33 -
 lib/Config/Model/models/Systemd.pod|  2 +
 lib/Config/Model/models/Systemd/Common/Exec.pl | 80 +++---
 lib/Config/Model/models/Systemd/Common/Kill.pl | 12 +++-
 .../Model/models/Systemd/Common/ResourceControl.pl | 24 +--
 .../Model/models/Systemd/Section/Install.pod   |  2 +
 lib/Config/Model/models/Systemd/Section/Service.pl | 24 +--
 .../Model/models/Systemd/Section/Service.pod   |  8 ++-
 lib/Config/Model/models/Systemd/Section/Socket.pl  | 72 +++
 lib/Config/Model/models/Systemd/Section/Socket.pod |  2 +
 lib/Config/Model/models/Systemd/Section/Unit.pl| 36 --
 lib/Config/Model/models/Systemd/Section/Unit.pod   |  2 +
 lib/Config/Model/models/Systemd/Service.pod|  2 +
 lib/Config/Model/models/Systemd/Socket.pod |  2 +
 24 files changed, 342 insertions(+), 75 deletions(-)

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

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


[libconfig-model-systemd-perl] 01/01: pristine-tar data for libconfig-model-systemd-perl_0.007.orig.tar.gz

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch pristine-tar
in repository libconfig-model-systemd-perl.

commit 185f6db7d9f3b8469e754b9c1454abc4983399f7
Author: Dominique Dumont 
Date:   Mon Jun 6 19:21:29 2016 +0200

pristine-tar data for libconfig-model-systemd-perl_0.007.orig.tar.gz
---
 libconfig-model-systemd-perl_0.007.orig.tar.gz.delta | Bin 0 -> 3428 bytes
 libconfig-model-systemd-perl_0.007.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconfig-model-systemd-perl_0.007.orig.tar.gz.delta 
b/libconfig-model-systemd-perl_0.007.orig.tar.gz.delta
new file mode 100644
index 000..83fc0a0
Binary files /dev/null and 
b/libconfig-model-systemd-perl_0.007.orig.tar.gz.delta differ
diff --git a/libconfig-model-systemd-perl_0.007.orig.tar.gz.id 
b/libconfig-model-systemd-perl_0.007.orig.tar.gz.id
new file mode 100644
index 000..0073dd4
--- /dev/null
+++ b/libconfig-model-systemd-perl_0.007.orig.tar.gz.id
@@ -0,0 +1 @@
+39687922d946c26adef722729e304bf384e00861

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

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


[libconfig-model-systemd-perl] annotated tag upstream/0.007 created (now 921106f)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag upstream/0.007
in repository libconfig-model-systemd-perl.

at  921106f   (tag)
   tagging  54ee04209a561eeece2e768ac4be1fe5554449f2 (commit)
  replaces  upstream/0.006
 tagged by  Dominique Dumont
on  Mon Jun 6 19:21:29 2016 +0200

- Log -
Upstream version 0.007
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXVbEZAAoJEMMfT9lJqytsLPwP/1v+KBOd8W33qLlKYHrCV6/R
EvAXT+TSHuqb8CmZbz103wbBbzYdpA00RLPuoZYakVO1P9ML2HP8HPlgLUmOyZ19
wQ7G0lMHATlBawnJB41vRz+cFPqw+lqfoXiW317LkZZm7+OWzw9nbW9LNYGsHU02
EY057ipHVpwASxXsv1uYXNujz0sKvhyp2ULARmBopYSY7ONXadbvq/sqrBEFcHeS
6blm4+XYGWSdFt4kiT2fgG6odY8i3Prl8fSS8FR1F9jYOUzp1Bv/VSV7AvYY2xoD
/7LPwiOs+HFI0RQg0eDWDxGO4wiHb9HrHdJB8iAY/yZQ5pfIyN1skYats6ZaTmdL
Es9nE66gQUjge2ZEQ9acTuO+7hzVUd7MaR6Kr+k56qJjl4DRzLKAw7nDZoijrIxC
45TgLQSaYc8yy/0uxNL0m+NmOtjJMtvjuXto1phrJKEH1VPOZ00ByZhzNQT+dvDp
BlQGIIAsd1dYARYpAZ9eAmw8G2qXwN9wjDI6ApDVSywZ1/6ZWN0ZXKmILyZcwKjq
0EMEg/qNNVwEzHqdoZp7v8OZDT93mx9OZmHb7uC4qIXaqu1iz/vEMHy8bccEthXB
OxO5ABhLWVLaz9r+ClSVPITmFAvjXXzyg0Aa/i2StWb/aN21K+GvB8bFuntb8d6U
wSM0fKDqLuYhV1mzYzxT
=Wgra
-END PGP SIGNATURE-

Dominique Dumont (1):
  Imported Upstream version 0.007

---

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/libconfig-model-systemd-perl.git

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


[libconfig-model-systemd-perl] annotated tag debian/0.007-1 created (now eb245e0)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/0.007-1
in repository libconfig-model-systemd-perl.

at  eb245e0   (tag)
   tagging  34c9aab0bb365f40b80bec4880388af1b9357392 (commit)
  replaces  debian/0.006-1
 tagged by  Dominique Dumont
on  Mon Jun 6 19:23:27 2016 +0200

- Log -
libconfig-model-systemd-perl Debian release 0.007-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXVbGPAAoJEMMfT9lJqytsuWsP/2pl049reDg2WuzV1My4/HE8
nri68An54lJR7st9Ju1yK0zo1v2gJAx5v/9okrkqbbnJ6z6vRvIWV4hdRpHA+NxS
SS49Jyms6Hf1rO3BgBHmNETll+xDFrCcBn5w3MCoo5hTCGQRNnXwQGEIeb9Or/hY
uNJSErV0RY/Z6faJSqorxMnCmiM6zOJWudH3TdX/4xOls8oaOBchyExrROR1P8X4
OkIgkwB4FKzNzSmOIZrqPyD+aphQuUAVmq1HeLHCqVy+HeD7H+y2CMwRUdASlrFR
jN6O2A4REZEd+eX6wbuN2A3VxU6/IMb/zT4evcVdbw/3tNB7+CrJkZln4MazRsb4
elQWw3ecGOrPK8QbejUWxiktFfj2x3j/Xd5GorAY5eo2cDPwKChPc3fd84YQNR4A
1/evN0caqaehwBo+WxofkfFDse4ugfjza79ySAhAOmBYk+hsScPbBRreA2lqlzQM
pDCHuprI5b3eSpyNB/qBYNrQz+i+/I+1rwvsibrUD5JkyK6fubQd6dPsm3Zj8osR
aIJdKcb0gsviWmZPdrbrOOGnv4KyASBVHWNPw8qmHxxbfqUW+RFLS+oOChkyJqJc
WBGVhKS/rjH/eba9PciU8JP5UXoL1nlaHa5Is+7hyCXczR3X+BtWirXEf2DKQNVg
1smc89cgQaqmsW6q1G1R
=qwI9
-END PGP SIGNATURE-

Dominique Dumont (3):
  Imported Upstream version 0.007
  Merge tag 'upstream/0.007'
  prepare release

---

This annotated tag includes the following new commits:

   new  46aad01   Merge tag 'upstream/0.007'
   new  34c9aab   prepare release

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


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

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


[libconfig-model-perl] branch master updated (8805a50 -> 5c2de0d)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch master
in repository libconfig-model-perl.

  from  8805a50   prepare release
  adds  fdf404a   Imported Upstream version 2.086
   new  0e95d84   Merge tag 'upstream/2.086'
   new  5c2de0d   prepare release

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


Summary of changes:
 Changes|  7 
 META.json  |  2 +-
 META.yml   |  2 +-
 debian/changelog   |  8 
 lib/Config/Model.pm|  8 ++--
 lib/Config/Model/Annotation.pm |  4 +-
 lib/Config/Model/AnyId.pm  |  4 +-
 lib/Config/Model/AnyThing.pm   |  4 +-
 lib/Config/Model/Backend/Any.pm|  4 +-
 lib/Config/Model/Backend/Fstab.pm  |  4 +-
 lib/Config/Model/Backend/IniFile.pm|  4 +-
 lib/Config/Model/Backend/Json.pm   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm  |  4 +-
 lib/Config/Model/Backend/ShellVar.pm   |  4 +-
 lib/Config/Model/Backend/Yaml.pm   |  4 +-
 lib/Config/Model/BackendMgr.pm |  6 +--
 lib/Config/Model/CheckList.pm  |  4 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm   |  4 +-
 lib/Config/Model/DumpAsData.pm |  4 +-
 lib/Config/Model/Dumper.pm |  4 +-
 lib/Config/Model/Exception.pm  | 44 +++---
 lib/Config/Model/FuseUI.pm |  4 +-
 lib/Config/Model/HashId.pm |  4 +-
 lib/Config/Model/IdElementReference.pm |  4 +-
 lib/Config/Model/Instance.pm   |  8 ++--
 lib/Config/Model/Iterator.pm   |  4 +-
 lib/Config/Model/ListId.pm |  4 +-
 lib/Config/Model/Lister.pm |  4 +-
 lib/Config/Model/Loader.pm |  4 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod |  2 +-
 lib/Config/Model/Node.pm   | 35 +++--
 lib/Config/Model/ObjTreeScanner.pm |  4 +-
 lib/Config/Model/Report.pm |  4 +-
 lib/Config/Model/Role/NodeLoader.pm|  4 +-
 lib/Config/Model/Role/WarpMaster.pm|  4 +-
 lib/Config/Model/SearchElement.pm  |  4 +-
 lib/Config/Model/SimpleUI.pm   |  4 +-
 lib/Config/Model/TermUI.pm |  4 +-
 lib/Config/Model/TreeSearcher.pm   |  4 +-
 lib/Config/Model/Utils/GenClassPod.pm  |  4 +-
 lib/Config/Model/Value.pm  |  4 +-
 lib/Config/Model/Value/LayeredInclude.pm   |  4 +-
 lib/Config/Model/ValueComputer.pm  |  4 +-
 lib/Config/Model/WarpedNode.pm |  4 +-
 lib/Config/Model/Warper.pm |  4 +-
 t/accept.t |  2 +
 48 files changed, 150 insertions(+), 118 deletions(-)

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

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


[libconfig-model-perl] 01/01: pristine-tar data for libconfig-model-perl_2.086.orig.tar.gz

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch pristine-tar
in repository libconfig-model-perl.

commit 504523514afc582e3c9edcfd9e02d8be523e3444
Author: Dominique Dumont 
Date:   Mon Jun 6 18:52:14 2016 +0200

pristine-tar data for libconfig-model-perl_2.086.orig.tar.gz
---
 libconfig-model-perl_2.086.orig.tar.gz.delta | Bin 0 -> 9651 bytes
 libconfig-model-perl_2.086.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libconfig-model-perl_2.086.orig.tar.gz.delta 
b/libconfig-model-perl_2.086.orig.tar.gz.delta
new file mode 100644
index 000..bbb92c6
Binary files /dev/null and b/libconfig-model-perl_2.086.orig.tar.gz.delta differ
diff --git a/libconfig-model-perl_2.086.orig.tar.gz.id 
b/libconfig-model-perl_2.086.orig.tar.gz.id
new file mode 100644
index 000..202cf46
--- /dev/null
+++ b/libconfig-model-perl_2.086.orig.tar.gz.id
@@ -0,0 +1 @@
+50e9443d49eff91313abc805aefb00bb4190c374

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

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


[libconfig-model-perl] 02/02: prepare release

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 5c2de0d6628621aa81734cc153ea5a1689b3c628
Author: Dominique Dumont 
Date:   Mon Jun 6 18:54:26 2016 +0200

prepare release
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2694b12..979f7ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libconfig-model-perl (2.086-1) unstable; urgency=medium
+
+  * Imported Upstream version 2.086
+Fixed some bugs so that cme() function works with
+new Systemd model
+
+ -- Dominique Dumont   Mon, 06 Jun 2016 18:53:06 +0200
+
 libconfig-model-perl (2.085-1) unstable; urgency=medium
 
   [ gregor herrmann ]

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

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


[libconfig-model-perl] annotated tag debian/2.086-1 created (now 98bf70c)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag debian/2.086-1
in repository libconfig-model-perl.

at  98bf70c   (tag)
   tagging  5c2de0d6628621aa81734cc153ea5a1689b3c628 (commit)
  replaces  debian/2.085-1
 tagged by  Dominique Dumont
on  Mon Jun 6 18:57:25 2016 +0200

- Log -
libconfig-model-perl Debian release 2.086-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXVat1AAoJEMMfT9lJqytsROAP/3oGE6xNe8IqJrwarcT9Fxgb
+bAXiYCz4qyDb42gI4z11qAwsu+FYVG49hPg4/N54GU9sm7nuUa39sNjMykSJnun
1NdhqmttIePC2duzngWzb5TOmTlBI9J8JDCO/LlJ1pWfdKe3rR7oItlNJQ12rasb
zkRz/oZIgzfbk6Qx42KN7o3v8aEu+/8kU27W6GPaa4DwlUEcQhBRgzd30deSWDnF
yaOLk7FZz1CVgBDeeeHmCBTXDi7HoRMQnUzTHzIXdHBNgQoJaC+19pO1JVmBKaZ9
Lbz48Fy8lX1yo7thUCyFVgSbnyrHlkOQmOFGLAXqTt9L1XZIi5A9Occr4SuTRg2G
acxVg1Yj7Fkf8M9UQb0/8bzh+WFN0vb703JOWKb7hN2Jp7LksgD4/OdQ/ZyXRWXu
C9m937dn1LDYn+Nodci0/yPuxgsLdjaKo22vZ7yOe64VLxtV6LG11RLSO/XiWXU4
/H5HLmrZ7V7uKW0C79rM6vMl0NzPeaIXdA/HLrDZtjoEtV1SyooeAfM5VbGxUz4Q
Jd0yeOTUSiC21WtNPLeI5/iV48m+fUKCDxoZIMTUguqKb82A510SkTCdJB18yJAV
tGL0s+/fxqe77ZIkeOamU+qQOtNE35V7o/9Pp+JCZ0gTZp3OTVQwqYLvOC0UN2rh
Ee0R4pqTfQPvD6XhnWZi
=SvAG
-END PGP SIGNATURE-

Dominique Dumont (3):
  Imported Upstream version 2.086
  Merge tag 'upstream/2.086'
  prepare release

---

This annotated tag includes the following new commits:

   new  0e95d84   Merge tag 'upstream/2.086'
   new  5c2de0d   prepare release

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


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

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


[libconfig-model-perl] annotated tag upstream/2.086 created (now 950ea5d)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to annotated tag upstream/2.086
in repository libconfig-model-perl.

at  950ea5d   (tag)
   tagging  fdf404a5cb4f0bc9cfbcbe41cc7457b7c290c5fb (commit)
  replaces  upstream/2.085
 tagged by  Dominique Dumont
on  Mon Jun 6 18:52:14 2016 +0200

- Log -
Upstream version 2.086
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXVao+AAoJEMMfT9lJqytsa+kP/2AhANq/m2Mxi+5HnJtT479V
hN9cof7OE6qi9KhGnFsdPpKgqn/YszSk120NCA9sDRTEaC96NOITusKjroWXgN3z
9ap4dns5B3nIceVW56s33NmFJVlB/TebrhBf7/rQ6BVUV9IdDcYIWWtc0mixYg4j
cxByqd8y1wro1jRhBVTy23x74QT1/EZnKLYVx4bo22oqQQ4VPht9GSSjbyg1Ieyi
0BrLxjxQDGYarg0gVMC4bIy7ZSFivULEnF4MB+AhT8Ndbx8rFzLh2nDD4ja/eLwZ
a7JCV7G1vxDpilkSbwzxzG1Xts8a4VovrKgyYFbA53ufa7TFEKndvKCpYdUILDlm
ecSC11a5nCPIGzJR0TJfaZoL+A71i4dMTTIdG3zGHtTRstvX+5cW16Ofx/nrxlsW
2VtbniRVqgkp6aSKZepkiA2wlgR9+nkPs7hZstDBNUod2y5VcdOHMmRqtJKOXMQ3
IFkfApMFNOAAF05v7rsU+sA0ycOSTK2lC3ujhqtyoDkYSQP7gvKqAgb7vY6c7ezD
w2OtHEZddhAk8ZAplraGnYd77VKb2iaw4jfCDoC0mTxtw6IeMriRt2MrMsGYZ48F
olQaYYfX7TuLM3wqYHn+Ozbz8g841syYEd9nkE1dUUwpg5UdYjzSEaGnzdOxJu2P
RlDALCHkfBivWEKtZ47z
=UQ/Q
-END PGP SIGNATURE-

Dominique Dumont (1):
  Imported Upstream version 2.086

---

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/libconfig-model-perl.git

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


[libconfig-model-perl] 01/02: Merge tag 'upstream/2.086'

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 0e95d8467075eddf7d96c01ccf1fe5f6494c177e
Merge: 8805a50 fdf404a
Author: Dominique Dumont 
Date:   Mon Jun 6 18:52:18 2016 +0200

Merge tag 'upstream/2.086'

Upstream version 2.086

# gpg: Signature made Mon 06 Jun 2016 06:52:14 PM CEST using RSA key ID 
49AB2B6C
# gpg: Good signature from "Dominique Dumont "
# gpg: aka "Dominique Dumont (CPAN) "
# gpg: aka "Dominique Dumont (HP-SEA) 
"
# gpg: aka "Dominique Dumont (Debian) "
# gpg: aka "Dominique Dumont "
# gpg: aka "Dominique Dumont "

 Changes|  7 
 META.json  |  2 +-
 META.yml   |  2 +-
 lib/Config/Model.pm|  8 ++--
 lib/Config/Model/Annotation.pm |  4 +-
 lib/Config/Model/AnyId.pm  |  4 +-
 lib/Config/Model/AnyThing.pm   |  4 +-
 lib/Config/Model/Backend/Any.pm|  4 +-
 lib/Config/Model/Backend/Fstab.pm  |  4 +-
 lib/Config/Model/Backend/IniFile.pm|  4 +-
 lib/Config/Model/Backend/Json.pm   |  4 +-
 lib/Config/Model/Backend/PlainFile.pm  |  4 +-
 lib/Config/Model/Backend/ShellVar.pm   |  4 +-
 lib/Config/Model/Backend/Yaml.pm   |  4 +-
 lib/Config/Model/BackendMgr.pm |  6 +--
 lib/Config/Model/CheckList.pm  |  4 +-
 lib/Config/Model/Cookbook/CreateModelFromDoc.pod   |  2 +-
 lib/Config/Model/Describe.pm   |  4 +-
 lib/Config/Model/DumpAsData.pm |  4 +-
 lib/Config/Model/Dumper.pm |  4 +-
 lib/Config/Model/Exception.pm  | 44 +++---
 lib/Config/Model/FuseUI.pm |  4 +-
 lib/Config/Model/HashId.pm |  4 +-
 lib/Config/Model/IdElementReference.pm |  4 +-
 lib/Config/Model/Instance.pm   |  8 ++--
 lib/Config/Model/Iterator.pm   |  4 +-
 lib/Config/Model/ListId.pm |  4 +-
 lib/Config/Model/Lister.pm |  4 +-
 lib/Config/Model/Loader.pm |  4 +-
 lib/Config/Model/Manual/ModelCreationAdvanced.pod  |  2 +-
 .../Model/Manual/ModelCreationIntroduction.pod |  2 +-
 lib/Config/Model/Node.pm   | 35 +++--
 lib/Config/Model/ObjTreeScanner.pm |  4 +-
 lib/Config/Model/Report.pm |  4 +-
 lib/Config/Model/Role/NodeLoader.pm|  4 +-
 lib/Config/Model/Role/WarpMaster.pm|  4 +-
 lib/Config/Model/SearchElement.pm  |  4 +-
 lib/Config/Model/SimpleUI.pm   |  4 +-
 lib/Config/Model/TermUI.pm |  4 +-
 lib/Config/Model/TreeSearcher.pm   |  4 +-
 lib/Config/Model/Utils/GenClassPod.pm  |  4 +-
 lib/Config/Model/Value.pm  |  4 +-
 lib/Config/Model/Value/LayeredInclude.pm   |  4 +-
 lib/Config/Model/ValueComputer.pm  |  4 +-
 lib/Config/Model/WarpedNode.pm |  4 +-
 lib/Config/Model/Warper.pm |  4 +-
 t/accept.t |  2 +
 47 files changed, 142 insertions(+), 118 deletions(-)

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

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


[libconfig-model-perl] branch pristine-tar updated (d9c8fe1 -> 5045235)

2016-06-06 Thread dod
This is an automated email from the git hooks/post-receive script.

dod pushed a change to branch pristine-tar
in repository libconfig-model-perl.

  from  d9c8fe1   pristine-tar data for 
libconfig-model-perl_2.085.orig.tar.gz
   new  5045235   pristine-tar data for 
libconfig-model-perl_2.086.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:
 libconfig-model-perl_2.086.orig.tar.gz.delta | Bin 0 -> 9651 bytes
 libconfig-model-perl_2.086.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libconfig-model-perl_2.086.orig.tar.gz.delta
 create mode 100644 libconfig-model-perl_2.086.orig.tar.gz.id

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

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


[libsys-virt-perl] 01/03: Bump versioned Build-Depends on libvirt-dev to (>= 1.3.5~)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 196954636cdfe4a414d248ce97c504070050b82a
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:32:23 2016 +0200

Bump versioned Build-Depends on libvirt-dev to (>= 1.3.5~)
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2fdcf1b..e7c42e5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  libtest-pod-coverage-perl,
  libtest-pod-perl,
  libvirt-daemon,
- libvirt-dev (>= 1.3.4~),
+ libvirt-dev (>= 1.3.5~),
  libxml-xpath-perl,
  perl,
  pkg-config

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

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


[libsys-virt-perl] 03/03: Prepare changelog for release

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 727882c8309f85fb4d046f97d8557d0ff7a120a7
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:48:00 2016 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index b1c051b..1ab8a51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libsys-virt-perl (1.3.5-1) UNRELEASED; urgency=medium
+libsys-virt-perl (1.3.5-1) unstable; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -6,7 +6,7 @@ libsys-virt-perl (1.3.5-1) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Import upstream version 1.3.5
 
- -- Salvatore Bonaccorso   Mon, 06 Jun 2016 16:31:16 +0200
+ -- Salvatore Bonaccorso   Mon, 06 Jun 2016 16:34:02 +0200
 
 libsys-virt-perl (1.3.4-1) unstable; urgency=medium
 

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

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


[libsys-virt-perl] 02/03: Refresh fix-more-spelling-error-in-manpage.patch

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 53d68d0985a67eb07c435128da089e9e4433b4fa
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:33:15 2016 +0200

Refresh fix-more-spelling-error-in-manpage.patch
---
 debian/patches/fix-more-spelling-error-in-manpage.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/fix-more-spelling-error-in-manpage.patch 
b/debian/patches/fix-more-spelling-error-in-manpage.patch
index 9b4a124..1d21fd0 100644
--- a/debian/patches/fix-more-spelling-error-in-manpage.patch
+++ b/debian/patches/fix-more-spelling-error-in-manpage.patch
@@ -27,7 +27,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  parameter is currently unused and defaults to zero. The
 --- a/lib/Sys/Virt/Domain.pm
 +++ b/lib/Sys/Virt/Domain.pm
-@@ -1260,7 +1260,7 @@ Obtain information about the state of al
+@@ -1290,7 +1290,7 @@ Obtain information about the state of al
  guest domain. The returned list will have one element for each vCPU,
  where each elements contains a hash reference. The keys in the hash
  are, C the vCPU number, C the physical CPU on which the
@@ -36,7 +36,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  time of the vCPU, C the running state and C giving
  the allowed shedular placement. The value for C is a
  string representing a bitmask against physical CPUs, 8 cpus per
-@@ -1322,7 +1322,7 @@ documented later, and defaults to 0 if o
+@@ -1352,7 +1352,7 @@ documented later, and defaults to 0 if o
  =item my @stats = $dom->get_cpu_stats($startCpu, $numCpus, $flags=0)
  
  Requests the guests host physical CPU usage statistics, starting
@@ -45,7 +45,7 @@ Bug: https://rt.cpan.org/Ticket/Display.html?id=113875
  is -1 and C<$numCpus> is 1, then the utilization across all CPUs
  is returned. Returns an array of hash references, each element
  containing stats for one CPU.
-@@ -1418,7 +1418,7 @@ The elapsed time in milliseconds
+@@ -1448,7 +1448,7 @@ The elapsed time in milliseconds
  
  =item Sys::Virt::Domain::JOB_TIME_ELAPSED_NET
  

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

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


[libsys-virt-perl] annotated tag debian/1.3.5-1 created (now 7699840)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag debian/1.3.5-1
in repository libsys-virt-perl.

at  7699840   (tag)
   tagging  727882c8309f85fb4d046f97d8557d0ff7a120a7 (commit)
  replaces  debian/1.3.4-1
 tagged by  Salvatore Bonaccorso
on  Mon Jun 6 16:58:52 2016 +0200

- Log -
tagging package libsys-virt-perl version debian/1.3.5-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJXVY+sAAoJEAVMuPMTQ89EPecP/3kh/by3EXKWH3p67Sry4COv
XOtcNkWHMI6YvksnGC8yqN7dgmDyT5NZhsSj5oizVnegbjrzKe0i/S/htaPaaVjE
DEklU7Y1qKpUECglMl9KYLltJaagvtTm5lwnfDJJDym75CnAzh8vjyHhJIVeWLJW
6waVDCXxOCnbQHY5BUKRrXmLHmuY/2dXs9vP16DkF3HGmMpRyl4ES5aiXcUnfJF3
j3LH3xMnosGk/L2By2HMijQFqIQrlCDMq93RN7IvoblVpH8CGv3TqrDLXQ3yoV3y
k1G2sb0NcuLW1nMBVw9CfEjP+GMhGuVSXf04yzp/PnNKeoAQtI7rHWc35rZQewdc
RUZUEmW0ogUiIOA/FAnjl5LltNDJLNPUJNFUMi7YGyXGNYhsrmI8fucxFIk7Oc/w
+DRZklcOozKzR19ldd/UVFOqoHW7Umklzr19ITZ/Wifvo/QW7wZ5oh2bn9mlLbXe
Hm/kSkruZR+FvqauvSv5h6PevOpHCldK0Yo4nZXP/hRzCPcIbWbLiEYh7WzzlhVj
qp34yRd3dTebawmkNDcXtwqWrxgF7Qz2nK6eZH7qD0NQ32UXBy9RnB0OuTKmsneq
25yuxLI0U7+xaOGsiYyaDCH/ROXa8iEPntLbkqII1G8+WDegJ3cEwBGPUQQhiry/
yBqP1uSZEDrjC1SZFLhn
=NOkt
-END PGP SIGNATURE-

Daniel P. Berrange (3):
  Bump version for next release
  Add changelog entry about 'rss' key fix
  Set date for 1.3.5 release

Gedalya (1):
  Fix handling of 'rss' entry in hash of memory stats

Michal Privoznik (3):
  Add VIR_ERR_NO_CLIENT constant
  Add PERF_PARAM_MBML and PERF_PARAM_MBMT constants
  Expand description for PERF_PARAM_CMT constant

Salvatore Bonaccorso (6):
  Imported Upstream version 1.3.5
  Merge tag 'upstream/1.3.5'
  Update debian/changelog
  Bump versioned Build-Depends on libvirt-dev to (>= 1.3.5~)
  Refresh fix-more-spelling-error-in-manpage.patch
  Prepare changelog for release

gregor herrmann (2):
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  1969546   Bump versioned Build-Depends on libvirt-dev to (>= 1.3.5~)
   new  53d68d0   Refresh fix-more-spelling-error-in-manpage.patch
   new  727882c   Prepare changelog for release

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/libsys-virt-perl.git

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


[libsys-virt-perl] branch master updated (8323168 -> 727882c)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libsys-virt-perl.

  from  8323168   Update debian/changelog
   new  1969546   Bump versioned Build-Depends on libvirt-dev to (>= 1.3.5~)
   new  53d68d0   Refresh fix-more-spelling-error-in-manpage.patch
   new  727882c   Prepare changelog for release

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


Summary of changes:
 debian/changelog| 4 ++--
 debian/control  | 2 +-
 debian/patches/fix-more-spelling-error-in-manpage.patch | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

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

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


[libgraph-easy-perl] branch master updated (503a508 -> c1891e0)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libgraph-easy-perl.

  from  503a508   Prepare changelog for release
  adds  de7d99a   Imported Upstream version 0.76
   new  4b3c2e3   Merge tag 'upstream/0.76'
   new  ad32fb1   Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
   new  a03d2ac   Drop fix-spelling-error-in-manpage.patch
   new  c1891e0   Update debian/changelog file

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|  135 +--
 INSTALL|   14 +-
 LICENSE|2 +-
 MANIFEST   |5 +-
 META.json  |   64 +-
 META.yml   |   60 +-
 Makefile.PL|2 +-
 README |2 +-
 TODO   |   14 +-
 bench/serie.pl |6 +-
 bench/stress.pl|6 +-
 bin/graph-easy |   40 +-
 debian/changelog   |8 +
 ...escaped-left-brace-in-regex-is-deprecated.patch |   35 -
 debian/patches/fix-spelling-error-in-manpage.patch |  199 
 debian/patches/series  |2 -
 examples/base.css  |   12 +-
 examples/common.pl |6 +-
 examples/complex.txt   |2 +-
 examples/history.txt   |2 +-
 examples/html.pl   |   12 +-
 examples/parse |2 +-
 examples/syntax.pl |   36 +-
 examples/syntax.tpl|2 +-
 examples/wikicrawl.pl  |4 +-
 lib/Graph/Easy.pm  |  186 ++--
 lib/Graph/Easy/As_ascii.pm |  216 ++--
 lib/Graph/Easy/As_graphml.pm   |   16 +-
 lib/Graph/Easy/As_graphviz.pm  |   76 +-
 lib/Graph/Easy/As_txt.pm   |   26 +-
 lib/Graph/Easy/As_vcg.pm   |   36 +-
 lib/Graph/Easy/Attributes.pm   | 1160 ++--
 lib/Graph/Easy/Base.pm |   28 +-
 lib/Graph/Easy/Edge.pm |   28 +-
 lib/Graph/Easy/Edge/Cell.pm|   82 +-
 lib/Graph/Easy/Group.pm|   28 +-
 lib/Graph/Easy/Group/Anon.pm   |4 +-
 lib/Graph/Easy/Group/Cell.pm   |   26 +-
 lib/Graph/Easy/Layout.pm   |   40 +-
 lib/Graph/Easy/Layout/Chain.pm |   36 +-
 lib/Graph/Easy/Layout/Force.pm |   14 +-
 lib/Graph/Easy/Layout/Grid.pm  |   32 +-
 lib/Graph/Easy/Layout/Path.pm  |   64 +-
 lib/Graph/Easy/Layout/Repair.pm|   64 +-
 lib/Graph/Easy/Layout/Scout.pm |  118 +-
 lib/Graph/Easy/Node.pm |  114 +-
 lib/Graph/Easy/Node/Anon.pm|2 +-
 lib/Graph/Easy/Node/Cell.pm|   10 +-
 lib/Graph/Easy/Node/Empty.pm   |4 +-
 lib/Graph/Easy/Parser.pm   |   98 +-
 lib/Graph/Easy/Parser/Graphviz.pm  |   98 +-
 lib/Graph/Easy/Parser/VCG.pm   |   34 +-
 t/as_txt.t |4 +-
 t/as_vcg.t |4 +-
 t/astar.t  |4 +-
 t/attributes.t |   16 +-
 t/chain.t  |   10 +-
 t/class.t  |4 +-
 t/copy.t   |2 +-
 t/delete.t |8 +-
 t/easypm.t |   14 +-
 t/edge.t   |4 +-
 t/fb.t |   14 +-
 t/fun/.txt |2 +-
 t/fun/0010.txt |2 +-
 t/fun/0011.txt |2 +-
 t/fun/0030.txt |2 +-
 t/fun/0131.txt |4 +-
 t/fun/geek_dati

[libgraph-easy-perl] 03/04: Drop fix-spelling-error-in-manpage.patch

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit a03d2ac29ce040b0c9c59f7488a579c4f7d584e9
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:30:03 2016 +0200

Drop fix-spelling-error-in-manpage.patch
---
 debian/patches/fix-spelling-error-in-manpage.patch | 199 -
 debian/patches/series  |   1 -
 2 files changed, 200 deletions(-)

diff --git a/debian/patches/fix-spelling-error-in-manpage.patch 
b/debian/patches/fix-spelling-error-in-manpage.patch
deleted file mode 100644
index ff7151a..000
--- a/debian/patches/fix-spelling-error-in-manpage.patch
+++ /dev/null
@@ -1,199 +0,0 @@
-Description: Fix spelling errors in manpage
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=115105
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115105
-Author: Salvatore Bonaccorso 
-Last-Update: 2016-06-05
-
 a/lib/Graph/Easy.pm
-+++ b/lib/Graph/Easy.pm
-@@ -2474,7 +2474,7 @@ Graph::Easy - Convert or render graphs (
- C lets you generate graphs consisting of various shaped
- nodes connected by edges (with optional labels).
- 
--It can read and write graphs in a varity of formats, as well as render
-+It can read and write graphs in a variety of formats, as well as render
- them via its own grid-based layouter.
- 
- Since the layouter works on a grid (manhattan layout), the output is
-@@ -2742,7 +2742,7 @@ C supports the following me
- 
- Creates a new, empty C object.
- 
--Takes optinal a hash reference with a list of options. The following are
-+Takes optional a hash reference with a list of options. The following are
- valid options:
- 
-   debug   if true, enables debug output
 a/lib/Graph/Easy/Base.pm
-+++ b/lib/Graph/Easy/Base.pm
-@@ -179,7 +179,7 @@ sub catch_errors
- 
- sub warnings
-   {
--  # return all warnings that occured after catch_messages(1)
-+  # return all warnings that occurred after catch_messages(1)
-   my $self = shift;
- 
-   @{$self->{_warnings}};
-@@ -187,7 +187,7 @@ sub warnings
- 
- sub errors
-   {
--  # return all errors that occured after catch_messages(1)
-+  # return all errors that occurred after catch_messages(1)
-   my $self = shift;
- 
-   @{$self->{_errors}};
-@@ -338,7 +338,7 @@ Create a new object, and call C<_init()>
- 
-   $last_error = $object->error();
- 
--  $object->error($error); # set new messags
-+  $object->error($error); # set new messages
-   $object->error(''); # clear the error
- 
- Returns the last error message, or '' for no error.
-@@ -430,14 +430,14 @@ L and L.
- 
-   my @errors = $object->errors();
- 
--Return all error messages that occured after L was
-+Return all error messages that occurred after L was
- called.
- 
- =head2 warnings()
- 
-   my @warnings = $object->warnings();
- 
--Return all warning messages that occured after L
-+Return all warning messages that occurred after L
- or L was called.
- 
- =head2 self()
 a/lib/Graph/Easy/Edge.pm
-+++ b/lib/Graph/Easy/Edge.pm
-@@ -549,7 +549,7 @@ During the layout phase, each edge also
- 
-   $last_error = $edge->error();
- 
--  $cvt->error($error);# set new messags
-+  $cvt->error($error);# set new messages
-   $cvt->error('');# clear error
- 
- Returns the last error message, or '' for no error.
 a/lib/Graph/Easy/Edge/Cell.pm
-+++ b/lib/Graph/Easy/Edge/Cell.pm
-@@ -1360,7 +1360,7 @@ There should be no need to use this pack
- 
-   $last_error = $edge->error();
- 
--  $cvt->error($error);# set new messags
-+  $cvt->error($error);# set new messages
-   $cvt->error('');# clear error
- 
- Returns the last error message, or '' for no error.
 a/lib/Graph/Easy/Group.pm
-+++ b/lib/Graph/Easy/Group.pm
-@@ -581,7 +581,7 @@ L for a list.
- 
-   $last_error = $group->error();
- 
--  $group->error($error);  # set new messags
-+  $group->error($error);  # set new messages
-   $group->error('');  # clear error
- 
- Returns the last error message, or '' for no error.
 a/lib/Graph/Easy/Group/Cell.pm
-+++ b/lib/Graph/Easy/Group/Cell.pm
-@@ -351,7 +351,7 @@ There should be no need to use this pack
- 
-   $last_error = $group->error();
- 
--  $group->error($error);  # set new messags
-+  $group->error($error);  # set new messages
-   $group->error('');  # clear error
- 
- Returns the last error message, or '' for no error.
 a/lib/Graph/Easy/Layout/Chain.pm
-+++ b/lib/Graph/Easy/Layout/Chain.pm
-@@ -542,7 +542,7 @@ nodes from C<$where> onwards, instead of
- 
-   $last_error = $node->error();
- 
--  $node->error($error);  

[libgraph-easy-perl] annotated tag upstream/0.76 created (now 895c912)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/0.76
in repository libgraph-easy-perl.

at  895c912   (tag)
   tagging  de7d99a2af1d32860218beb021957d6ef20452b3 (commit)
  replaces  upstream/0.75
 tagged by  Salvatore Bonaccorso
on  Mon Jun 6 16:28:47 2016 +0200

- Log -
Upstream version 0.76

Salvatore Bonaccorso (1):
  Imported Upstream version 0.76

---

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/libgraph-easy-perl.git

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


[libgraph-easy-perl] 02/04: Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit ad32fb1b6ecb9aba5b7a36b5fc535e1ca262f582
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:29:35 2016 +0200

Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
---
 ...escaped-left-brace-in-regex-is-deprecated.patch | 35 --
 debian/patches/series  |  1 -
 2 files changed, 36 deletions(-)

diff --git 
a/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch 
b/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch
deleted file mode 100644
index 5df4c66..000
--- a/debian/patches/fix-Unescaped-left-brace-in-regex-is-deprecated.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: et rid of some "unescaped brace" warnings
-Origin: upstream, 
https://bitbucket.org/shlomif/perl-graph-easy/commits/b21b8a5bde61841cab1a1ff5de0fc70520fa8653
-Bug-Debian: https://bugs.debian.org/826478
-Forwarded: not-needed
-Author: Shlomi Fish 
-Last-Update: 2016-06-05
-
 a/t/as_vcg.t
-+++ b/t/as_vcg.t
-@@ -32,7 +32,7 @@ is ($vcg, $vcg_file, 'as_vcg and as_vcg_
- 
- $graph->add_edge('A','B');
- 
--like ($graph->as_vcg(), qr/edge: { sourcename: "A" targetname: "B" }/,
-+like ($graph->as_vcg(), qr/edge: \{ sourcename: "A" targetname: "B" \}/,
-   'as_vcg matches');
- 
- # set edge label
-@@ -40,7 +40,7 @@ my @edges = $graph->edges();
- $edges[0]->set_attribute('label', 'my car');
- 
- like ($graph->as_vcg(),
--  qr/edge: { label: "my car" sourcename: "A" targetname: "B" }/,
-+  qr/edge: \{ label: "my car" sourcename: "A" targetname: "B" \}/,
-   'as_vcg matches');
- 
- #
 a/t/graphviz.t
-+++ b/t/graphviz.t
-@@ -700,4 +700,4 @@ is($a_->{_order},1,'subgraph A is level
- is($d->{_order},1,'subgraph D is level 1');
- is($b_->{_order},2,'subgraph B is level 2');
- is($c->{_order},3,'subgraph C is level 3');
--like($grviz,qr/subgraph "cluster\d+" {\n  label="A";\nsubgraph 
"cluster\d+" {/,'subgraph indent');
-+like($grviz,qr/subgraph "cluster\d+" \{\n  label="A";\nsubgraph 
"cluster\d+" \{/,'subgraph indent');
diff --git a/debian/patches/series b/debian/patches/series
index 03687c0..8810115 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-fix-Unescaped-left-brace-in-regex-is-deprecated.patch
 fix-spelling-error-in-manpage.patch

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

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


[libgraph-easy-perl] 01/01: pristine-tar data for libgraph-easy-perl_0.76.orig.tar.gz

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch pristine-tar
in repository libgraph-easy-perl.

commit e888f10e2da9c526a033930d84deedbf59fff3a1
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:28:47 2016 +0200

pristine-tar data for libgraph-easy-perl_0.76.orig.tar.gz
---
 libgraph-easy-perl_0.76.orig.tar.gz.delta | Bin 0 -> 22819 bytes
 libgraph-easy-perl_0.76.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libgraph-easy-perl_0.76.orig.tar.gz.delta 
b/libgraph-easy-perl_0.76.orig.tar.gz.delta
new file mode 100644
index 000..0b319ff
Binary files /dev/null and b/libgraph-easy-perl_0.76.orig.tar.gz.delta differ
diff --git a/libgraph-easy-perl_0.76.orig.tar.gz.id 
b/libgraph-easy-perl_0.76.orig.tar.gz.id
new file mode 100644
index 000..ce319d0
--- /dev/null
+++ b/libgraph-easy-perl_0.76.orig.tar.gz.id
@@ -0,0 +1 @@
+1dbe30bf0e6397d1653a5ebff5db0b1cf1550f5e

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

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


[libgraph-easy-perl] 04/04: Update debian/changelog file

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit c1891e071cccf2cd7636e4959583212f19cd9cc6
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:30:21 2016 +0200

Update debian/changelog file

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

diff --git a/debian/changelog b/debian/changelog
index 0112986..3071616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libgraph-easy-perl (0.76-1) UNRELEASED; urgency=medium
+
+  * Imported Upstream version 0.76
+  * Drop fix-Unescaped-left-brace-in-regex-is-deprecated.patch
+  * Drop fix-spelling-error-in-manpage.patch
+
+ -- Salvatore Bonaccorso   Mon, 06 Jun 2016 16:30:16 +0200
+
 libgraph-easy-perl (0.75-3) unstable; urgency=medium
 
   [ Axel Beckert ]

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

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


[libsys-virt-perl] branch master updated (f462fd8 -> 8323168)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch master
in repository libsys-virt-perl.

  from  f462fd8   update changelog
  adds  9c0d833   Bump version for next release
  adds  2f388dc   Add VIR_ERR_NO_CLIENT constant
  adds  60d5cc6   Add PERF_PARAM_MBML and PERF_PARAM_MBMT constants
  adds  92c7a2b   Expand description for PERF_PARAM_CMT constant
  adds  08ba4f8   Fix handling of 'rss' entry in hash of memory stats
  adds  5152005   Add changelog entry about 'rss' key fix
  adds  8cbba1a   Set date for 1.3.5 release
  adds  cdfa027   Imported Upstream version 1.3.5
   new  ac9e43e   Merge tag 'upstream/1.3.5'
   new  8323168   Update debian/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:
 Changes|  6 ++
 META.yml   |  2 +-
 MYMETA.json|  2 +-
 MYMETA.yml |  2 +-
 Makefile.PL|  2 +-
 README |  2 +-
 Virt.xs|  5 -
 debian/changelog   |  8 ++--
 lib/Sys/Virt.pm|  2 +-
 lib/Sys/Virt/Domain.pm | 20 +++-
 lib/Sys/Virt/Error.pm  |  4 
 perl-Sys-Virt.spec |  2 +-
 12 files changed, 46 insertions(+), 11 deletions(-)

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

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


[libsys-virt-perl] 01/02: Merge tag 'upstream/1.3.5'

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit ac9e43eb20f0de78f8c0c440cfb7e68ef235b202
Merge: f462fd8 cdfa027
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:31:16 2016 +0200

Merge tag 'upstream/1.3.5'

Upstream version 1.3.5

 Changes|  6 ++
 META.yml   |  2 +-
 MYMETA.json|  2 +-
 MYMETA.yml |  2 +-
 Makefile.PL|  2 +-
 README |  2 +-
 Virt.xs|  5 -
 lib/Sys/Virt.pm|  2 +-
 lib/Sys/Virt/Domain.pm | 20 +++-
 lib/Sys/Virt/Error.pm  |  4 
 perl-Sys-Virt.spec |  2 +-
 11 files changed, 40 insertions(+), 9 deletions(-)

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

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


[libsys-virt-perl] annotated tag upstream/1.3.5 created (now b1be329)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/1.3.5
in repository libsys-virt-perl.

at  b1be329   (tag)
   tagging  cdfa0272db5a6cd912726950dfd576a49be66a05 (commit)
  replaces  upstream/1.3.4
 tagged by  Salvatore Bonaccorso
on  Mon Jun 6 16:31:16 2016 +0200

- Log -
Upstream version 1.3.5

Daniel P. Berrange (3):
  Bump version for next release
  Add changelog entry about 'rss' key fix
  Set date for 1.3.5 release

Gedalya (1):
  Fix handling of 'rss' entry in hash of memory stats

Michal Privoznik (3):
  Add VIR_ERR_NO_CLIENT constant
  Add PERF_PARAM_MBML and PERF_PARAM_MBMT constants
  Expand description for PERF_PARAM_CMT constant

Salvatore Bonaccorso (1):
  Imported Upstream version 1.3.5

---

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/libsys-virt-perl.git

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


[libsys-virt-perl] branch pristine-tar updated (695b250 -> 8f9edbd)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch pristine-tar
in repository libsys-virt-perl.

  from  695b250   pristine-tar data for libsys-virt-perl_1.3.4.orig.tar.gz
   new  8f9edbd   pristine-tar data for libsys-virt-perl_1.3.5.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:
 libsys-virt-perl_1.3.5.orig.tar.gz.delta | Bin 0 -> 3208 bytes
 libsys-virt-perl_1.3.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libsys-virt-perl_1.3.5.orig.tar.gz.delta
 create mode 100644 libsys-virt-perl_1.3.5.orig.tar.gz.id

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

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


[libsys-virt-perl] 01/01: pristine-tar data for libsys-virt-perl_1.3.5.orig.tar.gz

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch pristine-tar
in repository libsys-virt-perl.

commit 8f9edbdafd7fea92024513254417a92362b80d7f
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:31:16 2016 +0200

pristine-tar data for libsys-virt-perl_1.3.5.orig.tar.gz
---
 libsys-virt-perl_1.3.5.orig.tar.gz.delta | Bin 0 -> 3208 bytes
 libsys-virt-perl_1.3.5.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libsys-virt-perl_1.3.5.orig.tar.gz.delta 
b/libsys-virt-perl_1.3.5.orig.tar.gz.delta
new file mode 100644
index 000..3ec172c
Binary files /dev/null and b/libsys-virt-perl_1.3.5.orig.tar.gz.delta differ
diff --git a/libsys-virt-perl_1.3.5.orig.tar.gz.id 
b/libsys-virt-perl_1.3.5.orig.tar.gz.id
new file mode 100644
index 000..b9622a5
--- /dev/null
+++ b/libsys-virt-perl_1.3.5.orig.tar.gz.id
@@ -0,0 +1 @@
+8fb6c3c1907737867724ef09412bd59ece75f57d

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

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


[libsys-virt-perl] 02/02: Update debian/changelog

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libsys-virt-perl.

commit 83231681830ae7ca7c2c0de6ec7d574a983ebd38
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:31:16 2016 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index d6b76dd..b1c051b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libsys-virt-perl (1.3.4-2) UNRELEASED; urgency=medium
+libsys-virt-perl (1.3.5-1) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- gregor herrmann   Fri, 20 May 2016 12:09:34 +0200
+  [ Salvatore Bonaccorso ]
+  * Import upstream version 1.3.5
+
+ -- Salvatore Bonaccorso   Mon, 06 Jun 2016 16:31:16 +0200
 
 libsys-virt-perl (1.3.4-1) unstable; urgency=medium
 

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

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


[libgraph-easy-perl] 01/04: Merge tag 'upstream/0.76'

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libgraph-easy-perl.

commit 4b3c2e35dd3c35c7bdb902f9bb3ff4418fc4f782
Merge: 503a508 de7d99a
Author: Salvatore Bonaccorso 
Date:   Mon Jun 6 16:28:47 2016 +0200

Merge tag 'upstream/0.76'

Upstream version 0.76

 CHANGES   |  135 ++--
 INSTALL   |   14 +-
 LICENSE   |2 +-
 MANIFEST  |5 +-
 META.json |   64 +-
 META.yml  |   60 +-
 Makefile.PL   |2 +-
 README|2 +-
 TODO  |   14 +-
 bench/serie.pl|6 +-
 bench/stress.pl   |6 +-
 bin/graph-easy|   40 +-
 examples/base.css |   12 +-
 examples/common.pl|6 +-
 examples/complex.txt  |2 +-
 examples/history.txt  |2 +-
 examples/html.pl  |   12 +-
 examples/parse|2 +-
 examples/syntax.pl|   36 +-
 examples/syntax.tpl   |2 +-
 examples/wikicrawl.pl |4 +-
 lib/Graph/Easy.pm |  186 +++---
 lib/Graph/Easy/As_ascii.pm|  216 +++---
 lib/Graph/Easy/As_graphml.pm  |   16 +-
 lib/Graph/Easy/As_graphviz.pm |   76 +--
 lib/Graph/Easy/As_txt.pm  |   26 +-
 lib/Graph/Easy/As_vcg.pm  |   36 +-
 lib/Graph/Easy/Attributes.pm  | 1160 -
 lib/Graph/Easy/Base.pm|   28 +-
 lib/Graph/Easy/Edge.pm|   28 +-
 lib/Graph/Easy/Edge/Cell.pm   |   82 +--
 lib/Graph/Easy/Group.pm   |   28 +-
 lib/Graph/Easy/Group/Anon.pm  |4 +-
 lib/Graph/Easy/Group/Cell.pm  |   26 +-
 lib/Graph/Easy/Layout.pm  |   40 +-
 lib/Graph/Easy/Layout/Chain.pm|   36 +-
 lib/Graph/Easy/Layout/Force.pm|   14 +-
 lib/Graph/Easy/Layout/Grid.pm |   32 +-
 lib/Graph/Easy/Layout/Path.pm |   64 +-
 lib/Graph/Easy/Layout/Repair.pm   |   64 +-
 lib/Graph/Easy/Layout/Scout.pm|  118 ++--
 lib/Graph/Easy/Node.pm|  114 ++--
 lib/Graph/Easy/Node/Anon.pm   |2 +-
 lib/Graph/Easy/Node/Cell.pm   |   10 +-
 lib/Graph/Easy/Node/Empty.pm  |4 +-
 lib/Graph/Easy/Parser.pm  |   98 +--
 lib/Graph/Easy/Parser/Graphviz.pm |   98 +--
 lib/Graph/Easy/Parser/VCG.pm  |   34 +-
 t/as_txt.t|4 +-
 t/as_vcg.t|4 +-
 t/astar.t |4 +-
 t/attributes.t|   16 +-
 t/chain.t |   10 +-
 t/class.t |4 +-
 t/copy.t  |2 +-
 t/delete.t|8 +-
 t/easypm.t|   14 +-
 t/edge.t  |4 +-
 t/fb.t|   14 +-
 t/fun/.txt|2 +-
 t/fun/0010.txt|2 +-
 t/fun/0011.txt|2 +-
 t/fun/0030.txt|2 +-
 t/fun/0131.txt|4 +-
 t/fun/geek_dating.txt |   10 +-
 t/fun/overview.txt|4 +-
 t/graphml_yed.t   |2 +-
 t/graphviz.t  |   24 +-
 t/group/0010.txt  |2 +-
 t/group/0131.txt  |4 +-
 t/group/0230.txt  |2 +-
 t/heap.t  |4 +-
 t/html.t  |   16 +-
 t/in/10borders.txt|4 +-
 t/in/2_group_multicell.txt|2 +-
 t/in/2_wrap.txt   |4 +-
 t/in/3_selfloop.txt   |2 +-
 t/in/3_split_attribute.txt|2 +-
 t/in/4_bug_basename.txt   |2 +-
 t/in/4_cross.txt  |6 +-
 t/in/4_cross_inv.txt  |6 +-
 t/in/4_flow.txt   |2 +-
 t/in/4_flow_chain.txt |2 +-
 t/in/4_invisible.txt  |2 +-
 t/in/4_lists.txt  |2 +-
 t/in/5_flow.txt   |2 +-
 t/in/5_joint_label.txt|4 +-
 t/in/5_offsets.txt|2 +-
 t/in/5_offsets_2.txt  |2 +-
 t/in/6_fanout.txt |2 +-
 t/in/6_ranks.txt  |2 +-
 t/in/6_split_join_loop.txt|2 +-
 t/in/7_star.txt   |2 +-
 t/in/7_tree.txt   |2 +-

[libgraph-easy-perl] branch pristine-tar updated (9e950d5 -> e888f10)

2016-06-06 Thread Salvatore Bonaccorso
This is an automated email from the git hooks/post-receive script.

carnil pushed a change to branch pristine-tar
in repository libgraph-easy-perl.

  from  9e950d5   pristine-tar data for libgraph-easy-perl_0.75.orig.tar.gz
   new  e888f10   pristine-tar data for libgraph-easy-perl_0.76.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:
 libgraph-easy-perl_0.76.orig.tar.gz.delta | Bin 0 -> 22819 bytes
 libgraph-easy-perl_0.76.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libgraph-easy-perl_0.76.orig.tar.gz.delta
 create mode 100644 libgraph-easy-perl_0.76.orig.tar.gz.id

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

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