[libtest-bdd-cucumber-perl] annotated tag debian/0.40-1 created (now cb7be4d)

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to annotated tag debian/0.40-1
in repository libtest-bdd-cucumber-perl.

at  cb7be4d   (tag)
   tagging  8b9334d2ad8f66c037b866deeda8b480cb69023e (commit)
  replaces  debian/0.39-2
 tagged by  intrigeri
on  Sun Jan 3 11:20:27 2016 +

- Log -
libtest-bdd-cucumber-perl Debian release 0.40-1
-BEGIN PGP SIGNATURE-

iQIcBAABCgAGBQJWiQP7AAoJEA3CYk+oqzceCvAP/A9PNnT690YTJUQ4ZApTKC10
8vDPGY6Pr9WHR0u168HP1jw0oZabN2DjCgpECrGDDN6Js2p8ZyjlnIqxiF2t0xJr
YzrwW4F66cKkXIGR1VlD2rhbtfZ04JQseK58lvRDuMQ5hPxp5+9gx9VtHLVHAEdA
tK3Erm8fdaCzuwlFaULPyjRKt1I7cyuBeFvqTOHARdzAH0uuD4xouGP1LNtJ3Giz
HAducur53aaMJ6fsk7aE6viGVgRQujCHvd5i1nggRrSajHoTbZ9KBUAJ686iGgnq
k8Y0l4SjYU4vDjHD9tsb6y+bygwJ0GhVOtSdPaux96mUISFp240tPjSsaNbS1JWw
7xlL4noOA0iy1MuigUmlNQzqf6HgUkB0e7O2clAm5DYOJSzmAUE7HMm/fl5iTiUg
g6bmHj+7zkdm/Bv/QEkvjKcrTRiEBVnAKGWYCiuVAsHXtl1R66zRhVblHkIdrBPr
Rdr1+pn49Cf964QemJ2CCPEJdqaDDNrvQBIJe5og0gpzEzILAJ4KTK/azGfrRqcB
JntQH1QcYxXlaIz3Y7rfcA1+f7NvdGEVRTQieTyMFCSkp9wPE0DoGos6LhyDRCaI
b8unm3xFhtB/l+VLozdYUE3S9bvMsENhzEZxtRl3k1NTUaX03/Yr4NgpR3pCVKwX
M1NkIwfuMGjuDn0PgnI/
=n49n
-END PGP SIGNATURE-

Peter Sergeant (4):
  Overdue run through perltidy
  Provisional step redispatch
  Fixed POD
  Added step redispatching. See: Test::BDD::Cucumber::StepContext / 
Redispatching

intrigeri (3):
  Imported Upstream version 0.40
  Merge tag 'upstream/0.40'
  libtest-bdd-cucumber-perl (0.40-1)

---

This annotated tag includes the following new commits:

   new  322106b   Merge tag 'upstream/0.40'
   new  8b9334d   libtest-bdd-cucumber-perl (0.40-1)

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


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

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


[libtest-bdd-cucumber-perl] 01/02: Merge tag 'upstream/0.40'

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit 322106be3e6d22ebae85fb469b568619a1f41284
Merge: f4058a9 f5322c8
Author: intrigeri 
Date:   Sun Jan 3 10:51:47 2016 +

Merge tag 'upstream/0.40'

Upstream version 0.40

 CHANGES|   2 +
 LICENSE|   6 +-
 META.yml   |   2 +-
 Makefile.PL|   2 +-
 README |   4 +-
 bin/pherkin|   2 +-
 dist.ini   |   2 +-
 .../features/step_definitions/calculator_steps.pl  |  24 ++--
 lib/App/pherkin.pm |  41 +++---
 lib/Test/BDD/Cucumber.pm   |   4 +-
 lib/Test/BDD/Cucumber/Errors.pm|   4 +-
 lib/Test/BDD/Cucumber/Executor.pm  |  59 +---
 lib/Test/BDD/Cucumber/Harness.pm   |  18 ++-
 lib/Test/BDD/Cucumber/Harness/Data.pm  |   4 +-
 lib/Test/BDD/Cucumber/Harness/JSON.pm  |   4 +-
 lib/Test/BDD/Cucumber/Harness/TermColor.pm |  84 ++-
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm   |   4 +-
 lib/Test/BDD/Cucumber/I18N/Data.pm |   4 +-
 lib/Test/BDD/Cucumber/I18n.pm  |   4 +-
 lib/Test/BDD/Cucumber/Loader.pm|  14 +-
 lib/Test/BDD/Cucumber/Manual/Architecture.pod  |   2 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod   |   2 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod |   2 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod  |   2 +-
 lib/Test/BDD/Cucumber/Model/Document.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Feature.pm |   4 +-
 lib/Test/BDD/Cucumber/Model/Line.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Result.pm  |   4 +-
 lib/Test/BDD/Cucumber/Model/Scenario.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Step.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/TagSpec.pm |   4 +-
 lib/Test/BDD/Cucumber/Parser.pm|   4 +-
 lib/Test/BDD/Cucumber/StepContext.pm   | 160 ++---
 lib/Test/BDD/Cucumber/StepFile.pm  |   4 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm  |   2 +-
 lib/Test/BDD/Cucumber/Util.pm  |   4 +-
 t/400_app_pherkin_harnesses.t  |   2 +-
 t/600_harness_json_output.t|  19 +--
 38 files changed, 343 insertions(+), 176 deletions(-)

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

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


[libtest-bdd-cucumber-perl] branch master updated (f4058a9 -> 8b9334d)

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to branch master
in repository libtest-bdd-cucumber-perl.

  from  f4058a9   releasing package libtest-bdd-cucumber-perl version 0.39-2
  adds  feb8902   Overdue run through perltidy
  adds  6f2b450   Provisional step redispatch
  adds  5dde460   Fixed POD
  adds  5a489a2   Added step redispatching. See: 
Test::BDD::Cucumber::StepContext / Redispatching
  adds  f5322c8   Imported Upstream version 0.40
   new  322106b   Merge tag 'upstream/0.40'
   new  8b9334d   libtest-bdd-cucumber-perl (0.40-1)

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


Summary of changes:
 CHANGES|   2 +
 LICENSE|   6 +-
 META.yml   |   2 +-
 Makefile.PL|   2 +-
 README |   4 +-
 bin/pherkin|   2 +-
 debian/changelog   |   6 +
 dist.ini   |   2 +-
 .../features/step_definitions/calculator_steps.pl  |  24 ++--
 lib/App/pherkin.pm |  41 +++---
 lib/Test/BDD/Cucumber.pm   |   4 +-
 lib/Test/BDD/Cucumber/Errors.pm|   4 +-
 lib/Test/BDD/Cucumber/Executor.pm  |  59 +---
 lib/Test/BDD/Cucumber/Harness.pm   |  18 ++-
 lib/Test/BDD/Cucumber/Harness/Data.pm  |   4 +-
 lib/Test/BDD/Cucumber/Harness/JSON.pm  |   4 +-
 lib/Test/BDD/Cucumber/Harness/TermColor.pm |  84 ++-
 lib/Test/BDD/Cucumber/Harness/TestBuilder.pm   |   4 +-
 lib/Test/BDD/Cucumber/I18N/Data.pm |   4 +-
 lib/Test/BDD/Cucumber/I18n.pm  |   4 +-
 lib/Test/BDD/Cucumber/Loader.pm|  14 +-
 lib/Test/BDD/Cucumber/Manual/Architecture.pod  |   2 +-
 lib/Test/BDD/Cucumber/Manual/Integration.pod   |   2 +-
 lib/Test/BDD/Cucumber/Manual/Steps.pod |   2 +-
 lib/Test/BDD/Cucumber/Manual/Tutorial.pod  |   2 +-
 lib/Test/BDD/Cucumber/Model/Document.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Feature.pm |   4 +-
 lib/Test/BDD/Cucumber/Model/Line.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Result.pm  |   4 +-
 lib/Test/BDD/Cucumber/Model/Scenario.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/Step.pm|   4 +-
 lib/Test/BDD/Cucumber/Model/TagSpec.pm |   4 +-
 lib/Test/BDD/Cucumber/Parser.pm|   4 +-
 lib/Test/BDD/Cucumber/StepContext.pm   | 160 ++---
 lib/Test/BDD/Cucumber/StepFile.pm  |   4 +-
 lib/Test/BDD/Cucumber/TestBuilderDelegator.pm  |   2 +-
 lib/Test/BDD/Cucumber/Util.pm  |   4 +-
 t/400_app_pherkin_harnesses.t  |   2 +-
 t/600_harness_json_output.t|  19 +--
 39 files changed, 349 insertions(+), 176 deletions(-)

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

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


[libtest-bdd-cucumber-perl] branch pristine-tar updated (7c23e3f -> c541ae5)

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to branch pristine-tar
in repository libtest-bdd-cucumber-perl.

  from  7c23e3f   pristine-tar data for 
libtest-bdd-cucumber-perl_0.39.orig.tar.gz
   new  c541ae5   pristine-tar data for 
libtest-bdd-cucumber-perl_0.40.orig.tar.gz

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


Summary of changes:
 libtest-bdd-cucumber-perl_0.40.orig.tar.gz.delta | Bin 0 -> 4796 bytes
 libtest-bdd-cucumber-perl_0.40.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libtest-bdd-cucumber-perl_0.40.orig.tar.gz.delta
 create mode 100644 libtest-bdd-cucumber-perl_0.40.orig.tar.gz.id

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

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


[libtest-bdd-cucumber-perl] annotated tag upstream/0.40 created (now ca2b999)

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a change to annotated tag upstream/0.40
in repository libtest-bdd-cucumber-perl.

at  ca2b999   (tag)
   tagging  f5322c88d4bc308480b07bfffa63b13d4c62ac70 (commit)
  replaces  upstream/0.39
 tagged by  intrigeri
on  Sun Jan 3 10:51:47 2016 +

- Log -
Upstream version 0.40

Peter Sergeant (4):
  Overdue run through perltidy
  Provisional step redispatch
  Fixed POD
  Added step redispatching. See: Test::BDD::Cucumber::StepContext / 
Redispatching

intrigeri (1):
  Imported Upstream version 0.40

---

No new revisions were added by this update.

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

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


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

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch pristine-tar
in repository libtest-bdd-cucumber-perl.

commit c541ae57788f9a64ca9b6d3bf7c46f0c59758d3f
Author: intrigeri 
Date:   Sun Jan 3 10:51:47 2016 +

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

diff --git a/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.delta 
b/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.delta
new file mode 100644
index 000..6864f3b
Binary files /dev/null and b/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.delta 
differ
diff --git a/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.id 
b/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.id
new file mode 100644
index 000..1012724
--- /dev/null
+++ b/libtest-bdd-cucumber-perl_0.40.orig.tar.gz.id
@@ -0,0 +1 @@
+b45bc182d63e43e77da546d63168bc84871917c1

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

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


[libtest-bdd-cucumber-perl] 02/02: libtest-bdd-cucumber-perl (0.40-1)

2016-01-03 Thread Intrigeri
This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libtest-bdd-cucumber-perl.

commit 8b9334d2ad8f66c037b866deeda8b480cb69023e
Author: intrigeri 
Date:   Sun Jan 3 10:52:37 2016 +

libtest-bdd-cucumber-perl (0.40-1)
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1e10d64..07eba5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libtest-bdd-cucumber-perl (0.40-1) unstable; urgency=medium
+
+  * Import new upstream release.
+
+ -- intrigeri   Sun, 03 Jan 2016 10:51:48 +
+
 libtest-bdd-cucumber-perl (0.39-2) unstable; urgency=medium
 
   * Team upload.

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

___
Pkg-perl-cvs-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-dpkg-perl] branch master updated (18c21b1 -> b1b49a8)

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

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

  from  18c21b1   scan-copyright pod: mentions fill.copyright.blanks.yml 
(Closes:  #804783)
   new  454bb96   C::M::D::Copyright: refer to doc to fill info blanks
   new  2db843d   C::M::D::Copyright: Inform user about limitation and 
work-around
   new  f5fb981   Set © to "UNKNOWN" to avoid fatal errors during update
   new  9bf94e0   scanner: show skipped files
   new  12b174a   Raise a warning if copyright or license contains 'unknown'
   new  86bd234   CMD::Copyright: better preserve dir info during update
   new  a85b87a   test preservation of dir info during update
   new  a512282   scanner: improved user message
   new  5bd9a06   scanner: use warning instead of say for user messages
   new  71b7671   scanner: skip duplicated file info
   new  c15faea   Build.PL: fix pod doc re-generation
   new  551c474   scanner: add the possibility to override copyright
   new  5f4e782   test copyright override
   new  c3dbd1a   scanner: assume all source files are utf-8
   new  afb21bf   properly remove obsolete bash completion conffile
   new  a6c2885   renamed bash_completion file
   new  1c47368   deliver new bash completion file as cme-dpkg-patch
   new  f3285fa   control: depends on devscripts >= 2.15.10
   new  b1b49a8   prepare release

The 19 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   |   9 +-
 debian/changelog   |  23 +
 ...h-completion => cme-dpkg-patch.bash-completion} |   2 +
 debian/control |   2 +-
 debian/libconfig-model-dpkg-perl.bash-completion   |   7 +-
 debian/libconfig-model-dpkg-perl.maintscript   |   2 +
 lib/Config/Model/Dpkg/Copyright.pm |  41 +-
 lib/Config/Model/models/Dpkg/Copyright/Content.pl  |   7 +-
 .../Model/models/Dpkg/Copyright/FileLicense.pl |   3 +
 lib/Dpkg/Copyright/Scanner.pm  |  56 +-
 t/model_tests.d/dependency-cache.txt   |   1 +
 .../open-nebula/debian/fill.copyright.blanks.yml   |   2 +
 .../dpkg-examples/rakudo-star/debian}/compat   |   0
 .../dpkg-examples/rakudo-star/debian/control   |  28 +
 .../dpkg-examples/rakudo-star/debian/copyright | 304 +
 .../rakudo-star/debian/fill.copyright.blanks.yml   |  10 +
 .../rakudo-star/debian/fix.scanned.copyright   |   2 +
 .../rakudo-star/debian/rakudo-star.docs|   3 +
 .../rakudo-star/debian/rakudo-star.install |   2 +
 .../dpkg-examples/rakudo-star/debian/rules |  29 +
 .../debian/source/format   |   0
 .../dpkg-examples/rakudo-star/debian/watch |   4 +
 t/model_tests.d/dpkg-test-conf.pl  |  12 +
 t/scanner/examples/rakudo-star.in  | 681 +
 t/scanner/examples/rakudo-star.out |  56 ++
 25 files changed, 1262 insertions(+), 24 deletions(-)
 copy debian/{libconfig-model-dpkg-perl.bash-completion => 
cme-dpkg-patch.bash-completion} (59%)
 create mode 100644 debian/libconfig-model-dpkg-perl.maintscript
 copy {debian => t/model_tests.d/dpkg-examples/rakudo-star/debian}/compat (100%)
 create mode 100644 t/model_tests.d/dpkg-examples/rakudo-star/debian/control
 create mode 100644 t/model_tests.d/dpkg-examples/rakudo-star/debian/copyright
 create mode 100644 
t/model_tests.d/dpkg-examples/rakudo-star/debian/fill.copyright.blanks.yml
 create mode 100644 
t/model_tests.d/dpkg-examples/rakudo-star/debian/fix.scanned.copyright
 create mode 100644 
t/model_tests.d/dpkg-examples/rakudo-star/debian/rakudo-star.docs
 create mode 100644 
t/model_tests.d/dpkg-examples/rakudo-star/debian/rakudo-star.install
 create mode 100755 t/model_tests.d/dpkg-examples/rakudo-star/debian/rules
 copy t/model_tests.d/dpkg-examples/{libversion => 
rakudo-star}/debian/source/format (100%)
 create mode 100644 t/model_tests.d/dpkg-examples/rakudo-star/debian/watch
 create mode 100644 t/scanner/examples/rakudo-star.in
 create mode 100644 t/scanner/examples/rakudo-star.out

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

___
Pkg-perl-cvs-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-dpkg-perl] 07/19: test preservation of dir info during update

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

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

commit a85b87a1dad55f442bffd5cb0ee77b4cdb5b3822
Author: Dominique Dumont 
Date:   Sat Dec 26 17:54:03 2015 +0100

test preservation of dir info during update
---
 t/model_tests.d/dependency-cache.txt   |   1 +
 .../dpkg-examples/rakudo-star/debian/compat|   1 +
 .../dpkg-examples/rakudo-star/debian/control   |  28 +
 .../dpkg-examples/rakudo-star/debian/copyright | 304 +
 .../rakudo-star/debian/fill.copyright.blanks.yml   |  10 +
 .../rakudo-star/debian/fix.scanned.copyright   |   2 +
 .../rakudo-star/debian/rakudo-star.docs|   3 +
 .../rakudo-star/debian/rakudo-star.install |   2 +
 .../dpkg-examples/rakudo-star/debian/rules |  29 +
 .../dpkg-examples/rakudo-star/debian/source/format |   1 +
 .../dpkg-examples/rakudo-star/debian/watch |   4 +
 t/model_tests.d/dpkg-test-conf.pl  |  11 +
 t/scanner/examples/rakudo-star.in  | 681 +
 t/scanner/examples/rakudo-star.out |  56 ++
 14 files changed, 1133 insertions(+)

diff --git a/t/model_tests.d/dependency-cache.txt 
b/t/model_tests.d/dependency-cache.txt
index c66029f..58649bf 100644
--- a/t/model_tests.d/dependency-cache.txt
+++ b/t/model_tests.d/dependency-cache.txt
@@ -119,6 +119,7 @@ perl-modules => etch-security 5.8.8-7etch6 etch 
5.8.8-7etch6 lenny 5.10.0-19lenn
 phyml => squeeze 2:20100123-1 wheezy 2:20100720-1 sid 2:20100720-1
 po-debconf => etch 1.0.8 lenny 1.0.15 squeeze 1.0.16+nmu1 wheezy 1.0.16+nmu1 
sid 1.0.16+nmu1
 quilt => etch 0.45-6 backports/etch 0.46-6~bpo40+1 lenny 0.46-6 
backports/lenny 0.46-8~bpo50+1 squeeze 0.48-7 wheezy 0.48-7 sid 0.48-8
+rakudo => wheezy 0.1~2012.01-1 jessie-kfreebsd 2014.07-4 jessie 2014.07-4 
stretch 2014.07-4+b1 sid 2015.09-2
 ruby-opennebula => wheezy 3.4.1-3.1 stretch 4.12.3+dfsg-3 sid 4.12.3+dfsg-3
 scons => squeeze 2.0.0-1 squeeze-backports 2.1.0-1~bpo60+1 wheezy 2.1.0-1 
wheezy-backports 2.3.1-1~bpo70+1 jessie-kfreebsd 2.3.1-2 jessie 2.3.1-2 stretch 
2.3.6-1 sid 2.3.6-1
 ttf-freefont => etch 20060501cvs-10 lenny 20080323-3 squeeze 20090104-7 wheezy 
20100919-1 sid 20100919-1
diff --git a/t/model_tests.d/dpkg-examples/rakudo-star/debian/compat 
b/t/model_tests.d/dpkg-examples/rakudo-star/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/t/model_tests.d/dpkg-examples/rakudo-star/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/t/model_tests.d/dpkg-examples/rakudo-star/debian/control 
b/t/model_tests.d/dpkg-examples/rakudo-star/debian/control
new file mode 100644
index 000..1002a47
--- /dev/null
+++ b/t/model_tests.d/dpkg-examples/rakudo-star/debian/control
@@ -0,0 +1,28 @@
+Source: rakudo-star
+Maintainer: Debian Rakudo Maintainers 

+Uploaders: Dominique Dumont 
+Section: interpreters
+Priority: optional
+Build-Depends: debhelper (>= 9),
+   rakudo (>= 2015.11),
+   perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-rakudo/pkg-rakudo-star.git
+Vcs-Git: git://anonscm.debian.org/pkg-rakudo/pkg-rakudo-star.git
+Homepage: http://rakudo.org/
+
+Package: rakudo-star
+Architecture: all
+Depends: ${misc:Depends},
+ ${rakudo:Depends}
+Description: Perl 6 implementation on top of Moar virtual machine
+ Rakudo Perl is a compiler that implements the Perl 6 specification and runs on
+ top of several virtual machines. Debian rakudo package runs on top of MoarVM.
+ .
+ Perl 6 is a programming language, member of the Perl family. Like Perl 5, her
+ world-famous big sister, Perl 6 intends to carry forward the high ideals of
+ the Perl community and is currently being developed by a team of dedicated and
+ enthusiastic volunteers.
+ .
+ valgrind package installation is suggested to debug issues with
+ perl6-valgrind-m program.
diff --git a/t/model_tests.d/dpkg-examples/rakudo-star/debian/copyright 
b/t/model_tests.d/dpkg-examples/rakudo-star/debian/copyright
new file mode 100644
index 000..a095eb6
--- /dev/null
+++ b/t/model_tests.d/dpkg-examples/rakudo-star/debian/copyright
@@ -0,0 +1,304 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RakudoStar
+Source: https://github.com/rakudo/star
+
+Files: *
+Copyright: 2000-2015, The Perl Foundation
+License: Artistic-2.0
+
+Files: debian/*
+Copyright:
+ 2015 Dominique Dumont 
+License: Artistic-2.0
+
+Files: modules/*
+Copyright: 2010, 2012-2015, Tadeusz Sośnierz
+License: Expat
+
+Files: modules/DBIish/*
+Copyright: 2009-2012, the DBIish contributors
+License: BSD-2-clause
+
+Files: modules/Perl6-MIME-Base64/*
+Copyright: Adrian White
+License: Artistic-2.0
+
+Files: modules/doc/*
+Copyright: 2000-2015, The Perl Foundation
+License: Artistic-2.0
+
+Files: 

[libconfig-model-dpkg-perl] 15/19: properly remove obsolete bash completion conffile

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

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

commit afb21bf8b65fb8b34d520a369658d73dc43a9902
Author: Dominique Dumont 
Date:   Sat Jan 2 19:42:13 2016 +0100

properly remove obsolete bash completion conffile
---
 debian/libconfig-model-dpkg-perl.maintscript | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/libconfig-model-dpkg-perl.maintscript 
b/debian/libconfig-model-dpkg-perl.maintscript
new file mode 100644
index 000..66134de
--- /dev/null
+++ b/debian/libconfig-model-dpkg-perl.maintscript
@@ -0,0 +1,2 @@
+# can be removed once buster is released (2019 ?)
+rm_conffile /etc/bash_completion.d/libconfig-model-dpkg-perl 2.070~

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

___
Pkg-perl-cvs-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-dpkg-perl] 13/19: test copyright override

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

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

commit 5f4e7824650ffe25b3741bbcd28c5911ad184d34
Author: Dominique Dumont 
Date:   Sat Jan 2 19:41:23 2016 +0100

test copyright override
---
 .../dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml  | 2 ++
 t/model_tests.d/dpkg-test-conf.pl   | 1 +
 2 files changed, 3 insertions(+)

diff --git 
a/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml 
b/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
index cea1c4f..4872a78 100644
--- a/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
+++ b/t/model_tests.d/dpkg-examples/open-nebula/debian/fill.copyright.blanks.yml
@@ -6,6 +6,8 @@ Tebian:
   license: Expat
 share/pkgs/openSUSE/systemd/onedsetup:
   copyright: 2015, Marcel Mezigue
+src/cloud/ec2/lib/net_ssh_replacement.rb:
+  'override-copyright': 2008, Jamis Buck and override
 share/vendor/ruby/gems/rbvmomi/lib/rbvmomi.*\.rb:
   license: Expat
 .*NOTICE:
diff --git a/t/model_tests.d/dpkg-test-conf.pl 
b/t/model_tests.d/dpkg-test-conf.pl
index 0602f84..c20b1f0 100644
--- a/t/model_tests.d/dpkg-test-conf.pl
+++ b/t/model_tests.d/dpkg-test-conf.pl
@@ -162,6 +162,7 @@ my $del_home = sub {
 check => {
 'copyright Files:"share/vendor/*" Copyright' => '2010-2012, 
VMware, Inc.',
 'copyright Files:"src/sunstone/public/css/novnc-custom.css" 
Copyright' => qr/Mannehed/,
+'copyright Files:"src/cloud/ec2/lib/net_ssh_replacement.rb" 
Copyright' => qr/override/,
 
 },
 file_contents_unlike => {

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

___
Pkg-perl-cvs-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-dpkg-perl] 17/19: deliver new bash completion file as cme-dpkg-patch

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

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

commit 1c47368bfed482002856533db260ad53b6c25c4c
Author: Dominique Dumont 
Date:   Sat Jan 2 20:12:08 2016 +0100

deliver new bash completion file as cme-dpkg-patch
---
 debian/cme-dpkg-patch.bash-completion| 2 ++
 debian/libconfig-model-dpkg-perl.bash-completion | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/cme-dpkg-patch.bash-completion 
b/debian/cme-dpkg-patch.bash-completion
index 6e8c4c8..a348159 100644
--- a/debian/cme-dpkg-patch.bash-completion
+++ b/debian/cme-dpkg-patch.bash-completion
@@ -1,4 +1,6 @@
 # cme(1) completion for dpkg-patch model
+# the file must be delivered with a name beginning with cme- so that it can
+# be picked up by cme bash completion file
 
 _cme_dpkg-patch()
 {
diff --git a/debian/libconfig-model-dpkg-perl.bash-completion 
b/debian/libconfig-model-dpkg-perl.bash-completion
new file mode 100644
index 000..a71ebdb
--- /dev/null
+++ b/debian/libconfig-model-dpkg-perl.bash-completion
@@ -0,0 +1 @@
+debian/cme-dpkg-patch.bash-completion cme-dpkg-patch

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

___
Pkg-perl-cvs-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-dpkg-perl] 10/19: scanner: skip duplicated file info

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

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

commit 71b76710bd2ff25dafacd06b92739130409291f0
Author: Dominique Dumont 
Date:   Sat Dec 26 17:55:59 2015 +0100

scanner: skip duplicated file info
---
 lib/Dpkg/Copyright/Scanner.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index b137752..ed5d789 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -127,6 +127,7 @@ sub scan_files ( %args ) {
 # say "found: $line";
 my ($f,$l,$c) = split /\t/, $line; 
 $f =~ s!\./!!;
+next if $files->{$f}; # file already parsed
 
 $l =~ s/([*?\\])/\\$1/g;
 $l =~ s/\s*\(unversioned\/unknown version\)//;

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

___
Pkg-perl-cvs-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-dpkg-perl] 09/19: scanner: use warning instead of say for user messages

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

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

commit 5bd9a06831e64c7f4af0b2df860f6af4ac184a88
Author: Dominique Dumont 
Date:   Sat Dec 26 17:55:24 2015 +0100

scanner: use warning instead of say for user messages
---
 lib/Dpkg/Copyright/Scanner.pm | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 6562812..b137752 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -199,7 +199,7 @@ sub scan_files ( %args ) {
 }
 }
 
-say "No copyright information found" unless keys %$files;
+warn "No copyright information found" unless keys %$files;
 
 my $merged_c_info = __squash_copyrights_years (\@copyrights_by_id) ;
 
@@ -253,7 +253,7 @@ sub __pack_copyright ($r) {
 $span->set_range_as_string($year, $owner);
 };
 if ($@) {
-say "Invalid year range in copyright: $r";
+warn "Invalid year range in copyright: $r";
 return $r;
 }
 }
@@ -374,7 +374,7 @@ sub __coalesce_copyright_years($entries, $owners) {
 $span->set_range_as_string($years[$i], 1);
 };
 if ($@) {
-say "Invalid year range: ",$years[$i];
+warn "Invalid year range: ",$years[$i];
 return ();
 }
 }
@@ -466,13 +466,13 @@ sub __load_fill_blank_data ($current_dir) {
 if ($debian->is_dir) {
 my @fills = $debian->children(qr/fill\.copyright\.blanks\.yml$/);
 
-say "Note: loading @fills fixes" if @fills and not $quiet;
+warn "Note: loading @fills fixes" if @fills and not $quiet;
 foreach my $file ( @fills) {
 my $yaml = $file->slurp_utf8;
 my $data = Load $yaml;
 foreach my $path (sort keys %$data) {
 if ($fill_blanks{$path}) {
-say "Warning: skipping duplicated fill blank path $path 
from file $file";
+warn "Warning: skipping duplicated fill blank path $path 
from file $file";
 }
 else {
 $fill_blanks{$path} = $data->{$path};

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

___
Pkg-perl-cvs-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-dpkg-perl] 12/19: scanner: add the possibility to override copyright

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

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

commit 551c4743ff19c20b1b62d4e5f459d0e7390b017f
Author: Dominique Dumont 
Date:   Sat Jan 2 19:40:08 2016 +0100

scanner: add the possibility to override copyright
---
 lib/Dpkg/Copyright/Scanner.pm | 15 ++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index ed5d789..c37ec12 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -171,6 +171,10 @@ sub scan_files ( %args ) {
 if ( $c =~ /no-info-found/ and $fill_blank->{copyright} ) {
 $c = $fill_blank->{copyright};
 }
+elsif ($fill_blank->{'override-copyright'}) {
+_warn "Overriding path $f copyright info\n";
+$c = $fill_blank->{'override-copyright'};
+}
 if ( $l =~/unknown/i and $fill_blank->{license} ) {
 $l = $fill_blank->{license};
 }
@@ -481,7 +485,7 @@ sub __load_fill_blank_data ($current_dir) {
 
 foreach my $k (keys $fill_blanks{$path}->%*) {
 die "Error in file $file: Unexpected key '$k' in path 
'$path'\n"
-unless $k =~/^(skip|license|copyright)$/;
+unless $k =~/^(skip|license|(override-)?copyright)$/;
 }
 }
 }
@@ -505,6 +509,8 @@ sub __get_fill_blank ($fbd,$file) {
 
 __END__
 
+=encoding utf8
+
 =head1 NAME
 
  Dpkg::Copyright::Scanner - Scan files to provide copyright data
@@ -558,6 +564,8 @@ match a path. E.g:
license: LGPL-2
  src/sunstone/:
license: Apache-2.0
+ src/garbled/:
+   'copyright-override': 2016 Marcel Mézigue
 
 Pattern are matched from the beginning a
 path. I.e. C pattern will match
@@ -570,6 +578,11 @@ C.
 When C is true, the file is skipped like a file without any
 information.
 
+The C key can be used to ignore the copyright
+information coming from the source and provide the correct
+information. Use this as last resort for instance when the encoding of
+the owner is not ascii or utf-8. Note that a warning will be shown
+each time a copyright is overridden.
 
 =head1 METHODS
 

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

___
Pkg-perl-cvs-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-dpkg-perl] 11/19: Build.PL: fix pod doc re-generation

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

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

commit c15faea47806d48fa9dc7069587b4b8ceec38be4
Author: Dominique Dumont 
Date:   Sat Jan 2 18:46:55 2016 +0100

Build.PL: fix pod doc re-generation
---
 Build.PL | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Build.PL b/Build.PL
index 08da525..db93c14 100644
--- a/Build.PL
+++ b/Build.PL
@@ -24,12 +24,15 @@ use strict;
 
 require 5.010001 ;
 
-my $code = 'sub ACTION_build {
+my $code = << 'EOC';
+sub ACTION_build {
 my $self = shift;
 # below requires Config::Model 2.026, and need to use local library
-system ( $^X, qw!-Ilib -S cme gen-class-pod! ) ;
+system ($^X, '-MConfig::Model::Utils::GenClassPod', 
'-e','gen_class_pod();') == 0
+or die "gen-class-pod failed: $?";
 $self->SUPER::ACTION_build;
-}';
+};
+EOC
 
 my $class = Module::Build->subclass(
class => "Module::Build::Custom",

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

___
Pkg-perl-cvs-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-dpkg-perl] 05/19: Raise a warning if copyright or license contains 'unknown'

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

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

commit 12b174a0fcac50970ad19c20482716d9389968b3
Author: Dominique Dumont 
Date:   Sat Dec 26 17:50:37 2015 +0100

Raise a warning if copyright or license contains 'unknown'
---
 lib/Config/Model/models/Dpkg/Copyright/Content.pl | 7 ++-
 lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl | 3 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/models/Dpkg/Copyright/Content.pl 
b/lib/Config/Model/models/Dpkg/Copyright/Content.pl
index ec00055..5e2f34d 100644
--- a/lib/Config/Model/models/Dpkg/Copyright/Content.pl
+++ b/lib/Config/Model/models/Dpkg/Copyright/Content.pl
@@ -33,7 +33,12 @@ the Copyright field for a stanza covering both file A and 
file B need contain on
 The Copyright field may contain the original copyright statement copied 
exactly (including the word Copyright), or it can shorten the text, as long as 
it does not sacrifice information. Examples in this specification use both 
forms.',
 'mandatory' => '1',
 'type' => 'leaf',
-'value_type' => 'string'
+'value_type' => 'string',
+'warn_if_match' => {
+  'UNKNOWN' => {
+'msg' => 'Unknown copyright owner: please add correct value or 
remove the File entry.'
+  }
+}
   },
   'License',
   {
diff --git a/lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl 
b/lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl
index 70b08b4..d470cad 100644
--- a/lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl
+++ b/lib/Config/Model/models/Dpkg/Copyright/FileLicense.pl
@@ -104,6 +104,9 @@ $lic->move($old,$_) unless $text or $lic->defined($_);
 ',
 'msg' => 'Please use BSD-x-clause name, like BSD-3-clause'
   },
+  'UNKNOWN' => {
+'msg' => 'Unknown license: please add correct value or remove the 
File entry.'
+  },
   '\\bMIT\\b' => {
 'fix' => '# need to test if target exists before moving element
 my $lic = $self->grab(\'- - - License\');

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

___
Pkg-perl-cvs-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-dpkg-perl] 02/19: C::M::D::Copyright: Inform user about limitation and work-around

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

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

commit 2db843d502f7ec762b2125bf96b2cfb20ec63559
Author: Dominique Dumont 
Date:   Fri Dec 25 10:16:35 2015 +0100

C::M::D::Copyright: Inform user about limitation and work-around
---
 lib/Config/Model/Dpkg/Copyright.pm | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index 11a2c69..ac80536 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -221,7 +221,14 @@ sub update ($self, %args) {
 # normalized again after all the modifications
 $self->load("Files:.sort");
 
-return ''; # improve returned message ?
+my @msgs = (
+"Please follow the instructions given in ".__PACKAGE__." man page,",
+"section \"Tweak results\" if some license and copyright entries are 
wrong.",
+"Other information, like license text, can be added directly in 
debian/copyright file.",
+"This information will be merged correctly next time this command is 
run."
+);
+
+return @msgs;
 }
 
 sub _prune_old_dirs ($self, $h, $old_dirs, $path = [] ) {

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

___
Pkg-perl-cvs-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-dpkg-perl] 03/19: Set © to "UNKNOWN" to avoid fatal errors during update

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

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

commit f5fb981f532b024f2d5e148c32837f9f3bca6816
Author: Dominique Dumont 
Date:   Fri Dec 25 10:17:39 2015 +0100

Set © to "UNKNOWN" to avoid fatal errors during update
---
 lib/Config/Model/Dpkg/Copyright.pm | 3 +++
 lib/Dpkg/Copyright/Scanner.pm  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index ac80536..e33374b 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -79,6 +79,9 @@ sub update ($self, %args) {
 $new_data->{Copyright} = $c if ($c !~ /no-info-found|UNKNOWN/ or not 
$old_cop);
 $new_data->{License}{short_name} = $l if ($l ne 'UNKNOWN' or not 
$old_lic);
 
+# when all fails
+$new_data->{Copyright} ||= 'UNKNOWN';
+
 # create an inventory of different file copyright and license data
 my $dumper = Data::Dumper->new([$new_data])->Sortkeys(1)->Indent(0);
 my $datum_dump = $dumper->Dump;
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 1306cd2..377eb92 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -68,6 +68,7 @@ sub print_copyright ( %args ) {
 # don't print directory info covered by same info in directory above
 next if $paths[0] =~ /\.$/;
 
+$c = "UNKNOWN" unless $c;
 push @out,
 "Files: ", join($whitespace_list_delimiter, @paths )."\n",
 "Copyright: $c\n",

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

___
Pkg-perl-cvs-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-dpkg-perl] 04/19: scanner: show skipped files

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

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

commit 9bf94e09dfd2fcaa7bc5e855f2bc32e8e4ca7c62
Author: Dominique Dumont 
Date:   Fri Dec 25 10:19:38 2015 +0100

scanner: show skipped files
---
 lib/Dpkg/Copyright/Scanner.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 377eb92..56459d6 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -104,7 +104,7 @@ sub scan_files ( %args ) {
 @lines = $args{in}->lines_utf8; # for other tests
 }
 else {
-foreach my $opts ( ('',q! -c '(?i:readme|license|copying).*'!)) {
+foreach my $opts ( ('--skipped', q! -c 
'(?i:readme|license|copying).*'!)) {
 my $pipe = IO::Pipe->new();
 $pipe->reader("licensecheck --copyright -m -r $opts .");
 binmode($pipe, ":encoding(UTF-8)");

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

___
Pkg-perl-cvs-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-dpkg-perl] 08/19: scanner: improved user message

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

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

commit a512282a07dbb3e366c0016809e2cc1d9049b991
Author: Dominique Dumont 
Date:   Sat Dec 26 17:54:52 2015 +0100

scanner: improved user message
---
 lib/Dpkg/Copyright/Scanner.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 56459d6..6562812 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -175,10 +175,10 @@ sub scan_files ( %args ) {
 }
 
 if ( $c =~ /no-info-found/ and $is_debian_package) {
-_warn "Path $f has no copyright info. Add a line in 
debian/fill.copyright.blanks.yml\n";
+_warn "Path $f has no copyright info. You may want to add a line 
in debian/fill.copyright.blanks.yml\n";
 }
 if ( $l =~/unknown/i and $is_debian_package ) {
-_warn "Path $f has no license info. Add a line in 
debian/fill.copyright.blanks.yml\n";
+_warn "Path $f has no license info. You may want to add a line in 
debian/fill.copyright.blanks.yml\n";
 }
 
 #say "Storing '$f' : '$c' '$l'";

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

___
Pkg-perl-cvs-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-dpkg-perl] 14/19: scanner: assume all source files are utf-8

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

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

commit c3dbd1a90d32bc9dd6a19555ff7d4ca8309110f0
Author: Dominique Dumont 
Date:   Sat Jan 2 19:41:37 2016 +0100

scanner: assume all source files are utf-8
---
 lib/Dpkg/Copyright/Scanner.pm | 23 ++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index c37ec12..806d07f 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -106,7 +106,7 @@ sub scan_files ( %args ) {
 else {
 foreach my $opts ( ('--skipped', q! -c 
'(?i:readme|license|copying).*'!)) {
 my $pipe = IO::Pipe->new();
-$pipe->reader("licensecheck --copyright -m -r $opts .");
+$pipe->reader("licensecheck --encoding utf8 --copyright -m -r 
$opts .");
 binmode($pipe, ":encoding(UTF-8)");
 push @lines, $pipe->getlines;
 $pipe->close;
@@ -652,6 +652,27 @@ Extracting license and copyright data from unstructured 
comments is not reliable
 User must check manually the files when no copyright info is found or when the
 license is unknown.
 
+Source files are assumed to be utf8 (or ascii). Using files with other encoding
+will lead to garbled names of copyright owner. In this case, you can:
+
+=over
+
+=item *
+
+Path source files to use utf-8 encoding.
+
+=item *
+
+Use the "fill copyright blank" mechanism described above with
+C to provide an owner name with the correct
+encoding.
+
+=item *
+
+File a bug against licensecheck of devscript package to find a better solution.
+
+=back
+
 =head1 SEE ALSO
 
 L, C from C package

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

___
Pkg-perl-cvs-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-dpkg-perl] 06/19: CMD::Copyright: better preserve dir info during update

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

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

commit 86bd234f7781f5502a2ec6e6ee1e8fed0f984be7
Author: Dominique Dumont 
Date:   Sat Dec 26 17:52:32 2015 +0100

CMD::Copyright: better preserve dir info during update
---
 lib/Config/Model/Dpkg/Copyright.pm | 19 +--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index e33374b..2fc6bff 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -139,6 +139,7 @@ sub update ($self, %args) {
 # load new data in config tree
 foreach my $p (@packed) {
 my ($id, @paths) = $p->@*;
+my $datum = dclone($data[$id]);
 
 # ditch old data when copyright data directory is found in source files
 if ($paths[0] =~ /[*.]$/) {
@@ -148,7 +149,22 @@ sub update ($self, %args) {
 my $p = $paths[0];
 $p =~ s/\.$/*/;
 my $old_data = delete $preserved_path{$p};
-$self->_say( "old dir data for $p overridden") if $old_data;
+
+if ($old_data) {
+my $overridden = 1;
+if ($datum->{Copyright} =~ /unknown|no-info-found/i) {
+$self->_say( "keeping copyright dir data for $p");
+$datum->{Copyright} = $old_data->{Copyright};
+$overridden = 0;
+}
+if ($datum->{License}{short_name} =~ /unknown|no-info-found/i) 
{
+$self->_say( "keeping license dir data for $p");
+$datum->{License}{short_name} = 
$old_data->{License}{short_name};
+$datum->{License}{full_license} = 
$old_data->{License}{full_license};
+$overridden = 0;
+}
+$self->_say( "old dir data for $p overridden") if $overridden;
+}
 
 # skip writing data because it duplicates information
 # found in directory above above (as shown the path ending
@@ -156,7 +172,6 @@ sub update ($self, %args) {
 next if $paths[0] =~ /\.$/;
 };
 
-my $datum = dclone($data[$id]);
 my $path_str = $self->normalize_path(\@paths);
 my $l = $datum->{License}{short_name};
 

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

___
Pkg-perl-cvs-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-dpkg-perl] 16/19: renamed bash_completion file

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

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

commit a6c28857555b075087d59798e11cd75569cfb5dd
Author: Dominique Dumont 
Date:   Sat Jan 2 20:07:03 2016 +0100

renamed bash_completion file
---
 ...fig-model-dpkg-perl.bash-completion => cme-dpkg-patch.bash-completion} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/debian/libconfig-model-dpkg-perl.bash-completion 
b/debian/cme-dpkg-patch.bash-completion
similarity index 100%
rename from debian/libconfig-model-dpkg-perl.bash-completion
rename to debian/cme-dpkg-patch.bash-completion

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

___
Pkg-perl-cvs-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-dpkg-perl] 19/19: prepare release

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

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

commit b1b49a8dc0a8464b884aef3cc40e6837e04b0d26
Author: Dominique Dumont 
Date:   Sat Jan 2 19:53:45 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index ae7cac9..d10e99b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,26 @@
+libconfig-model-dpkg-perl (2.070) unstable; urgency=medium
+
+  * scan-copyright (i.e. copyright scanner):
+* fix doc issues (Tx Jens Reyer)
+* show skipped files
+* mentions fill.copyright.blanks.yml in doc (Closes: #804783)
+* scanner: assume all source files are utf-8
+* add the possibility to override garbled copyright info which
+  can be used when the above assumption is wrong.
+  * Config::Model::Dpkg::Copyright doc:
+* refer to scanner doc for detail on how to fill info blanks
+* Inform user about limitation and work-around
+  * cme update dpkg-copyright:
+* better preserve dir info during update
+* set undefined © to "UNKNOWN" to avoid fatal errors during update
+  * cme check: raise a warning if copyright or license contains 'unknown'
+  * Build.PL: fix generation of pod doc from model files
+  * deliver new bash completion file as cme-dpkg-patch
+  * remove obsolete bash completion conffile
+  * control: depends on devscripts >= 2.15.10
+
+ -- Dominique Dumont   Sat, 02 Jan 2016 19:43:37 +0100
+
 libconfig-model-dpkg-perl (2.069) unstable; urgency=medium
 
   * Dependency checker:

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

___
Pkg-perl-cvs-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-dpkg-perl] annotated tag debian/2.070 created (now 9c4ea3d)

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

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

at  9c4ea3d   (tag)
   tagging  b1b49a8dc0a8464b884aef3cc40e6837e04b0d26 (commit)
  replaces  debian/2.069
 tagged by  Dominique Dumont
on  Sun Jan 3 12:45:02 2016 +0100

- Log -
libconfig-model-dpkg-perl Debian release 2.070
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWiQm+AAoJEMMfT9lJqyts0XAP/1M5fXigcwpaXnWFKtZxoHvu
70PbrdthDFWgEXFSca5/kKQ0TT+83AlV17LFgGQfecm5oKTw9iKRrzn0Kt3VaVcO
J8OB8Uq/ppy1k8MfqE+Gm3y93OxAJT3zaoCaUAB7mIBMr6GEvffRSJqrW5Pxs0Tx
5p5UjsKIK/TxkY1zLlajZlr3P1gPdYCEuem0plxuYmMK52Qp+BHNhqPZoGZx3wa6
aXzUeu7dsS7q3+HPGjup6WhvNHaatWD13G/qA43n47J5jR7LgoMDw0L+/+c6GfMC
IWlzYBwzFoR/dR3l1VodlZ0U7dOxWEnSNEXs8RaMp9F8aNQg1p43laPwWSVJ8tEe
acL+ID+1uQF7Ij/yICD0yx2Ndkrwc3aAj0jx8WZtITFRFqpZYHdKPVcviumScPXS
yEcl+ezJ10+J+Cc4BhcFU19yMlnxCxXu+/P2PbPlBwFxnbzE6dnnswVO3lYgnGeJ
1YXX1XLPiA97b/y9SVJu5La9pJMeDxr0B4jzkv0wezO2u5G6kX/98kXNkhz6a28q
3VliP9O+d9TkDxdWuRlJuLmcbMbDUpRAEvPFwfUPYgeQvxSg35pEerKqQ9vPKrkv
LVJqGsjNX7HEg32NZBS9wyO+6FEfRYkwq5KNlUAE3OXFRPmMI+A84WTd1evEyhmi
gd9FnP0iFNSVXrIb2Mh8
=UX4w
-END PGP SIGNATURE-

Dominique Dumont (23):
  Scanner: Fix typo in pod
  Scanner: fix doc issues (Tx Jens Reyer)
  scan-copyright: fix pod warning
  scan-copyright pod: mentions fill.copyright.blanks.yml (Closes:  #804783)
  C::M::D::Copyright: refer to doc to fill info blanks
  C::M::D::Copyright: Inform user about limitation and work-around
  Set © to "UNKNOWN" to avoid fatal errors during update
  scanner: show skipped files
  Raise a warning if copyright or license contains 'unknown'
  CMD::Copyright: better preserve dir info during update
  test preservation of dir info during update
  scanner: improved user message
  scanner: use warning instead of say for user messages
  scanner: skip duplicated file info
  Build.PL: fix pod doc re-generation
  scanner: add the possibility to override copyright
  test copyright override
  scanner: assume all source files are utf-8
  properly remove obsolete bash completion conffile
  renamed bash_completion file
  deliver new bash completion file as cme-dpkg-patch
  control: depends on devscripts >= 2.15.10
  prepare release

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-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-dpkg-perl] 18/19: control: depends on devscripts >= 2.15.10

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

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

commit f3285fa4c0c1e8c4624f19da3dc138c630f9e05e
Author: Dominique Dumont 
Date:   Sun Jan 3 12:15:25 2016 +0100

control: depends on devscripts >= 2.15.10

for the -utf8 option of licensecheck
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1bd54ac..90c0075 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,7 @@ Package: libconfig-model-dpkg-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
- devscripts,
+ devscripts (>= 2.15.10),
  libapt-pkg-perl,
  libarray-intspan-perl,
  libconfig-model-perl (>= 2.073),

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

___
Pkg-perl-cvs-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-dpkg-perl] 01/19: C::M::D::Copyright: refer to doc to fill info blanks

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

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

commit 454bb965d947773d80624da20aa7ba170961b3b9
Author: Dominique Dumont 
Date:   Fri Dec 25 10:15:10 2015 +0100

C::M::D::Copyright: refer to doc to fill info blanks
---
 lib/Config/Model/Dpkg/Copyright.pm | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm 
b/lib/Config/Model/Dpkg/Copyright.pm
index b655c47..11a2c69 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -303,6 +303,16 @@ Note: this command is experimental.
 
 =head1 Tweak results
 
+Results can be tweaked either by specyfying information for individual
+files or by tweaking the copyright entries created by grouping
+coaslescinf information.
+
+The first way is described in L.
+
+The second way is described below:
+
+=head2 Tweak copyright entries
+
 Since the extraction of copyright information from source file is
 based on comments, the result is sometimes lackluster. Your may
 specify instruction to alter or set specific copyright entries in

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

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


[cme] 02/03: Merge tag 'upstream/1.009'

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

dod pushed a commit to branch master
in repository cme.

commit 06d329ffccc397ac0c6f7aa49320735097c9e959
Merge: 831543d b2bf2db
Author: Dominique Dumont 
Date:   Sun Jan 3 15:22:06 2016 +0100

Merge tag 'upstream/1.009'

Upstream version 1.009

# gpg: Signature made Sun 03 Jan 2016 03:22:02 PM CET using RSA key ID 
49AB2B6C
# gpg: Good signature from "Dominique Dumont "
# gpg: aka "Dominique Dumont (CPAN) "
# gpg: aka "Dominique Dumont (HP-GNB) 
"
# gpg: aka "Dominique Dumont (HP-SEA) 
"
# gpg: aka "Dominique Dumont (Debian) "
# gpg: aka "Dominique Dumont "
# gpg: aka "Dominique Dumont "

 Build.PL |  2 +-
 Changes  |  8 
 LICENSE  |  2 +-
 META.json|  2 +-
 META.yml |  2 +-
 bin/cme  |  6 +++---
 lib/App/Cme.pm   |  8 
 lib/App/Cme/Command/check.pm |  8 
 lib/App/Cme/Command/dump.pm  |  8 
 lib/App/Cme/Command/edit.pm  |  8 
 lib/App/Cme/Command/fix.pm   |  8 
 lib/App/Cme/Command/fusefs.pm|  8 
 lib/App/Cme/Command/gen_class_pod.pm |  8 
 lib/App/Cme/Command/list.pm  | 10 +-
 lib/App/Cme/Command/migrate.pm   |  8 
 lib/App/Cme/Command/modify.pm|  8 
 lib/App/Cme/Command/search.pm|  8 
 lib/App/Cme/Command/shell.pm |  8 
 lib/App/Cme/Command/update.pm| 18 +++---
 lib/App/Cme/Common.pm| 14 --
 20 files changed, 79 insertions(+), 73 deletions(-)

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

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


[cme] 01/01: pristine-tar data for cme_1.009.orig.tar.gz

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

dod pushed a commit to branch pristine-tar
in repository cme.

commit b9c36445b7b1ae39ec7befe798074300f99b1153
Author: Dominique Dumont 
Date:   Sun Jan 3 15:22:02 2016 +0100

pristine-tar data for cme_1.009.orig.tar.gz
---
 cme_1.009.orig.tar.gz.delta | Bin 0 -> 2077 bytes
 cme_1.009.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/cme_1.009.orig.tar.gz.delta b/cme_1.009.orig.tar.gz.delta
new file mode 100644
index 000..129fe34
Binary files /dev/null and b/cme_1.009.orig.tar.gz.delta differ
diff --git a/cme_1.009.orig.tar.gz.id b/cme_1.009.orig.tar.gz.id
new file mode 100644
index 000..84a578d
--- /dev/null
+++ b/cme_1.009.orig.tar.gz.id
@@ -0,0 +1 @@
+7cc609befffbf632f4df5549fc18e155889712ed

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

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


[cme] annotated tag debian/1.009-1 created (now db1c604)

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

dod pushed a change to annotated tag debian/1.009-1
in repository cme.

at  db1c604   (tag)
   tagging  0fa7f78b9c4cc839c84a0723d868de2bda521221 (commit)
  replaces  debian/1.008-1
 tagged by  Dominique Dumont
on  Sun Jan 3 15:38:40 2016 +0100

- Log -
cme Debian release 1.009-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWiTJwAAoJEMMfT9lJqytsH/MP/jvzfaknjUTstqHIe/TvCZ7q
d8wxjKWt3F5Ly8AzCa8XkQP6kRl+yqO+m11owCqho6LT4umVgzpIMsMsruPohr2V
2iOBz8wURyfDezUl1LnLReFC/lXCptFOJcSpdlQsTPNpvNhqeDILVaklWBkS48ms
zALIuo/66/rMAo18FfQG0zZMW7yTeBlKOyLydfEOaFn/uUTaphUUKWqdBgPSsUD0
x1gUndkcaGEGFROSUKKjpgsLvnZsDE4lk9n/Zw0gz2yLR06Vo9wSwFzFeBKnRg7p
huQf/8JJYeDOxh6MI1DSZiy4QRBIM/Awgtej7fLMWidqkCgjHs+k83BN8bWXb0O4
2r7eAItaqROLtd9R/ASJDP3wn39SH1dJtqXDKpQG7OpT4geA/fqFqUBr2ridEGm5
k6p+whoIfQMyOp0beI4NjpBkxnemBQrCSySaq2rTq0rVqZ9EfQqdqo9Eq2TXOqvB
yJ5ya8fRwbrYDj8bPr95L095pM9EGz56AWbAiw7v08Cs/fo/x68ZdxD/7oGoMS2H
Omycqghq3LYDf4YC/NuvrM1QcHpNKzif8CPzhtCqvzfhxGAWOMOt/NeGei6cLQGE
/qDUYG8pW0DA/5m973esZ4LgshmRwuFdKCIH1tUlyclwPHHFVEi0mQKyEf0x8PVp
XSgTmpjXp9Ac5U/tpWq3
=Bv/8
-END PGP SIGNATURE-

Dominique Dumont (4):
  new patch to force load cme bash completion snippets
  Imported Upstream version 1.009
  Merge tag 'upstream/1.009'
  prepare release

---

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/cme.git

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


[cme] 01/03: new patch to force load cme bash completion snippets

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

dod pushed a commit to branch master
in repository cme.

commit 831543df08fa78c72ad56d938cee8d1003928fc3
Author: Dominique Dumont 
Date:   Fri Jan 1 21:17:04 2016 +0100

new patch to force load cme bash completion snippets
---
 debian/patches/force-load-bash-comp-plugins | 26 ++
 debian/patches/series   |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/force-load-bash-comp-plugins 
b/debian/patches/force-load-bash-comp-plugins
new file mode 100644
index 000..5c83033
--- /dev/null
+++ b/debian/patches/force-load-bash-comp-plugins
@@ -0,0 +1,26 @@
+Description: Force load bash completion plugins
+ New style of Debian bash completion use load on demand of
+ files. Unfortunately, cme plugins come with bash completions
+ snippets that are not loaded with this mechanism. Hence, these lines
+ circumvent delayed for the bash completions of cme plugins
+ .
+ This patch is Debian specific.. Well I think so...
+Author: dod
+--- a/contrib/bash_completion.cme
 b/contrib/bash_completion.cme
+@@ -10,6 +10,15 @@
+ #   The GNU Lesser General Public License, Version 2.1, February 1999
+ #
+ 
++# New style of Debian bash completion use load on demand of
++# files. Unfortunately, cme plugins come with bash completions
++# snippets that are not loaded with this mechanism. Hence, these lines
++# circumvent delayed for the bash completions of cme plugins
++for file in /usr/share/bash-completion/completions/cme[-_]*
++do
++. $file
++done
++
+ _cme_models()
+ {
+MODELS=$(perl -MConfig::Model::Lister -e'print 
Config::Model::Lister::models;')
diff --git a/debian/patches/series b/debian/patches/series
index cdc0a2e..84b8d5b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+force-load-bash-comp-plugins
 add_dh_config

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

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


[cme] branch master updated (cc2503e -> 0fa7f78)

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

dod pushed a change to branch master
in repository cme.

  from  cc2503e   prepare release
   new  831543d   new patch to force load cme bash completion snippets
  adds  b2bf2db   Imported Upstream version 1.009
   new  06d329f   Merge tag 'upstream/1.009'
   new  0fa7f78   prepare release

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


Summary of changes:
 Build.PL|  2 +-
 Changes |  8 
 LICENSE |  2 +-
 META.json   |  2 +-
 META.yml|  2 +-
 bin/cme |  6 +++---
 debian/changelog| 11 +++
 debian/patches/force-load-bash-comp-plugins | 26 ++
 debian/patches/series   |  1 +
 lib/App/Cme.pm  |  8 
 lib/App/Cme/Command/check.pm|  8 
 lib/App/Cme/Command/dump.pm |  8 
 lib/App/Cme/Command/edit.pm |  8 
 lib/App/Cme/Command/fix.pm  |  8 
 lib/App/Cme/Command/fusefs.pm   |  8 
 lib/App/Cme/Command/gen_class_pod.pm|  8 
 lib/App/Cme/Command/list.pm | 10 +-
 lib/App/Cme/Command/migrate.pm  |  8 
 lib/App/Cme/Command/modify.pm   |  8 
 lib/App/Cme/Command/search.pm   |  8 
 lib/App/Cme/Command/shell.pm|  8 
 lib/App/Cme/Command/update.pm   | 18 +++---
 lib/App/Cme/Common.pm   | 14 --
 23 files changed, 117 insertions(+), 73 deletions(-)
 create mode 100644 debian/patches/force-load-bash-comp-plugins

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

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


[libimage-seek-perl] annotated tag debian/0.05-1 created (now 07ec969)

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

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

at  07ec969   (tag)
   tagging  a6df6da6f2e18cec45204e0081c0bb041d5c9a90 (commit)
  replaces  debian/0.04-1
 tagged by  gregor herrmann
on  Sun Jan 3 19:32:20 2016 +0100

- Log -
tagging package libimage-seek-perl version debian/0.05-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWiWk0XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG3fwP/j0WsCO0PRCHYlzlTj6ofFUe
dFz1hTcOkZlgdndKCmzCkJxeBPxNh34mQ9fk8NlK9/Rd4gulY7Vu01n6ezztES4Y
CfggyhDOL3AEdLYiOfT/YtRMTPFpIPurkbrHL0SQwfYxxiRbY26lc7r9IoSndyBb
EBQ/yQCz3Gt0GX+3gJweKxcvy6n7+Wi9xr2VqsGbrsl7+pbzagqHt9ivhQU6/YdK
0EU5767wmrRAKGVn+dyjjOE0X1vCE7Om0KstfOYQ74jJnQYJmRlGcZGAClrvWm26
IuVQiFqzuqfrCtSWoBJEJ1RNgviE8MZFeApvdnS1YdY7A5ZZowvRvPsgp4PqZbIP
jdC+ztZKQiNprHC137V8N6K2osGVGAn9BFckTZBhWWp0GL4QiF6pFtZhSS7BZDm2
uW0yZfVcJnn2dIPALu+3EYz9FtqduQoD1G7JM6TxVwiENT0I4iha8x+geUP1ZnmN
SmyqWyKiVt+jL7XhWxH5/QCZVTxfpBBG8WieHrBAdQtPZRfcuPSbFCq9hSr7c7pD
qSyx9BSt9E3KPQ1ZFiKgZVUiIfiG+DYkMi5vDTGC9qU8vBAgQJFY4AcgJ7dI9dbb
LSauDCopI8MTXBKCOr+roOMQppS+ED4f9KR7UEFIPCoq6hjR73IPswJwWIqMgXue
9+zpp5RY6K/D6NowFjEF
=5JMZ
-END PGP SIGNATURE-

Lucas Kanashiro (4):
  Imported Upstream version 0.05
  Update debian/changelog
  Add build dependency on libextutils-cppguess-perl
  Releasing libimage-seek-perl version 0.05-1

gregor herrmann (2):
  Update copyright years for ppport.h.
  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/libimage-seek-perl.git

___
Pkg-perl-cvs-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 (93fdfc2 -> f604dbf)

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

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

  from  93fdfc2   prepare release
   new  dd83801   new patch to fix debci tests (Closes: #809294)
   new  f604dbf   prepare release

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


Summary of changes:
 debian/changelog  |  6 ++
 debian/patches/fix-debci-test | 18 ++
 debian/patches/series |  1 +
 3 files changed, 25 insertions(+)
 create mode 100644 debian/patches/fix-debci-test

-- 
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/02: prepare release

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

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

commit f604dbf69c1d26a12434ac0fcbd226bcf25b9010
Author: Dominique Dumont 
Date:   Fri Jan 1 19:22:40 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index d98b1d4..790d650 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libconfig-model-itself-perl (2.002-2) unstable; urgency=medium
+
+  * new patch to fix debci tests (Closes: #809294)
+
+ -- Dominique Dumont   Fri, 01 Jan 2016 19:21:59 +0100
+
 libconfig-model-itself-perl (2.002-1) unstable; urgency=medium
 
   [ gregor herrmann ]

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


[liblocal-lib-perl] branch master updated (7df7aeb -> 7b8d8d7)

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

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

  from  7df7aeb   update changelog
  adds  11e7aee   update prereqs in bootstrap test
  adds  cf6f6cf   clean up syntax of MY overrides
  adds  be7d1b1   revise call style of inc::ConfigCPAN
  adds  a06b164   update bootstrap test to check prereqs
  adds  e63812c   inc::ConfigCPAN -> inc::CPAN
  adds  fb9064d   add inc::CPAN install command
  adds  1e1db73   only set prefer_installer during installation
  adds  db9dc21   create directory structure under local::lib including 
arch dir
  adds  3fc872e   fix expected prereqs in bootstrap
  adds  2f7bd47   create entire directory structure under lib dir
  adds  e7753cc   clean up test warnings
  adds  0c6bd81   include currently active local::lib in output of *_for 
class methods
  adds  adf27d1   no_create should be an option to ->activate, not a class 
attribute
  adds  83222fc   add --quiet option to surpress directory creation warnings
  adds  47625b9   mkdir doesn't assume $_ on old perl
  adds  19b1cb8   travis test using containers
  adds  9cdc480   no tabs
  adds  1c6705b   travis: normal deps install
  adds  08d214d   put EUMM 7.00 in configure requires to work around cpanm
  adds  1ab0df6   simplify travis config
  adds  d7d5769   clarify comment about cpanm+EUMM prereq
  adds  2f8b5ce   don't include SHLVL check in synopsis
  adds  d3aad3c   changelog
  adds  77aa140   dump kwalitee test
  adds  671b450   the xt/release tests are actually just author tests
  adds  8f2614d   remove -f option from bootstrap test, use temp dir instead
  adds  64f04af   more cleanups of bootstrap test
  adds  1afa249   Bumping version to 2.000_016
  adds  d44253a   Release commit for 2.000_016
  adds  c149f6b   fix and test dollar sign in shell strings
  adds  c439364   fix fish environment escaping
  adds  887a893   remove redundant check for fancy dash
  adds  e889c3d   Bumping version to 2.17
  adds  1d17327   update changelog
  adds  b5392a3   remove conditional on Test::CPAN::Changes test
  adds  ffab61e   Release commit for 2.17
  adds  e3eacca   fix directory creation to always happen in correct order
  adds  bf19903   remove configure prereq on EUMM to fix CPAN.pm 
bootstrapping
  adds  47baa52   comment on special fish handling
  adds  de28ae3   update changelog
  adds  0528259   Bumping version to 2.18
  adds  4737c06   Release commit for 2.18
  adds  5d32f66   Imported Upstream version 2.18
   new  4ada914   Merge tag 'upstream/2.18'
   new  7cee58c   Update debian/changelog
   new  b8fc28b   Update years of packaging copyright.
   new  21f53d9   move perl to B-D
   new  230faaf   Bump debhelper compatibility level to 9.
   new  499346a   debian/rules: remove override_dh_clean.
   new  7b8d8d7   releasing package liblocal-lib-perl version 2.18-1

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


Summary of changes:
 Changes  |  19 ++
 LICENSE  | 379 +++
 MANIFEST |  14 +-
 META.json|   4 +-
 META.yml |   4 +-
 Makefile.PL  |  34 +--
 README   |  24 +-
 debian/changelog |  16 +-
 debian/compat|   2 +-
 debian/control   |   8 +-
 debian/copyright |   2 +-
 debian/rules |  10 -
 inc/{ConfigCPAN.pm => CPAN.pm}   |  41 ++--
 lib/local/lib.pm | 127 +++
 t/carp-mismatch.t|   2 +-
 t/classmethod.t  |  20 +-
 t/coderefs_in_inc.t  |   6 +-
 t/de-dup.t   |   6 +-
 t/lib/TempDir.pm |   4 +-
 t/shell.t|   1 +
 xt/{release => author}/cpan-changes.t|   4 -
 xt/{release => author}/eol.t |   0
 xt/{release => author}/minimum-version.t |   0
 xt/{release => author}/no-tabs.t |   0
 xt/{release => author}/pod-syntax.t  |   0
 xt/bootstrap.t   | 142 
 xt/install.t |   2 +-
 xt/release/kwalitee.t|   9 -
 28 files changed, 686 insertions(+), 194 deletions(-)
 create mode 100644 LICENSE
 rename inc/{ConfigCPAN.pm => CPAN.pm} (77%)
 rename xt/{release => 

[liblocal-lib-perl] 04/07: move perl to B-D

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

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

commit 21f53d9c098f83961c98e1f828adcc0a64fef51a
Author: gregor herrmann 
Date:   Sun Jan 3 19:41:19 2016 +0100

move perl to B-D

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

diff --git a/debian/control b/debian/control
index acc897f..5055107 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,13 @@ Uploaders: Jonathan Yu ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8),
-   libmodule-build-perl
 # 5.21.6 for EUMM 7.0
+Build-Depends: debhelper (>= 8),
+   libmodule-build-perl,
+   perl (>= 5.21.6)
 Build-Depends-Indep: libcapture-tiny-perl,
  libperl-minimumversion-perl (>= 1.35),
- libtest-minimumversion-perl,
- perl (>= 5.21.6)
+ libtest-minimumversion-perl
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/liblocal-lib-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblocal-lib-perl.git

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

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


[liblocal-lib-perl] annotated tag debian/2.000018-1 created (now 189d93d)

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

gregoa pushed a change to annotated tag debian/2.18-1
in repository liblocal-lib-perl.

at  189d93d   (tag)
   tagging  7b8d8d722c7a0e6b0976980042f25a4d27e08be0 (commit)
  replaces  upstream/2.18
 tagged by  gregor herrmann
on  Sun Jan 3 19:46:45 2016 +0100

- Log -
tagging package liblocal-lib-perl version debian/2.18-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAABCgBmBQJWiWyVXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoGPXgP/iqOewTERG/isrQAN9EA0mmT
0fA87tZObzukDchm33sagENOm2j4lismM99LDW9v0ynzbGc/EDYw2ICInsdZokBO
xdozD1imd3lA6JNxQDXOeg6va4Vlmg5MVMLup72a8ztfe869x/2/o+Hgj8c90ZTt
kv/2GiK3FMwa3lTLMh/vqmYrIJf3MybMSAg7/X3RajbG3bsIxktn22w++vBcJDCk
cfbn652Nj5ZdShRaeilDRvPIXGF+/Q9i9gmHc8BzHP0dX+ppHiuXDfcG9zThYpPj
TOW7dffAB04hIRapoFAmWQGPlEUZMMUWY3vUrZDUVpH78vmd+/v3uLuBwWpOS+Lr
GfI8sM8vJi3WJlujXzX8FzBvttBiX0rRM5m5uceSUMfYVvFfu9nI2CXCxAAGcDg/
vzHxgZ3a5CLTUqDbbuCaK29p4N33FZAdvRWJs2U6zGM71sXnRF/zDcGvcq/e129P
Px/8F92na1Ird4EdUSv+FPOr7upbxQCJqHiiJGJjqSk3nmoiSkcQVb2J9L4RmVR5
KdrFHZsRkcovgGb/XZwrRjzHJN08cwmuNVxIRFOv5+It3ib3JRUKwlVBJOAMdl9m
554pdhLC++1qqYXym2GHLSy4noB+YFM3/jc/D2USu/4np2tX1771Bo1NiXS1zs4Q
1O5qLsv7/NQ2Jc8mxEfL
=xKiL
-END PGP SIGNATURE-

Alessandro Ghedini (5):
  new upstream release
  add myself to Uploaders
  release to unstable
  update d/changelog
  Email change: Alessandro Ghedini -> gh...@debian.org

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

Axel Beckert (1):
  Remove trailing whitespace

Gregor Herrmann (6):
  debian/rules: remove generated stuff in clean target.
  (Build) depend on perl >= 5.10 to make sure we have CPAN 1.82.
  New upstream release.
  * Convert to source format 3.0 (quilt).
  Bump debhelper dependency to 7.2.13 (Module::AutoInstall).
  releasing version 1.006000-1

Jonathan Yu (11):
  [svn-inject] Installing original source of liblocal-lib-perl
  prepare for release
  install the examples in eg/
  dch -r. Builds lintian clean, ready for upload.
  New upstream release
  dch -r, builds clean
  * New upstream release
  dch -r, builds clean
  get rid of clean file, add clean override back
  gregoa was right..
  looks good, dch -r

Nuno Carvalho (7):
  Merge tag 'upstream/1.008018'
  New upstream release, ready for review
  Add new files eg/* as examples
  Update libmodule-build-perl in d/control
  TODO in d/changelog fixed, ready for review
  Update perl required versions
  TODO in d/changelog fixed, ready for review

Salvatore Bonaccorso (78):
  New upstream release
  debian/copyright: update to revision 135 of DEP5 format-
  Add myself to Uploaders.
  debian/rules: Remove installed lib.pod in
  dch -r, ready for a review
  * New upstream release
  dch -r; ready for review; no important changes, but upload will bump 
Standards-Version to current policy.
  New upstream release
  Bump Standards-Version to 3.9.1 (no changes needed).
  debian/control: Make versioned (Build-)Depends(-Indep) on perl
  debian/copyright: Update upstream copyright stanza.
  debian/rules: Do not install portuguese translation of lib.pod in
  * Bump Standards-Version to 3.9.1.
  Add lintian override for false-positive spelling error due to report
  dch -r; ready to review
  mass updated carnil's email address
  revert the changes done by rename-uploader
  mass updated carnil's email address.
  change string to "Update my email address."
  New upstream release
  debian/copyright: Refer to Debian systems instead of Debian
  # TODO: investigate the test failure:
  Add libmodule-build-perl (>= 0.36) to (Build-)Depends(-Indep).
  correct versioned (B-)D(-I) on libmodule-build-perl.
  New upstream release
  * debian/control: Refresh (Build-)Depends(-Indep) and Uploaders
  New upstream release
  [packagecheck] fixed Vcs-(Git|Browser)/Homepage field(s) in 
debian/control and/or URL in debian/watch and/or rmdir /usr/{lib|share}/perl5 
in debian/rules.
  Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  update changelog
  Change search.cpan.org based URIs to metacpan.org based URIs
  update changelog
  Merge tag 'upstream/1.008006'
  Update debian/copyright file information
  Bump Standards-Version to 3.9.4
  Update debian/changelog file
  Merge tag 'upstream/1.008007'
  Update debian/changelog file
  Merge tag 'upstream/1.008008'
  Update debian/changelog file
  Merge tag 'upstream/1.008009'
  Update debian/changelog file
  Prepare changelog for release
  Merge tag 'upstream/1.008010'
  Prepare changelog for 

[liblocal-lib-perl] 05/07: Bump debhelper compatibility level to 9.

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

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

commit 230faaff7a49377dbda191ed45e8d201e6743dc2
Author: gregor herrmann 
Date:   Sun Jan 3 19:41:38 2016 +0100

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

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5055107..c488bd5 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 # 5.21.6 for EUMM 7.0
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl (>= 5.21.6)
 Build-Depends-Indep: libcapture-tiny-perl,

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

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


[liblocal-lib-perl] 06/07: debian/rules: remove override_dh_clean.

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

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

commit 499346a18d3331dc174b1e619f6f084b6b259a1d
Author: gregor herrmann 
Date:   Sun Jan 3 19:43:24 2016 +0100

debian/rules: remove override_dh_clean.

The build artifacts are cleaned by the upstream build system now apparently.
---
 debian/rules | 10 --
 1 file changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 30a81e9..f8d9a71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,16 +6,6 @@ TMP = $(CURDIR)/debian/$(PACKAGE)
 %:
dh $@
 
-override_dh_clean:
-   dh_clean
-   rm -vrf $(CURDIR)/t/var/splat \
-   $(CURDIR)/t/dist/MB/Build \
-   $(CURDIR)/t/dist/MB/_build \
-   $(CURDIR)/t/dist/MB/blib \
-   $(CURDIR)/t/dist/EUMM/Makefile \
-   $(CURDIR)/t/dist/EUMM/pm_to_blib \
-   $(CURDIR)/t/dist/EUMM/blib
-
 override_dh_auto_install:
dh_auto_install
# Remove installed /usr/share/perl5/POD2/DE/local/lib.pod

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

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


[liblocal-lib-perl] annotated tag upstream/2.000018 created (now c6c23ee)

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

gregoa pushed a change to annotated tag upstream/2.18
in repository liblocal-lib-perl.

at  c6c23ee   (tag)
   tagging  5d32f667d078a8cbca92aca5124260334eb8c49f (commit)
  replaces  upstream/2.15
 tagged by  gregor herrmann
on  Sun Jan 3 19:34:14 2016 +0100

- Log -
Upstream version 2.18

Graham Knop (42):
  update prereqs in bootstrap test
  clean up syntax of MY overrides
  revise call style of inc::ConfigCPAN
  update bootstrap test to check prereqs
  inc::ConfigCPAN -> inc::CPAN
  add inc::CPAN install command
  only set prefer_installer during installation
  create directory structure under local::lib including arch dir
  fix expected prereqs in bootstrap
  create entire directory structure under lib dir
  clean up test warnings
  include currently active local::lib in output of *_for class methods
  no_create should be an option to ->activate, not a class attribute
  add --quiet option to surpress directory creation warnings
  mkdir doesn't assume $_ on old perl
  travis test using containers
  no tabs
  travis: normal deps install
  put EUMM 7.00 in configure requires to work around cpanm
  simplify travis config
  clarify comment about cpanm+EUMM prereq
  don't include SHLVL check in synopsis
  changelog
  dump kwalitee test
  the xt/release tests are actually just author tests
  remove -f option from bootstrap test, use temp dir instead
  more cleanups of bootstrap test
  Bumping version to 2.000_016
  Release commit for 2.000_016
  fix and test dollar sign in shell strings
  fix fish environment escaping
  remove redundant check for fancy dash
  Bumping version to 2.17
  update changelog
  remove conditional on Test::CPAN::Changes test
  Release commit for 2.17
  fix directory creation to always happen in correct order
  remove configure prereq on EUMM to fix CPAN.pm bootstrapping
  comment on special fish handling
  update changelog
  Bumping version to 2.18
  Release commit for 2.18

gregor herrmann (1):
  Imported Upstream version 2.18

---

No new revisions were added by this update.

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

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


[liblocal-lib-perl] 01/01: pristine-tar data for liblocal-lib-perl_2.000018.orig.tar.gz

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

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

commit 9062cdce386f1ab5b3e85a8f6e8228b355043d97
Author: gregor herrmann 
Date:   Sun Jan 3 19:34:14 2016 +0100

pristine-tar data for liblocal-lib-perl_2.18.orig.tar.gz
---
 liblocal-lib-perl_2.18.orig.tar.gz.delta | Bin 0 -> 2235 bytes
 liblocal-lib-perl_2.18.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/liblocal-lib-perl_2.18.orig.tar.gz.delta 
b/liblocal-lib-perl_2.18.orig.tar.gz.delta
new file mode 100644
index 000..67d9abe
Binary files /dev/null and b/liblocal-lib-perl_2.18.orig.tar.gz.delta differ
diff --git a/liblocal-lib-perl_2.18.orig.tar.gz.id 
b/liblocal-lib-perl_2.18.orig.tar.gz.id
new file mode 100644
index 000..a948e1f
--- /dev/null
+++ b/liblocal-lib-perl_2.18.orig.tar.gz.id
@@ -0,0 +1 @@
+a673684d37a2fc7b420ab50317bcd44972f432a5

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

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


[liblocal-lib-perl] 07/07: releasing package liblocal-lib-perl version 2.000018-1

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

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

commit 7b8d8d722c7a0e6b0976980042f25a4d27e08be0
Author: gregor herrmann 
Date:   Sun Jan 3 19:46:45 2016 +0100

releasing package liblocal-lib-perl version 2.18-1
---
 debian/changelog | 17 +
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65fa506..6dff27c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,17 +1,18 @@
-liblocal-lib-perl (2.18-1) UNRELEASED; urgency=medium
+liblocal-lib-perl (2.18-1) unstable; urgency=medium
 
-  WAITS-FOR: perl 5.21.6
-  # for EUMM 7.0
-
-  * Import upstream version 2.15
+  * Import upstream versions 2.15, 2.18.
   * Update years of packaging copyright.
   * Mark package as autopkgtest-able.
   * Declare compliance with Debian Policy 3.9.6.
-  * Drop Suggests: libcapture-tiny-perl. Doesn't seem to be used anywhere.
+  * Drop Suggests: libcapture-tiny-perl.
+Doesn't seem to be used anywhere.
   * Update (build) dependencies.
-  * Import upstream version 2.18
+  * Bump debhelper compatibility level to 9.
+  * debian/rules: remove override_dh_clean.
+The build artifacts are cleaned by the upstream
+build system now apparently.
 
- -- gregor herrmann   Sun, 03 Jan 2016 19:34:14 +0100
+ -- gregor herrmann   Sun, 03 Jan 2016 19:44:15 +0100
 
 liblocal-lib-perl (2.14-1) unstable; urgency=medium
 

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

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


[liblocal-lib-perl] 03/07: Update years of packaging copyright.

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

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

commit b8fc28b97dee7ac0a094dec423d0520aa585c2ca
Author: gregor herrmann 
Date:   Sun Jan 3 19:38:25 2016 +0100

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

diff --git a/debian/copyright b/debian/copyright
index da89ed0..c8a98c7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -21,7 +21,7 @@ License: Artistic or GPL-1+
 Files: debian/*
 Copyright: 2009, 2010, Jonathan Yu 
  2010-2014, Salvatore Bonaccorso 
- 2010-2015, gregor herrmann 
+ 2010-2016, gregor herrmann 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[liblocal-lib-perl] 02/07: Update debian/changelog

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

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

commit 7cee58cf1fe1a7ef06ea0780d51a1f2ede21793f
Author: gregor herrmann 
Date:   Sun Jan 3 19:34:14 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 4681b60..65fa506 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liblocal-lib-perl (2.15-1) UNRELEASED; urgency=medium
+liblocal-lib-perl (2.18-1) UNRELEASED; urgency=medium
 
   WAITS-FOR: perl 5.21.6
   # for EUMM 7.0
@@ -9,8 +9,9 @@ liblocal-lib-perl (2.15-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian Policy 3.9.6.
   * Drop Suggests: libcapture-tiny-perl. Doesn't seem to be used anywhere.
   * Update (build) dependencies.
+  * Import upstream version 2.18
 
- -- gregor herrmann   Sat, 25 Jul 2015 17:03:11 +0200
+ -- gregor herrmann   Sun, 03 Jan 2016 19:34:14 +0100
 
 liblocal-lib-perl (2.14-1) unstable; urgency=medium
 

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

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


[cpanminus] branch master updated (3ba2078 -> 3b220e5)

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

gregoa pushed a change to branch master
in repository cpanminus.

  from  3ba2078   update changelog
   new  3b220e5   drop one WAITS-FOR

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


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

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

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


[cpanminus] 01/01: drop one WAITS-FOR

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

gregoa pushed a commit to branch master
in repository cpanminus.

commit 3b220e583c41d7b4c7a73ba617e3618c15fb0a33
Author: gregor herrmann 
Date:   Sun Jan 3 19:49:34 2016 +0100

drop one WAITS-FOR

Gbp-Dch: Ignore
---
 debian/changelog | 1 -
 1 file changed, 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 49b5717..a1bca69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 cpanminus (1.7039-1) UNRELEASED; urgency=medium
 
-  WAITS-FOR: libcpan-meta-check-perl 0.012
   WAITS-FOR: liblocal-lib-perl 2.15   
 
   * Team upload.

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

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


[libdist-zilla-perl] 01/02: Update (build) dependencies.

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

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

commit 6982cb75da0e3d768c0ef07d13ad8592e69bded3
Author: gregor herrmann 
Date:   Sun Jan 3 19:56:22 2016 +0100

Update (build) dependencies.
---
 debian/control | 13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 2561b05..35089ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,8 +9,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 # needs perl >= 5.21.4 for ExtUtils::Manifest: '1.66'
-Build-Depends-Indep: perl,
- bash-completion,
+Build-Depends-Indep: bash-completion,
  libapp-cmd-perl (>= 0.309),
  libarchive-tar-wrapper-perl,
  libautobox-perl,
@@ -62,10 +61,7 @@ Build-Depends-Indep: perl,
  libtext-template-perl,
  libtry-tiny-perl,
  libyaml-tiny-perl,
- perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
- perl (>= 5.15.9) | libcpan-meta-perl (>= 2.120630),
- perl (>= 5.17.1) | libcpan-meta-requirements-perl,
- perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
+ perl (>= 5.21.4)
 Standards-Version: 3.9.6
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdist-zilla-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdist-zilla-perl.git
@@ -122,13 +118,12 @@ Depends: ${perl:Depends},
  libtext-template-perl,
  libtry-tiny-perl,
  libyaml-tiny-perl,
- perl (>= 5.15.9) | libcpan-meta-perl (>= 2.120630),
- perl (>= 5.17.1) | libcpan-meta-requirements-perl,
- perl (>= 5.19.5) | libscalar-list-utils-perl (>= 1:1.33)
+ perl (>= 5.21.4)
 Recommends: bash-completion,
 libarchive-tar-wrapper-perl,
 libmodule-corelist-perl,
 libterm-readline-gnu-perl
+Breaks: libdist-zilla-plugin-run-perl (<< 0.036)
 Description: Perl distribution builder
  Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this
  respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install.

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

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


[libdist-zilla-perl] 02/02: drop WAITS-FOR

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

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

commit d3636423f1efaaa68058a2dbcd876086ed6941b4
Author: gregor herrmann 
Date:   Sun Jan 3 19:56:35 2016 +0100

drop WAITS-FOR

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

diff --git a/debian/changelog b/debian/changelog
index 081faec..6f4639d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
 libdist-zilla-perl (5.039-1) UNRELEASED; urgency=medium
 
-  WAITS-FOR: perl 5.21.4
-  WAITS-FOR: libdist-zilla-plugin-run-perl 0.036
-  # perl/5.21.4 due to ExtUtils::Manifest/1.66 being required
-
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 

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

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


[libdist-zilla-perl] branch master updated (faecd12 -> d363642)

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

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

  from  faecd12   fix WAITS-FOR syntax
   new  6982cb7   Update (build) dependencies.
   new  d363642   drop WAITS-FOR

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


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

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

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


[libdist-zilla-perl] branch master updated (d363642 -> 060807f)

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

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

  from  d363642   drop WAITS-FOR
   new  060807f   update changelog

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


Summary of changes:
 debian/changelog | 3 +++
 1 file changed, 3 insertions(+)

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

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


[libdist-zilla-perl] 01/01: update changelog

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

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

commit 060807fe708538a316b2140e987b2a6c50b43c3a
Author: gregor herrmann 
Date:   Sun Jan 3 19:57:39 2016 +0100

update changelog

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

diff --git a/debian/changelog b/debian/changelog
index 6f4639d..0bb1044 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,9 @@ libdist-zilla-perl (5.039-1) UNRELEASED; urgency=medium
   [ Axel Beckert ]
   * Import upstream version 5.039
 
+  [ gregor herrmann ]
+  * Update (build) dependencies.
+
  -- Axel Beckert   Fri, 14 Aug 2015 16:17:31 +0200
 
 libdist-zilla-perl (5.020-2) unstable; urgency=medium

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

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