[libclass-std-perl] 03/09: Update standards version

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 09b31e6683011af2f00e7acc4be7fd82306dafbc
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:17:23 2015 +0100

Update standards version
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 79f6e9d..fe7aa77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 
   [ Nuno Carvalho ]
   * Drop POD patch, applied upstream
+  * debian/control: update standards version to 3.9.6
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/control b/debian/control
index e72c6bf..72ce983 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git
 Homepage: https://metacpan.org/release/Class-Std

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

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


[libclass-std-perl] branch master updated (844ba99 -> b95ca41)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch master
in repository libclass-std-perl.

  from  844ba99   update changelog
  adds  58f9838   Imported Upstream version 0.013
   new  5a584fb   Merge tag 'upstream/0.013'
   new  2369dc9   Drop patch, fixed upstream
   new  09b31e6   Update standards version
   new  7bfb56b   Add M::B dependency
   new  a8a4dcd   Drop dependencies on libtest-pod*
   new  57764f2   Add Testsuite in d/control
   new  988e74d   Add examples to package
   new  007ef21   Add d/upstream/metadata file
   new  b95ca41   New upstream release, ready for review

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:
 Build.PL  | 15 ++
 Changes   | 10 +++
 MANIFEST  |  5 ++--
 META.json | 61 +++
 META.yml  | 51 ++--
 README|  2 +-
 debian/changelog  | 17 +--
 debian/control| 10 +++
 debian/libclass-std-perl.examples |  1 +
 debian/patches/pod.patch  | 19 
 debian/patches/series |  1 -
 debian/upstream/metadata  |  7 +
 lib/Class/Std.pm  | 10 +--
 {t => xt}/pod-coverage.t  |  0
 {t => xt}/pod.t   |  0
 15 files changed, 160 insertions(+), 49 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/libclass-std-perl.examples
 delete mode 100644 debian/patches/pod.patch
 delete mode 100644 debian/patches/series
 create mode 100644 debian/upstream/metadata
 rename {t => xt}/pod-coverage.t (100%)
 rename {t => xt}/pod.t (100%)

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

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


[libclass-std-perl] 02/09: Drop patch, fixed upstream

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 2369dc9d4a612e8f97019f0387a7e26d2ce5bc1f
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:16:34 2015 +0100

Drop patch, fixed upstream
---
 debian/changelog |  7 +--
 debian/patches/pod.patch | 19 ---
 debian/patches/series|  1 -
 3 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3d88414..79f6e9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libclass-std-perl (0.011-2) UNRELEASED; urgency=medium
+libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -6,7 +6,10 @@ libclass-std-perl (0.011-2) UNRELEASED; urgency=medium
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann   Thu, 27 Feb 2014 22:33:37 +0100
+  [ Nuno Carvalho ]
+  * Drop POD patch, applied upstream
+
+ -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
 libclass-std-perl (0.011-1) unstable; urgency=low
 
diff --git a/debian/patches/pod.patch b/debian/patches/pod.patch
deleted file mode 100644
index bb9f118..000
--- a/debian/patches/pod.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: add =encoding, some POD tools are more picky now
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=78196
-Bug-Debian: http://bugs.debian.org/709765
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=78196
-Author: gregor herrmann 
-Last-Update: 2013-05-25
-
 a/lib/Class/Std.pm
-+++ b/lib/Class/Std.pm
-@@ -613,6 +613,8 @@
- 1; # Magic true value required at end of module
- __END__
- 
-+=encoding ISO-8859-1
-+
- =head1 NAME
- 
- Class::Std - Support for creating standard "inside-out" classes
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index c9352c4..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-pod.patch

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

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


[libclass-std-perl] 01/09: Merge tag 'upstream/0.013'

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 5a584fb9fe8ebc8b14993a7b9dd2f621b2c490de
Merge: 844ba99 58f9838
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:09:52 2015 +0100

Merge tag 'upstream/0.013'

Upstream version 0.013

 Build.PL | 15 
 Changes  | 10 
 MANIFEST |  5 ++--
 META.json| 61 
 META.yml | 51 +++-
 README   |  2 +-
 lib/Class/Std.pm | 10 +---
 {t => xt}/pod-coverage.t |  0
 {t => xt}/pod.t  |  0
 9 files changed, 132 insertions(+), 22 deletions(-)

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

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


[libclass-std-perl] 04/09: Add M::B dependency

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 7bfb56befa3eb3cc9867b9aa8fcb490e568831ee
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:19:21 2015 +0100

Add M::B dependency
---
 debian/changelog | 4 +++-
 debian/control   | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fe7aa77..26a6dd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,9 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 
   [ Nuno Carvalho ]
   * Drop POD patch, applied upstream
-  * debian/control: update standards version to 3.9.6
+  * debian/control:
++ update standards version to 3.9.6
++ add explicit libmodule-build-perl dependency
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/control b/debian/control
index 72ce983..af3b217 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Perl Group 

 Uploaders: Damyan Ivanov 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+   libmodule-build-perl
 Build-Depends-Indep: perl,
  libtest-pod-perl,
  libtest-pod-coverage-perl

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

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


[libclass-std-perl] 09/09: New upstream release, ready for review

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit b95ca4132f3404f75e5f05df7922bb016ea12fde
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:41:01 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 664109a..a353a1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
+libclass-std-perl (0.013-1) unstable; urgency=medium
+
+  * Team upload
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -7,6 +9,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
   * Update Vcs-Browser URL to cgit web frontend
 
   [ Nuno Carvalho ]
+  * New upstream release
   * Drop POD patch, applied upstream
   * debian/control:
 + update standards version to 3.9.6
@@ -16,7 +19,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
   * Install uptream demo as examples
   * Add debian/upstream/metadata information file
 
- -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
+ -- Nuno Carvalho   Fri, 05 Jun 2015 02:37:35 +0100
 
 libclass-std-perl (0.011-1) unstable; urgency=low
 

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

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


[libclass-std-perl] branch pristine-tar updated (8010a1f -> 201a5ed)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch pristine-tar
in repository libclass-std-perl.

  from  8010a1f   pristine-tar data for libclass-std-perl_0.011.orig.tar.gz
   new  201a5ed   pristine-tar data for libclass-std-perl_0.013.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:
 libclass-std-perl_0.013.orig.tar.gz.delta | Bin 0 -> 2020 bytes
 libclass-std-perl_0.013.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libclass-std-perl_0.013.orig.tar.gz.delta
 create mode 100644 libclass-std-perl_0.013.orig.tar.gz.id

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

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


[libclass-std-perl] 05/09: Drop dependencies on libtest-pod*

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit a8a4dcda7b2a5ac14bfc60e2ea051ec928b539bb
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:23:17 2015 +0100

Drop dependencies on libtest-pod*
---
 debian/changelog | 1 +
 debian/control   | 4 +---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 26a6dd3..41bf89d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
   * debian/control:
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
++ Drop build dependencies on libtest-pod*
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/control b/debian/control
index af3b217..1c889ed 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
libmodule-build-perl
-Build-Depends-Indep: perl,
- libtest-pod-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git

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

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


[libclass-std-perl] annotated tag upstream/0.013 created (now f93a159)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to annotated tag upstream/0.013
in repository libclass-std-perl.

at  f93a159   (tag)
   tagging  58f9838da28029b530776b46d6e5b657636c534a (commit)
 tagged by  Nuno Carvalho
on  Fri Jun 5 02:09:52 2015 +0100

- Log -
Upstream version 0.013

Damyan Ivanov (2):
  [svn-inject] Installing original source of libclass-std-perl
  [svn-upgrade] Integrating new upstream version, libclass-std-perl (0.0.9)

Jonathan Yu (2):
  [svn-upgrade] Integrating new upstream version, libclass-std-perl (0.010)
  [svn-upgrade] Integrating new upstream version, libclass-std-perl (0.011)

Nuno Carvalho (1):
  Imported Upstream version 0.013

---

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/libclass-std-perl.git

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


[libclass-std-perl] 01/01: pristine-tar data for libclass-std-perl_0.013.orig.tar.gz

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch pristine-tar
in repository libclass-std-perl.

commit 201a5ed06134ac447caab55e516e5baa3dc6dabc
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:09:52 2015 +0100

pristine-tar data for libclass-std-perl_0.013.orig.tar.gz
---
 libclass-std-perl_0.013.orig.tar.gz.delta | Bin 0 -> 2020 bytes
 libclass-std-perl_0.013.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libclass-std-perl_0.013.orig.tar.gz.delta 
b/libclass-std-perl_0.013.orig.tar.gz.delta
new file mode 100644
index 000..0dfeeb6
Binary files /dev/null and b/libclass-std-perl_0.013.orig.tar.gz.delta differ
diff --git a/libclass-std-perl_0.013.orig.tar.gz.id 
b/libclass-std-perl_0.013.orig.tar.gz.id
new file mode 100644
index 000..e718da7
--- /dev/null
+++ b/libclass-std-perl_0.013.orig.tar.gz.id
@@ -0,0 +1 @@
+6761240e6f6959c7d64cf2b9cb48be021e918764

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

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


[libclass-std-perl] 08/09: Add d/upstream/metadata file

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 007ef21eeed32cb87d601c9b9ad47f921db39ecc
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:36:35 2015 +0100

Add d/upstream/metadata file
---
 debian/changelog | 1 +
 debian/upstream/metadata | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fe8c1c0..664109a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 + Drop build dependencies on libtest-pod*
 + add "Testsuite: autopkgtest-pkg-perl"
   * Install uptream demo as examples
+  * Add debian/upstream/metadata information file
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..5bc5e41
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Archive: CPAN
+Bug-Database: https://rt.cpan.org/Public/Dist/Display.html?Name=Class-Std
+Bug-Submit: bug-class-...@rt.cpan.org
+Contact: Alexandr Ciornii 
+Name: Class-Std
+Repository: https://github.com/chorny/Class-Std
+Repository-Browse: https://github.com/chorny/Class-Std

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

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


[libclass-std-perl] 07/09: Add examples to package

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 988e74d52613e51c9eebfa2ff39ffd64b1b977de
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:29:42 2015 +0100

Add examples to package
---
 debian/changelog  | 1 +
 debian/libclass-std-perl.examples | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a5eb0a3..fe8c1c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 + add explicit libmodule-build-perl dependency
 + Drop build dependencies on libtest-pod*
 + add "Testsuite: autopkgtest-pkg-perl"
+  * Install uptream demo as examples
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/libclass-std-perl.examples 
b/debian/libclass-std-perl.examples
new file mode 100644
index 000..c173414
--- /dev/null
+++ b/debian/libclass-std-perl.examples
@@ -0,0 +1 @@
+demo/*

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

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


[libclass-std-perl] 06/09: Add Testsuite in d/control

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libclass-std-perl.

commit 57764f2a86e5cf6497a2c7f5279559acc0d280e5
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:24:26 2015 +0100

Add Testsuite in d/control
---
 debian/changelog | 1 +
 debian/control   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 41bf89d..a5eb0a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libclass-std-perl (0.013-1) UNRELEASED; urgency=medium
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
 + Drop build dependencies on libtest-pod*
++ add "Testsuite: autopkgtest-pkg-perl"
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:10:03 +0100
 
diff --git a/debian/control b/debian/control
index 1c889ed..01a794d 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends-Indep: perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-std-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-std-perl.git
+Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/Class-Std
 
 Package: libclass-std-perl

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

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


[libtext-worddiff-perl] 02/05: Declare compliance with Debian policy 3.9.6

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

carnil pushed a commit to branch master
in repository libtext-worddiff-perl.

commit 7396edeacc875148309abdd47b2e579487e96a61
Author: Salvatore Bonaccorso 
Date:   Fri Jun 5 13:24:00 2015 +0200

Declare compliance with Debian policy 3.9.6
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index d99a758..aa36dc1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: libalgorithm-diff-perl,
  libhtml-parser-perl,
  libtest-pod-perl,
  perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-worddiff-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-worddiff-perl.git
 Homepage: https://metacpan.org/release/Text-WordDiff

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

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


[libtext-worddiff-perl] 01/05: Add explicit Build-Depends on libmodule-build-perl

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

carnil pushed a commit to branch master
in repository libtext-worddiff-perl.

commit d8bb8f06b7e9f34136a8573af343837fe0539430
Author: Salvatore Bonaccorso 
Date:   Fri Jun 5 13:23:42 2015 +0200

Add explicit Build-Depends on libmodule-build-perl
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 621293b..d99a758 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Maintainer: Debian Perl Group 

 Uploaders: gregor herrmann 
 Section: perl
 Priority: extra
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8), libmodule-build-perl
 Build-Depends-Indep: libalgorithm-diff-perl,
  libhtml-parser-perl,
  libtest-pod-perl,

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

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


[libtext-worddiff-perl] 04/05: Declare package as autopkgtestable

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

carnil pushed a commit to branch master
in repository libtext-worddiff-perl.

commit 88b9dae4f1484dd62b43bfa9e3f00bd26a1045aa
Author: Salvatore Bonaccorso 
Date:   Fri Jun 5 13:26:33 2015 +0200

Declare package as autopkgtestable
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index e4c6e35..16a86fb 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libtext-worddiff-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtext-worddiff-perl.git
 Homepage: https://metacpan.org/release/Text-WordDiff
+Testsuite: autopkgtest-pkg-perl
 
 Package: libtext-worddiff-perl
 Architecture: all

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

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


[libtext-worddiff-perl] branch master updated (d32290a -> 705418a)

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

carnil pushed a change to branch master
in repository libtext-worddiff-perl.

  from  d32290a   update changelog
   new  d8bb8f0   Add explicit Build-Depends on libmodule-build-perl
   new  7396ede   Declare compliance with Debian policy 3.9.6
   new  c237889   Sort fields in debian/control file
   new  88b9dae   Declare package as autopkgtestable
   new  705418a   Prepare changelog for release

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:
 debian/changelog |  9 +++--
 debian/control   | 13 +++--
 2 files changed, 14 insertions(+), 8 deletions(-)

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

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


[libtext-worddiff-perl] 03/05: Sort fields in debian/control file

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

carnil pushed a commit to branch master
in repository libtext-worddiff-perl.

commit c2378896bcb5a0c933db4033c178c5c114158977
Author: Salvatore Bonaccorso 
Date:   Fri Jun 5 13:24:25 2015 +0200

Sort fields in debian/control file
---
 debian/control | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index aa36dc1..e4c6e35 100644
--- a/debian/control
+++ b/debian/control
@@ -15,10 +15,10 @@ Homepage: https://metacpan.org/release/Text-WordDiff
 
 Package: libtext-worddiff-perl
 Architecture: all
-Depends: ${misc:Depends},
- ${perl:Depends},
- libalgorithm-diff-perl,
- libhtml-parser-perl
+Depends: libalgorithm-diff-perl,
+ libhtml-parser-perl,
+ ${misc:Depends},
+ ${perl:Depends}
 Description: module to track changes between documents
  Text::WordDiff is a variation on the lovely Text::Diff module. Rather than
  generating traditional line-oriented diffs, however, it generates

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

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


[libtext-worddiff-perl] annotated tag debian/0.08-2 created (now 11b9fb4)

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

carnil pushed a change to annotated tag debian/0.08-2
in repository libtext-worddiff-perl.

at  11b9fb4   (tag)
   tagging  705418a7ec90707654580d72a077cac293ed0abe (commit)
  replaces  debian/0.08-1
 tagged by  Salvatore Bonaccorso
on  Fri Jun 5 13:31:36 2015 +0200

- Log -
tagging package libtext-worddiff-perl version debian/0.08-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCgAGBQJVcYiYAAoJEAVMuPMTQ89EmbkP/26iBbxqagUoEymCWBEzW0+l
uw+0em+T4CjA7n3qCz7N2hr9b4omrjDiJrb2ejvrbkLPBiIDQH+1ej8cdL+XFyyX
kwv7WeEvkgLhq/uxNP4KlgXSR5bu90hf5XLn+KvueN7opCQxoYxtyUnbNK77RLbI
LMGIdopz8mV4Kcxvgs8WFqUqwh+hYx+PoEbYyn17ZBpH+Zo+F1JshVjeKXfMAxaQ
cg3yvdOp9D08QFjNpzC2cRMV1kZTohAiMc4NXSR2WgUTITkKAQar9MYOcYKkYS4D
r+BAGFrErxyqclIQ5n2QGtYhR+Wl+FplxhZbUQRUFBWPreui7nxTxJSosKAedQ6q
01vv5hLpj0o56O6g+g60IM/mBv8KPdtIEkY17Y2ZZc9bhIeMn1ZfZBC0NqGKVQFg
cz2xV7IuAdUUMQXdpzxvwKAMa7RSTALwrVEve8H97CylxJBVHh+pYvz2mWgxQHTL
AumozkNSWW/q0SHhl16BAvRaTwMmJixwMN2R4fncHS6193G6taXDgvWeojyC7E0V
gfpZ6QPQbiitwdo4IdyZ4Z84OKo1i7XtmlEWJpTOJSikIzWMtmZ8/sQHPPSHg0tX
ergimDkjAvledT/TRxzZfHNhnSxfJJXU62ti0ZWt0PV3fIlwGdqDsA39j+aOM5zX
24BiVWK2QbbJKjCsd1Km
=KNoR
-END PGP SIGNATURE-

Salvatore Bonaccorso (7):
  Update Vcs-Browser URL to cgit web frontend
  update changelog
  Add explicit Build-Depends on libmodule-build-perl
  Declare compliance with Debian policy 3.9.6
  Sort fields in debian/control file
  Declare package as autopkgtestable
  Prepare changelog for release

---

This annotated tag includes the following new commits:

   new  d8bb8f0   Add explicit Build-Depends on libmodule-build-perl
   new  7396ede   Declare compliance with Debian policy 3.9.6
   new  c237889   Sort fields in debian/control file
   new  88b9dae   Declare package as autopkgtestable
   new  705418a   Prepare changelog for release

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/libtext-worddiff-perl.git

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


[libtext-worddiff-perl] 05/05: Prepare changelog for release

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

carnil pushed a commit to branch master
in repository libtext-worddiff-perl.

commit 705418a7ec90707654580d72a077cac293ed0abe
Author: Salvatore Bonaccorso 
Date:   Fri Jun 5 13:30:58 2015 +0200

Prepare changelog for release

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

diff --git a/debian/changelog b/debian/changelog
index 4778118..dbc43e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-libtext-worddiff-perl (0.08-2) UNRELEASED; urgency=medium
+libtext-worddiff-perl (0.08-2) unstable; urgency=medium
 
+  * Team upload.
   * Update Vcs-Browser URL to cgit web frontend
+  * Add explicit Build-Depends on libmodule-build-perl
+  * Declare compliance with Debian policy 3.9.6
+  * Sort fields in debian/control file
+  * Declare package as autopkgtestable
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:35:47 +0200
+ -- Salvatore Bonaccorso   Fri, 05 Jun 2015 13:30:46 +0200
 
 libtext-worddiff-perl (0.08-1) unstable; urgency=medium
 

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

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


[libclass-std-perl] annotated tag debian/0.013-1 created (now a111cc5)

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

gregoa pushed a change to annotated tag debian/0.013-1
in repository libclass-std-perl.

at  a111cc5   (tag)
   tagging  b95ca4132f3404f75e5f05df7922bb016ea12fde (commit)
  replaces  debian/0.011-1
 tagged by  gregor herrmann
on  Fri Jun 5 13:34:19 2015 +0200

- Log -
libclass-std-perl Debian release 0.013-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcYk7XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGBfIP/3GyZlvs5SXKSIt/fmsnucJt
Bk4+qZlwSWd2wRPXLWy2vsRfH5ebTrTH2pBLWd/wyWBPwc774meK7blK6EYDTtHn
lMFokOhO2MH7//5GFRDecqVgaVVnH/SA50dVVQN8Q848Akc5wHE1FTmrCx8ovHCJ
+OaGh4TQbxvwVUv9KoaBrxQ+gP74HaUa2aCZUYZ0AUx2SmeG+/oa0Of4Zrae0sCo
s1Aa5bLQXJjt1Pe3nucNEELHUrLz3nmQbwCT6YYz2lsviCu4NP8irNm8ym/1P3oX
F2DlF0jwj3q1t/518j31A0UEke5s3a8gXbzH8OILXgx7sQ7y06ibpEmBfiyOpJ7r
roto1uzseMjAwGxakzVNoKhpQJH4siK6H8amste1PjXRPG7eHOs86Irw/vwyveiw
w4Hauq9Hz5ixFqkte7Q/7FbgdY1nywu1cLBPmFYN4OoaL7djrWJ3vgIrI3SveO5d
2SXQrSLkIRGAsufy6srEHKCgVP1n3WfQN+ztLJRzraDIWpigiK+qvHRBLB+I4No/
vdOLC2/cNB6TcEgeFrJiY6AYqkS5CH96IEfSD6kh0IxA3GUds+HPsFam9MEmug1x
vYl2LLf3meEIYdbUB5TrKOsQNJq6dCtwyeuiqT8iW5mg6QLH9la6zaX8n47kMgu7
G8gDs9GvbvHBVtzDnWk8
=rxWn
-END PGP SIGNATURE-

Nuno Carvalho (10):
  Imported Upstream version 0.013
  Merge tag 'upstream/0.013'
  Drop patch, fixed upstream
  Update standards version
  Add M::B dependency
  Drop dependencies on libtest-pod*
  Add Testsuite in d/control
  Add examples to package
  Add d/upstream/metadata file
  New upstream release, ready for review

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (2):
  Strip trailing slash from metacpan URLs.
  update changelog

---

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/libclass-std-perl.git

___
Pkg-perl-cvs-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-backend-augeas-perl] 03/05: remove boilerplate comments from debian/watch

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

gregoa pushed a commit to branch master
in repository libconfig-model-backend-augeas-perl.

commit 778c0517ae725fcefc86ebd037b1d7a16b5f940c
Author: gregor herrmann 
Date:   Fri Jun 5 14:02:52 2015 +0200

remove boilerplate comments from debian/watch

Gbp-Dch: Ignore
---
 debian/watch | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index c74f842..c855580 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 https://metacpan.org/release/Config-Model-Backend-Augeas   
.*/Config-Model-Backend-Augeas-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/libconfig-model-backend-augeas-perl.git

___
Pkg-perl-cvs-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-backend-augeas-perl] 01/05: Add build dependency on libmodule-build-perl.

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

gregoa pushed a commit to branch master
in repository libconfig-model-backend-augeas-perl.

commit 668af562e9e6ac7122ef6ba1ee4528ce87cc07e8
Author: gregor herrmann 
Date:   Fri Jun 5 14:02:33 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index a62e3ba..ddbeb36 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Perl Group 

 Uploaders: Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+   libmodule-build-perl
 Build-Depends-Indep: libaugeas-dev,
  libconfig-augeas-perl,
  libconfig-model-perl (>= 2.034),

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

___
Pkg-perl-cvs-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-backend-augeas-perl] 04/05: Mark package as autopkgtest-able.

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

gregoa pushed a commit to branch master
in repository libconfig-model-backend-augeas-perl.

commit 3ae1f6243492bf07df15a43254653f7d0c931ff9
Author: gregor herrmann 
Date:   Fri Jun 5 14:06:57 2015 +0200

Mark package as autopkgtest-able.
---
 debian/control   | 1 +
 debian/tests/pkg-perl/test-files | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/control b/debian/control
index fd4cd84..3894d36 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-backend-augeas-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-backend-augeas-perl.git
 Homepage: https://metacpan.org/release/Config-Model-Backend-Augeas
+Testsuite: autopkgtest-pkg-perl
 
 Package: libconfig-model-backend-augeas-perl
 Architecture: all
diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files
new file mode 100644
index 000..65e6630
--- /dev/null
+++ b/debian/tests/pkg-perl/test-files
@@ -0,0 +1,2 @@
+t/
+augeas-box/

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

___
Pkg-perl-cvs-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-backend-augeas-perl] 05/05: releasing package libconfig-model-backend-augeas-perl version 0.118-2

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

gregoa pushed a commit to branch master
in repository libconfig-model-backend-augeas-perl.

commit 34458122695ea8beb0fe0dbf181b21005709979d
Author: gregor herrmann 
Date:   Fri Jun 5 14:08:15 2015 +0200

releasing package libconfig-model-backend-augeas-perl version 0.118-2
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e9ee02c..231e8c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libconfig-model-backend-augeas-perl (0.118-2) unstable; urgency=medium
+
+  * Team upload.
+  * Add build dependency on libmodule-build-perl.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Mark package as autopkgtest-able.
+
+ -- gregor herrmann   Fri, 05 Jun 2015 14:07:08 +0200
+
 libconfig-model-backend-augeas-perl (0.118-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]

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

___
Pkg-perl-cvs-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-backend-augeas-perl] annotated tag debian/0.118-2 created (now 94c824b)

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

gregoa pushed a change to annotated tag debian/0.118-2
in repository libconfig-model-backend-augeas-perl.

at  94c824b   (tag)
   tagging  34458122695ea8beb0fe0dbf181b21005709979d (commit)
  replaces  debian/0.118-1
 tagged by  gregor herrmann
on  Fri Jun 5 14:08:15 2015 +0200

- Log -
tagging package libconfig-model-backend-augeas-perl version debian/0.118-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcZEvXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGdF0P/RCbBwnYwiNHva27K/hylWrQ
lEYE6SocVzUVIMO8joct1pgYw9cImHkjiJr6NHgpvNOvqQypiwMLSEtS/3hsM19D
ijkDUcDsNgn9hD2a8i9ICq23jNw5KTNDW5f2giJ2WvREWTPe1DaNQ/4jPq95K/Fg
Hq8FMXmV1EgTfMUqv5WYsNU8BfWM1V/51RIn2fnbVno4fOaXzXeWSvrDw7gBqGEU
bOZRNfL2fYzeCtdv1GmTSEZ/gR2+mOE9LGxPa5pC6SQmwT1DS6/XQK99aomRPrXG
WMiZMToyxFUv29jeYpgvItiCLKDv07U+Y2QMQEw9Fpu1ONWaXJST71wTc2DapCbK
nS4/GML6Q5FjaI5L9rpp3zeRCnd8JFZnq44e77uyb0m5BmsKQS9QnczrTevV5dPJ
XZAa9DzAMhBz1uQ0alCwPC1I7z9uVZfnwAeAvrbcOjFWsEz3fmP7+fXIyA7d6Un0
9Mr/k0ll9B71xCFHbcv6BsLhGiB0g+acZEwFDOW5K2gD2KmxmZygA2E4u+qobrfA
gidt5BH+IVa3/AjNkKyxyDyL/Rco8bnz3UpnThRI119xRTLHtfrLES6WEUnLBlF7
S17DbAfQld2nZAQxMzG3OFx+H5IOSqvBGz95RJKx0bDkwgaSFOYohIkwG8nX4e2e
EsA62zXRF7QKIlfVYKQS
=OyvN
-END PGP SIGNATURE-

gregor herrmann (5):
  Add build dependency on libmodule-build-perl.
  Declare compliance with Debian Policy 3.9.6.
  remove boilerplate comments from debian/watch
  Mark package as autopkgtest-able.
  releasing package libconfig-model-backend-augeas-perl version 0.118-2

---

This annotated tag includes the following new commits:

   new  668af56   Add build dependency on libmodule-build-perl.
   new  bce79fa   Declare compliance with Debian Policy 3.9.6.
   new  778c051   remove boilerplate comments from debian/watch
   new  3ae1f62   Mark package as autopkgtest-able.
   new  3445812   releasing package libconfig-model-backend-augeas-perl 
version 0.118-2

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

___
Pkg-perl-cvs-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-backend-augeas-perl] branch master updated (b94c6d2 -> 3445812)

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

gregoa pushed a change to branch master
in repository libconfig-model-backend-augeas-perl.

  from  b94c6d2   prepare release
   new  668af56   Add build dependency on libmodule-build-perl.
   new  bce79fa   Declare compliance with Debian Policy 3.9.6.
   new  778c051   remove boilerplate comments from debian/watch
   new  3ae1f62   Mark package as autopkgtest-able.
   new  3445812   releasing package libconfig-model-backend-augeas-perl 
version 0.118-2

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:
 debian/changelog | 9 +
 debian/control   | 6 --
 debian/tests/pkg-perl/test-files | 2 ++
 debian/watch | 2 --
 4 files changed, 15 insertions(+), 4 deletions(-)
 create mode 100644 debian/tests/pkg-perl/test-files

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

___
Pkg-perl-cvs-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-backend-augeas-perl] 02/05: Declare compliance with Debian Policy 3.9.6.

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

gregoa pushed a commit to branch master
in repository libconfig-model-backend-augeas-perl.

commit bce79fa14faa51ec33f8848bb2d44029135ee36f
Author: gregor herrmann 
Date:   Fri Jun 5 14:02:37 2015 +0200

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

diff --git a/debian/control b/debian/control
index ddbeb36..fd4cd84 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends-Indep: libaugeas-dev,
  libtest-pod-perl,
  libtest-warn-perl,
  pkg-config
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-backend-augeas-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-backend-augeas-perl.git
 Homepage: https://metacpan.org/release/Config-Model-Backend-Augeas

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

___
Pkg-perl-cvs-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-cursesui-perl] 05/07: Mark package as autopkgtest-able.

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

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

commit ac0192ed8790b74e4b5f84d45209664ceaf544e5
Author: gregor herrmann 
Date:   Fri Jun 5 14:12:26 2015 +0200

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

diff --git a/debian/control b/debian/control
index 29a0472..c68e84e 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-cursesui-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-cursesui-perl.git
 Homepage: https://metacpan.org/release/Config-Model-CursesUI
+Testsuite: autopkgtest-pkg-perl
 
 Package: libconfig-model-cursesui-perl
 Architecture: all

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

___
Pkg-perl-cvs-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-cursesui-perl] branch master updated (89dfded -> 410484f)

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

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

  from  89dfded   update changelog
   new  e5d3411   Add build dependency on libmodule-build-perl.
   new  0bc8380   remove boilerplate comments from debian/watch
   new  25338d4   Declare compliance with Debian Policy 3.9.6.
   new  5906468   Bump debhelper compatibility level to 9.
   new  ac0192e   Mark package as autopkgtest-able.
   new  48d192f   Update license stanza in debian/copyright.
   new  410484f   releasing package libconfig-model-cursesui-perl version 
1.104-2

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:
 debian/changelog | 13 +++--
 debian/compat|  2 +-
 debian/control   |  6 --
 debian/copyright | 13 +++--
 debian/watch |  2 --
 5 files changed, 23 insertions(+), 13 deletions(-)

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

___
Pkg-perl-cvs-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-cursesui-perl] 02/07: remove boilerplate comments from debian/watch

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

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

commit 0bc83801ef750002d8735debb811c2ff670ef659
Author: gregor herrmann 
Date:   Fri Jun 5 14:09:42 2015 +0200

remove boilerplate comments from debian/watch

Gbp-Dch: Ignore
---
 debian/watch | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index 848dc2b..bcdc23c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 https://metacpan.org/release/Config-Model-CursesUI   
.*/Config-Model-CursesUI-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/libconfig-model-cursesui-perl.git

___
Pkg-perl-cvs-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-cursesui-perl] 03/07: Declare compliance with Debian Policy 3.9.6.

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

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

commit 25338d4447b3462da509ac2794bf7ae0e732189f
Author: gregor herrmann 
Date:   Fri Jun 5 14:09:54 2015 +0200

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

diff --git a/debian/control b/debian/control
index bf6fef1..45865a1 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: libconfig-model-perl (>= 1.233),
  libexception-class-perl,
  libtest-pod-perl,
  liblog-log4perl-perl
-Standards-Version: 3.9.1
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-cursesui-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-cursesui-perl.git
 Homepage: https://metacpan.org/release/Config-Model-CursesUI

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

___
Pkg-perl-cvs-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-cursesui-perl] 04/07: Bump debhelper compatibility level to 9.

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

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

commit 59064688e7e07fde5c14ca4c9513a552da27fc85
Author: gregor herrmann 
Date:   Fri Jun 5 14:10:06 2015 +0200

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

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

 Uploaders: Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
 Build-Depends-Indep: libconfig-model-perl (>= 1.233),

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

___
Pkg-perl-cvs-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-cursesui-perl] annotated tag debian/1.104-2 created (now e53497a)

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

gregoa pushed a change to annotated tag debian/1.104-2
in repository libconfig-model-cursesui-perl.

at  e53497a   (tag)
   tagging  410484fac18a0b24fa7776d2165cbc9cc2b58c97 (commit)
 tagged by  gregor herrmann
on  Fri Jun 5 14:31:41 2015 +0200

- Log -
tagging package libconfig-model-cursesui-perl version debian/1.104-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcZatXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGsKUQAI4fLmKi0VcPb6Jy/9+R/IEJ
FBap4aQaduQbVWS220XEndNYQ+FgZ6xMhIabZo592Xz00tNFD0Gli1mHrSxUg9SC
XWUQ8daHrvCuVkOik0Ziuwmv37HTsRsAmo4/bHEUXRFG2oSzYW/v98KFStZO/vg7
kB2y3hafz1+dM1SZczCwVufVV4Z3OHyMoJDoSOGRMh9+bZ9A8J4HCGGUwhz7Q7Jq
x4t1jW2OOiN9imWvZn4d/+E8azsrr3AihebI3DJpf2+CZOzluA1ZWI8luyUDPafF
/NGHKpmgxkLxUIOJCbPjR7bIfKhMw4Fw6rcs/jkaUlgTdAAdpqA60naYYqb7MR2U
T5R8vvBzY0p9TMDIUTZMr4+E0pF6PtSeSd0sGSWnWcWoOHsJzjXMW1057zXspCbc
ChtuZ/rJBiQZY97KUyUW7/X0DhnD5PqaCLStxsFlkC43VN6PpU6ciNHYJ5sTrwRp
isNEuXEgN7lcTtOleGF8VzXhccJr9jz/Ceo6KRHA0haSsIZJFxVvP9km8+iBh7OG
tWMhMetBYuFecN12vXtu+LLxdvyo4SB9n9XfaSMSuuiXW70CPVD5OOoTt/asBvnv
YQmctk9RrAqqdJsER8a02lSM5ghTCmcmbPlfkPVJCaynY+gcZkUAQogkAqe65d2s
4Q18Zcz2G61V+wVMlDHB
=JRLx
-END PGP SIGNATURE-

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

Axel Beckert (1):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"

Damyan Ivanov (1):
  Merge commit 'upstream/1.104'

Dominique Dumont (10):
  [svn-inject] Installing original source of libconfig-model-cursesui-perl
  - ready for review
  Load Config-Model-CursesUI-1.102/ into
  [svn-upgrade] Integrating new upstream version, 
libconfig-model-cursesui-perl (1.103)
  ready for release
  [svn-upgrade] new version libconfig-model-cursesui-perl (1.104)
  new upstream release. lintian clean. Ready for review
  Oops. forgot the changelog. Ready for review
  Fixed issues mentioned by gregoa (including forgotten svn add). Ready for 
review
  arg, forgot (again) dch -r

Gregor Herrmann (4):
  s/This module/Config::Model::CursesUI/ in first line of long description
  remove stray comma, clean up indentation
  [masscommit] debian/control: s/perl-modules/perl/, and related tweaks
  back to UNRELEASED, TODO added to changelog

Nathan Handler (1):
  [mass-commit] debian/watch: Modify to ignore development releases.

Ryan Niebur (1):
  clean up duplicated changelog entries from nhandler's mass-commit

Salvatore Bonaccorso (6):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (11):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog
  Add build dependency on libmodule-build-perl.
  remove boilerplate comments from debian/watch
  Declare compliance with Debian Policy 3.9.6.
  Bump debhelper compatibility level to 9.
  Mark package as autopkgtest-able.
  Update license stanza in debian/copyright.
  releasing package libconfig-model-cursesui-perl version 1.104-2

---

This annotated tag includes the following new commits:

   new  e5d3411   Add build dependency on libmodule-build-perl.
   new  0bc8380   remove boilerplate comments from debian/watch
   new  25338d4   Declare compliance with Debian Policy 3.9.6.
   new  5906468   Bump debhelper compatibility level to 9.
   new  ac0192e   Mark package as autopkgtest-able.
   new  48d192f   Update license stanza in debian/copyright.
   new  410484f   releasing package libconfig-model-cursesui-perl version 
1.104-2

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

___
Pkg-perl-cvs-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-cursesui-perl] 07/07: releasing package libconfig-model-cursesui-perl version 1.104-2

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

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

commit 410484fac18a0b24fa7776d2165cbc9cc2b58c97
Author: gregor herrmann 
Date:   Fri Jun 5 14:31:41 2015 +0200

releasing package libconfig-model-cursesui-perl version 1.104-2
---
 debian/changelog | 13 +++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71d0dfb..de2d6fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libconfig-model-cursesui-perl (1.104-2) UNRELEASED; urgency=low
+libconfig-model-cursesui-perl (1.104-2) unstable; urgency=low
+
+  * Team upload.
 
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
@@ -20,7 +22,14 @@ libconfig-model-cursesui-perl (1.104-2) UNRELEASED; 
urgency=low
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Ansgar Burchardt   Wed, 27 Jul 2011 18:42:19 +0200
+  [ gregor herrmann ]
+  * Add build dependency on libmodule-build-perl.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Bump debhelper compatibility level to 9.
+  * Mark package as autopkgtest-able.
+  * Update license stanza in debian/copyright.
+
+ -- gregor herrmann   Fri, 05 Jun 2015 14:23:36 +0200
 
 libconfig-model-cursesui-perl (1.104-1) unstable; urgency=low
 

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

___
Pkg-perl-cvs-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-cursesui-perl] 01/07: Add build dependency on libmodule-build-perl.

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

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

commit e5d34110417b4b634877906ca25d1a083a6af8f0
Author: gregor herrmann 
Date:   Fri Jun 5 14:09:31 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 155aacb..bf6fef1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: Dominique Dumont 
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7),
+   libmodule-build-perl,
perl
 Build-Depends-Indep: libconfig-model-perl (>= 1.233),
  libcurses-ui-perl,

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

___
Pkg-perl-cvs-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-cursesui-perl] 06/07: Update license stanza in debian/copyright.

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

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

commit 48d192fa2e31ae0e3f7f07cd90f1ac8ed426b366
Author: gregor herrmann 
Date:   Fri Jun 5 14:23:01 2015 +0200

Update license stanza in debian/copyright.
---
 debian/copyright | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 2b84556..a7b64c0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,9 +12,10 @@ Copyright: 2009, 2011 Dominique Dumont 

 License: LGPL-2+
 
 License: LGPL-2+
-This program is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser Public License as
-published by the Free Software Foundation; either version 2.1 of
-the License, or (at your option) any later version.
-On Debian systems, the complete text of version 2 of the GNU
-Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2'
+ This program is free software; you can redistribute it and/or modify it under
+ the terms of the GNU Lesser General Public License as published by the Free
+ Software Foundation; either version 2.1 of the License, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU Lesser Public
+ License can be found in `/usr/share/common-licenses/LGPL-2'.

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

___
Pkg-perl-cvs-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-itself-perl] branch master updated (4b200b5 -> 173f118)

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

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

  from  4b200b5   Update homepage header to point to Github instead of 
SourceForge
   new  792dbac   Add build dependency on libmodule-build-perl.
   new  275a9ba   Add debian/upstream/metadata
   new  1a9170c   Update years of packaging copyright.
   new  d37cd30   Fix autopkgtest.
   new  173f118   releasing package libconfig-model-itself-perl version 
1.244-2

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:
 debian/changelog | 14 --
 debian/control   |  1 +
 debian/copyright |  2 +-
 debian/patches/autopkgtest.patch | 42 
 debian/patches/series|  1 +
 debian/tests/pkg-perl/test-files |  2 ++
 debian/upstream/metadata |  8 
 7 files changed, 67 insertions(+), 3 deletions(-)
 create mode 100644 debian/patches/autopkgtest.patch
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 debian/upstream/metadata

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

___
Pkg-perl-cvs-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-itself-perl] 01/05: Add build dependency on libmodule-build-perl.

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

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

commit 792dbacad566d91b95cb8f1691644d4f64dc8dec
Author: gregor herrmann 
Date:   Fri Jun 5 14:32:49 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 33a6087..7b7780a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
+   libmodule-build-perl,
perl,
xauth,
xvfb

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

___
Pkg-perl-cvs-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-itself-perl] 02/05: Add debian/upstream/metadata

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

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

commit 275a9ba08e5d114b50e704ff31abe5b35a5be965
Author: gregor herrmann 
Date:   Fri Jun 5 14:34:30 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..c556481
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model-Itself
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model-Itself
+Repository: git://github.com/dod38fr/config-model-itself.git
+Repository-Browse: http://github.com/dod38fr/config-model-itself

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

___
Pkg-perl-cvs-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-itself-perl] 04/05: Fix autopkgtest.

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

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

commit d37cd30068391ebd294b593c70818a469d6dafac
Author: gregor herrmann 
Date:   Fri Jun 5 15:00:55 2015 +0200

Fix autopkgtest.

Add debian/tests/pkg-perl/test-files and debian/patches/autopkgtest.patch.
---
 debian/patches/autopkgtest.patch | 42 
 debian/patches/series|  1 +
 debian/tests/pkg-perl/test-files |  2 ++
 3 files changed, 45 insertions(+)

diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
new file mode 100644
index 000..0218d45
--- /dev/null
+++ b/debian/patches/autopkgtest.patch
@@ -0,0 +1,42 @@
+Description: adjust paths when run under autopkgtest
+Origin: vendor
+Forwarded: not-needed
+Author: gregor herrmann 
+Last-Update: 2015-06-05
+
+--- a/t/dot_graph.t
 b/t/dot_graph.t
+@@ -38,7 +38,8 @@
+ 
+ my $meta_root = $meta_inst -> config_root ;
+ 
+-my $model_dir = 'lib/Config/Model/models' ;
++my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
++my $model_dir = "$dir/Config/Model/models" ;
+ my $rw_obj = Config::Model::Itself -> new(
+ model_object => $meta_root,
+ model_dir => $model_dir,
+--- a/t/list_itself_structure.t
 b/t/list_itself_structure.t
+@@ -36,7 +36,8 @@
+ 
+ my $meta_root = $meta_inst -> config_root ;
+ 
+-my $model_dir = 'lib/Config/Model/models';
++my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
++my $model_dir = "$dir/Config/Model/models";
+ my $rw_obj= Config::Model::Itself->new(
+ model_dir=> $model_dir,
+ model_object => $meta_root
+--- a/t/load_write_itself.t
 b/t/load_write_itself.t
+@@ -49,7 +49,8 @@
+ my $root = $inst -> config_root ;
+ 
+ # copy itself model
+-my $model_dir = 'lib/Config/Model/models';
++my $dir = $ENV{ADTTMP} ? '/usr/share/perl5' : 'lib';
++my $model_dir = "$dir/Config/Model/models";
+ $wanted = sub { 
+ -d $File::Find::name && mkpath( ["$wr_test/$_"], 0, 0755) ;
+ -f $File::Find::name && copy($File::Find::name,"$wr_test/$_") ;
diff --git a/debian/patches/series b/debian/patches/series
index 413bfe5..b748379 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-call-to-env
+autopkgtest.patch
diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files
new file mode 100644
index 000..5e3c053
--- /dev/null
+++ b/debian/tests/pkg-perl/test-files
@@ -0,0 +1,2 @@
+t/
+data/

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

___
Pkg-perl-cvs-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-itself-perl] 03/05: Update years of packaging copyright.

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

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

commit 1a9170c939dc0ff7d354ce8428b0edfb74f56176
Author: gregor herrmann 
Date:   Fri Jun 5 14:35:55 2015 +0200

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

diff --git a/debian/copyright b/debian/copyright
index e432fae..313b7c2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: LGPL-2.1+
 
 Files: debian/*
 Copyright: 2009-2015, Dominique Dumont 
- 2009-2013, gregor herrmann 
+ 2009-2015, gregor herrmann 
 License: LGPL-2.1+
 
 License: LGPL-2.1+

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

___
Pkg-perl-cvs-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-itself-perl] 05/05: releasing package libconfig-model-itself-perl version 1.244-2

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

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

commit 173f11891d10e5b094c99db76c1a9a138128aae2
Author: gregor herrmann 
Date:   Fri Jun 5 15:03:39 2015 +0200

releasing package libconfig-model-itself-perl version 1.244-2
---
 debian/changelog | 14 --
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2887c3..50fae03 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,19 @@
-libconfig-model-itself-perl (1.244-2) UNRELEASED; urgency=medium
+libconfig-model-itself-perl (1.244-2) unstable; urgency=medium
 
+  * Team upload.
+
+  [ Axel Beckert ]
   * Update homepage header to point to Github instead of
 SourceForge. Reported by DUCK.
 
- -- Axel Beckert   Sun, 24 May 2015 17:18:30 +0200
+  [ gregor herrmann ]
+  * Add build dependency on libmodule-build-perl.
+  * Add debian/upstream/metadata
+  * Update years of packaging copyright.
+  * Fix autopkgtest.
+Add debian/tests/pkg-perl/test-files and debian/patches/autopkgtest.patch.
+
+ -- gregor herrmann   Fri, 05 Jun 2015 15:02:22 +0200
 
 libconfig-model-itself-perl (1.244-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-itself-perl] annotated tag debian/1.244-2 created (now d197d82)

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

gregoa pushed a change to annotated tag debian/1.244-2
in repository libconfig-model-itself-perl.

at  d197d82   (tag)
   tagging  173f11891d10e5b094c99db76c1a9a138128aae2 (commit)
  replaces  debian/1.244-1
 tagged by  gregor herrmann
on  Fri Jun 5 15:03:39 2015 +0200

- Log -
tagging package libconfig-model-itself-perl version debian/1.244-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcZ4rXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGzooP/jEGVRrEzzDHnOQQdIGGtPXj
RmbX7ENL0tTMH/JIJTFrnS5XM/1OmFxZPm7G7kx9Zv3hs4s7TBeLVa8OXBBDYtyd
jOGHsUvrsG2RtWO2KHaAxCdIDpjwTMgi6eYfBFXpIMGlBkFzOveZF1kVO+aerk1P
jSAlLInzP9lHte3+xnXrd1193gh1s9JxEaF/C+ZufGXm3tNUzIh+WDIbd8629BBr
5x8I142YdUPeoEm882WnEB/7cUjlX8f5pm4mG7c8StTyGCv7y86qYrLZwyjDAS1y
c/jPiXUJz1IM9wOsZ1TgqfhmtgTSALh1jty2MNN2FGuUfDzdP86YXNGDIQAj5pAq
hTiEjNzfL75/Yl88KJZ9edboROAd1k8YGS40fLGQ7Iu2VyiqskZUBssfXD92E8mn
Vus2DvQceBfY4NzWcDE9b4Yw5KGmyJlAEI1H3E9C6U0pkNk18PTpkMGBQ76MGFqP
wAVcl4exL2xg/fCpZJ/zxUv77gwqz+nkhUhvR2QR2wLwmi7s0zofhSTgUHBH+glZ
wwXuBb4N3beWCEvDpLvhGxT5+a5cl5Di4yXctQMwsfR1Yf9m6Kq1Hh0KHTWxtdzK
TpyJICqFKZtCM/OA0/7IprV6nKp43tEJQp+BqXaHTginh+hSKEbIVRUmWRSMBW9X
jWF0vQ83MUhE97+0NecU
=8q7F
-END PGP SIGNATURE-

Axel Beckert (1):
  Update homepage header to point to Github instead of SourceForge

gregor herrmann (5):
  Add build dependency on libmodule-build-perl.
  Add debian/upstream/metadata
  Update years of packaging copyright.
  Fix autopkgtest.
  releasing package libconfig-model-itself-perl version 1.244-2

---

This annotated tag includes the following new commits:

   new  792dbac   Add build dependency on libmodule-build-perl.
   new  275a9ba   Add debian/upstream/metadata
   new  1a9170c   Update years of packaging copyright.
   new  d37cd30   Fix autopkgtest.
   new  173f118   releasing package libconfig-model-itself-perl version 
1.244-2

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

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


[libdatetime-format-epoch-perl] 07/09: Add Testsuite in d/control

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 3052bf9ef058da853e9f5df444dd3a2c01eb0e00
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:41:08 2015 +0100

Add Testsuite in d/control
---
 debian/changelog | 3 ++-
 debian/control   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da9ee40..ac9a9d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,8 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * debian/control:
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
-+ Drop build dependencies on libtest-pod*
++ drop build dependencies on libtest-pod*
++ add "Testsuite: autopkgtest-pkg-perl"
   * debian/copyright: add information for new upstream file copyright
   * Add debian/upstream/metadata information file
 
diff --git a/debian/control b/debian/control
index 4ecac86..b018fb4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends-Indep: libdatetime-perl,
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-epoch-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-epoch-perl.git
+Testsuite: autopkgtest-pkg-perl
 Homepage: https://metacpan.org/release/DateTime-Format-Epoch
 
 Package: libdatetime-format-epoch-perl

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

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


[libdatetime-format-epoch-perl] 03/09: Add M::B dependency

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 678249666ab64e713f42a9454fa97728b2a49baf
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:24:21 2015 +0100

Add M::B dependency
---
 debian/changelog | 4 +++-
 debian/control   | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3026379..85385b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,9 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * Update Vcs-Browser URL to cgit web frontend
 
   [ Nuno Carvalho ]
-  * debian/control: update standards version to 3.9.6
+  * debian/control:
++ update standards version to 3.9.6
++ add explicit libmodule-build-perl dependency
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
 
diff --git a/debian/control b/debian/control
index 1d9dc48..ec4e591 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Ivan Kohler ,
Xavier Guimard 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 8),
+   libmodule-build-perl
 Build-Depends-Indep: libdatetime-perl,
  libparams-validate-perl,
  libtest-pod-perl,

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

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


[libdatetime-format-epoch-perl] 01/09: Merge tag 'upstream/0.16'

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 8af90a751f15776e87b6816d0655f39cf4e1c4d8
Merge: dd8801c 0f2d50a
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:45:53 2015 +0100

Merge tag 'upstream/0.16'

Upstream version 0.16

 Build.PL |   1 +
 Changes  |   9 +
 LICENSE  |   7 +-
 MANIFEST |   2 +
 META.json|  96 ++
 META.yml |  13 +-
 Makefile.PL  |  27 +-
 lib/DateTime/Format/Epoch.pm | 631 ---
 lib/DateTime/Format/Epoch/NTP.pm |  88 ++
 t/001_load.t |   4 +-
 t/502_format.t   |  70 ++---
 11 files changed, 579 insertions(+), 369 deletions(-)

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

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


[libdatetime-format-epoch-perl] 08/09: Fix files order in d/copyright

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 7d8d85874bd123eb3b35c3eb9f04925fd9ce2137
Author: Nuno Carvalho 
Date:   Fri Jun 5 04:20:51 2015 +0100

Fix files order in d/copyright
---
 debian/copyright | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 6544cc3..fd83b2d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,14 +3,14 @@ Upstream-Name: DateTime-Format-Epoch
 Source: https://metacpan.org/release/DateTime-Format-Epoch
 Upstream-Contact: Eugene van der Pijll (pi...@gmx.net)
 
-Files: lib/DateTime/Format/Epoch/NTP.pm
-Copyright: 2015, Michiel Beijen
-License: Artistic or GPL-1+
-
 Files: *
 Copyright: 2003-2006, Eugene van der Pijll 
 License: Artistic or GPL-1+
 
+Files: lib/DateTime/Format/Epoch/NTP.pm
+Copyright: 2015, Michiel Beijen
+License: Artistic or GPL-1+
+
 Files: debian/*
 Copyright: 2010, Ivan Kohler 
  2012, Xavier Guimard 

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

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


[libdatetime-format-epoch-perl] branch pristine-tar updated (5a2e15a -> 1a6778e)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch pristine-tar
in repository libdatetime-format-epoch-perl.

  from  5a2e15a   pristine-tar data for 
libdatetime-format-epoch-perl_0.13.orig.tar.gz
   new  1a6778e   pristine-tar data for 
libdatetime-format-epoch-perl_0.16.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:
 libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta | Bin 0 -> 2184 bytes
 libdatetime-format-epoch-perl_0.16.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta
 create mode 100644 libdatetime-format-epoch-perl_0.16.orig.tar.gz.id

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

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


[libdatetime-format-epoch-perl] 01/01: pristine-tar data for libdatetime-format-epoch-perl_0.16.orig.tar.gz

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch pristine-tar
in repository libdatetime-format-epoch-perl.

commit 1a6778ea4769896b474dc89d5a487858e42a83f8
Author: Nuno Carvalho 
Date:   Fri Jun 5 02:45:52 2015 +0100

pristine-tar data for libdatetime-format-epoch-perl_0.16.orig.tar.gz
---
 libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta | Bin 0 -> 2184 bytes
 libdatetime-format-epoch-perl_0.16.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta 
b/libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta
new file mode 100644
index 000..a0ebcf3
Binary files /dev/null and 
b/libdatetime-format-epoch-perl_0.16.orig.tar.gz.delta differ
diff --git a/libdatetime-format-epoch-perl_0.16.orig.tar.gz.id 
b/libdatetime-format-epoch-perl_0.16.orig.tar.gz.id
new file mode 100644
index 000..41bbbca
--- /dev/null
+++ b/libdatetime-format-epoch-perl_0.16.orig.tar.gz.id
@@ -0,0 +1 @@
+dd1fb22c9fb2c02e71d34bcac4d6eb89f01a3f5f

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

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


[libdatetime-format-epoch-perl] 06/09: Add d/upstream/metadata file

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit ac5b8d563b60ce41e6dd5557ca8b8ba90636ba86
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:37:03 2015 +0100

Add d/upstream/metadata file
---
 debian/changelog | 1 +
 debian/upstream/metadata | 7 +++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index aecb8ca..da9ee40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
 + add explicit libmodule-build-perl dependency
 + Drop build dependencies on libtest-pod*
   * debian/copyright: add information for new upstream file copyright
+  * Add debian/upstream/metadata information file
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..827d6e2
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,7 @@
+Archive: CPAN
+Bug-Database: 
https://rt.cpan.org/Public/Dist/Display.html?Name=DateTime-Format-Epoch
+Bug-Submit: bug-datetime-format-ep...@rt.cpan.org
+Contact: Alexandr Ciornii 
+Name: DateTime-Format-Epoch
+Repository: http://github.com/chorny/DateTime-Format-Epoch
+Repository-Browse: http://github.com/chorny/DateTime-Format-Epoch

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

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


[libdatetime-format-epoch-perl] 09/09: New upstream release, ready for review

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 7ae79e7e9f0d174b6d1e267974e8a3d20a6211a4
Author: Nuno Carvalho 
Date:   Fri Jun 5 04:21:06 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index ac9a9d3..1c0872a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
+libdatetime-format-epoch-perl (0.16-1) unstable; urgency=low
+
+  * Team upload
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -11,6 +13,7 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * Update Vcs-Browser URL to cgit web frontend
 
   [ Nuno Carvalho ]
+  * New upstream release
   * debian/control:
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
@@ -19,7 +22,7 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * debian/copyright: add information for new upstream file copyright
   * Add debian/upstream/metadata information file
 
- -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
+ -- Nuno Carvalho   Fri, 05 Jun 2015 04:20:55 +0100
 
 libdatetime-format-epoch-perl (0.13-1) unstable; urgency=low
 

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

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


[libdatetime-format-epoch-perl] 02/09: Update standards version

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 42634c1dc9ca42247948769718a2ab13abae84b2
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:22:46 2015 +0100

Update standards version
---
 debian/changelog | 7 +--
 debian/control   | 2 +-
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 54a3087..3026379 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libdatetime-format-epoch-perl (0.13-2) UNRELEASED; urgency=low
+libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
 
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
@@ -10,7 +10,10 @@ libdatetime-format-epoch-perl (0.13-2) UNRELEASED; 
urgency=low
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- Salvatore Bonaccorso   Sun, 06 Jan 2013 21:59:41 +0100
+  [ Nuno Carvalho ]
+  * debian/control: update standards version to 3.9.6
+
+ -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
 
 libdatetime-format-epoch-perl (0.13-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f70a45c..1d9dc48 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends-Indep: libdatetime-perl,
  libparams-validate-perl,
  libtest-pod-perl,
  perl
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-epoch-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libdatetime-format-epoch-perl.git
 Homepage: https://metacpan.org/release/DateTime-Format-Epoch

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

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


[libdatetime-format-epoch-perl] branch master updated (dd8801c -> 7ae79e7)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to branch master
in repository libdatetime-format-epoch-perl.

  from  dd8801c   update changelog
  adds  0f2d50a   Imported Upstream version 0.16
   new  8af90a7   Merge tag 'upstream/0.16'
   new  42634c1   Update standards version
   new  6782496   Add M::B dependency
   new  0fcd086   Update upstream copyright information
   new  2923cfc   Drop dependencies on libtest-pod*
   new  ac5b8d5   Add d/upstream/metadata file
   new  3052bf9   Add Testsuite in d/control
   new  7d8d858   Fix files order in d/copyright
   new  7ae79e7   New upstream release, ready for review

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:
 Build.PL  |   1 +
 Changes   |   9 +
 LICENSE   |   7 +-
 MANIFEST  |   2 +
 META.json |  96 
 META.yml  |  13 +-
 Makefile.PL   |  27 +-
 debian/changelog  |  16 +-
 debian/control|   7 +-
 debian/copyright  |   4 +
 debian/upstream/metadata  |   7 +
 lib/DateTime/Format/Epoch.pm  | 631 +-
 lib/DateTime/Format/Epoch/{Unix.pm => NTP.pm} | 174 +++
 t/001_load.t  |   4 +-
 t/502_format.t|  70 +--
 15 files changed, 608 insertions(+), 460 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/upstream/metadata
 copy lib/DateTime/Format/Epoch/{Unix.pm => NTP.pm} (54%)

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

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


[libdatetime-format-epoch-perl] 05/09: Drop dependencies on libtest-pod*

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 2923cfcb36e4039f90db04609fe38a455a0378c9
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:33:42 2015 +0100

Drop dependencies on libtest-pod*
---
 debian/changelog | 1 +
 debian/control   | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0ad45a4..aecb8ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * debian/control:
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
++ Drop build dependencies on libtest-pod*
   * debian/copyright: add information for new upstream file copyright
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
diff --git a/debian/control b/debian/control
index ec4e591..4ecac86 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,6 @@ Build-Depends: debhelper (>= 8),
libmodule-build-perl
 Build-Depends-Indep: libdatetime-perl,
  libparams-validate-perl,
- libtest-pod-perl,
  perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdatetime-format-epoch-perl.git

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

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


[libdatetime-format-epoch-perl] annotated tag upstream/0.16 created (now 1606d69)

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a change to annotated tag upstream/0.16
in repository libdatetime-format-epoch-perl.

at  1606d69   (tag)
   tagging  0f2d50a6cfed6022cf94bfc30eb3246d74666ee1 (commit)
  replaces  upstream/0.13
 tagged by  Nuno Carvalho
on  Fri Jun 5 02:45:52 2015 +0100

- Log -
Upstream version 0.16

Nuno Carvalho (1):
  Imported Upstream version 0.16

---

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/libdatetime-format-epoch-perl.git

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


[libdatetime-format-epoch-perl] 04/09: Update upstream copyright information

2015-06-05 Thread Nuno Carvalho
This is an automated email from the git hooks/post-receive script.

mestre-guest pushed a commit to branch master
in repository libdatetime-format-epoch-perl.

commit 0fcd086f09264f09e8a63010ac81f1319a0640cc
Author: Nuno Carvalho 
Date:   Fri Jun 5 03:29:30 2015 +0100

Update upstream copyright information
---
 debian/changelog | 1 +
 debian/copyright | 4 
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 85385b1..0ad45a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libdatetime-format-epoch-perl (0.16-1) UNRELEASED; urgency=low
   * debian/control:
 + update standards version to 3.9.6
 + add explicit libmodule-build-perl dependency
+  * debian/copyright: add information for new upstream file copyright
 
  -- Nuno Carvalho   Fri, 05 Jun 2015 02:48:06 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 752f2b3..6544cc3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,6 +3,10 @@ Upstream-Name: DateTime-Format-Epoch
 Source: https://metacpan.org/release/DateTime-Format-Epoch
 Upstream-Contact: Eugene van der Pijll (pi...@gmx.net)
 
+Files: lib/DateTime/Format/Epoch/NTP.pm
+Copyright: 2015, Michiel Beijen
+License: Artistic or GPL-1+
+
 Files: *
 Copyright: 2003-2006, Eugene van der Pijll 
 License: Artistic or GPL-1+

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

___
Pkg-perl-cvs-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-lcdproc-perl] branch master updated (8caa8a4 -> 17658f2)

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

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

  from  8caa8a4   update changelog
   new  246e68e   Add debian/upstream/metadata
   new  77ab0e9   Update debian/changelog
   new  e1431d7   Add build dependency on libmodule-build-perl.
   new  eb2296a   Mark package as autopkgtest-able.
   new  e8c8618   Declare compliance with Debian Policy 3.9.6.
   new  ea85e7b   Imporve short and long description.
   new  17658f2   releasing package libconfig-model-lcdproc-perl version 
2.042-4

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:
 debian/changelog | 14 --
 debian/control   | 12 +++-
 debian/upstream/metadata |  8 
 3 files changed, 27 insertions(+), 7 deletions(-)
 create mode 100644 debian/upstream/metadata

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

___
Pkg-perl-cvs-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-lcdproc-perl] 04/07: Mark package as autopkgtest-able.

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

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

commit eb2296acbb4b36d78f14acf14df28c86b8a15577
Author: gregor herrmann 
Date:   Fri Jun 5 15:08:40 2015 +0200

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

diff --git a/debian/control b/debian/control
index b72c954..a7c606a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,6 +2,7 @@ Source: libconfig-model-lcdproc-perl
 Maintainer: Debian Perl Group 
 Uploaders: Dominique Dumont 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
libmodule-build-perl

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

___
Pkg-perl-cvs-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-lcdproc-perl] 03/07: Add build dependency on libmodule-build-perl.

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

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

commit e1431d7f8d1ecc9aad42269a75cb0a5314fda9e1
Author: gregor herrmann 
Date:   Fri Jun 5 15:05:53 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2272727..b72c954 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Perl Group 

 Uploaders: Dominique Dumont 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+   libmodule-build-perl
 Build-Depends-Indep: lcdproc,
  libconfig-model-itself-perl,
  libconfig-model-perl (>= 2.059),

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

___
Pkg-perl-cvs-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-lcdproc-perl] 02/07: Update debian/changelog

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

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

commit 77ab0e963e5371244b418865eeb4aa18e2292019
Author: gregor herrmann 
Date:   Fri Jun 5 15:04:28 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 2c9b9f8..6bcb59b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libconfig-model-lcdproc-perl (2.042-4) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:34 +0200
 
 libconfig-model-lcdproc-perl (2.042-3) unstable; urgency=medium

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

___
Pkg-perl-cvs-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-lcdproc-perl] 05/07: Declare compliance with Debian Policy 3.9.6.

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

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

commit e8c8618edd8db3593c19803a9b3af2e8d645eda7
Author: gregor herrmann 
Date:   Fri Jun 5 15:08:42 2015 +0200

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

diff --git a/debian/control b/debian/control
index a7c606a..1a85ff6 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends-Indep: lcdproc,
  libtest-file-contents-perl,
  libtest-memory-cycle-perl,
  libtest-warn-perl
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-lcdproc-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-lcdproc-perl.git
 Homepage: http://search.cpan.org/dist/Config-Model-LcdProc/

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

___
Pkg-perl-cvs-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-lcdproc-perl] 06/07: Imporve short and long description.

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

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

commit ea85e7b733984c2de6a6faccf0c3447609a40890
Author: gregor herrmann 
Date:   Fri Jun 5 15:09:47 2015 +0200

Imporve short and long description.
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 1a85ff6..08413d6 100644
--- a/debian/control
+++ b/debian/control
@@ -39,9 +39,9 @@ Depends: ${misc:Depends},
  libmousex-nativetraits-perl
 Recommends: libconfig-model-tkui-perl
 Enhances: lcdproc
-Description: Edit and validate LcdProc configuration file
- This module provides a configuration editor (and models) for the
- configuration file of LcdProc, i.e. C.
+Description: module to edit and validate LcdProc configuration file
+ Config::Model::LcdProc provides a configuration editor (and models) for the
+ configuration file of LcdProc, i.e. /etc/LCDd.conf.
  .
  libconfig-model-tkui-perl must be installed to have a graphical 
  interface for the editor.

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

___
Pkg-perl-cvs-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-lcdproc-perl] annotated tag debian/2.042-4 created (now 7dd182d)

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

gregoa pushed a change to annotated tag debian/2.042-4
in repository libconfig-model-lcdproc-perl.

at  7dd182d   (tag)
   tagging  17658f2b2d857cd37cb4b8a4428f185dbee6c58e (commit)
  replaces  debian/2.042-3
 tagged by  gregor herrmann
on  Fri Jun 5 15:14:06 2015 +0200

- Log -
tagging package libconfig-model-lcdproc-perl version debian/2.042-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcaCeXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGtO8P/Rvh+vAXaUTwM5RRbBQ2MvVC
gF+kLdo1IVdUHpwrwh31Rcne4x3WK5Uqc2MF+0BfkwxDZFgzzKJaLFSdFnfpx6ns
tPmrmh7YSMEkh9btXp54fSuLkya7XihqozXNyCVdd4i7UxRTEz3c7yrj8lnsKRbC
bBAMilswGvWlbpPUpD4zTLumig7xVGML6TJ3lwfVUwfHntOK8RCsK843h9eLhdFP
WTxsjedXtr812HWLJgYUlwqNYlIL5Zh3CwDIMaJprj1F+Lpj0dzGbvSjf9D/LZZI
AqraQFjMWTeUIfcmdig+QaKuKoNpj7rpQqAfHhdvD6KS1sXZ1DPEk8QGApnGsb6I
Z0ibTGWJUz3wscJHITuQkKqQ0NYVGVX4OVMjG7TGm7Mp4LOh8sVykohW+vMMKGfz
iFHVdPN6ZpplFr2oCpI9BF4fdGgSIaZiSkS8UE+WVs4UXrFhVDd5cWNurhHbBiFc
GwhewRn4SMycAjsXcWDNfQOQuxa75NDM/w5/Occg6SFUtbDSo7/vGPlfpBzq4QOB
P40ALOlTxeqJHV7yN6ouqOOS66NJPGZ9dGKsyL7RBg4CgvxfdBfxvxKxdosgVi8k
sljy6EPvEdmI9MKlAXPB/OI7iXm/BU0OUP1OJ3sNAbKOXQfRkQJreiaFI55FpPrp
wMDQmK+ePfjs4YjLLi+q
=+94s
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (7):
  Add debian/upstream/metadata
  Update debian/changelog
  Add build dependency on libmodule-build-perl.
  Mark package as autopkgtest-able.
  Declare compliance with Debian Policy 3.9.6.
  Imporve short and long description.
  releasing package libconfig-model-lcdproc-perl version 2.042-4

---

This annotated tag includes the following new commits:

   new  246e68e   Add debian/upstream/metadata
   new  77ab0e9   Update debian/changelog
   new  e1431d7   Add build dependency on libmodule-build-perl.
   new  eb2296a   Mark package as autopkgtest-able.
   new  e8c8618   Declare compliance with Debian Policy 3.9.6.
   new  ea85e7b   Imporve short and long description.
   new  17658f2   releasing package libconfig-model-lcdproc-perl version 
2.042-4

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

___
Pkg-perl-cvs-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-lcdproc-perl] 01/07: Add debian/upstream/metadata

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

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

commit 246e68ecd42b919306e4b80a6a0eedaac75849bf
Author: gregor herrmann 
Date:   Fri Jun 5 15:04:28 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..2544b0a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model-LcdProc
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model-LcdProc
+Repository: git://github.com/dod38fr/config-model-lcdproc.git
+Repository-Browse: http://github.com/dod38fr/config-model-lcdproc

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

___
Pkg-perl-cvs-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-lcdproc-perl] 07/07: releasing package libconfig-model-lcdproc-perl version 2.042-4

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

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

commit 17658f2b2d857cd37cb4b8a4428f185dbee6c58e
Author: gregor herrmann 
Date:   Fri Jun 5 15:14:06 2015 +0200

releasing package libconfig-model-lcdproc-perl version 2.042-4
---
 debian/changelog | 12 +---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bcb59b..62b3b45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,18 @@
-libconfig-model-lcdproc-perl (2.042-4) UNRELEASED; urgency=medium
+libconfig-model-lcdproc-perl (2.042-4) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
-  * Add debian/upstream/metadata
+  * Add debian/upstream/metadata.
+  * Add build dependency on libmodule-build-perl.
+  * Mark package as autopkgtest-able.
+  * Declare compliance with Debian Policy 3.9.6.
+  * Imporve short and long description.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:34 +0200
+ -- gregor herrmann   Fri, 05 Jun 2015 15:12:50 +0200
 
 libconfig-model-lcdproc-perl (2.042-3) unstable; urgency=medium
 

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

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


[libdatetime-format-epoch-perl] annotated tag debian/0.16-1 created (now 9bc5ad6)

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

gregoa pushed a change to annotated tag debian/0.16-1
in repository libdatetime-format-epoch-perl.

at  9bc5ad6   (tag)
   tagging  7ae79e7e9f0d174b6d1e267974e8a3d20a6211a4 (commit)
  replaces  debian/0.13-1
 tagged by  gregor herrmann
on  Fri Jun 5 15:17:54 2015 +0200

- Log -
tagging package libdatetime-format-epoch-perl version debian/0.16-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcaGCXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG1WgP/jjkYRhwfl0x3MD3Tyeqr1OP
gC+R/MKoHt73G//p6H/HV2FYHtZwbOq/oka/lLf4bJSRh7JI+92IOBA2T5S/thOB
08s6k/VQTubKI9hi2RrWJAqq/jYfv+a3cfx+VIjMSp1WaL61gxND5lnFSbWZ6VO9
Hi45M1PAv5zoAUwlt0c3uJMaRdgiZnmZE7lkWx8nHbHl0/rXgXpkAHRAPgWsTk+w
T5MDKnWxGldCuIz8eKS9L+Y/qPCYPNjpv9eFHNyni/tm3Yy5ta/JfO0dG4nDHXNM
D9hEwNQ4SbbbwMHnRbaLLML53+eScVGs+44mb0IMF5tJvNb+VYUuF9cjXbvuShsK
KPedpQ3KJVqvWrEk79Qnl+COSLYxK4+IM15Q53FebVShNAdJ3MkbdXjf2B2jlTPg
BMSoIs3sjclqiRUDGa/C3M0vtBefhgnKUYAVsV+RfRU6Ukg7hABpywRSZpYKY3dB
NWENF11r7KVzsMIFz6ULrQ5qnAIw/88NCS/iDDJI8R66h8tZZ4Gw/76wjw+pjhtl
0qP3LmwZAy/pu3mijnbecdvHOPkJuYmqQQhgCqmXpq1Wi9G+DEgKUKWBU/XTSZEu
knOK725lV/ZGWgiLrZ9oDSuQXGpmwlKW9kMdDcxqeKC+mHO7xqokIBilFQbnYGyc
/VPSwGT12lmarCZ2exxT
=xrAS
-END PGP SIGNATURE-

Nuno Carvalho (10):
  Imported Upstream version 0.16
  Merge tag 'upstream/0.16'
  Update standards version
  Add M::B dependency
  Update upstream copyright information
  Drop dependencies on libtest-pod*
  Add d/upstream/metadata file
  Add Testsuite in d/control
  Fix files order in d/copyright
  New upstream release, ready for review

Salvatore Bonaccorso (6):
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (2):
  Strip trailing slash from metacpan URLs.
  update changelog

---

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/libdatetime-format-epoch-perl.git

___
Pkg-perl-cvs-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-openssh-perl] branch master updated (52c8f88 -> 7071c04)

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

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

  from  52c8f88   update changelog
   new  1b1f02d   Add debian/upstream/metadata
   new  be75188   Update debian/changelog
   new  9506ee5   Declare compliance with Debian Policy 3.9.6.
   new  4ce8bd2   Add build dependency on libmodule-build-perl.
   new  d682466   Mark package as autopkgtest-able.
   new  2276621   Update years of packaging copyright.
   new  5eaf6ff   cme removes whitespace
   new  7071c04   releasing package libconfig-model-openssh-perl version 
1.236-2

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


Summary of changes:
 debian/changelog | 12 ++--
 debian/control   | 10 ++
 debian/copyright |  2 +-
 debian/upstream/metadata |  8 
 4 files changed, 25 insertions(+), 7 deletions(-)
 create mode 100644 debian/upstream/metadata

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

___
Pkg-perl-cvs-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-openssh-perl] 02/08: Update debian/changelog

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

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

commit be75188534ccf0299d70fedd0dc217a679e4d8fe
Author: gregor herrmann 
Date:   Fri Jun 5 15:22:45 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index ab313eb..3738ae4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libconfig-model-openssh-perl (1.236-2) UNRELEASED; urgency=medium
 
+  [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
+  [ gregor herrmann ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:34 +0200
 
 libconfig-model-openssh-perl (1.236-1) unstable; urgency=medium

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

___
Pkg-perl-cvs-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-openssh-perl] 05/08: Mark package as autopkgtest-able.

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

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

commit d68246625310e907a40c9838af75ea0f3faa05e7
Author: gregor herrmann 
Date:   Fri Jun 5 15:25:00 2015 +0200

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

diff --git a/debian/control b/debian/control
index f073f70..72d52ae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Dominique Dumont ,
Jonathan Yu ,
Jotam Jr. Trejo 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
libmodule-build-perl

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

___
Pkg-perl-cvs-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-openssh-perl] annotated tag debian/1.236-2 created (now b5fc7f8)

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

gregoa pushed a change to annotated tag debian/1.236-2
in repository libconfig-model-openssh-perl.

at  b5fc7f8   (tag)
   tagging  7071c04462136993ddf264f8da9682ae765dd03d (commit)
  replaces  debian/1.236-1
 tagged by  gregor herrmann
on  Fri Jun 5 15:27:45 2015 +0200

- Log -
tagging package libconfig-model-openssh-perl version debian/1.236-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcaPRXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGIgAP/2p4WLfzRR23KpTXWc6CGS4I
nxenTQcgrS+bnGyXTfpL+w1S9haSp044wTEcL0b1Fgw105k1jhACyB4lZoAZCJKV
3pkGrC1ouxbq7tNpd6/+k/G6ewjGY3Gfj88Tq6xJXTbD5lDEjpjwWmybAPswRyoU
rDsxjiKuvP66HQGWLNbmHoGjKN/CTwBMsd2Gmio3VEWnCS0dYjrkMHjyOpJsefuH
+IfH7/MVgbXghStq5SKM2UJxW45kDiEXj9vp+xHh7/ZKCoh3JEgSrpa2Q+K0AXg+
+dOHGLTd2c0+2XGIfGW1FBY26j8ZrJVisM31lNOmsxCewVu1u4tVzQFUJkdXVJgG
WvtJeboaQggOs8r8I4Ic8+qwm01eAltj/PfcPScgxC/VbdWMUq6kYM7xhOjYnEwZ
wyZpuBLyuoXw5klaXP0c5P9Z3sqNsPFJgeT4lg0cy/CVxoX3KyWwDDQbHRFWO7Nq
8bjTWZ3vtiLvRNw/GWOcgqdnihIBPvYk7r9QnfzOaWAkAfIX9E3B7zeD8uUdeb3r
mgeBuYobDOBT9dYIzEJDmF400rZz1OXFiW/OC1OiIrfcqeOweiReeV7pDG1PY34f
RnhnMNhnImG9/pwnTyxAEk2i/nabMxF5mYZcstGusYOSJmjf/JSz8PJV7v4gRk/0
sKYdsSZUNDEVWV4StHKS
=wm5a
-END PGP SIGNATURE-

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (8):
  Add debian/upstream/metadata
  Update debian/changelog
  Declare compliance with Debian Policy 3.9.6.
  Add build dependency on libmodule-build-perl.
  Mark package as autopkgtest-able.
  Update years of packaging copyright.
  cme removes whitespace
  releasing package libconfig-model-openssh-perl version 1.236-2

---

This annotated tag includes the following new commits:

   new  1b1f02d   Add debian/upstream/metadata
   new  be75188   Update debian/changelog
   new  9506ee5   Declare compliance with Debian Policy 3.9.6.
   new  4ce8bd2   Add build dependency on libmodule-build-perl.
   new  d682466   Mark package as autopkgtest-able.
   new  2276621   Update years of packaging copyright.
   new  5eaf6ff   cme removes whitespace
   new  7071c04   releasing package libconfig-model-openssh-perl version 
1.236-2

The 8 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-openssh-perl.git

___
Pkg-perl-cvs-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-openssh-perl] 06/08: Update years of packaging copyright.

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

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

commit 2276621555646e95bc9a8679ee18902830167731
Author: gregor herrmann 
Date:   Fri Jun 5 15:26:03 2015 +0200

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

diff --git a/debian/copyright b/debian/copyright
index 185ba39..c5019aa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,7 +11,7 @@ Files: debian/*
 Copyright: 2009-2013, Dominique Dumont 
2010, Jonathan Yu 
2011, Jotam Jr. Trejo 
-   2011-2013, gregor herrmann 
+   2011-2015, gregor herrmann 
 License: LGPL-2.1+
 
 License: LGPL-2.1+

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

___
Pkg-perl-cvs-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-openssh-perl] 08/08: releasing package libconfig-model-openssh-perl version 1.236-2

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

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

commit 7071c04462136993ddf264f8da9682ae765dd03d
Author: gregor herrmann 
Date:   Fri Jun 5 15:27:45 2015 +0200

releasing package libconfig-model-openssh-perl version 1.236-2
---
 debian/changelog | 8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3738ae4..f9e0125 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
-libconfig-model-openssh-perl (1.236-2) UNRELEASED; urgency=medium
+libconfig-model-openssh-perl (1.236-2) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
   [ gregor herrmann ]
   * Add debian/upstream/metadata
+  * Declare compliance with Debian Policy 3.9.6.
+  * Add build dependency on libmodule-build-perl.
+  * Mark package as autopkgtest-able.
+  * Update years of packaging copyright.
 
- -- Salvatore Bonaccorso   Sat, 16 Aug 2014 09:30:34 +0200
+ -- gregor herrmann   Fri, 05 Jun 2015 15:26:47 +0200
 
 libconfig-model-openssh-perl (1.236-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-openssh-perl] 01/08: Add debian/upstream/metadata

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

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

commit 1b1f02d7644c533083ef84270fec849591e0e235
Author: gregor herrmann 
Date:   Fri Jun 5 15:22:45 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..e132313
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model-OpenSsh
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model-OpenSsh
+Repository: git://github.com/dod38fr/config-model-openssh.git
+Repository-Browse: http://github.com/dod38fr/config-model-openssh.git

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

___
Pkg-perl-cvs-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-openssh-perl] 07/08: cme removes whitespace

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

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

commit 5eaf63d23d78586ee15a54954fa9bb4d85dc
Author: gregor herrmann 
Date:   Fri Jun 5 15:26:29 2015 +0200

cme removes whitespace

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

diff --git a/debian/control b/debian/control
index 72d52ae..f2fa841 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
libmodule-build-perl
 Build-Depends-Indep: libconfig-model-tester-perl,
- libconfig-model-perl ( >= 2.050),
+ libconfig-model-perl (>= 2.050),
  libfile-homedir-perl,
  liblog-log4perl-perl,
  libmouse-perl,
@@ -24,7 +24,7 @@ Package: libconfig-model-openssh-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- libconfig-model-perl ( >= 2.050),
+ libconfig-model-perl (>= 2.050),
  libfile-homedir-perl,
  liblog-log4perl-perl,
  libmouse-perl

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

___
Pkg-perl-cvs-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-openssh-perl] 03/08: Declare compliance with Debian Policy 3.9.6.

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

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

commit 9506ee57fa97bd98daaad8cb1f58a65b94084447
Author: gregor herrmann 
Date:   Fri Jun 5 15:22:50 2015 +0200

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

diff --git a/debian/control b/debian/control
index 1b46152..e92783f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: libconfig-model-tester-perl,
  liblog-log4perl-perl,
  libmouse-perl,
  perl-tk
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libconfig-model-openssh-perl.git
 Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libconfig-model-openssh-perl.git
 Homepage: https://metacpan.org/release/Config-Model-OpenSsh

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

___
Pkg-perl-cvs-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-openssh-perl] 04/08: Add build dependency on libmodule-build-perl.

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

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

commit 4ce8bd27c6449dbac57fd86f0fd6a4bd45f12e15
Author: gregor herrmann 
Date:   Fri Jun 5 15:23:27 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index e92783f..f073f70 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Dominique Dumont ,
Jotam Jr. Trejo 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+   libmodule-build-perl
 Build-Depends-Indep: libconfig-model-tester-perl,
  libconfig-model-perl ( >= 2.050),
  libfile-homedir-perl,

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

___
Pkg-perl-cvs-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 (8e26dcb -> 05f1afc)

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

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

  from  8e26dcb   prepare release
   new  69399fc   Add build dependency on libmodule-build-perl.
   new  a6bf84b   Add debian/upstream/metadata
   new  53266a5   Update years of packaging copyright.
   new  05f1afc   releasing package libconfig-model-perl version 2.071-3

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:
 debian/changelog | 8 
 debian/control   | 1 +
 debian/copyright | 2 +-
 debian/upstream/metadata | 8 
 4 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 debian/upstream/metadata

-- 
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] 03/04: Update years of packaging copyright.

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

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

commit 53266a5b32d5b5db46a646d458c889b9c4366f73
Author: gregor herrmann 
Date:   Fri Jun 5 15:30:37 2015 +0200

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

diff --git a/debian/copyright b/debian/copyright
index c26af07..fb73de0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ License: LGPL-2.1+
 
 Files: debian/*
 Copyright: 2008-2015, Dominique Dumont 
- 2009-2014, gregor herrmann 
+ 2009-2015, gregor herrmann 
  2011, Fabrizio Regalli 
  2010-2011, Jonathan Yu 
  2010, Salvatore Bonaccorso 

-- 
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/04: Add build dependency on libmodule-build-perl.

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

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

commit 69399fc6fa639668d84c219368a4dcd8d25647d2
Author: gregor herrmann 
Date:   Fri Jun 5 15:28:53 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index 98eb6f0..ba897d6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
+   libmodule-build-perl,
perl (>= 5.11.1)
 Build-Depends-Indep: bash-completion,
  libcarp-assert-more-perl,

-- 
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.071-3 created (now d53155a)

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

gregoa pushed a change to annotated tag debian/2.071-3
in repository libconfig-model-perl.

at  d53155a   (tag)
   tagging  05f1afce17708e22e028facaae1c6a304317d642 (commit)
  replaces  debian/2.071-2
 tagged by  gregor herrmann
on  Fri Jun 5 15:34:34 2015 +0200

- Log -
tagging package libconfig-model-perl version debian/2.071-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcaVqXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGCRQP/2T37aV6x4+rjUXFLB3QET9m
qoAFS36BmBb1+1PQnsuwGpGdNAtpKHCH9loZpL75IPaXYMY7ed9z3i0LufVvbS3G
K1zWZoVOnhLFvrGZbNUfbzvlfWfVEyJ0TF4RpS/H6MmeIyH2dH3GvFitpjg2nZ/p
PlnKJb0NOugM4P/3I3J2UCckaUAQZTc4/LjvK1UuMbqdu/123UM4X8x1yUHjRU5A
30c5Jjskwmz7RmtAYG9H252bHJnStHtjxuUAYo40xYXG/pOQavHmYXsuGqvrlJdQ
LUUVBxIPfYKyz9HhF6ndGjMND71cjOMheHFR62qxr//AeWqIIDts93I9j/ibX3ne
VEErMTiiLJ95mzKqGuVFH5Brnc6caRB/0ENna+uQSglB+2ouBYIHxitxujHaU13y
wu+pRhI6e6kExf2shkiVIzM6zaxS+4rQ5q2ikOlD1HLV7hU8V7buaz3IJR0V/C13
BiejzEki3MwileNFUC4jdvMDQTWndKCo/c8BwBE0IqiGNJqtYbgkRwV1JzH6VzDM
Hp0bIWXFRcAy1W9al7Kg+VlczlfWS4ZEr4kZMqtxz8eJMeURjHe7fV4NUPuXe2Oh
sb3IYqJkDu6VpV9WP7zdzyrikw52Dp5EI+gQvdgPQWtGn8QMtNXHY0jI7XI7EqDT
5op5wCRd+7yYfXZGGXX3
=cxWb
-END PGP SIGNATURE-

gregor herrmann (4):
  Add build dependency on libmodule-build-perl.
  Add debian/upstream/metadata
  Update years of packaging copyright.
  releasing package libconfig-model-perl version 2.071-3

---

This annotated tag includes the following new commits:

   new  69399fc   Add build dependency on libmodule-build-perl.
   new  a6bf84b   Add debian/upstream/metadata
   new  53266a5   Update years of packaging copyright.
   new  05f1afc   releasing package libconfig-model-perl version 2.071-3

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/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] 04/04: releasing package libconfig-model-perl version 2.071-3

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

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

commit 05f1afce17708e22e028facaae1c6a304317d642
Author: gregor herrmann 
Date:   Fri Jun 5 15:34:34 2015 +0200

releasing package libconfig-model-perl version 2.071-3
---
 debian/changelog | 8 
 1 file changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4bd0860..c5be919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libconfig-model-perl (2.071-3) unstable; urgency=medium
+
+  * Add build dependency on libmodule-build-perl.
+  * Add debian/upstream/metadata.
+  * Update years of packaging copyright.
+
+ -- gregor herrmann   Fri, 05 Jun 2015 15:33:17 +0200
+
 libconfig-model-perl (2.071-2) unstable; urgency=medium
 
   * removed dh_cme_upgrade (now in cme package)

-- 
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/04: Add debian/upstream/metadata

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

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

commit a6bf84b92fecee95785e253158f3ae7cb1ba6c0a
Author: gregor herrmann 
Date:   Fri Jun 5 15:29:20 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..73235ae
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model
+Repository: git://github.com/dod38fr/config-model.git
+Repository-Browse: http://github.com/dod38fr/config-model

-- 
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-tester-perl] 02/04: Update debian/changelog

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

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

commit e87888235e0255e7d6e48e988814c14173553848
Author: gregor herrmann 
Date:   Fri Jun 5 15:35:15 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index d7eeed9..4272f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-model-tester-perl (2.051-2) UNRELEASED; urgency=medium
+
+  * Add debian/upstream/metadata
+
+ -- gregor herrmann   Fri, 05 Jun 2015 15:35:15 +0200
+
 libconfig-model-tester-perl (2.051-1) unstable; urgency=medium
 
   * Imported Upstream version 2.051

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

___
Pkg-perl-cvs-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-tester-perl] 03/04: Add build dependency on libmodule-build-perl.

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

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

commit 0704c0fb98690b2d3ba39e92843d10df90e82be3
Author: gregor herrmann 
Date:   Fri Jun 5 15:35:51 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 7a77a7d..79f594b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Dominique Dumont 
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 9.20120312)
+Build-Depends: debhelper (>= 9.20120312),
+   libmodule-build-perl
 Build-Depends-Indep: libfile-copy-recursive-perl,
  liblog-log4perl-perl,
  libpath-tiny-perl,

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

___
Pkg-perl-cvs-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-tester-perl] 01/04: Add debian/upstream/metadata

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

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

commit b8a524780843e95399ad8ee3fb859f939d8c42aa
Author: gregor herrmann 
Date:   Fri Jun 5 15:35:15 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..799795e
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model-Tester
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model-Tester
+Repository: git://github.com/dod38fr/config-model-tester.git
+Repository-Browse: http://github.com/dod38fr/config-model-tester.git

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

___
Pkg-perl-cvs-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-tester-perl] branch master updated (0adabc8 -> 4603739)

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

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

  from  0adabc8   prepare release
   new  b8a5247   Add debian/upstream/metadata
   new  e878882   Update debian/changelog
   new  0704c0f   Add build dependency on libmodule-build-perl.
   new  4603739   releasing package libconfig-model-tester-perl version 
2.051-2

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:
 debian/changelog | 8 
 debian/control   | 3 ++-
 debian/upstream/metadata | 8 
 3 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 debian/upstream/metadata

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

___
Pkg-perl-cvs-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-tester-perl] 04/04: releasing package libconfig-model-tester-perl version 2.051-2

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

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

commit 460373914f26aecc7862529ea376797f6dd3cf2f
Author: gregor herrmann 
Date:   Fri Jun 5 15:38:37 2015 +0200

releasing package libconfig-model-tester-perl version 2.051-2
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4272f6b..a91fcbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libconfig-model-tester-perl (2.051-2) UNRELEASED; urgency=medium
+libconfig-model-tester-perl (2.051-2) unstable; urgency=medium
 
-  * Add debian/upstream/metadata
+  * Team upload.
+  * Add debian/upstream/metadata.
+  * Add build dependency on libmodule-build-perl.
 
- -- gregor herrmann   Fri, 05 Jun 2015 15:35:15 +0200
+ -- gregor herrmann   Fri, 05 Jun 2015 15:37:39 +0200
 
 libconfig-model-tester-perl (2.051-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-tester-perl] annotated tag debian/2.051-2 created (now 17f39ff)

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

gregoa pushed a change to annotated tag debian/2.051-2
in repository libconfig-model-tester-perl.

at  17f39ff   (tag)
   tagging  460373914f26aecc7862529ea376797f6dd3cf2f (commit)
  replaces  debian/2.051-1
 tagged by  gregor herrmann
on  Fri Jun 5 15:38:37 2015 +0200

- Log -
tagging package libconfig-model-tester-perl version debian/2.051-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcaZdXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGKFEP/34aWGHt5cCE0e82MKUBLBaJ
+A9Pau+FWZlHzaPXP4I7KOJoArjo3I+M+pJrZyYLTUV3DiAI/emrGezEuw20h8YT
DhOS8cZDbnvhR9nrb+sv5pGc6fLns6go1qLkfTiBysw0e09fJ5uTbbVxaqtjBYTQ
xRYMZ7MdWjNsoJb8nryWLihHOX/pgR2X0qltCqnzK3yPmh7iC2YC6mdn8z4Wg2ID
wD1bLG5mLsqmVrZQxsZX5a19mgBtJpjA78Up1Y3moIIcO7rdGtVQauPSQhvruPgw
gUR7wwIIEMrM7Jea377/tiQvJb+Ml6UdwOap2oeTuBruf6LURgh/3sAQab1a4Fn7
Rbx3akIG+fSh1M+BkiCPkFc1q/dLrqEpAJoA9hnaZyOJHzGONZJ4c4v6CWkw8fyQ
oCJiR2EheFr+9gqfWGP0vuQCmm0kBeC21ZWeF/o+pSiTngcvyGAeHi+AQI88x6xB
/x4FyuRvRLSi5T6Lbe29YCJZuLMHDn9Bwzn+r8vWJ6nnZkbTrjfpIJSpAYsYgVqb
litO8Y7NhqZvw9FHTztgQgE6veb6tSEjydHGqFpLfnYluX93vlRV95/hTwNkwtsq
MO9U6BJjgwZe/0BB7Tn189Kh08YQlarVuRpcbJttA7G5TYnP7bqyUdFlrGbcnMD7
PwzD5wSCEb/5UHjZg92U
=rEl1
-END PGP SIGNATURE-

gregor herrmann (4):
  Add debian/upstream/metadata
  Update debian/changelog
  Add build dependency on libmodule-build-perl.
  releasing package libconfig-model-tester-perl version 2.051-2

---

This annotated tag includes the following new commits:

   new  b8a5247   Add debian/upstream/metadata
   new  e878882   Update debian/changelog
   new  0704c0f   Add build dependency on libmodule-build-perl.
   new  4603739   releasing package libconfig-model-tester-perl version 
2.051-2

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

___
Pkg-perl-cvs-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-tkui-perl] branch master updated (56eb30f -> aead460)

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

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

  from  56eb30f   prepare release
   new  a191dc6   Add debian/upstream/metadata
   new  c9e2924   Update debian/changelog
   new  71a672d   Add build dependency on libmodule-build-perl.
   new  462becf   remove boilerplate comments from debian/watch
   new  10ffa0a   Update years of packaging copyright.
   new  aead460   releasing package libconfig-model-tkui-perl version 
1.346-2

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


Summary of changes:
 debian/changelog | 8 
 debian/control   | 1 +
 debian/copyright | 2 +-
 debian/upstream/metadata | 8 
 debian/watch | 2 --
 5 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 debian/upstream/metadata

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

___
Pkg-perl-cvs-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-tkui-perl] 03/06: Add build dependency on libmodule-build-perl.

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

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

commit 71a672d70e9df705a1f317650f0a68595d4ee31e
Author: gregor herrmann 
Date:   Fri Jun 5 15:41:42 2015 +0200

Add build dependency on libmodule-build-perl.
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index b3995f3..41067b1 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9),
+   libmodule-build-perl,
perl,
xauth,
xvfb

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

___
Pkg-perl-cvs-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-tkui-perl] annotated tag debian/1.346-2 created (now ce5f9e7)

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

gregoa pushed a change to annotated tag debian/1.346-2
in repository libconfig-model-tkui-perl.

at  ce5f9e7   (tag)
   tagging  aead4604458860ea1d5e2503e4e7ea9cacc737d5 (commit)
  replaces  debian/1.346-1
 tagged by  gregor herrmann
on  Fri Jun 5 15:45:58 2015 +0200

- Log -
tagging package libconfig-model-tkui-perl version debian/1.346-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJVcagWXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGKsYP/R89H8xIUFd40w7Y41aBeIyc
tpR/tGsGhl+JdH7dlCMrM0+85f8vS5iGuwa0h+lTM410f26TDgfIVR12d+e0T2j2
9dVqUGni03A5Qm7T7mdJTJwyyRSbJYzrfZl7Rvl5jv7dCIjI/bcqbeHkoYPwUGL1
D1wnEDEx3JSjEqhOK/3UBnwreNigWJxVZ6y/iMevhL1O5nK+vokNovbxYP8ifvIp
xu6MXTk+xBYEO4RB9vIoEYMKn5AYrSEjF67z1RdY0m8pprdgtOD27Ru6GQ3gP2S3
voEQP1Dy4MPf7+pYqDpCYxe2MNJg8q9W5sD4j+/xT0cCQrLOxaTlDS8W0F3CdFK/
tGgxFOI8/3vhgk1jyqoCUUSTIqPlH+8wkG8LRAL8FfQsL5hLVTijZcoH01dq5yzf
zCRzQ7g182bkjO7hIgb+ARDgJHWlBXY0BZQLhTl8f+4Q5KzHU2Jlr1Pko9F00yf/
rgj1xOdSa4y4+jSKf/Vulyx1FcbaMP0rFmScRG7GQ+28OEmfotiT1HJmXiBbTxO5
2QUxGNbRU9BcgNUPOHl57IPUSIDVb0yEU30McHLiL2Vb1+2UHFUOxU62DlSfWEeV
rDVV2SwJi6sUsvIj4DWF+r9Tvr1FUNceftn5/BA/iV8VfYoJs85oq5cyKdJoi6JM
9zdvYIFOKFFeCx5fatlO
=cIix
-END PGP SIGNATURE-

gregor herrmann (6):
  Add debian/upstream/metadata
  Update debian/changelog
  Add build dependency on libmodule-build-perl.
  remove boilerplate comments from debian/watch
  Update years of packaging copyright.
  releasing package libconfig-model-tkui-perl version 1.346-2

---

This annotated tag includes the following new commits:

   new  a191dc6   Add debian/upstream/metadata
   new  c9e2924   Update debian/changelog
   new  71a672d   Add build dependency on libmodule-build-perl.
   new  462becf   remove boilerplate comments from debian/watch
   new  10ffa0a   Update years of packaging copyright.
   new  aead460   releasing package libconfig-model-tkui-perl version 
1.346-2

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


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

___
Pkg-perl-cvs-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-tkui-perl] 01/06: Add debian/upstream/metadata

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

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

commit a191dc6594baf86a353bc6a1579e8b54724c544b
Author: gregor herrmann 
Date:   Fri Jun 5 15:39:15 2015 +0200

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..1dd31ca
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,8 @@
+---
+Archive: CPAN
+Bug-Database: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Config-Model-TkUI
+Bug-Submit: bug-proj...@rt.cpan.org
+Contact: Dominique Dumont
+Name: Config-Model-TkUI
+Repository: git://github.com/dod38fr/config-model-tk-ui.git
+Repository-Browse: https://github.com/dod38fr/config-model-tk-ui

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

___
Pkg-perl-cvs-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-tkui-perl] 02/06: Update debian/changelog

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

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

commit c9e29242b0234d32520d5c7f2fbb662bca0f881b
Author: gregor herrmann 
Date:   Fri Jun 5 15:39:15 2015 +0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index cd4571d..6bb5032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-model-tkui-perl (1.346-2) UNRELEASED; urgency=medium
+
+  * Add debian/upstream/metadata
+
+ -- gregor herrmann   Fri, 05 Jun 2015 15:39:15 +0200
+
 libconfig-model-tkui-perl (1.346-1) unstable; urgency=medium
 
   [ Salvatore Bonaccorso ]

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

___
Pkg-perl-cvs-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-tkui-perl] 06/06: releasing package libconfig-model-tkui-perl version 1.346-2

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

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

commit aead4604458860ea1d5e2503e4e7ea9cacc737d5
Author: gregor herrmann 
Date:   Fri Jun 5 15:45:58 2015 +0200

releasing package libconfig-model-tkui-perl version 1.346-2
---
 debian/changelog | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6bb5032..0180c50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libconfig-model-tkui-perl (1.346-2) UNRELEASED; urgency=medium
+libconfig-model-tkui-perl (1.346-2) unstable; urgency=medium
 
-  * Add debian/upstream/metadata
+  * Add debian/upstream/metadata.
+  * Add build dependency on libmodule-build-perl.
+  * Update years of packaging copyright.
 
- -- gregor herrmann   Fri, 05 Jun 2015 15:39:15 +0200
+ -- gregor herrmann   Fri, 05 Jun 2015 15:44:46 +0200
 
 libconfig-model-tkui-perl (1.346-1) unstable; urgency=medium
 

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

___
Pkg-perl-cvs-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-tkui-perl] 05/06: Update years of packaging copyright.

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

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

commit 10ffa0a89d80a16d81630b24615c4157d67f2170
Author: gregor herrmann 
Date:   Fri Jun 5 15:42:11 2015 +0200

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

diff --git a/debian/copyright b/debian/copyright
index d9c668a..50bd4aa 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,7 +10,7 @@ License: LGPL-2.1+
 Files: debian/*
 Copyright: 2008-2015, Dominique Dumont 
  2010, Jonathan Yu 
- 2010, gregor herrmann 
+ 2010-2015, gregor herrmann 
  2010-2012, Salvatore Bonaccorso 
 License: LGPL-2.1+
 

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

___
Pkg-perl-cvs-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-tkui-perl] 04/06: remove boilerplate comments from debian/watch

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

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

commit 462becf69dde91fece9562c2ca1463adfd9c5959
Author: gregor herrmann 
Date:   Fri Jun 5 15:41:57 2015 +0200

remove boilerplate comments from debian/watch

Gbp-Dch: Ignore
---
 debian/watch | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/watch b/debian/watch
index e640483..fa3af17 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 https://metacpan.org/release/Config-Model-TkUI   
.*/Config-Model-TkUI-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/libconfig-model-tkui-perl.git

___
Pkg-perl-cvs-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-std-perl] 01/03: Declare the package autopkgtestable

2015-06-05 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libconfig-std-perl.

commit 6518023828d66abed87c5afb49fd7c31d4538097
Author: Niko Tyni 
Date:   Fri Jun 5 17:02:10 2015 +0300

Declare the package autopkgtestable
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 8a14885..3041426 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Uploaders: Damyan Ivanov ,
Salvatore Bonaccorso ,
gregor herrmann 
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
@@ -26,4 +27,3 @@ Description: Load and save configuration files in a standard 
format
  The configuration language is deliberately simple and limited, and the
  module works hard to preserve as much information (section order,
  comments, etc.) as possible when a configuration file is updated.
-

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

___
Pkg-perl-cvs-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-std-perl] branch master updated (67613ce -> bfbc9db)

2015-06-05 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libconfig-std-perl.

  from  67613ce   update changelog
   new  6518023   Declare the package autopkgtestable
   new  9c62484   Add explicit build dependency on libmodule-build-perl
   new  bfbc9db   releasing package libconfig-std-perl version 0.901-2 to 
unstable

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


Summary of changes:
 debian/changelog | 10 --
 debian/control   |  5 +++--
 2 files changed, 11 insertions(+), 4 deletions(-)

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

___
Pkg-perl-cvs-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-std-perl] annotated tag debian/0.901-2 created (now a0c876d)

2015-06-05 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/0.901-2
in repository libconfig-std-perl.

at  a0c876d   (tag)
   tagging  bfbc9db0dd2ddb189b58f51acc8f1ae743c0e2c3 (commit)
  replaces  debian/0.901-1
 tagged by  Niko Tyni
on  Fri Jun 5 17:05:14 2015 +0300

- Log -
Debian release 0.901-2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJVcayaAAoJEC7A/7O3MBsffWEP/1+lqEPL96kJUS06lyQDSE2h
PDQnpUi37ovnDI09r3fsBq+wnAxZSzaOgZe73gSQdUcppY1dPGtBhPQ9C1VXn1hE
6b7oc/qhSuus/6bA4XYaR+pk1P4rF/fO1bMFS1BdDT6djrDPEKSD4KmRCdJJiTrp
v1nMk/N5LWeVJG3pDwshCa5XVf/RaOVms/pihxMQmILm53FdZVco6BfNB733FKjZ
nDhEuiIi7EWyW8i/HehDSKxvdK5PDpMr05l/KT6bxZ4WHUdCOXLwzmHMW+Pufrfs
3N0MSov7H/kyg2qJAv3feNPz+jmVjTgflOvfIOS771N0t2/HEWeQxo4wTlrWjNtA
e4NMxP/sukEDlIwZQ4laaUTJCKn079p1P/HLcawuyEqg/VqvZJlBqH+uXPrY6+8Q
JZ3kJG1MAaUDdxIdrWLeQtDnCz2imj1tPrqY3DwSIXOxtXURZBB0c+zhnlxIpdyX
Rao69nGcdkQdA2XNA89Zf/rJWdrpP65s93dezcsQuc7oUgoKUuaibjXhY+dj3byd
xdDR8T5XwL+tvp/UyCQj6sU5IlHI2LicumcIn2UtDKPsZdeNntL4Gl9e802TP8Wc
OEWzcxsw5ptuNaaISCr/DbaUhaEumOYaHOeFyL0YLE35ZGoVXIG3yq9/WFK6QRCq
gxE+zx8qpxFTRdN6AcFM
=ziV3
-END PGP SIGNATURE-

Niko Tyni (3):
  Declare the package autopkgtestable
  Add explicit build dependency on libmodule-build-perl
  releasing package libconfig-std-perl version 0.901-2 to unstable

Salvatore Bonaccorso (2):
  Update Vcs-Browser URL to cgit web frontend
  update changelog

gregor herrmann (2):
  Strip trailing slash from metacpan URLs.
  update changelog

---

This annotated tag includes the following new commits:

   new  6518023   Declare the package autopkgtestable
   new  9c62484   Add explicit build dependency on libmodule-build-perl
   new  bfbc9db   releasing package libconfig-std-perl version 0.901-2 to 
unstable

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

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


  1   2   3   4   >