[libhtml-strip-perl] 10/11: Create patch to fix typo in manpage

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit cc877569f95f4189bdbdcfaccf24a224a55830a4
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:41:20 2016 -0300

Create patch to fix typo in manpage
---
 debian/changelog  |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 17 +
 debian/patches/series |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 37bdf21..a2fe624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Create patch to fix typo in manpage
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch 
b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 000..4fdd4de
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro 
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115740
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115740
+
+--- a/Strip.pm
 b/Strip.pm
+@@ -193,7 +193,7 @@ operate in one-shot basis (resetting aft
+ =item new()
+ 
+ Constructor.  Can optionally take a hash of settings (with keys
+-corresponsing to the C methods below).
++corresponding to the C methods below).
+ 
+ For example, the following is a valid constructor:
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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

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


[libhtml-strip-perl] 08/11: Declare compliance with Debian policy 3.9.8

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 7f97fe6f70a592b6b32f936e42584d830b6e39cc
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:06:15 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a22076a..206a6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
 upstream.
   * debian/copyright: fix format of upstream's Copyright field
   * Update Debian packaging copyright
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/control b/debian/control
index b3506ae..18466e5 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9.20120312~),
perl,
libhtml-parser-perl,
libtest-exception-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-strip-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libhtml-strip-perl.git
 Homepage: https://metacpan.org/release/HTML-Strip

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

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


[libhtml-strip-perl] 06/11: debian/copyright: fix format of upstream's Copyright field

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit ff7fcd9bf9afa047123591eaf85e529a940aaafb
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:05:21 2016 -0300

debian/copyright: fix format of upstream's Copyright field
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e2a88c1..a7cc210 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * Import upstream version 2.10
   * Remove patch to remove redefinition of destroy function, already fixed by
 upstream.
+  * debian/copyright: fix format of upstream's Copyright field
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/copyright b/debian/copyright
index 2d63095..e951fab 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Alex Bowley 
 Source: https://metacpan.org/release/HTML-Strip
 
 Files: *
-Copyright: Copyright (c) 2003 Alex Bowley . All rights 
reserved.
+Copyright: 2003, Alex Bowley 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[libhtml-strip-perl] 04/11: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit fa14f67ed9879fdf4029adfa9bd87933af26e2d8
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:55:15 2016 -0300

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 6d35758..e4009dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libhtml-strip-perl (2.09-3) UNRELEASED; urgency=medium
+libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -8,8 +8,9 @@ libhtml-strip-perl (2.09-3) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
+  * Import upstream version 2.10
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:04:37 +0100
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
 libhtml-strip-perl (2.09-2) unstable; urgency=medium
 

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

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


[libhtml-strip-perl] 11/11: release libhtml-strip-perl version 2.10-1

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 02ef2ff35887150021e0b9ef7819bedc81a21a12
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:41:43 2016 -0300

release libhtml-strip-perl version 2.10-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a2fe624..e4e0d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
+libhtml-strip-perl (2.10-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -17,7 +19,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
   * Create patch to fix typo in manpage
 
- -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 16:41:23 -0300
 
 libhtml-strip-perl (2.09-2) unstable; urgency=medium
 

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

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


[libhtml-strip-perl] 05/11: Remove patch to remove redefinition of destroy function, already fixed by upstream.

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 8163c5ffaf7f27e6adb68a3aa90fd2095352dc76
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:04:01 2016 -0300

Remove patch to remove redefinition of destroy function, already fixed by 
upstream.
---
 debian/changelog|  2 ++
 debian/patches/double-destroy.patch | 24 
 debian/patches/series   |  1 -
 3 files changed, 2 insertions(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e4009dc..e2a88c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,8 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 2.10
+  * Remove patch to remove redefinition of destroy function, already fixed by
+upstream.
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/patches/double-destroy.patch 
b/debian/patches/double-destroy.patch
deleted file mode 100644
index 9be0fbb..000
--- a/debian/patches/double-destroy.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Subject: clean away an unused double DESTROY method
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=104379
-Bug-Debian: https://bugs.debian.org/785032
-
-There are DESTROY methods in both the XS and the Perl parts,
-and the former overrides the latter. Explicitly patch away
-the former one to squelch the justified warning.
-
-This may leave a small memory leak, but that isn't a regression
-as the code never got called anyway.
-
 libhtml-strip-perl.orig/Strip.pm
-+++ libhtml-strip-perl/Strip.pm
-@@ -66,10 +66,6 @@
- return $filter_of{0+$self}
- }
- 
--sub DESTROY {
--my $self = shift;
--delete $filter_of{0+$self};
--}
- }
- 
- # $decoded_string = $self->filter_entities( $string )
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 685a70a..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-double-destroy.patch

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

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


[libhtml-strip-perl] branch pristine-tar updated (c808591 -> 301ebeb)

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

kanashiro pushed a change to branch pristine-tar
in repository libhtml-strip-perl.

  from  c808591   pristine-tar data for libhtml-strip-perl_2.09.orig.tar.gz
   new  301ebeb   pristine-tar data for libhtml-strip-perl_2.10.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:
 libhtml-strip-perl_2.10.orig.tar.gz.delta | Bin 0 -> 1564 bytes
 libhtml-strip-perl_2.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libhtml-strip-perl_2.10.orig.tar.gz.delta
 create mode 100644 libhtml-strip-perl_2.10.orig.tar.gz.id

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

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


[libhtml-strip-perl] 01/01: pristine-tar data for libhtml-strip-perl_2.10.orig.tar.gz

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

kanashiro pushed a commit to branch pristine-tar
in repository libhtml-strip-perl.

commit 301ebebbc4e7ed3ea24aeff68b9aff3360db745e
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:54:50 2016 -0300

pristine-tar data for libhtml-strip-perl_2.10.orig.tar.gz
---
 libhtml-strip-perl_2.10.orig.tar.gz.delta | Bin 0 -> 1564 bytes
 libhtml-strip-perl_2.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libhtml-strip-perl_2.10.orig.tar.gz.delta 
b/libhtml-strip-perl_2.10.orig.tar.gz.delta
new file mode 100644
index 000..3789416
Binary files /dev/null and b/libhtml-strip-perl_2.10.orig.tar.gz.delta differ
diff --git a/libhtml-strip-perl_2.10.orig.tar.gz.id 
b/libhtml-strip-perl_2.10.orig.tar.gz.id
new file mode 100644
index 000..0f9b63a
--- /dev/null
+++ b/libhtml-strip-perl_2.10.orig.tar.gz.id
@@ -0,0 +1 @@
+ff67de3ce33416be2cb4d16290be3f42c54d4373

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

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


[libhtml-strip-perl] annotated tag upstream/2.10 created (now 0940855)

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

kanashiro pushed a change to annotated tag upstream/2.10
in repository libhtml-strip-perl.

at  0940855   (tag)
   tagging  4a7766625b0b32b2aff0d1e04b6c994857cc0d17 (commit)
  replaces  upstream/2.09
 tagged by  Lucas Kanashiro
on  Wed Jun 29 15:54:50 2016 -0300

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

iQIcBAABAgAGBQJXdBl6AAoJEPgjonKYg8l8A2sP/22hOBssWGaJZY3keKevJhQq
q3YkaGq99IHHiKPHKLkjeabwlV0w7DAu2pSTw1hbhrI2XiFgDQnEgmXVpDe1QCgv
BEd9oxgxTJ1jwo0qQX7TDrtqWEydpBimd9HW0hXdDcI+MD1d4b0EcLJuGMyCfbkB
VKB14bE7BL3p8gqTCqdBNDiMOw8zh95Wxf4B8f2D16PKrD99HoSp8ufVtQk2kxTP
qHDp1ff9bNJAxQAOiXj/FxYMv28lxDLRZJW1JdaAcEm0ht58gryOyG3jYF9FOfPZ
iwLjJ/D4ZUpCc8NzIJkoY+vbP2oLrXkOb8FU1TzkKUQXp5Ds/IdQai+Cdx/mDHtf
dPE1jX+eRHwRato9FQqJs72KE0FBG11zKJHbyEijWl+BgalOpV1gjxRxoQHzTznR
Ar1n9v35J+MSiWTDbXn5lCn48RhrvE3KXMbOg0OWZ0LtHFrnRVAewNyJuxZ6ok3c
hilTXbEgv43ad8mCtWQW5p6CE8MlsHjtFCc+P4vpGBhx0Chp5PMsSzCWztHcsE+6
o+/2T8K9j/7d9tZXCmRyBXbe0RUzaazJF8SKC9JAnW5ymcXaoVRIvWVYaE16CePk
DM3CcbkCTy1NpNOwiEJqn8qIhuNWuqzBN4QRDB2lm6aeh2i3fDM2BYGb+6pWYFP5
fDel2ao/Ext2Phxsbv/F
=7AAo
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 2.10

---

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/libhtml-strip-perl.git

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


[libhtml-strip-perl] annotated tag debian/2.10-1 created (now 61c3ac6)

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

kanashiro pushed a change to annotated tag debian/2.10-1
in repository libhtml-strip-perl.

at  61c3ac6   (tag)
   tagging  02ef2ff35887150021e0b9ef7819bedc81a21a12 (commit)
  replaces  debian/2.09-2
 tagged by  Lucas Kanashiro
on  Wed Jun 29 16:57:33 2016 -0300

- Log -
tagging Debian version debian/2.10-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXdCgtAAoJEPgjonKYg8l8HX8P/Ag4YNJaGD145dxbcJ0CuQ9t
FIA5f9Md33yu8Mg969qMBvkJYkiGjGEKYVMLr8WquupW12JCuzi51SQBNwIIokV8
h61NIDGDfKTjxnODvYHJDdlRWI3j4kWKm/pq1ckPdSbm5TzJi6Sw0nVJ4rRdjIq6
lrZ+hJnoe8aUWgVK5Vw5yqF6tsNyXaE1Hgu5fIzB3/gvT5lPLYoXLGmA9dM4BpG6
b0R+9SdUyrfSCc3ISMD+AN+56LMchG2txUZ4ZWxUYopdjvWbpRJPS7cymaAofh7n
a/f+cLMu8j0bIxGcU7gx74LfVvvMwCbjTI2lFZ3F4CxCsATOZ/XAzA0UBOYWEYX/
+6eiq5mN5McgmkyHFcCYRzZIaoi/ZsNHnZntlLRhWXgAiA8bFrhtgctzA4/AcGnF
nR4/ON3UzuhXkL/1BhXvTmae/GcgCiV/+NBf3vk++lfrtzfaklzC/WfTlso32ntv
+frPsLr1vNvbellpDaGlxX2oAlIe/4vWsKmwMEdlXfq9dZpK131Y8yod9GPhgbSa
ykzrxQgA4jRNEL0HIEmMQbqEmlv9qtR0tG7PKeT1h9z7+/hxs74FxV7Fo9ya05rz
PCH7d2+4+oqUHjorgoDnVBsrN6rKaqUKt/+XQ4I6JtgkL3ZZbFlonhyxAU/LnZW7
EmVodbSmU9/mi8BgEeYk
=5uMi
-END PGP SIGNATURE-

Lucas Kanashiro (12):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 2.10
  Merge tag 'upstream/2.10'
  Update debian/changelog
  Remove patch to remove redefinition of destroy function, already fixed by 
upstream.
  debian/copyright: fix format of upstream's Copyright field
  Update Debian packaging copyright
  Declare compliance with Debian policy 3.9.8
  debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
  Create patch to fix typo in manpage
  release libhtml-strip-perl version 2.10-1

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

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

---

This annotated tag includes the following new commits:

   new  52e4dec   Add debian/upstream/metadata
   new  42fe305   Update debian/changelog
   new  a13caaf   Merge tag 'upstream/2.10'
   new  fa14f67   Update debian/changelog
   new  8163c5f   Remove patch to remove redefinition of destroy function, 
already fixed by upstream.
   new  ff7fcd9   debian/copyright: fix format of upstream's Copyright field
   new  b4e9fc4   Update Debian packaging copyright
   new  7f97fe6   Declare compliance with Debian policy 3.9.8
   new  9bbfe61   debian/rules: export DEB_BUILD_MAINT_OPTIONS = 
hardening=+bindnow
   new  cc87756   Create patch to fix typo in manpage
   new  02ef2ff   release libhtml-strip-perl version 2.10-1

The 11 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/libhtml-strip-perl.git

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


[libhtml-strip-perl] 07/11: Update Debian packaging copyright

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit b4e9fc4c3f2fd07c3c03d0a005962a5f3240a12b
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:05:47 2016 -0300

Update Debian packaging copyright
---
 debian/changelog | 1 +
 debian/copyright | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a7cc210..a22076a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * Remove patch to remove redefinition of destroy function, already fixed by
 upstream.
   * debian/copyright: fix format of upstream's Copyright field
+  * Update Debian packaging copyright
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/copyright b/debian/copyright
index e951fab..4e0b524 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,6 +9,7 @@ License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2008, Damyan Ivanov 
+ 2016, Lucas Kanashiro 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libhtml-strip-perl] 09/11: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 9bbfe61adea1d3a82e4c6e17bb929752d2a0649e
Author: Lucas Kanashiro 
Date:   Wed Jun 29 16:35:29 2016 -0300

debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
---
 debian/changelog | 1 +
 debian/rules | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 206a6cd..37bdf21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libhtml-strip-perl (2.10-1) UNRELEASED; urgency=medium
   * debian/copyright: fix format of upstream's Copyright field
   * Update Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:55:15 -0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..73c5dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
dh $@

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

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


[libhtml-strip-perl] branch master updated (f6bbe69 -> 02ef2ff)

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

kanashiro pushed a change to branch master
in repository libhtml-strip-perl.

  from  f6bbe69   update changelog
   new  52e4dec   Add debian/upstream/metadata
   new  42fe305   Update debian/changelog
  adds  4a77666   Imported Upstream version 2.10
   new  a13caaf   Merge tag 'upstream/2.10'
   new  fa14f67   Update debian/changelog
   new  8163c5f   Remove patch to remove redefinition of destroy function, 
already fixed by upstream.
   new  ff7fcd9   debian/copyright: fix format of upstream's Copyright field
   new  b4e9fc4   Update Debian packaging copyright
   new  7f97fe6   Declare compliance with Debian policy 3.9.8
   new  9bbfe61   debian/rules: export DEB_BUILD_MAINT_OPTIONS = 
hardening=+bindnow
   new  cc87756   Create patch to fix typo in manpage
   new  02ef2ff   release libhtml-strip-perl version 2.10-1

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


Summary of changes:
 Changes   |  4 ++
 MANIFEST  |  1 +
 META.json | 50 +
 META.yml  | 54 +--
 Strip.pm  | 54 ++-
 Strip.xs  |  2 +-
 debian/changelog  | 17 -
 debian/control|  2 +-
 debian/copyright  |  3 +-
 debian/patches/0001_fix-typo-in-manpage.patch | 17 +
 debian/patches/double-destroy.patch   | 24 
 debian/patches/series |  2 +-
 debian/rules  |  2 +
 debian/upstream/metadata  |  4 ++
 strip_html.c  |  8 ++--
 15 files changed, 157 insertions(+), 87 deletions(-)
 create mode 100644 META.json
 create mode 100644 debian/patches/0001_fix-typo-in-manpage.patch
 delete mode 100644 debian/patches/double-destroy.patch
 create mode 100644 debian/upstream/metadata

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

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


[libhtml-strip-perl] 01/11: Add debian/upstream/metadata

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 52e4dec4846ebe5bb7c86676ef23795f6d5ed7b0
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:54:29 2016 -0300

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..830c95a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Alex Bowley 
+Name: HTML-Strip

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

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


[libhtml-strip-perl] 02/11: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit 42fe305a69ade5917f52d30c3213b5b4398aa186
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:54:30 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 65b4416..6d35758 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ libhtml-strip-perl (2.09-3) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
+  [ Lucas Kanashiro ]
+  * Add debian/upstream/metadata
+
  -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:04:37 +0100
 
 libhtml-strip-perl (2.09-2) unstable; urgency=medium

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

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


[libhtml-strip-perl] 03/11: Merge tag 'upstream/2.10'

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

kanashiro pushed a commit to branch master
in repository libhtml-strip-perl.

commit a13caaf295ec8df3a3170ff0100e65f34f2832cb
Merge: 42fe305 4a77666
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:55:15 2016 -0300

Merge tag 'upstream/2.10'

Upstream version 2.10

# gpg: Signature made Wed 29 Jun 2016 03:54:50 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes  |  4 
 MANIFEST |  1 +
 META.json| 50 ++
 META.yml | 54 +++---
 Strip.pm | 54 --
 Strip.xs |  2 +-
 strip_html.c |  8 
 7 files changed, 115 insertions(+), 58 deletions(-)

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

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


[libcache-fastmmap-perl] 01/01: fix typo in d/changelog

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 2ea4c2919278feded7e23c56dbebe8f98e2d336c
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:51:01 2016 -0300

fix typo in d/changelog
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 460a9c6..8731b10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,7 +12,7 @@ libcache-fastmmap-perl (1.44-1) unstable; urgency=medium
   * Import upstream version 1.44
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
-  * Create pathc to fix typo in binary
+  * Create patch to fix typo in binary
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:40:58 -0300
 

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

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


[libcache-fastmmap-perl] branch master updated (6b2f3f6 -> 2ea4c29)

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

kanashiro pushed a change to branch master
in repository libcache-fastmmap-perl.

  from  6b2f3f6   release libcache-fastmmap-perl version 1.44-1
   new  2ea4c29   fix typo in d/changelog

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


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

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

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


[libcache-fastmmap-perl] branch master updated (e43a691 -> 6b2f3f6)

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

kanashiro pushed a change to branch master
in repository libcache-fastmmap-perl.

  from  e43a691   update changelog
  adds  388302b   Imported Upstream version 1.44
   new  0a50b8a   Merge tag 'upstream/1.44'
   new  e34e5bf   Update debian/changelog
   new  f890cfd   Declare compliance with Debian policy 3.9.8
   new  905dd65   debian/rules: export DEB_BUILD_MAINT_OPTIONS = 
hardening=+bindnow
   new  65c90c4   Create pathc to fix typo in binary
   new  6b2f3f6   release libcache-fastmmap-perl version 1.44-1

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


Summary of changes:
 Changes|   7 +++
 META.yml   |   2 +-
 debian/changelog   |  12 +++-
 debian/control |   2 +-
 debian/patches/0001_fix-typo.patch |  17 ++
 debian/patches/series  |   1 +
 debian/rules   |   2 +
 lib/Cache/FastMmap.pm  |  88 +---
 t/13.t | 116 +++--
 unix.c |   3 +
 10 files changed, 182 insertions(+), 68 deletions(-)
 create mode 100644 debian/patches/0001_fix-typo.patch
 create mode 100644 debian/patches/series

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

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


[libcache-fastmmap-perl] 04/06: debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 905dd6521bda08e813496eb54d6bf9e97738ef4f
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:37:09 2016 -0300

debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
---
 debian/changelog | 1 +
 debian/rules | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 88077f0..71ccce5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Import upstream version 1.44
   * Declare compliance with Debian policy 3.9.8
+  * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:27:08 -0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..73c5dbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+
 %:
dh $@

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

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


[libcache-fastmmap-perl] 06/06: release libcache-fastmmap-perl version 1.44-1

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 6b2f3f624f0d48267ee1da0c651a0a7f35662392
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:41:19 2016 -0300

release libcache-fastmmap-perl version 1.44-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 662ed81..460a9c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
+libcache-fastmmap-perl (1.44-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -12,7 +14,7 @@ libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
   * Create pathc to fix typo in binary
 
- -- Lucas Kanashiro   Wed, 29 Jun 2016 15:27:08 -0300
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 15:40:58 -0300
 
 libcache-fastmmap-perl (1.43-1) unstable; urgency=medium
 

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

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


[libcache-fastmmap-perl] 01/06: Merge tag 'upstream/1.44'

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 0a50b8a71f4518e13634dbadb58136d5211741e1
Merge: e43a691 388302b
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:27:08 2016 -0300

Merge tag 'upstream/1.44'

Upstream version 1.44

# gpg: Signature made Wed 29 Jun 2016 03:23:23 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 Changes   |   7 +++
 META.yml  |   2 +-
 lib/Cache/FastMmap.pm |  88 +-
 t/13.t| 116 +++---
 unix.c|   3 ++
 5 files changed, 151 insertions(+), 65 deletions(-)

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

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


[libcache-fastmmap-perl] 02/06: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit e34e5bf8e96dd91d0f8e557497f2a99c04579191
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:27:08 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 86d5228..25c1ba0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libcache-fastmmap-perl (1.43-2) UNRELEASED; urgency=medium
+libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
 
   [ Salvatore Bonaccorso ]
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
@@ -6,7 +6,10 @@ libcache-fastmmap-perl (1.43-2) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
- -- Salvatore Bonaccorso   Sat, 30 Jan 2016 20:03:06 +0100
+  [ Lucas Kanashiro ]
+  * Import upstream version 1.44
+
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 15:27:08 -0300
 
 libcache-fastmmap-perl (1.43-1) unstable; urgency=medium
 

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

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


[libcache-fastmmap-perl] annotated tag debian/1.44-1 created (now 5ca8003)

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

kanashiro pushed a change to annotated tag debian/1.44-1
in repository libcache-fastmmap-perl.

at  5ca8003   (tag)
   tagging  6b2f3f624f0d48267ee1da0c651a0a7f35662392 (commit)
  replaces  debian/1.43-1
 tagged by  Lucas Kanashiro
on  Wed Jun 29 15:49:54 2016 -0300

- Log -
tagging Debian version debian/1.44-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXdBhSAAoJEPgjonKYg8l8nR4P/12mQ6ixCX5s8xYnZ4CLv7cM
hBoLFGejyELCfDvklLy35r5JZ0BRtNzZFpA+Ghon83aqL9KPvJ21OuCF0CM/V0ga
4H3+rYpi7jhVFjcSm6NLGHxc60Y8KR3G6xpGUIo0NzCqYgBi6dtUarZxBiPDsRNS
X2h3SRmqWK16mKA0vVVEGOVvtAPyEYuYhA5mKwYxgHc6/nq5cxEe/Of6dJ67mALZ
vfQxcNUo/Fdn6rGFmgEPDk2SrkbcO7OJdfbBQjL4/ZUz809vSUD+bi0Fp9lo9Fyu
dD4tDRzwKNhEJj8Mkl75dIgMl+KiU5aCii7rrl8TIyrPL/ZQwRMGXnoy6mCeRkuT
iIxJQvKFIS6mrsKQFWb9oQ6kUUAM+MnnGcv+5/PmM//q39VGNdZf0bsE27VvuIcV
fGETuZhRq2CKC2VgRbNwead45iee7DXO96FwBEMacXMFJcFC9T0hd5pImD1YHhQn
gazE49MXh2NLX9cXm8dC855va+mkXhn1lGdzxAzXnsp1XRUwCh1bzqa4yTntFf2j
8PGkW8nd/Dxt8TxF+syE3063FP9CU7uhmjhHvllMQuWTlvfzsWIMHeC3JeBEIpKU
V9NCNF/koH1DtkGlHpMLuBSfc9iGtgTdEMdS2FjYkqj65+qk8Lr8husBh7rHVCbB
20FZYsWfxGOgbJ3gT1Hy
=vfDM
-END PGP SIGNATURE-

Lucas Kanashiro (7):
  Imported Upstream version 1.44
  Merge tag 'upstream/1.44'
  Update debian/changelog
  Declare compliance with Debian policy 3.9.8
  debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
  Create pathc to fix typo in binary
  release libcache-fastmmap-perl version 1.44-1

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

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

---

This annotated tag includes the following new commits:

   new  0a50b8a   Merge tag 'upstream/1.44'
   new  e34e5bf   Update debian/changelog
   new  f890cfd   Declare compliance with Debian policy 3.9.8
   new  905dd65   debian/rules: export DEB_BUILD_MAINT_OPTIONS = 
hardening=+bindnow
   new  65c90c4   Create pathc to fix typo in binary
   new  6b2f3f6   release libcache-fastmmap-perl version 1.44-1

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


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

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


[libcache-fastmmap-perl] branch pristine-tar updated (89c2fc6 -> e47b50e)

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

kanashiro pushed a change to branch pristine-tar
in repository libcache-fastmmap-perl.

  from  89c2fc6   pristine-tar data for 
libcache-fastmmap-perl_1.43.orig.tar.gz
   new  e47b50e   pristine-tar data for 
libcache-fastmmap-perl_1.44.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:
 libcache-fastmmap-perl_1.44.orig.tar.gz.delta | Bin 0 -> 1564 bytes
 libcache-fastmmap-perl_1.44.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libcache-fastmmap-perl_1.44.orig.tar.gz.delta
 create mode 100644 libcache-fastmmap-perl_1.44.orig.tar.gz.id

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

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


[libcache-fastmmap-perl] annotated tag upstream/1.44 created (now 1087dfd)

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

kanashiro pushed a change to annotated tag upstream/1.44
in repository libcache-fastmmap-perl.

at  1087dfd   (tag)
   tagging  388302b7c2e7db4c58ddbacd756de03f35b48048 (commit)
  replaces  upstream/1.43
 tagged by  Lucas Kanashiro
on  Wed Jun 29 15:23:23 2016 -0300

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

iQIcBAABAgAGBQJXdBIbAAoJEPgjonKYg8l8GloQALg++p16coE4iaanm6qsQsOY
DfobFqaQDzKCQbag9gTsKeqOTHz/HGq6AuhJBoh1+chUarQzReVmg4HM30MYkCxY
MzWs0mtuw+J4O6jSmn7OFl/IVSBor3+DOOi+6cckIwQ9wOs926DhDX1wNHXan0v3
SOCCWKr+RTJbV/9T5qdJR93NVkG2NpMUJG19/8p5M9nIzEpeKJ39WaCDLpxm1cxJ
bHdl2AVjWKuAFaYOv0qnfCRUJwzucedngvLKgjjGURIn+MBKstZP4WF8PrGmL4vQ
SBY8S2ZCzYq3unDWurpm3qWM3vNgPkYfBBt/TyE3ngIcR7ichw2g6QsiA6B6TyZD
VRAbxtMoykQkBfpTt02ZdfB/rFrsMzosH1yXjULLEnpasCAirppO+6v1aTHSj5WN
oJnrGnd5d52C65IqgWECnU2PMq4xOdTmzXCYaM65IOhMlrrTVfQrJvcCINO7YqxW
QS5gmwURGGhTArcxv8NWOYM4/7ZJm9eBmCVucezU5hm/vxZNDq11VOO7VgPni+Hh
rU3ZzCBXHA+d4KqjQizWgzAMn+EdmVFBGEpScNCZpZh5DTV+tTT/aXk2G6ZQcNir
XlOzTbk8/9TIQLWit0Mwy4EQCbFEjPzq4VB5CKlhy9wBk2JSgYuA9l0qR9SPdviG
4CtTqADyrXQmJEfSlYPB
=I38a
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.44

---

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/libcache-fastmmap-perl.git

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


[libcache-fastmmap-perl] 01/01: pristine-tar data for libcache-fastmmap-perl_1.44.orig.tar.gz

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

kanashiro pushed a commit to branch pristine-tar
in repository libcache-fastmmap-perl.

commit e47b50e3c5426c7d4ddfb17246bdebc66a0932ac
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:23:23 2016 -0300

pristine-tar data for libcache-fastmmap-perl_1.44.orig.tar.gz
---
 libcache-fastmmap-perl_1.44.orig.tar.gz.delta | Bin 0 -> 1564 bytes
 libcache-fastmmap-perl_1.44.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libcache-fastmmap-perl_1.44.orig.tar.gz.delta 
b/libcache-fastmmap-perl_1.44.orig.tar.gz.delta
new file mode 100644
index 000..9e98550
Binary files /dev/null and b/libcache-fastmmap-perl_1.44.orig.tar.gz.delta 
differ
diff --git a/libcache-fastmmap-perl_1.44.orig.tar.gz.id 
b/libcache-fastmmap-perl_1.44.orig.tar.gz.id
new file mode 100644
index 000..a851248
--- /dev/null
+++ b/libcache-fastmmap-perl_1.44.orig.tar.gz.id
@@ -0,0 +1 @@
+4377ffe91e3e0c361090db371d2406b172463683

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

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


[libcache-fastmmap-perl] 03/06: Declare compliance with Debian policy 3.9.8

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit f890cfdd9517be8515d88e27133579ad2c4a147d
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:29:07 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 25c1ba0..88077f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 1.44
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:27:08 -0300
 
diff --git a/debian/control b/debian/control
index 6882ddc..8427798 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libcache-fastmmap-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libcache-fastmmap-perl.git
 Homepage: https://metacpan.org/release/Cache-FastMmap

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

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


[libcache-fastmmap-perl] 05/06: Create pathc to fix typo in binary

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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 65c90c453f6da3ee2e8c8b09fe92e1c670173966
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:40:54 2016 -0300

Create pathc to fix typo in binary
---
 debian/changelog   |  1 +
 debian/patches/0001_fix-typo.patch | 17 +
 debian/patches/series  |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 71ccce5..662ed81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
   * Import upstream version 1.44
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Create pathc to fix typo in binary
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 15:27:08 -0300
 
diff --git a/debian/patches/0001_fix-typo.patch 
b/debian/patches/0001_fix-typo.patch
new file mode 100644
index 000..07df61a
--- /dev/null
+++ b/debian/patches/0001_fix-typo.patch
@@ -0,0 +1,17 @@
+Description: fix typo
+Author: Lucas Kanashiro 
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115738
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115738
+
+--- a/FastMmap.xs
 b/FastMmap.xs
+@@ -17,7 +17,7 @@
+ } \
+ obj = SvRV(obj); \
+ if (!SvIOKp(obj)) { \
+-  croak("Object not initiliased correctly"); \
++  croak("Object not initialised correctly"); \
+   XSRETURN_UNDEF; \
+ } \
+ cache = INT2PTR(mmap_cache *, SvIV(obj) ); \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..d37696e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo.patch

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

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


[libparse-plainconfig-perl] 01/01: debian/control: fix version of libparanoid-perl

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit dee68d149a8e428e2663d3af0f9a0470ed67e94b
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:18:23 2016 -0300

debian/control: fix version of libparanoid-perl
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index af9f639..56dd4df 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libclass-ehierarchy-perl,
- libparanoid-perl,
+ libparanoid-perl (>= 2.01),
  perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-plainconfig-perl.git
@@ -18,7 +18,7 @@ Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
  libclass-ehierarchy-perl,
- libparanoid-perl
+ libparanoid-perl (>= 2.01)
 Description: parser for plain-text configuration files
  Parse::PlainConfig provides a simple way to write a config object class that
  supports all the basic primitive data types (scalar, array, and hashes) while

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

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


[libparse-plainconfig-perl] branch master updated (075d64b -> dee68d1)

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

kanashiro pushed a change to branch master
in repository libparse-plainconfig-perl.

  from  075d64b   Create patch to fix typo in manpage
   new  dee68d1   debian/control: fix version of libparanoid-perl

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/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

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


[libparse-plainconfig-perl] 12/16: Declare compliance with Debian policy 3.9.8

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit b07738a91a7c874ab75b22ad8880e3281f91de01
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:42:46 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d2ea47a..7e31596 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * debian/copyright: update upstream license to terms of Perl itself
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/control b/debian/control
index 7a531ea..a54d048 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libparanoid-perl
-Standards-Version: 3.8.1
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-plainconfig-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libparse-plainconfig-perl.git
 Homepage: https://metacpan.org/release/Parse-PlainConfig

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

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


[libparse-plainconfig-perl] annotated tag upstream/3.02 created (now 071f0c5)

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

kanashiro pushed a change to annotated tag upstream/3.02
in repository libparse-plainconfig-perl.

at  071f0c5   (tag)
   tagging  c2fc4ef88cb1cc51f17aa02d4be550871dfec64e (commit)
 tagged by  Lucas Kanashiro
on  Wed Jun 29 12:29:07 2016 -0300

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

iQIcBAABAgAGBQJXc+lDAAoJEPgjonKYg8l8Iu0P/R+Q4GSL/wa2GHA+4hOMFDpr
x2ZVBFV2XQcF5nkxpP9jKvG93VgiDxAyNcvZXjzN76bJ0yGGoqZxI7BtelJRPxzW
MXPTd3NtvJmwTZe0uMDn7IoMAwK2v+64qvMgaokuzw24sAwW5scqnf513pvK+o9U
WzSMl4H2nBUKgPiURE0hKSV1iL6dBllFhl1mgrmuWk7S1SZ2ySaFF0NGYGICZi4d
fgKPImvWjUfUCGL6RosNA4L7Fj5SrEhGaQEjWOaeNcKN6gX7Zxc7CFKEOdtNnv/l
y+mGOWC5RDioOYL3p4jzixitCDwYKP82vZURY1XW9cGyMlDGgBBFRjkkakSuUwyP
LPjWq3YmlO7svyBrs29fHDCW2o07fxGznrOfkneEdTAxpt5DgQkSK51w+IC3pAEq
F9MGm23J3d9YY+UpXADL0wk9IejWVfs8Mxy5d9anOZ12Vtz4XKOXoOjGhoISmAUh
6TPlJoreeMn44zJah8jyJL2c6n0h0V3MWzFjP4jKVrlWn8zyi6VPgXQelsttRM0w
eCMcHMrUHXpWtGju3E6s1VFufrAG/nxnCZr0ED8/um2gpYoT25wfmEQn0UdGIMW5
dn5iidtz/pigZ6/SdYyqWPAMVjVjzHwFFVVC5m6SQPHLcKTzrQFRQ+LF/acH6S5D
J2agatqwNI2rNrBGcQnC
=3rIC
-END PGP SIGNATURE-

Damyan Ivanov (1):
  [svn-upgrade] Integrating new upstream version, libparse-plainconfig-perl 
(2.06)

Ernesto Hernández-Novich (1):
  [svn-inject] Installing original source of libparse-plainconfig-perl

Lucas Kanashiro (1):
  Imported Upstream version 3.02

---

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/libparse-plainconfig-perl.git

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

[libparse-plainconfig-perl] 16/16: Create patch to fix typo in manpage

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 075d64b13b3940eb060c2f0677ac19a2f556f886
Author: Lucas Kanashiro 
Date:   Wed Jun 29 15:08:12 2016 -0300

Create patch to fix typo in manpage
---
 debian/changelog  |  1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 17 +
 debian/patches/series |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6cd2ae3..5ec4d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -49,6 +49,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Declare compliance with Debian policy 3.9.8
   * debian/control: add build and runtime dependency on Class::EHierarchy
   * debian/control: update long description
+  * Create patch to fix typo in manpage
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch 
b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 000..f44fd68
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro 
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115736
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115736
+
+--- a/lib/Parse/PlainConfig.pm
 b/lib/Parse/PlainConfig.pm
+@@ -1120,7 +1120,7 @@ specific prototype preamble.
+ 
+ $errStr = $config->error;
+ 
+-Returns the last error that occured.  Note that this isn't reset between
++Returns the last error that occurred.  Note that this isn't reset between
+ method invocations.
+ 
+ =head1 DEPENDENCIES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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

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


[libparse-plainconfig-perl] 15/16: WAITS-FOR: libclass-ehierarchy-perl

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit c905e8bfa6d8baa88fcdceeda155b689a570af31
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:53:11 2016 -0300

WAITS-FOR: libclass-ehierarchy-perl
---
 debian/changelog | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 1550eba..6cd2ae3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
 
+  WAITS-FOR: libclass-ehierarchy-perl
+
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 

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

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


[libparse-plainconfig-perl] 01/01: pristine-tar data for libparse-plainconfig-perl_3.02.orig.tar.gz

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

kanashiro pushed a commit to branch pristine-tar
in repository libparse-plainconfig-perl.

commit d5c0265d683151d09223a8f8dffc4450b61740cf
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:29:07 2016 -0300

pristine-tar data for libparse-plainconfig-perl_3.02.orig.tar.gz
---
 libparse-plainconfig-perl_3.02.orig.tar.gz.delta | Bin 0 -> 2410 bytes
 libparse-plainconfig-perl_3.02.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libparse-plainconfig-perl_3.02.orig.tar.gz.delta 
b/libparse-plainconfig-perl_3.02.orig.tar.gz.delta
new file mode 100644
index 000..821e170
Binary files /dev/null and b/libparse-plainconfig-perl_3.02.orig.tar.gz.delta 
differ
diff --git a/libparse-plainconfig-perl_3.02.orig.tar.gz.id 
b/libparse-plainconfig-perl_3.02.orig.tar.gz.id
new file mode 100644
index 000..a4a7099
--- /dev/null
+++ b/libparse-plainconfig-perl_3.02.orig.tar.gz.id
@@ -0,0 +1 @@
+89c9c1934027421d2396a29e686392b7fd1340d6

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

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


[libparse-plainconfig-perl] branch pristine-tar updated (e239fed -> d5c0265)

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

kanashiro pushed a change to branch pristine-tar
in repository libparse-plainconfig-perl.

  from  e239fed   pristine-tar data for 
libparse-plainconfig-perl_2.06.orig.tar.gz
   new  d5c0265   pristine-tar data for 
libparse-plainconfig-perl_3.02.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:
 libparse-plainconfig-perl_3.02.orig.tar.gz.delta | Bin 0 -> 2410 bytes
 libparse-plainconfig-perl_3.02.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libparse-plainconfig-perl_3.02.orig.tar.gz.delta
 create mode 100644 libparse-plainconfig-perl_3.02.orig.tar.gz.id

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

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


[libparse-plainconfig-perl] 07/16: Remove debian/docs, CREDITS file does not exist in latest release

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 2fecfd9d85b4064699f759b18783c211107ccb48
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:35:09 2016 -0300

Remove debian/docs, CREDITS file does not exist in latest release
---
 debian/changelog  | 1 +
 debian/libparse-plainconfig-perl.docs | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 75c9047..54d74f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Import upstream version 3.02
   * Create debian/source/format, use quilt 3.0
   * Simplify debian/rules
+  * Remove debian/docs, CREDITS file does not exist in latest release
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/libparse-plainconfig-perl.docs 
b/debian/libparse-plainconfig-perl.docs
deleted file mode 100644
index 168e5d2..000
--- a/debian/libparse-plainconfig-perl.docs
+++ /dev/null
@@ -1 +0,0 @@
-CREDITS

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

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


[libparse-plainconfig-perl] 13/16: debian/control: add build and runtime dependency on Class::EHierarchy

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 465edd5853f10b12f52ce1386567f7a74a4ff1bb
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:48:05 2016 -0300

debian/control: add build and runtime dependency on Class::EHierarchy
---
 debian/changelog | 1 +
 debian/control   | 6 --
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7e31596..e73bd49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,6 +45,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: add build and runtime dependency on Class::EHierarchy
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/control b/debian/control
index a54d048..cf092a3 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Uploaders: Damyan Ivanov ,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
- libparanoid-perl
+Build-Depends-Indep: libclass-ehierarchy-perl,
+ libparanoid-perl,
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparse-plainconfig-perl.git
 Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libparse-plainconfig-perl.git
@@ -16,6 +17,7 @@ Package: libparse-plainconfig-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends},
+ libclass-ehierarchy-perl,
  libparanoid-perl
 Description: parser for plain-text configuration files
  Parse::PerlConfig provides OO objects which can parse and generate

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

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


[libparse-plainconfig-perl] 09/16: debian/copyright: update upstream license to terms of Perl itself

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 59bc0b141636d9ce2a3ef0f8f04390df13c67697
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:40:42 2016 -0300

debian/copyright: update upstream license to terms of Perl itself
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7370b06..42cffbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Simplify debian/rules
   * Remove debian/docs, CREDITS file does not exist in latest release
   * Update years of upstream copyright
+  * debian/copyright: update upstream license to terms of Perl itself
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/copyright b/debian/copyright
index ed954dd..0ec9b98 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: https://metacpan.org/release/Parse-PlainConfig
 
 Files: *
 Copyright: 2002-2016, Arthur Corliss 
-License: GPL-2+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2006, Ernesto Hernández-Novich 

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

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

[libparse-plainconfig-perl] 08/16: Update years of upstream copyright

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit e3a3d8a9d5682d791d178288986c427643551267
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:36:36 2016 -0300

Update years of upstream copyright
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 54d74f5..7370b06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -40,6 +40,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Create debian/source/format, use quilt 3.0
   * Simplify debian/rules
   * Remove debian/docs, CREDITS file does not exist in latest release
+  * Update years of upstream copyright
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/copyright b/debian/copyright
index 0336212..ed954dd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Arthur Corliss 
 Source: https://metacpan.org/release/Parse-PlainConfig
 
 Files: *
-Copyright: 2002 Arthur Corliss (corl...@digitalmages.com)
+Copyright: 2002-2016, Arthur Corliss 
 License: GPL-2+
 
 Files: debian/*

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

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


[libparse-plainconfig-perl] 10/16: Update Debian packaging copyright

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit a7774915ea582d1daa126e4d4b7e03d4e8f390ad
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:41:28 2016 -0300

Update Debian packaging copyright
---
 debian/changelog | 1 +
 debian/copyright | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 42cffbe..ed863dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Remove debian/docs, CREDITS file does not exist in latest release
   * Update years of upstream copyright
   * debian/copyright: update upstream license to terms of Perl itself
+  * Update Debian packaging copyright
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/copyright b/debian/copyright
index 0ec9b98..a6358f6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,6 +12,7 @@ Copyright: 2006, Ernesto Hernández-Novich 
  2008, Damyan Ivanov 
  2009, Ryan Niebur 
  2009, gregor herrmann 
+ 2016, Lucas Kanashiro 
 License: GPL-2+ or Artistic or GPL-1+
 
 License: Artistic

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

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

[libparse-plainconfig-perl] 14/16: debian/control: update long description

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit eb75ebd42909c049a4841e76aeb5d0002b5e71c3
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:52:03 2016 -0300

debian/control: update long description
---
 debian/changelog | 1 +
 debian/control   | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e73bd49..1550eba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
   * debian/control: add build and runtime dependency on Class::EHierarchy
+  * debian/control: update long description
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/control b/debian/control
index cf092a3..af9f639 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,6 @@ Depends: ${misc:Depends},
  libclass-ehierarchy-perl,
  libparanoid-perl
 Description: parser for plain-text configuration files
- Parse::PerlConfig provides OO objects which can parse and generate
- human-readable configuration files.
-
+ Parse::PlainConfig provides a simple way to write a config object class that
+ supports all the basic primitive data types (scalar, array, and hashes) while
+ allowing for arbitrary delimiters, comment characters, and more.

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

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


[libparse-plainconfig-perl] 05/16: Create debian/source/format, use quilt 3.0

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 865d337dd272611232a0135baaa822e3d9df5044
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:32:08 2016 -0300

Create debian/source/format, use quilt 3.0
---
 debian/changelog | 1 +
 debian/source/format | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fcc8652..572282b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 3.02
+  * Create debian/source/format, use quilt 3.0
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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

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


[libparse-plainconfig-perl] 11/16: Bump debhelper compatibility level to 9

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 95d09565b96acc59735e2ca4e95a7611837d55dd
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:42:11 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index ed863dc..d2ea47a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Update years of upstream copyright
   * debian/copyright: update upstream license to terms of Perl itself
   * Update Debian packaging copyright
+  * Bump debhelper compatibility level to 9
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index fef5357..7a531ea 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Damyan Ivanov ,
Ryan Niebur 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libparanoid-perl
 Standards-Version: 3.8.1

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

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


[libparse-plainconfig-perl] 03/16: Merge tag 'upstream/3.02'

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit c71e0efccbf72e53f2b30c81b89ecbcde9663f80
Merge: 34541ea c2fc4ef
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:29:27 2016 -0300

Merge tag 'upstream/3.02'

Upstream version 3.02

# gpg: Signature made Wed 29 Jun 2016 12:29:07 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 CHANGELOG |   16 +
 CREDITS   |9 -
 INSTALL   |   11 +
 LICENSE   |  705 
 MANIFEST  |   68 +-
 META.json |   45 +
 META.yml  |   40 +-
 Makefile.PL   |   31 +-
 README|   46 +-
 lib/Parse/PlainConfig.pm  | 2138 +++--
 lib/Parse/PlainConfig/Constants.pm|  166 ++
 lib/Parse/PlainConfig/Legacy.pm   | 1583 ++
 lib/Parse/PlainConfig/Settings.pm |  251 +++
 t/01_ini.t|   24 -
 t/02_property.t   |   74 -
 t/03_read.t   |   25 -
 t/04_parameters.t |   30 -
 t/05_purge.t  |   27 -
 t/14_compat.t |   69 -
 t/98_pod_coverage.t   |9 +
 t/99_pod.t|7 +
 t/lib/01_include_me.conf  |2 +
 t/lib/BadConf.pm  |   64 +
 t/lib/CStyle.pm   |   62 +
 t/lib/MyConf.pm   |   69 +
 t/lib/NoDefaults.pm   |   33 +
 t/lib/mac.conf|1 +
 t/lib/msdos.conf  |   26 +
 t/lib/unix.conf   |   28 +
 t/v2_01_ini.t |   19 +
 t/v2_02_property.t|   51 +
 t/v2_03_read.t|   22 +
 t/v2_04_parameters.t  |   29 +
 t/v2_05_purge.t   |   42 +
 t/{06_scalar.t => v2_06_scalar.t} |6 +-
 t/{07_list.t => v2_07_list.t} |6 +-
 t/{08_hash.t => v2_08_hash.t} |6 +-
 t/{09_coerce.t => v2_09_coerce.t} |6 +-
 t/{10_write.t => v2_10_write.t}   |8 +-
 t/{11_order.t => v2_11_order.t}   |8 +-
 t/{12_purge.t => v2_12_purge.t}   |6 +-
 t/{13_readIfNewer.t => v2_13_readIfNewer.t}   |   10 +-
 t/{15_defaults.t => v2_15_defaults.t} |6 +-
 t/{16_hasParameter.t => v2_16_hasParameter.t} |6 +-
 t/{testrc => v2_testrc}   |0
 t/{testrc_smart => v2_testrc_smart}   |0
 t/v3_01_constants.t   |   16 +
 t/v3_02_init.t|   20 +
 t/v3_03_parameters.t  |   60 +
 t/v3_04_bad_conf.t|   18 +
 t/v3_05_no_defaults.t |   43 +
 t/v3_06_c_style.t |   50 +
 t/v3_07_unix.t|   43 +
 t/v3_08_msdos.t   |   44 +
 t/v3_09_mac.t |   44 +
 55 files changed, 4314 insertions(+), 1914 deletions(-)

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

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


[libparse-plainconfig-perl] 01/16: Add debian/upstream/metadata

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 25c4d42278da10de8e787beaba256dd5415d25d5
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:28:46 2016 -0300

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..5ed8509
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Arthur Corliss 
+Name: Parse-PlainConfig

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

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


[libparse-plainconfig-perl] 06/16: Simplify debian/rules

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit fd98e9fd6fca239c19f6b4cf6fbf2c112f6af1fa
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:34:06 2016 -0300

Simplify debian/rules
---
 debian/changelog |  1 +
 debian/rules | 21 +
 2 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 572282b..75c9047 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
   * Add debian/upstream/metadata
   * Import upstream version 3.02
   * Create debian/source/format, use quilt 3.0
+  * Simplify debian/rules
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
diff --git a/debian/rules b/debian/rules
index 0d045f4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-   dh build
-   touch $@
-
-clean:
+%:
dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-   dh install
-   touch $@
-
-binary-arch:
-
-binary-indep: install
-   dh $@
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

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

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


[libparse-plainconfig-perl] 04/16: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit a02f653c9ab0153d0fb725d219313b292d4a02ab
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:29:28 2016 -0300

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 e4595c1..fcc8652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libparse-plainconfig-perl (2.06-2) UNRELEASED; urgency=low
+libparse-plainconfig-perl (3.02-1) UNRELEASED; urgency=low
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
@@ -36,8 +36,9 @@ libparse-plainconfig-perl (2.06-2) UNRELEASED; urgency=low
 
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
+  * Import upstream version 3.02
 
- -- Ryan Niebur   Fri, 25 Sep 2009 00:25:56 -0700
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 12:29:27 -0300
 
 libparse-plainconfig-perl (2.06-1) unstable; urgency=low
 

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

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


[libparse-plainconfig-perl] branch master updated (92f33d7 -> 075d64b)

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

kanashiro pushed a change to branch master
in repository libparse-plainconfig-perl.

  from  92f33d7   update changelog
   new  25c4d42   Add debian/upstream/metadata
   new  34541ea   Update debian/changelog
  adds  c2fc4ef   Imported Upstream version 3.02
   new  c71e0ef   Merge tag 'upstream/3.02'
   new  a02f653   Update debian/changelog
   new  865d337   Create debian/source/format, use quilt 3.0
   new  fd98e9f   Simplify debian/rules
   new  2fecfd9   Remove debian/docs, CREDITS file does not exist in latest 
release
   new  e3a3d8a   Update years of upstream copyright
   new  59bc0b1   debian/copyright: update upstream license to terms of 
Perl itself
   new  a777491   Update Debian packaging copyright
   new  95d0956   Bump debhelper compatibility level to 9
   new  b07738a   Declare compliance with Debian policy 3.9.8
   new  465edd5   debian/control: add build and runtime dependency on 
Class::EHierarchy
   new  eb75ebd   debian/control: update long description
   new  c905e8b   WAITS-FOR: libclass-ehierarchy-perl
   new  075d64b   Create patch to fix typo in manpage

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


Summary of changes:
 CHANGELOG |   16 +
 CREDITS   |9 -
 INSTALL   |   11 +
 LICENSE   |  705 
 MANIFEST  |   68 +-
 META.json |   45 +
 META.yml  |   40 +-
 Makefile.PL   |   31 +-
 README|   46 +-
 debian/changelog  |   21 +-
 debian/compat |2 +-
 debian/control|   16 +-
 debian/copyright  |5 +-
 debian/libparse-plainconfig-perl.docs |1 -
 debian/patches/0001_fix-typo-in-manpage.patch |   17 +
 debian/patches/series |1 +
 debian/rules  |   21 +-
 debian/source/format  |1 +
 debian/upstream/metadata  |4 +
 lib/Parse/PlainConfig.pm  | 2138 +++--
 lib/Parse/PlainConfig/Constants.pm|  166 ++
 lib/Parse/PlainConfig/Legacy.pm   | 1583 ++
 lib/Parse/PlainConfig/Settings.pm |  251 +++
 t/01_ini.t|   24 -
 t/02_property.t   |   74 -
 t/03_read.t   |   25 -
 t/04_parameters.t |   30 -
 t/05_purge.t  |   27 -
 t/14_compat.t |   69 -
 t/98_pod_coverage.t   |9 +
 t/99_pod.t|7 +
 t/lib/01_include_me.conf  |2 +
 t/lib/BadConf.pm  |   64 +
 t/lib/CStyle.pm   |   62 +
 t/lib/MyConf.pm   |   69 +
 t/lib/NoDefaults.pm   |   33 +
 t/lib/mac.conf|1 +
 t/lib/msdos.conf  |   26 +
 t/lib/unix.conf   |   28 +
 t/v2_01_ini.t |   19 +
 t/v2_02_property.t|   51 +
 t/v2_03_read.t|   22 +
 t/v2_04_parameters.t  |   29 +
 t/v2_05_purge.t   |   42 +
 t/{06_scalar.t => v2_06_scalar.t} |6 +-
 t/{07_list.t => v2_07_list.t} |6 +-
 t/{08_hash.t => v2_08_hash.t} |6 +-
 t/{09_coerce.t => v2_09_coerce.t} |6 +-
 t/{10_write.t => v2_10_write.t}   |8 +-
 t/{11_order.t => v2_11_order.t}   |8 +-
 t/{12_purge.t => v2_12_purge.t}   |6 +-
 t/{13_readIfNewer.t => v2_13_readIfNewer.t}   |   10 +-
 t/{15_defaults.t => v2_15_defaults.t} |6 +-
 t/{16_hasParameter.t => v2_16_hasParameter.t} |6 +-
 t/{testrc => v2_testrc}   |0
 t/{testrc_smart => v2_testrc_smart}   |0
 t/v3_01_constants.t   |   16 +
 t/v3_02_init.t|   20 +
 t/v3_03_parameters.t  |   60 +
 t/v3_04_bad_conf.t|   18 +
 t/v3_05_no_defaults.t |   43 +
 t/v3_06_c_style.t 

[libparse-plainconfig-perl] 02/16: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libparse-plainconfig-perl.

commit 34541eafd9a77ae004c45b49175288a0d348b837
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:28:46 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 734ddb7..e4595c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,9 @@ libparse-plainconfig-perl (2.06-2) UNRELEASED; urgency=low
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
+  [ Lucas Kanashiro ]
+  * Add debian/upstream/metadata
+
  -- Ryan Niebur   Fri, 25 Sep 2009 00:25:56 -0700
 
 libparse-plainconfig-perl (2.06-1) unstable; urgency=low

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

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


[libparanoid-perl] annotated tag debian/2.01-1 created (now 6ae274f)

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

kanashiro pushed a change to annotated tag debian/2.01-1
in repository libparanoid-perl.

at  6ae274f   (tag)
   tagging  d5754627b4e369cfe0f98e83773943d8e5d0414d (commit)
  replaces  debian/0.36-3
 tagged by  Lucas Kanashiro
on  Wed Jun 29 14:56:23 2016 -0300

- Log -
tagging Debian version debian/2.01-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXdAvHAAoJEPgjonKYg8l8FTsQAK+MyjPr6QekSB1zooO2jysP
yFC4luh1zJtiTLChNP54yxEjVnMFHzsxV0Rk2+VXKPhTMpUkNtbmWOWO/GbmtZAf
PL4YVD7tTO5YakRmeoSeU6Pn3KU244EYmBH41pEnDm9Om48uxSIBddWvjOwv6+kx
nGF25hw4evKKoohThgIPZ6rrG0tY62w9LN9lCNMFNicBlzIH8W8doSJJjmM/uPUx
tCTj1V2+y4pUamqdt//gHxLEPb/zdIxibU+EWgite0xfLBzfan3D4ignPSkRr39S
2K2jZyjG0AxmJDRyFwFL7YhPAkTkjK1BB2Nz1ZShYrrjVo4CThnBjFSFNXqVsz7Z
tFImfVSM0kleuheogFGS5T+uVXP5eEDaRxxO7bZvhikMzM0RxxZEQITSR75RIHMa
sStYDLPjfPPsU+1mSHYzslLvXTdzN/4UfXk0BoIOovAuvs/xD8rMJOnltb3SpKGW
lSSCeLOpDbwd+ZzCA305yQ9R2teE3qiZQc0W6BxTGu7SeFD4g+u0TwWgaprxpK9b
v8grxXe+lHcyxm9OIQLyplaeY27Zh10D54rsZqakSnNnMm/2LbLCMfUXdrh0M7bI
wpxTuFh7LJDsf5CxnjfVfBZGojuTH8Pn7fHKuwx26HJ+S3bEk3H1+bUdYVprjszj
quWZaEjc8jc8/y16+pkU
=T3x1
-END PGP SIGNATURE-

Lucas Kanashiro (14):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 2.01
  Merge tag 'upstream/2.01'
  Update debian/changelog
  Remove patches, the patched files does not exist in latest release
  debian/tests: remove unexistent files from syntax-skip
  Update years of upstream copyright
  Update Debian packaging copyright
  Bump debhelper compatibility level to 9
  Declare compliance with Debian policy 3.9.8
  debian/control: update build and runtime dependencies, thanks cme
  Create patch to fix typo in manpage
  release libparanoid-perl version 2.01-1

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

gregor herrmann (4):
  Rename autopkgtest configuration file(s) as per new pkg-perl-autopkgtest 
schema.
  update changelog
  debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  update changelog

---

This annotated tag includes the following new commits:

   new  ba5f3f7   Add debian/upstream/metadata
   new  abf2d86   Update debian/changelog
   new  14b229b   Merge tag 'upstream/2.01'
   new  bfb3695   Update debian/changelog
   new  458f538   Remove patches, the patched files does not exist in 
latest release
   new  0015e8d   debian/tests: remove unexistent files from syntax-skip
   new  865631c   Update years of upstream copyright
   new  36c8fdc   Update Debian packaging copyright
   new  b642aad   Bump debhelper compatibility level to 9
   new  6dd2a5e   Declare compliance with Debian policy 3.9.8
   new  4bfe6f0   debian/control: update build and runtime dependencies, 
thanks cme
   new  b1c5046   Create patch to fix typo in manpage
   new  d575462   release libparanoid-perl version 2.01-1

The 13 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/libparanoid-perl.git

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


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

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

kanashiro pushed a commit to branch pristine-tar
in repository libparanoid-perl.

commit f757e6b9c03a4fd389ba55298adde439352f062b
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:03:14 2016 -0300

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

diff --git a/libparanoid-perl_2.01.orig.tar.gz.delta 
b/libparanoid-perl_2.01.orig.tar.gz.delta
new file mode 100644
index 000..9689695
Binary files /dev/null and b/libparanoid-perl_2.01.orig.tar.gz.delta differ
diff --git a/libparanoid-perl_2.01.orig.tar.gz.id 
b/libparanoid-perl_2.01.orig.tar.gz.id
new file mode 100644
index 000..6ada8e9
--- /dev/null
+++ b/libparanoid-perl_2.01.orig.tar.gz.id
@@ -0,0 +1 @@
+a74459141846f753dc417f9ec6fcc33be56f0497

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

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


[libparanoid-perl] 09/13: Bump debhelper compatibility level to 9

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit b642aadb63e49f0c481d7e428154eeb2df067c94
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:15:50 2016 -0300

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

diff --git a/debian/changelog b/debian/changelog
index aeda370..ce6cb83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * debian/tests: remove unexistent files from syntax-skip
   * Update years of upstream copyright
   * Update Debian packaging copyright
+  * Bump debhelper compatibility level to 9
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
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 c35c93d..6320c17 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ryan Niebur ,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: perl,
  libberkeleydb-perl,
  libcgi-pm-perl | perl (<< 5.19),

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

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


[libparanoid-perl] 13/13: release libparanoid-perl version 2.01-1

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit d5754627b4e369cfe0f98e83773943d8e5d0414d
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:49:06 2016 -0300

release libparanoid-perl version 2.01-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 25dd013..fc870d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
+libparanoid-perl (2.01-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -22,7 +24,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * debian/control: update build and runtime dependencies, thanks cme
   * Create patch to fix typo in manpage
 
- -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 14:48:40 -0300
 
 libparanoid-perl (0.36-3) unstable; urgency=medium
 

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

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


[libparanoid-perl] annotated tag upstream/2.01 created (now 90b4444)

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

kanashiro pushed a change to annotated tag upstream/2.01
in repository libparanoid-perl.

at  90b   (tag)
   tagging  15ae523d19c723dad63959695965959ce3bb0257 (commit)
  replaces  upstream/0.36
 tagged by  Lucas Kanashiro
on  Wed Jun 29 14:03:14 2016 -0300

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

iQIcBAABAgAGBQJXc/9SAAoJEPgjonKYg8l8V1MQAJY4LYIZJnzxFjF6C98kjwLJ
M0W7D4WdJi1TFIpzfEvxM/ZQAgrDH4HEyV00y56WvadPF4lSocFRWTw3nI+2zNyv
JIjV/bSIu5Z/xC0u/yxRRyyRLNZ20vlcX1Ny8arSCCtqQcvBMWVYnD6YG+6VL1Zy
6Jxk8MVmBBorBi+WUlMVBG6NZhXglP4jFF+0c+xOLPkH/iLi1uCoZ7Oyjye5J87g
GiRFo5IVVHqpKrO0/xheQDGbk5GEK/HMld/BAB2Km6x5OtK/dDlgNIVDecWy7Rsr
MaN1p9HGcT9AARSxhTkBXF5kn1ZSmzMMRR3Fe1voI5aNt68N9uXdvjFlvwdWltrw
X/RF2+D4eJhRlTE6i5gjGi38Pa/Mrh5uRtIf91Upzs+pS4XHDdjfWriPbSWdOP/o
HouOrSyHhwPlsnf2kCdl6+EkfYOsrBLf4EqNldDNYEg4ZgcjC82rqsdbPB33fvnS
rkdlLbPJERvgO2NpvAEUmZ20vKrtkv+bMYy9H2Nkxi/yO+UWPKYQh2KFIBQyZ9fv
8ERhWLsAPQVP8J8O8GuWsWxWsbC5sr6GYfdpDKH6eBjc/wDhfGeHsmimF6+1XN7l
duzJ71jGyNBnvReYaWZp9+vRSWHDkKdSeB3D+uGBemkpvSvYhMbjfgymJC/MruIu
ztOVzRovUgG5aV1Ot+Cp
=4kl4
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 2.01

---

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

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


[libparanoid-perl] 12/13: Create patch to fix typo in manpage

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit b1c50468b3f342cd0ba40205d1cfab181b0647b2
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:48:33 2016 -0300

Create patch to fix typo in manpage
---
 debian/changelog  |   1 +
 debian/patches/0001_fix-typo-in-manpage.patch | 150 ++
 debian/patches/series |   1 +
 3 files changed, 152 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ba377e5..25dd013 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
   * debian/control: update build and runtime dependencies, thanks cme
+  * Create patch to fix typo in manpage
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch 
b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 000..4fcf2ea
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,150 @@
+Description: Fix typo in manpage
+Author: Lucas Kanashiro 
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115735
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115735
+
+--- a/lib/Paranoid/Args.pm
 b/lib/Paranoid/Args.pm
+@@ -1045,7 +1045,7 @@ Each time B is invoked this a
+ 
+   Paranoid::Args::clearMemory();
+ 
+-If the existance of a (most likely) lightly populated array bothers you, you
++If the existence of a (most likely) lightly populated array bothers you, you
+ may use this function to empty all internal data structures of their contents.
+ Like B this function is not exported.
+ 
+@@ -1085,7 +1085,7 @@ be populated with:
+ );
+ 
+ The redundancy is intentional.  Regardless of whether you look up the short or
+-the long name you will be able to retrieve the cummulative value.
++the long name you will be able to retrieve the cumulative value.
+ 
+ The particulars of all key/value pairs in a template are documented below.
+ 
+--- a/lib/Paranoid/Debug.pm
 b/lib/Paranoid/Debug.pm
+@@ -294,7 +294,7 @@ be replaced with the literal string "I allows you to specify a placeholder which can
+ gobble up any number of extra arguments while still performing the "I"
+-substituion:
++substitution:
+ 
+ pdebug("I was passed these values: %s", 3, @values);
+ 
+--- a/lib/Paranoid/Filesystem.pm
 b/lib/Paranoid/Filesystem.pm
+@@ -1158,7 +1158,7 @@ symlinks to be filtered out.
+   $cleaned = pcleanPath($filename);
+ 
+ This function takes a filename and cleans out any '.', '..', and '//+'
+-occurences within the path.  It does not remove '.' or '..' as the first path
++occurrences within the path.  It does not remove '.' or '..' as the first path
+ element, however, in order to preserve the root of the relative path.
+ 
+ B this function does not do any checking to see if the passed
+--- a/lib/Paranoid/Glob.pm
 b/lib/Paranoid/Glob.pm
+@@ -711,7 +711,7 @@ character device node, just as a normal
+ 
+ This method with recursively load all filesystem entries underneath any
+ directories already listed in the object.  It returns true upon completion, or
+-false if any errors occured (such as Permission Denied).
++false if any errors occurred (such as Permission Denied).
+ 
+ Two optional boolean arguments can be passed to it:
+ 
+--- a/lib/Paranoid/IO.pm
 b/lib/Paranoid/IO.pm
+@@ -815,7 +815,7 @@ The features provided by this module are
+ 
+ =item * File handle caching
+ 
+-=item * Fork-safe file acess
++=item * Fork-safe file access
+ 
+ =item * Inherent file locking
+ 
+@@ -890,7 +890,7 @@ call) and file name.  This way you can s
+ of the process or its children's movements on the file system.
+ 
+ This could be, however, a double-edged sword if your program intends to open
+-indentically named files in multple locations.  If that is your intent you
++indentically named files in multiple locations.  If that is your intent you
+ would be cautioned to avoid using relative paths with I.
+ 
+ =head1 SUBROUTINES/METHODS
+@@ -960,7 +960,7 @@ fork.
+ 
+ Called with a list of file names means that only those files are examined and
+ reopened.  Any failure to reopen any single file handle will result in a false
+-return value.  That said, any failures will not interupt the function from
++return value.  That said, any failures will not interrupt the function from
+ trying every file in the list.
+ 
+ =head2 pcloseAll
+@@ -1015,7 +1015,7 @@ automatically.
+ $bytes = pread($fh, $text, $length, $offset);
+ 
+ This returns the number of bytes read, or undef on errors.  If this is called
+-prior to an explict I it will default to a mode of B.  Length
++prior to an explicit I it will default to a mode 

[libparanoid-perl] 03/13: Merge tag 'upstream/2.01'

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 14b229b8f1b0e190e57f220d96f2f5f5ca6d803f
Merge: abf2d86 15ae523
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:03:19 2016 -0300

Merge tag 'upstream/2.01'

Upstream version 2.01

# gpg: Signature made Wed 29 Jun 2016 02:03:14 PM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 CHANGELOG  |   48 +
 MANIFEST   |   58 +-
 META.json  |   48 +
 META.yml   |   49 +-
 Makefile.PL|   80 +-
 README |   54 +-
 lib/Paranoid.pm|   50 +-
 lib/Paranoid/Args.pm   |  212 ++--
 lib/Paranoid/BerkeleyDB.pm | 1048 --
 lib/Paranoid/Data.pm   |  237 -
 lib/Paranoid/Debug.pm  |  157 +--
 lib/Paranoid/Filesystem.pm | 1058 --
 lib/Paranoid/Glob.pm   |  112 +-
 lib/Paranoid/IO.pm | 1121 
 lib/Paranoid/IO/Line.pm|  685 
 lib/Paranoid/IO/Lockfile.pm|  249 +
 lib/Paranoid/Input.pm  |  982 +
 lib/Paranoid/Lockfile.pm   |  302 --
 lib/Paranoid/Log.pm|  769 +-
 lib/Paranoid/Log/Buffer.pm |  193 ++--
 lib/Paranoid/Log/Email.pm  |  281 -
 lib/Paranoid/Log/File.pm   |  297 +++---
 lib/Paranoid/Log/Syslog.pm |  317 --
 lib/Paranoid/Module.pm |   48 +-
 lib/Paranoid/Network.pm|  185 ++--
 lib/Paranoid/Network/IPv4.pm   |   69 +-
 lib/Paranoid/Network/IPv6.pm   |   96 +-
 lib/Paranoid/Network/Socket.pm |   18 +-
 lib/Paranoid/Process.pm|  262 +++--
 t/01_init_core.t   |   44 +-
 t/02_input.t   |  167 ---
 t/02_pdebug.t  |   27 +
 t/03_io.t  |  154 +++
 t/04_berkeleydb.t  |  103 --
 t/04_input.t   |  178 
 t/05_data.t|  123 +++
 t/06_log.t |   26 -
 t/06_module.t  |   28 +
 t/07_glob.t|   80 ++
 t/07_log_buffer.t  |   28 -
 t/08_log_file.t|   40 -
 t/09_log_syslog.t  |   20 -
 t/10_io_line.t |  157 +++
 t/10_log_email.t   |   93 --
 t/{03_args.t => 11_args.t} |   57 +-
 t/11_module.t  |   33 -
 t/12_lockfile.t|   22 +
 t/14_data.t|   75 --
 t/15_glob.t|   88 --
 t/16_filesystem_pglob.t|   43 -
 t/17_filesystem_pmkdir.t   |   55 -
 t/20_filesystem_pmkdir.t   |   56 +
 t/20_filesystem_ptouch.t   |   55 -
 ...esystem_preadDir.t => 21_filesystem_preadDir.t} |   21 +-
 t/{18_filesystem_prm.t => 22_filesystem_prm.t} |   54 +-
 t/23_filesystem_ptouch.t   |   54 +
 t/{23_filesystem_misc.t => 24_filesystem_misc.t}   |4 +-
 ..._filesystem_pchmod.t => 25_filesystem_pchmod.t} |   56 +-
 ..._filesystem_pchown.t => 26_filesystem_pchown.t} |   41 +-
 t/30_log.t |   25 +
 t/31_log_buffer.t  |   44 +
 t/32_log_file.t|   77 ++
 t/{30_socket.t => 40_socket.t} |8 +-
 t/{31_ipv4.t => 41_ipv4.t} |   72 +-
 t/{32_ipv6.t => 42_ipv6.t} |   32 +-
 t/{13_network.t => 43_network.t}   |   81 +-
 t/{12_process.t => 50_process.t}   |   44 +-
 t/98_pod_coverage.t|8 +-
 68 files changed, 5567 insertions(+), 5891 deletions(-)

-- 
Alioth's 

[libparanoid-perl] 07/13: Update years of upstream copyright

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 865631cf22f788df940ae6917f38c78a3637c17b
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:14:40 2016 -0300

Update years of upstream copyright
---
 debian/changelog | 1 +
 debian/copyright | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 60b7bb5..c026443 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Import upstream version 2.01
   * Remove patches, the patched files does not exist in latest release
   * debian/tests: remove unexistent files from syntax-skip
+  * Update years of upstream copyright
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/copyright b/debian/copyright
index b40e12c..bd19012 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,7 @@ Upstream-Contact: Arthur Corliss 
 Source: https://metacpan.org/release/Paranoid
 
 Files: *
-Copyright: 2005-2012, Arthur Corliss 
+Copyright: 2005-2015, Arthur Corliss 
 License: Artistic or GPL-1+
 
 Files: debian/*

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

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


[libparanoid-perl] 10/13: Declare compliance with Debian policy 3.9.8

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 6dd2a5ec6a359198994ffc282d18bbc2ca26
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:16:24 2016 -0300

Declare compliance with Debian policy 3.9.8
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ce6cb83..5671093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Update years of upstream copyright
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
+  * Declare compliance with Debian policy 3.9.8
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/control b/debian/control
index 6320c17..ac962ee 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: perl,
  libtest-pod-perl,
  libunix-syslog-perl,
  perl (>= 5.14) | libsocket6-perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparanoid-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparanoid-perl.git
 Homepage: https://metacpan.org/release/Paranoid

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

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


[libparanoid-perl] 11/13: debian/control: update build and runtime dependencies, thanks cme

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 4bfe6f011ed843bfb3b9292daf04540a7c52121e
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:22:53 2016 -0300

debian/control: update build and runtime dependencies, thanks cme
---
 debian/changelog |  1 +
 debian/control   | 12 
 2 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5671093..ba377e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Update Debian packaging copyright
   * Bump debhelper compatibility level to 9
   * Declare compliance with Debian policy 3.9.8
+  * debian/control: update build and runtime dependencies, thanks cme
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/control b/debian/control
index ac962ee..0ad89f3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,11 @@ Section: perl
 Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: perl,
- libberkeleydb-perl,
- libcgi-pm-perl | perl (<< 5.19),
+Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19),
  libtest-pod-coverage-perl,
  libtest-pod-perl,
- libunix-syslog-perl,
- perl (>= 5.14) | libsocket6-perl
+ libsocket6-perl,
+ perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libparanoid-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libparanoid-perl.git
@@ -23,9 +21,7 @@ Package: libparanoid-perl
 Architecture: all
 Depends: ${misc:Depends},
  ${perl:Depends}
-Suggests: libberkeleydb-perl,
-  libunix-syslog-perl,
-  perl (>= 5.14) | libsocket6-perl
+Suggests: libsocket6-perl
 Description: module for safer, more secure programming
  Paranoid is a collection of Perl modules that began as simple utilities which
  perform things in a (debatably) safer and taint-safe manner. Since then it's

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

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


[libparanoid-perl] 05/13: Remove patches, the patched files does not exist in latest release

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 458f5388ed89335d1740586831ed770ff3601780
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:09:46 2016 -0300

Remove patches, the patched files does not exist in latest release
---
 debian/changelog|  1 +
 debian/patches/dont-use-DB_CDB_ALLDB.patch  | 19 ---
 debian/patches/series   |  2 --
 debian/patches/stop-emailing-in-tests.patch | 20 
 4 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f94bee3..259787b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
   * Import upstream version 2.01
+  * Remove patches, the patched files does not exist in latest release
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/patches/dont-use-DB_CDB_ALLDB.patch 
b/debian/patches/dont-use-DB_CDB_ALLDB.patch
deleted file mode 100644
index 2013c04..000
--- a/debian/patches/dont-use-DB_CDB_ALLDB.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Description: Remove obviously no more supported DB_CDB_ALLDB flag
- Fixes FTBFS due to test suite failures. BerkeleyDB::Env returned
- "Invalid argument" else.
-Author: Axel Beckert 
-Bug-Debian: https://bugs.debian.org/743123
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=94349#txn-1375178
-
 a/lib/Paranoid/BerkeleyDB.pm
-+++ b/lib/Paranoid/BerkeleyDB.pm
-@@ -67,8 +67,7 @@
- pdebug( "creating environment in $$self{DbDir}", PDLEVEL3 );
- $$self{DbEnv} = BerkeleyDB::Env->new(
- '-Home'  => $$self{DbDir},
--'-Flags' => DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL |
--DB_CDB_ALLDB,
-+'-Flags' => DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL,
- '-Mode' => $$self{DbMode},
- );
- $rv = defined $$self{DbEnv};
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 9a3d454..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-stop-emailing-in-tests.patch
-dont-use-DB_CDB_ALLDB.patch
diff --git a/debian/patches/stop-emailing-in-tests.patch 
b/debian/patches/stop-emailing-in-tests.patch
deleted file mode 100644
index 1c3b115..000
--- a/debian/patches/stop-emailing-in-tests.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: don't email us during the tests
-Origin: vendor
-Forwarded: not-needed
-Author: Ryan Niebur 
-Reviewed-by: gregor herrmann 
-Last-Update: 2011-02-12
-
 a/t/10_log_email.t
-+++ b/t/10_log_email.t
-@@ -14,9 +14,7 @@
- my $rv;
- 
- SKIP: {
--skip( 'Net::SMTP not found', 14 )
--unless loadModule('Paranoid::Log::Email')
--and exists $ENV{USER};
-+skip( 'Not running mailing tests', 14 );
- 
- # Bad mailhost, should fail
- ok( enableFacility(

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

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


[libparanoid-perl] 06/13: debian/tests: remove unexistent files from syntax-skip

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 0015e8deeaf2f0f7827bea46f7c932c8ccd1dbc5
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:11:31 2016 -0300

debian/tests: remove unexistent files from syntax-skip
---
 debian/changelog  | 1 +
 debian/tests/pkg-perl/syntax-skip | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 259787b..60b7bb5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 2.01
   * Remove patches, the patched files does not exist in latest release
+  * debian/tests: remove unexistent files from syntax-skip
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/tests/pkg-perl/syntax-skip 
b/debian/tests/pkg-perl/syntax-skip
index d7841ed..cb1e775 100644
--- a/debian/tests/pkg-perl/syntax-skip
+++ b/debian/tests/pkg-perl/syntax-skip
@@ -1,4 +1,2 @@
 # needs stuff in Suggests
-Paranoid/BerkeleyDB.pm
-Paranoid/Log/Syslog.pm
 Paranoid/Network/Socket.pm

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

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


[libparanoid-perl] 08/13: Update Debian packaging copyright

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit 36c8fdc1e5f8280ee930fd795bc6980e43712a26
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:15:12 2016 -0300

Update Debian packaging copyright
---
 debian/changelog | 1 +
 debian/copyright | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c026443..aeda370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
   * Remove patches, the patched files does not exist in latest release
   * debian/tests: remove unexistent files from syntax-skip
   * Update years of upstream copyright
+  * Update Debian packaging copyright
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
diff --git a/debian/copyright b/debian/copyright
index bd19012..0f851f9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -11,6 +11,7 @@ Files: debian/*
 Copyright: 2009, Ryan Niebur 
  2010, Jonathan Yu 
  2010-2015, gregor herrmann 
+ 2016, Lucas Kanashiro 
 License: Artistic or GPL-1+
 
 License: Artistic

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

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


[libparanoid-perl] branch pristine-tar updated (50cea5d -> f757e6b)

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

kanashiro pushed a change to branch pristine-tar
in repository libparanoid-perl.

  from  50cea5d   pristine-tar data for libparanoid-perl_0.36.orig.tar.gz
   new  f757e6b   pristine-tar data for libparanoid-perl_2.01.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:
 libparanoid-perl_2.01.orig.tar.gz.delta | Bin 0 -> 2901 bytes
 libparanoid-perl_2.01.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libparanoid-perl_2.01.orig.tar.gz.delta
 create mode 100644 libparanoid-perl_2.01.orig.tar.gz.id

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

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


[libparanoid-perl] 02/13: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit abf2d862d2b9e1dff3dd30018b09b321c433524a
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:02:53 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 485626b..462dc56 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,9 @@ libparanoid-perl (0.36-4) UNRELEASED; urgency=medium
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
+  [ Lucas Kanashiro ]
+  * Add debian/upstream/metadata
+
  -- gregor herrmann   Sat, 24 Oct 2015 13:46:19 +0200
 
 libparanoid-perl (0.36-3) unstable; urgency=medium

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

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


[libparanoid-perl] 04/13: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit bfb3695664947c146aaee53e27b7df70e30d3442
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:03:20 2016 -0300

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 462dc56..f94bee3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libparanoid-perl (0.36-4) UNRELEASED; urgency=medium
+libparanoid-perl (2.01-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * Rename autopkgtest configuration file(s) as per new pkg-perl-
@@ -12,8 +12,9 @@ libparanoid-perl (0.36-4) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
+  * Import upstream version 2.01
 
- -- gregor herrmann   Sat, 24 Oct 2015 13:46:19 +0200
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 14:03:20 -0300
 
 libparanoid-perl (0.36-3) unstable; urgency=medium
 

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

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


[libparanoid-perl] branch master updated (4583c80 -> d575462)

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

kanashiro pushed a change to branch master
in repository libparanoid-perl.

  from  4583c80   update changelog
   new  ba5f3f7   Add debian/upstream/metadata
   new  abf2d86   Update debian/changelog
  adds  15ae523   Imported Upstream version 2.01
   new  14b229b   Merge tag 'upstream/2.01'
   new  bfb3695   Update debian/changelog
   new  458f538   Remove patches, the patched files does not exist in 
latest release
   new  0015e8d   debian/tests: remove unexistent files from syntax-skip
   new  865631c   Update years of upstream copyright
   new  36c8fdc   Update Debian packaging copyright
   new  b642aad   Bump debhelper compatibility level to 9
   new  6dd2a5e   Declare compliance with Debian policy 3.9.8
   new  4bfe6f0   debian/control: update build and runtime dependencies, 
thanks cme
   new  b1c5046   Create patch to fix typo in manpage
   new  d575462   release libparanoid-perl version 2.01-1

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


Summary of changes:
 CHANGELOG  |   48 +
 MANIFEST   |   58 +-
 META.json  |   48 +
 META.yml   |   49 +-
 Makefile.PL|   80 +-
 README |   54 +-
 debian/changelog   |   18 +-
 debian/compat  |2 +-
 debian/control |   16 +-
 debian/copyright   |3 +-
 debian/patches/0001_fix-typo-in-manpage.patch  |  150 +++
 debian/patches/dont-use-DB_CDB_ALLDB.patch |   19 -
 debian/patches/series  |3 +-
 debian/patches/stop-emailing-in-tests.patch|   20 -
 debian/tests/pkg-perl/syntax-skip  |2 -
 debian/upstream/metadata   |4 +
 lib/Paranoid.pm|   50 +-
 lib/Paranoid/Args.pm   |  212 ++--
 lib/Paranoid/BerkeleyDB.pm | 1048 --
 lib/Paranoid/Data.pm   |  237 -
 lib/Paranoid/Debug.pm  |  157 +--
 lib/Paranoid/Filesystem.pm | 1058 --
 lib/Paranoid/Glob.pm   |  112 +-
 lib/Paranoid/IO.pm | 1121 
 lib/Paranoid/IO/Line.pm|  685 
 lib/Paranoid/IO/Lockfile.pm|  249 +
 lib/Paranoid/Input.pm  |  982 +
 lib/Paranoid/Lockfile.pm   |  302 --
 lib/Paranoid/Log.pm|  769 +-
 lib/Paranoid/Log/Buffer.pm |  193 ++--
 lib/Paranoid/Log/Email.pm  |  281 -
 lib/Paranoid/Log/File.pm   |  297 +++---
 lib/Paranoid/Log/Syslog.pm |  317 --
 lib/Paranoid/Module.pm |   48 +-
 lib/Paranoid/Network.pm|  185 ++--
 lib/Paranoid/Network/IPv4.pm   |   69 +-
 lib/Paranoid/Network/IPv6.pm   |   96 +-
 lib/Paranoid/Network/Socket.pm |   18 +-
 lib/Paranoid/Process.pm|  262 +++--
 t/01_init_core.t   |   44 +-
 t/02_input.t   |  167 ---
 t/02_pdebug.t  |   27 +
 t/03_io.t  |  154 +++
 t/04_berkeleydb.t  |  103 --
 t/04_input.t   |  178 
 t/05_data.t|  123 +++
 t/06_log.t |   26 -
 t/06_module.t  |   28 +
 t/07_glob.t|   80 ++
 t/07_log_buffer.t  |   28 -
 t/08_log_file.t|   40 -
 t/09_log_syslog.t  |   20 -
 t/10_io_line.t |  157 +++
 t/10_log_email.t   |   93 --
 t/{03_args.t => 11_args.t} |   57 +-
 t/11_module.t  |   33 -
 t/12_lockfile.t|   22 +
 t/14_data.t|  

[libparanoid-perl] 01/13: Add debian/upstream/metadata

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

kanashiro pushed a commit to branch master
in repository libparanoid-perl.

commit ba5f3f7af0999e7ba114ca2d11fd373edcf447e5
Author: Lucas Kanashiro 
Date:   Wed Jun 29 14:02:53 2016 -0300

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..1cc232d
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Arthur Corliss 
+Name: Paranoid

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

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


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

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

kanashiro pushed a commit to branch pristine-tar
in repository libclass-ehierarchy-perl.

commit e521a5ec4580d47cdc68fedf47abe58f1f717bcd
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:55:54 2016 -0300

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

diff --git a/libclass-ehierarchy-perl_0.93.orig.tar.gz.delta 
b/libclass-ehierarchy-perl_0.93.orig.tar.gz.delta
new file mode 100644
index 000..a7f0822
Binary files /dev/null and b/libclass-ehierarchy-perl_0.93.orig.tar.gz.delta 
differ
diff --git a/libclass-ehierarchy-perl_0.93.orig.tar.gz.id 
b/libclass-ehierarchy-perl_0.93.orig.tar.gz.id
new file mode 100644
index 000..874fb7e
--- /dev/null
+++ b/libclass-ehierarchy-perl_0.93.orig.tar.gz.id
@@ -0,0 +1 @@
+5e17ee3200ce2d9574b035a12b18c24330c497ff

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

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


[libclass-ehierarchy-perl] annotated tag debian/0.93-1 created (now e151e96)

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

kanashiro pushed a change to annotated tag debian/0.93-1
in repository libclass-ehierarchy-perl.

at  e151e96   (tag)
   tagging  8b4899b8c1445121628102df42ab4b9e38bfd816 (commit)
 tagged by  Lucas Kanashiro
on  Wed Jun 29 13:55:18 2016 -0300

- Log -
tagging Debian version debian/0.93-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXc/12AAoJEPgjonKYg8l8cjQP/1/3fuwpwDWs4jcHtkMZZIGJ
pEFwqumlPhW0aDGB+xhdQNG+MMfHjW0RwFXRFPRB5RS+aPVhXrSC50KIe58Ptagq
BykrBqOkBs/vmiwftd/ADWHsduCLEepJkwCcsvwCxLuQ0FtOAZz5RIZtiOL/fEAY
s529BYm3ktgKTatQn671kOsXkPEzHRatHAOCEydhYulPPk505cHTJAI/SgQuLxVC
0ocH/L0Fz7w7aZGGaPcPYqOkjoQcdy44YvSP7cyy6FjVlKrN9DFoFtnQi4sNVMJ/
UFmGh7L+C6psHBDGoC95l2O4XxIT1Rpinn92o0/QCRmfN5W1zka8rd4BqGQ4zhF6
iVzV/mGcne6hyoebX+dVjUnIC9b1K/CJxPCm6KiNm4Wwv4Se8tzRSQqc+4HbFYnp
ljSoZFSmp2p+MK4YxNa1RbcFibdOX5LS8Xi0IWYtTHRSIugve98aQsdPFsx4ZHU8
ivzewrLILnxnt83rW2n0DIU1vVwMbZZZGGBOu7orhPx/7dy5yIwJuXYtKm56vD1o
Y5toY11VPgJ3VsZdPyMV0CZivMAlDm0uPu/ggl6AjbcomJuNGAEVhDTaX/YSbMrE
imYIktDnKUpvA8zFcBMLYzyaSv6hizl7wrp9RZ976OCmIghtYfH0YRzLsGzZpyz8
X5VU540jiL/dXtJxcC9a
=KPav
-END PGP SIGNATURE-

Lucas Kanashiro (6):
  Import original source of Class-EHierarchy 0.93
  Initial packaging by dh-make-perl 0.90
  set up debian directory
  create patch to fix typo in manpage
  close ITP
  release libclass-ehierarchy-perl version 0.93-1

---

This annotated tag includes the following new commits:

   new  c46f979   Initial packaging by dh-make-perl 0.90
   new  7373fa6   set up debian directory
   new  f482d7d   create patch to fix typo in manpage
   new  6751cb5   close ITP
   new  8b4899b   release libclass-ehierarchy-perl version 0.93-1

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


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

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


[libclass-ehierarchy-perl] tag upstream/0.93 created (now c54fbec)

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

kanashiro pushed a change to tag upstream/0.93
in repository libclass-ehierarchy-perl.

at  c54fbec   (commit)
No new revisions were added by this update.

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

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


[libclass-ehierarchy-perl] branch pristine-tar created (now e521a5e)

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

kanashiro pushed a change to branch pristine-tar
in repository libclass-ehierarchy-perl.

at  e521a5e   pristine-tar data for 
libclass-ehierarchy-perl_0.93.orig.tar.gz

This branch includes the following new commits:

   new  e521a5e   pristine-tar data for 
libclass-ehierarchy-perl_0.93.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.


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

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


[libclass-ehierarchy-perl] 05/05: release libclass-ehierarchy-perl version 0.93-1

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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit 8b4899b8c1445121628102df42ab4b9e38bfd816
Author: Lucas Kanashiro 
Date:   Wed Jun 29 13:48:32 2016 -0300

release libclass-ehierarchy-perl version 0.93-1
---
 debian/changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9920272..831d652 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-libclass-ehierarchy-perl (0.93-1) UNRELEASED; urgency=low
+libclass-ehierarchy-perl (0.93-1) unstable; urgency=low
 
   * Initial Release. (Closes: #828997)
 
- -- Lucas Kanashiro   Wed, 29 Jun 2016 12:55:54 -0300
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 13:48:11 -0300

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

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


[libclass-ehierarchy-perl] 04/05: close ITP

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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit 6751cb517dc28a03ed8be9834dd92d361a8f8b71
Author: Lucas Kanashiro 
Date:   Wed Jun 29 13:47:55 2016 -0300

close ITP
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 61fa00b..9920272 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libclass-ehierarchy-perl (0.93-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release. (Closes: #828997)
 
  -- Lucas Kanashiro   Wed, 29 Jun 2016 12:55:54 -0300

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

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


[libclass-ehierarchy-perl] branch master created (now 8b4899b)

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

kanashiro pushed a change to branch master
in repository libclass-ehierarchy-perl.

at  8b4899b   release libclass-ehierarchy-perl version 0.93-1

This branch includes the following new commits:

   new  c46f979   Initial packaging by dh-make-perl 0.90
   new  7373fa6   set up debian directory
   new  f482d7d   create patch to fix typo in manpage
   new  6751cb5   close ITP
   new  8b4899b   release libclass-ehierarchy-perl version 0.93-1

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


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

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


[libclass-ehierarchy-perl] 03/05: create patch to fix typo in manpage

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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit f482d7d1c4456b31ea3888fdc855c2afb0fb184a
Author: Lucas Kanashiro 
Date:   Wed Jun 29 13:47:05 2016 -0300

create patch to fix typo in manpage
---
 debian/patches/0001_fix-typo-in-manpage.patch | 26 ++
 debian/patches/series |  1 +
 2 files changed, 27 insertions(+)

diff --git a/debian/patches/0001_fix-typo-in-manpage.patch 
b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 000..8602780
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,26 @@
+Description: fix typo
+Author: Lucas Kanashiro 
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115733
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115733
+
+--- a/lib/Class/EHierarchy.pm
 b/lib/Class/EHierarchy.pm
+@@ -1149,7 +1149,7 @@ use constant CEH_NO_UNDEF => 512;
+ 
+ sub exists ($$$) {
+ 
+-# Purpose:  checks the existance of a key in the property hash
++# Purpose:  checks the existence of a key in the property hash
+ # Returns:  The return value of CORE::exists
+ # Usage:$rv = $obj->exists($prop, $key);
+ 
+@@ -1921,7 +1921,7 @@ returns the return value from the Bexists($prop, $key);
+ 
+-This method checks for the existance of the specified key in the hash
++This method checks for the existence of the specified key in the hash
+ property.  Calling this method on any non-hash property will cause the program
+ to croack.  It returns the return value from the B function.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch

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

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


[libclass-ehierarchy-perl] 01/05: Initial packaging by dh-make-perl 0.90

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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit c46f979bee929e34684d375c844f683c932ec60c
Author: Lucas Kanashiro 
Date:   Wed Jun 29 12:55:54 2016 -0300

Initial packaging by dh-make-perl 0.90
---
 debian/changelog |  5 +
 debian/compat|  1 +
 debian/control   | 21 +
 debian/copyright | 36 
 debian/rules |  4 
 debian/source/format |  1 +
 debian/upstream/metadata |  4 
 debian/watch |  2 ++
 8 files changed, 74 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..61fa00b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libclass-ehierarchy-perl (0.93-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 12:55:54 -0300
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..865e674
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: libclass-ehierarchy-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group 
+Uploaders: Lucas Kanashiro 
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.8
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libclass-ehierarchy-perl.git
+Vcs-Git: 
https://anonscm.debian.org/git/pkg-perl/packages/libclass-ehierarchy-perl.git
+Homepage: https://metacpan.org/release/Class-EHierarchy
+Testsuite: autopkgtest-pkg-perl
+
+Package: libclass-ehierarchy-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Base class for hierarchally ordered objects
+ Class::EHierarchy is intended for use as a base class for custom objects, but
+ objects that need one or more of the following features:
+ .
+ This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..dea242e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Class-EHierarchy
+Upstream-Contact: Arthur Corliss 
+Upstream-Name: Class-EHierarchy
+DISCLAIMER: This copyright info was automatically extracted 
+ from the perl module. It may not be accurate, so you better 
+ check the module sources in order to ensure the module for its 
+ inclusion in Debian or for general legal information. Please, 
+ if licensing information is incorrectly generated, file a bug 
+ on dh-make-perl.
+ NOTE: Don't forget to remove this disclaimer once you are happy
+ with this file.
+
+Files: *
+Copyright: Arthur Corliss 
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2016, Lucas Kanashiro 
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+   dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..5367d90
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Arthur Corliss 
+Name: Class-EHierarchy
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 000..4261651
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/Class-EHierarchy   
.*/Class-EHierarchy-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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

___
Pkg-perl-cvs-commits mailing list

[libclass-ehierarchy-perl] 02/05: set up debian directory

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

kanashiro pushed a commit to branch master
in repository libclass-ehierarchy-perl.

commit 7373fa67d6ca11a4d130b227eb0687b1d6754a1a
Author: Lucas Kanashiro 
Date:   Wed Jun 29 13:36:01 2016 -0300

set up debian directory
---
 debian/control   | 9 +
 debian/copyright | 8 
 2 files changed, 5 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index 865e674..3a10163 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,9 @@ Testsuite: autopkgtest-pkg-perl
 Package: libclass-ehierarchy-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: Base class for hierarchally ordered objects
+Description: module that provides a base class for hierarchally ordered objects
  Class::EHierarchy is intended for use as a base class for custom objects, but
- objects that need one or more of the following features:
- .
- This description was automagically extracted from the module by dh-make-perl.
+ objects that need one or more of the following features: orderly bottom-up
+ destruction of objects, opaque objects, class-based access restrictions for
+ properties and methods, primitive strict property type awareness, alias-based
+ object retrieval.
diff --git a/debian/copyright b/debian/copyright
index dea242e..bdf0e94 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,14 +2,6 @@ Format: 
http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Class-EHierarchy
 Upstream-Contact: Arthur Corliss 
 Upstream-Name: Class-EHierarchy
-DISCLAIMER: This copyright info was automatically extracted 
- from the perl module. It may not be accurate, so you better 
- check the module sources in order to ensure the module for its 
- inclusion in Debian or for general legal information. Please, 
- if licensing information is incorrectly generated, file a bug 
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
 
 Files: *
 Copyright: Arthur Corliss 

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

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


[dh-make-perl] branch split-package updated (5a4b3bc -> 15e842a)

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

gregoa pushed a change to branch split-package
in repository dh-make-perl.

  from  5a4b3bc   sligh updates to dependencies
  adds  fec2534   metadata cleanup
   new  15e842a   Merge branch 'master' into split-package

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:
 Build.PL | 3 +++
 TODO | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

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

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


[dh-make-perl] 01/01: Merge branch 'master' into split-package

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

gregoa pushed a commit to branch split-package
in repository dh-make-perl.

commit 15e842ab71c6a48754ca360663de78d48a1bf050
Merge: 5a4b3bc fec2534
Author: gregor herrmann 
Date:   Wed Jun 29 17:24:37 2016 +0200

Merge branch 'master' into split-package

 Build.PL | 3 +++
 TODO | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

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

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


[dh-make-perl] branch master updated (60742ec -> fec2534)

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

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

  from  60742ec   remove trailing whitespace DISCLAIMER blocks in "wanted" 
files
   new  fec2534   metadata cleanup

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:
 Build.PL | 3 +++
 TODO | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

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

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


[dh-make-perl] 01/01: metadata cleanup

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

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

commit fec253403548f8225f5c67dfef2828b57373c25c
Author: gregor herrmann 
Date:   Wed Jun 29 17:23:01 2016 +0200

metadata cleanup

add YAML::XS + LWP::* to Build.PL
update TODO

Gbp-Dch: Ignore
---
 Build.PL | 3 +++
 TODO | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Build.PL b/Build.PL
index cc3ae8b..58796be 100644
--- a/Build.PL
+++ b/Build.PL
@@ -38,6 +38,8 @@ my $builder = My::Builder->new(
 'IO::File'  => 0,
 'IO::Uncompress::Gunzip'=> 0,
 'List::MoreUtils'   => 0,
+'LWP::ConnCache'=> 0,
+'LWP::UserAgent'=> 0,
 'Module::Build' => 0,
 'Module::CoreList'  => 0,
 'Module::Depends'   => 0,
@@ -54,6 +56,7 @@ my $builder = My::Builder->new(
 'version'   => 0,
 'WWW::Mechanize'=> 0,
 'YAML'  => 0,
+'YAML::XS'  => 0,
 },
 build_requires  => {
 'IPC::Run'  => 0,
diff --git a/TODO b/TODO
index 2782c87..4c2b4f3 100644
--- a/TODO
+++ b/TODO
@@ -46,5 +46,5 @@
 * make/refresh: add "Multi-Arch: same" header to arch-dep packages
 * clean up after #774862.
   currently we use YAML and YAML::XS. one should be enough, probably
-  YAML::XS or YAML::Tiny or ... additionally YAML::XS is nowhere in the
-  metadata, and the tests didn't catch the ommission either.
+  YAML::XS or YAML::Tiny or ...
+  The tests didn't catch the ommission either.

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

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


[dh-make-perl] 01/03: use a few wildcards in *.install files

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

gregoa pushed a commit to branch split-package
in repository dh-make-perl.

commit 937d26e869aee6423185accd5a4cc6df8575e895
Author: gregor herrmann 
Date:   Wed Jun 29 16:48:53 2016 +0200

use a few wildcards in *.install files

not that this buys us alot ...

Gbp-Dch: Ignore
---
 debian/dh-make-perl.install  | 24 ++--
 debian/libdebian-source-perl.install | 16 
 2 files changed, 6 insertions(+), 34 deletions(-)

diff --git a/debian/dh-make-perl.install b/debian/dh-make-perl.install
index d274617..b01a9cc 100644
--- a/debian/dh-make-perl.install
+++ b/debian/dh-make-perl.install
@@ -3,27 +3,7 @@ usr/share/dh-make-perl/rules.dh.tiny
 usr/share/man/man1/dh-make-perl.1p
 usr/share/man/man3/Debian::AptContents.3pm
 usr/share/man/man3/Debian::Control::FromCPAN.3pm
-usr/share/man/man3/DhMakePerl.3pm
-usr/share/man/man3/DhMakePerl::Command::Packaging.3pm
-usr/share/man/man3/DhMakePerl::Command::dump_config.3pm
-usr/share/man/man3/DhMakePerl::Command::help.3pm
-usr/share/man/man3/DhMakePerl::Command::locate.3pm
-usr/share/man/man3/DhMakePerl::Command::make.3pm
-usr/share/man/man3/DhMakePerl::Command::refresh.3pm
-usr/share/man/man3/DhMakePerl::Command::refresh_cache.3pm
-usr/share/man/man3/DhMakePerl::Config.3pm
-usr/share/man/man3/DhMakePerl::PodParser.3pm
-usr/share/man/man3/DhMakePerl::Utils.3pm
+usr/share/man/man3/DhMakePerl*
 usr/share/perl5/Debian/AptContents.pm
 usr/share/perl5/Debian/Control/FromCPAN.pm
-usr/share/perl5/DhMakePerl.pm
-usr/share/perl5/DhMakePerl/Command/Packaging.pm
-usr/share/perl5/DhMakePerl/Command/dump_config.pm
-usr/share/perl5/DhMakePerl/Command/help.pm
-usr/share/perl5/DhMakePerl/Command/locate.pm
-usr/share/perl5/DhMakePerl/Command/make.pm
-usr/share/perl5/DhMakePerl/Command/refresh.pm
-usr/share/perl5/DhMakePerl/Command/refresh_cache.pm
-usr/share/perl5/DhMakePerl/Config.pm
-usr/share/perl5/DhMakePerl/PodParser.pm
-usr/share/perl5/DhMakePerl/Utils.pm
+usr/share/perl5/DhMakePerl*
diff --git a/debian/libdebian-source-perl.install 
b/debian/libdebian-source-perl.install
index 9b84e42..449a8ad 100644
--- a/debian/libdebian-source-perl.install
+++ b/debian/libdebian-source-perl.install
@@ -1,22 +1,14 @@
 usr/share/man/man3/Debian::Control.3pm
-usr/share/man/man3/Debian::Control::Stanza.3pm
-usr/share/man/man3/Debian::Control::Stanza::Binary.3pm
-usr/share/man/man3/Debian::Control::Stanza::CommaSeparated.3pm
-usr/share/man/man3/Debian::Control::Stanza::Source.3pm
+usr/share/man/man3/Debian::Control::Stanza*
 usr/share/man/man3/Debian::Dependencies.3pm
 usr/share/man/man3/Debian::Dependency.3pm
 usr/share/man/man3/Debian::DpkgLists.3pm
 usr/share/man/man3/Debian::Rules.3pm
-usr/share/man/man3/Debian::WNPP::Bug.3pm
-usr/share/man/man3/Debian::WNPP::Query.3pm
+usr/share/man/man3/Debian::WNPP::*
 usr/share/perl5/Debian/Control.pm
-usr/share/perl5/Debian/Control/Stanza.pm
-usr/share/perl5/Debian/Control/Stanza/Binary.pm
-usr/share/perl5/Debian/Control/Stanza/CommaSeparated.pm
-usr/share/perl5/Debian/Control/Stanza/Source.pm
+usr/share/perl5/Debian/Control/Stanza*
 usr/share/perl5/Debian/Dependencies.pm
 usr/share/perl5/Debian/Dependency.pm
 usr/share/perl5/Debian/DpkgLists.pm
 usr/share/perl5/Debian/Rules.pm
-usr/share/perl5/Debian/WNPP/Bug.pm
-usr/share/perl5/Debian/WNPP/Query.pm
+usr/share/perl5/Debian/WNPP/*

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

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


[dh-make-perl] 03/03: sligh updates to dependencies

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

gregoa pushed a commit to branch split-package
in repository dh-make-perl.

commit 5a4b3bcc1b3d5115a13f92b23fad9fc6db583a32
Author: gregor herrmann 
Date:   Wed Jun 29 17:11:57 2016 +0200

sligh updates to dependencies

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

diff --git a/debian/control b/debian/control
index 800a6dd..53b89e5 100644
--- a/debian/control
+++ b/debian/control
@@ -69,11 +69,11 @@ Depends: debhelper (>= 9),
  libfile-which-perl,
  liblist-moreutils-perl,
  libmodule-depends-perl (>= 0.15),
- libparse-debcontrol-perl,
  libparse-debianchangelog-perl,
  libsoftware-license-perl,
  libtie-ixhash-perl,
  libwww-mechanize-perl,
+ libwww-perl,
  libyaml-perl,
  libyaml-libyaml-perl,
  make,
@@ -111,7 +111,8 @@ Depends: ${misc:Depends},
  liblist-moreutils-perl,
  libparse-debcontrol-perl,
  libtie-ixhash-perl,
- libwww-mechanize-perl
+ libwww-mechanize-perl,
+ libwww-perl
 Breaks: dh-make-perl (<< 0.91)
 Replaces: dh-make-perl (<< 0.91)
 Description: collection of Perl modules for handling Debian source packages

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

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


[dh-make-perl] 02/03: debian/libdebian-source-perl.lintian-overrides: add perl-module-name-not-mentioned-in-description

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

gregoa pushed a commit to branch split-package
in repository dh-make-perl.

commit 60278d5f15ea7597799f5c29fd5ea8ab574dcf87
Author: gregor herrmann 
Date:   Wed Jun 29 16:50:59 2016 +0200

debian/libdebian-source-perl.lintian-overrides: add 
perl-module-name-not-mentioned-in-description

Gbp-Dch: Ignore
---
 debian/libdebian-source-perl.lintian-overrides | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/libdebian-source-perl.lintian-overrides 
b/debian/libdebian-source-perl.lintian-overrides
index efe198a..b62c46d 100644
--- a/debian/libdebian-source-perl.lintian-overrides
+++ b/debian/libdebian-source-perl.lintian-overrides
@@ -1,2 +1,4 @@
 # the switch from 0.90-1 to 0.91 (i.e. going back to a native package) is 
intentional
 libdebian-source-perl: latest-debian-changelog-entry-changed-to-native
+# no module by this name
+libdebian-source-perl: perl-module-name-not-mentioned-in-description 
Debian::Source

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

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


[dh-make-perl] branch split-package updated (79c9505 -> 5a4b3bc)

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

gregoa pushed a change to branch split-package
in repository dh-make-perl.

  from  79c9505   fix dependency name
   new  937d26e   use a few wildcards in *.install files
   new  60278d5   debian/libdebian-source-perl.lintian-overrides: add 
perl-module-name-not-mentioned-in-description
   new  5a4b3bc   sligh updates to dependencies

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


Summary of changes:
 debian/control |  5 +++--
 debian/dh-make-perl.install| 24 ++--
 debian/libdebian-source-perl.install   | 16 
 debian/libdebian-source-perl.lintian-overrides |  2 ++
 4 files changed, 11 insertions(+), 36 deletions(-)

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

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


[libpgobject-type-datetime-perl] annotated tag upstream/1.0.3 created (now 3962c37)

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

kanashiro pushed a change to annotated tag upstream/1.0.3
in repository libpgobject-type-datetime-perl.

at  3962c37   (tag)
   tagging  7f061380f859b615b94bf8e58ddd59c17deed3a8 (commit)
 tagged by  Lucas Kanashiro
on  Wed Jun 29 11:22:34 2016 -0300

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

iQIcBAABAgAGBQJXc9mqAAoJEPgjonKYg8l8qvIP/3NlVsJQ2uVZpPi3f6KeNqxO
PlM/I4LAjhKnb3WyCPxPQ22qUg6d0wyHPMZYBe8kKthDkXYBiUMevwMnARtPJjBG
R087IzDJUdPwdq7OsmAGs2KZb73Oy0C0euddhakU2JGi3t7HZtawHuBQhwL1+pzs
0DOTri19DFxQAQvYLr4ZpfW2RwLHpBqQmG7YKdgGOjQL4tuVJgqV/NnRHDFV4ah6
3dBHvI0wDNkvIUyA3t8eSq6LBVW99weTKRCuGeTdBFG6ZYeOVTstzsP25Ud3qCCP
oxXaD6dL0hqcs/MYObeMDaIQknB/KK5yMWo0V6BbcXYN93DikW7O6qPHvuib2hVR
ZKPgxHJ2JaBpEt/MVXVgQLmVnM3bwFhArZqGGuW2UzbanQ+RZBmkMAgVcszfOngV
M+slvKuKABa1oPncYqdW7m1MGBGVlBHQQVLCTg+PCchci3afT+lJY5O0HIDb7Swp
9pXqpfXgeUiE+fzw8njxfDLlZEUJPhhr8A4If9CSZVTydWIpGOMX1yp0IzWR4Eas
aK3MfGTGH9+ig4RVT6s9VVcoXtgcvIV0TntXD8SAaTlqmSzjDU6+a5CT6xufTpdv
U7tnOBIHB3A9WamPYfw+asXU3HrINbZlJCJGlLuvxb7aS6LXYdRSEoCsrE770+Hu
gDnlmolvCjJsFOBb+xEf
=7geY
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 1.0.3

Robert James Clay (1):
  Import original source of PGObject-Type-DateTime 1.0.2

---

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/libpgobject-type-datetime-perl.git

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


[libpgobject-type-datetime-perl] 05/05: release libpgobject-type-datetime-perl version 1.0.3-1

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

kanashiro pushed a commit to branch master
in repository libpgobject-type-datetime-perl.

commit 5642b3946502d2bff6fb719a7fb79ad1f6926c50
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:54:19 2016 -0300

release libpgobject-type-datetime-perl version 1.0.3-1
---
 debian/changelog | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ccc4cce..5793ccc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libpgobject-type-datetime-perl (1.0.3-1) UNRELEASED; urgency=medium
+libpgobject-type-datetime-perl (1.0.3-1) unstable; urgency=medium
+
+  * Team upload.
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
@@ -7,7 +9,7 @@ libpgobject-type-datetime-perl (1.0.3-1) UNRELEASED; 
urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 1.0.3
 
- -- Lucas Kanashiro   Wed, 29 Jun 2016 11:33:26 -0300
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 11:53:51 -0300
 
 libpgobject-type-datetime-perl (1.0.2-1) unstable; urgency=low
 

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

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


[libpgobject-type-datetime-perl] annotated tag debian/1.0.3-1 created (now 8154682)

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

kanashiro pushed a change to annotated tag debian/1.0.3-1
in repository libpgobject-type-datetime-perl.

at  8154682   (tag)
   tagging  5642b3946502d2bff6fb719a7fb79ad1f6926c50 (commit)
  replaces  debian/1.0.2-1
 tagged by  Lucas Kanashiro
on  Wed Jun 29 12:08:31 2016 -0300

- Log -
tagging Debian version debian/1.0.3-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXc+RvAAoJEPgjonKYg8l8C1UP/0RSX49eqanI1Y3nwhSWk9T9
g/Thd5Hx2+rXVX2CIMZCIIUH1k56UU9YBqOOEgaxkUZ1+uYZLaD88SiYDxgeYqS8
ebU4CA41RniN/icEtB9yU5mJNdkQcE9TH+0vGbU6YnS80uajAugO5iZ2OZxzAUEe
m6AUjlT657WHVRAPCV7UR4/2++2QzbSs6YgWl++s/tGLWGSidYhSyMmKIvW2rIQz
U/wjKiUrQoqlPOtKsh/B6aEIE6jVO3lCj+BRd2oCWxUhgL6bi5As1dbiWAdp4djf
7XIRpLoiPG+huni8bPcbbrhf9UXJf5/pICRzHrsIL5gpD9UJh+mG2qieYnWDFn4X
qDiBgwi/Vw/1l1Fz9RzqzIgnYfWKy4UFc2DG/rhcoLqRuNI5LYBUGLpOhZXlWyKq
HMfq2t//sYlGVA9RHupjgxMmyE/+BHuKOcLfUjcQNzVauGbAOyNPa3gPIx9oiIKp
3OUWmbaCsqmCjmEAkNDYXlQQFkkvpCXcd+3UQnxqqkJDUDM/C09WosXg2gUP3joh
R9PjVviQgUwBXYx12nF/PGNA9RNnNQD3SgkTKXZHLnhk0QhDXA0tdL7n/prO1pD4
kVQ6LJI8DXSaIZpUV7lVjExl0ioyo85sJVnQ0gwwaP01NXz8fz9E6i2V28HG3FGg
rICmQX/8WztlfVg9nVhw
=kdNC
-END PGP SIGNATURE-

Lucas Kanashiro (6):
  Add debian/upstream/metadata
  Update debian/changelog
  Imported Upstream version 1.0.3
  Merge tag 'upstream/1.0.3'
  Update debian/changelog
  release libpgobject-type-datetime-perl version 1.0.3-1

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

---

This annotated tag includes the following new commits:

   new  002c702   Add debian/upstream/metadata
   new  ca051a3   Update debian/changelog
   new  13e746c   Merge tag 'upstream/1.0.3'
   new  e2cc4e9   Update debian/changelog
   new  5642b39   release libpgobject-type-datetime-perl version 1.0.3-1

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


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

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


[libpgobject-type-datetime-perl] 02/05: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libpgobject-type-datetime-perl.

commit ca051a37643577570b525e23c1be7ecbcef637e0
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:22:10 2016 -0300

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index f30e802..b1e51fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libpgobject-type-datetime-perl (1.0.2-2) UNRELEASED; urgency=medium
 
+  [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
+  [ Lucas Kanashiro ]
+  * Add debian/upstream/metadata
+
  -- gregor herrmann   Fri, 20 May 2016 12:08:26 +0200
 
 libpgobject-type-datetime-perl (1.0.2-1) unstable; urgency=low

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

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


[libpgobject-type-datetime-perl] 01/05: Add debian/upstream/metadata

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

kanashiro pushed a commit to branch master
in repository libpgobject-type-datetime-perl.

commit 002c702e24fcee2137449aa2676f23ca1a4a5c6f
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:22:10 2016 -0300

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

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 000..ed8391c
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,6 @@
+---
+Archive: CPAN
+Contact: Chris Travers 
+Name: PGObject-Type-DateTime
+Repository: https://github.com/ledgersmb/PGObject-Type-DateTime.git
+Repository-Browse: https://github.com/ledgersmb/PGObject-Type-DateTime

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

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


[libpgobject-type-datetime-perl] 01/01: pristine-tar data for libpgobject-type-datetime-perl_1.0.3.orig.tar.gz

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

kanashiro pushed a commit to branch pristine-tar
in repository libpgobject-type-datetime-perl.

commit 1f51cff75a1a2f690279fdd8beed24b17567086f
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:22:34 2016 -0300

pristine-tar data for libpgobject-type-datetime-perl_1.0.3.orig.tar.gz
---
 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta | Bin 0 -> 1379 bytes
 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta 
b/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta
new file mode 100644
index 000..0c85538
Binary files /dev/null and 
b/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta differ
diff --git a/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id 
b/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id
new file mode 100644
index 000..5dd160c
--- /dev/null
+++ b/libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id
@@ -0,0 +1 @@
+e6d4904736032b1bb2d3421c6f6ccd048c652e69

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

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


[libpgobject-type-datetime-perl] 03/05: Merge tag 'upstream/1.0.3'

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

kanashiro pushed a commit to branch master
in repository libpgobject-type-datetime-perl.

commit 13e746cde872e08e30cfea6ba26cac7f5f1fe4d2
Merge: ca051a3 7f06138
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:33:25 2016 -0300

Merge tag 'upstream/1.0.3'

Upstream version 1.0.3

# gpg: Signature made Wed 29 Jun 2016 11:22:34 AM BRT using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "
# gpg: aka "Lucas Kanashiro "

 META.json |  9 +--
 META.yml  | 16 +++--
 MYMETA.json   |  9 +--
 lib/PGObject/Type/DateTime.pm | 55 ++-
 4 files changed, 61 insertions(+), 28 deletions(-)

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

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


[libpgobject-type-datetime-perl] branch pristine-tar updated (3e97503 -> 1f51cff)

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

kanashiro pushed a change to branch pristine-tar
in repository libpgobject-type-datetime-perl.

  from  3e97503   pristine-tar data for 
libpgobject-type-datetime-perl_1.0.2.orig.tar.gz
   new  1f51cff   pristine-tar data for 
libpgobject-type-datetime-perl_1.0.3.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:
 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta | Bin 0 -> 1379 bytes
 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.delta
 create mode 100644 libpgobject-type-datetime-perl_1.0.3.orig.tar.gz.id

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

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


[libpgobject-type-datetime-perl] 04/05: Update debian/changelog

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

kanashiro pushed a commit to branch master
in repository libpgobject-type-datetime-perl.

commit e2cc4e93b04189b5e39cb30b2f49181cc95a3345
Author: Lucas Kanashiro 
Date:   Wed Jun 29 11:33:26 2016 -0300

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 b1e51fa..ccc4cce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-libpgobject-type-datetime-perl (1.0.2-2) UNRELEASED; urgency=medium
+libpgobject-type-datetime-perl (1.0.3-1) UNRELEASED; urgency=medium
 
   [ gregor herrmann ]
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
 
   [ Lucas Kanashiro ]
   * Add debian/upstream/metadata
+  * Import upstream version 1.0.3
 
- -- gregor herrmann   Fri, 20 May 2016 12:08:26 +0200
+ -- Lucas Kanashiro   Wed, 29 Jun 2016 11:33:26 -0300
 
 libpgobject-type-datetime-perl (1.0.2-1) unstable; urgency=low
 

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

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


[libpgobject-type-datetime-perl] branch master updated (b5e5c85 -> 5642b39)

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

kanashiro pushed a change to branch master
in repository libpgobject-type-datetime-perl.

  from  b5e5c85   update changelog
   new  002c702   Add debian/upstream/metadata
   new  ca051a3   Update debian/changelog
  adds  7f06138   Imported Upstream version 1.0.3
   new  13e746c   Merge tag 'upstream/1.0.3'
   new  e2cc4e9   Update debian/changelog
   new  5642b39   release libpgobject-type-datetime-perl version 1.0.3-1

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


Summary of changes:
 META.json |  9 +--
 META.yml  | 16 +++--
 MYMETA.json   |  9 +--
 debian/changelog  | 11 +++--
 debian/upstream/metadata  |  6 +
 lib/PGObject/Type/DateTime.pm | 55 ++-
 6 files changed, 76 insertions(+), 30 deletions(-)
 create mode 100644 debian/upstream/metadata

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

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


[licensecheck] branch master updated (a8dcc3c -> ce2151e)

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

js pushed a change to branch master
in repository licensecheck.

  from  a8dcc3c   Initial packaging.
   new  ea2b278   Fix replace (not only break) older devscripts. Thanks to 
James McCoy.
  adds  fa2c7c1   Add CPAN Request Tracker as alternative bug-database.
  adds  19bb05d   Tighten tidyall config to avoid cruft in bin dir.
  adds  02c072e   Adjust copyright notice to mention initial committer (not 
later maintainer).
  adds  fc0cbd3   Revive pre-CPAN changelog entries, rewritten as turtle.
  adds  8b617ed   Update changes, and bump version.
  adds  293676d   Imported Upstream version 3.0.1
   new  0c9c2c8   Merge tag 'upstream/3.0.1'
   new  ce2151e   Prepare for release: Update changelog, control file and 
copyright hints.

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:
 COPYRIGHT   |   8 +-
 Changes |  13 +
 META.json   |   4 +-
 META.yml|   4 +-
 Makefile.PL |   4 +-
 README  |  19 +-
 SIGNATURE   |  44 +--
 bin/licensecheck|  14 +-
 debian/changelog|   9 +
 debian/control  |   1 +
 debian/control.in   |   1 +
 debian/copyright_hints  |  12 +-
 doap.ttl| 837 +++-
 lib/App/Licensecheck.pm |  16 +-
 14 files changed, 925 insertions(+), 61 deletions(-)

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

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


[licensecheck] annotated tag v3.0.1 created (now fb33743)

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

js pushed a change to annotated tag v3.0.1
in repository licensecheck.

at  fb33743   (tag)
   tagging  8b617ed4fdbacdfe988e0488b439c653fb57f618 (commit)
  replaces  v3.0.0
 tagged by  Jonas Smedegaard
on  Wed Jun 29 16:45:28 2016 +0200

- Log -
Yo!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJXc98JAAoJECx8MUbBoAEhXRcP+gP/QBP5QiHy4GFNbPjJ+5ys
utKME7M8X6qg2qhVnARSIfdAzpZo50VeSIv/kecA2nFwOahElsjAB/mCA/RLVFYp
wSOco7VKP8+fHv26u0iO8WO4SQ0Vk0jt1+cbGceR+yGsS+2G4zB0zbnyVFigiuyV
0ATj0UqqLCPZVvQeolAWFeLrKW3rijWupG/zm7oAzMAMCCtfY7gje60UPdXWaeof
KUdC2Os4Df+Jed7OxFg9N9AqscMcnMZiG7PtBqv54GESn+OAACWoaSrRGl19z0gS
N8+UUnQyCbpEyRekt4mKQEog3Q/NZfyqtyOuNc1aud1jS+ZgXtgyd4q3+HcUo0Cs
JC2ZFmIbDphJHfd2qi239GNwkD3OnQj2QwtBMGns2c/89D+vTPo5uP70v4IRHxm5
l5vzm0ihysA9CX4OO4PhOOWdzAd1YlkUl6N092YhgRIWpjkGOFawbYULjHD32xys
P+EsMmJ7B6Gxtyg769Q7mjJZEmGqAn6ZNTFCGfaPWcnuc6/hoP89BMXU8NeUIgGM
yVRaa7MVRoZsKb9+Ut1GWbfILN9X1EGgtPxw3JTcizrC9D32m3Uwxnsd/LfhGlQi
jnI5gd9Y/FaexhXNO6oR7ipEPxl+kOFrEiYzmulBtvsSHNVRzD34GyCyykiKJbr4
kwIXVYKOgVsP4BSJivqN
=2CeM
-END PGP SIGNATURE-

Jonas Smedegaard (5):
  Add CPAN Request Tracker as alternative bug-database.
  Tighten tidyall config to avoid cruft in bin dir.
  Adjust copyright notice to mention initial committer (not later 
maintainer).
  Revive pre-CPAN changelog entries, rewritten as turtle.
  Update changes, and bump version.

---

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

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


[licensecheck] branch pristine-tar updated (bafcbb8 -> 382d403)

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

js pushed a change to branch pristine-tar
in repository licensecheck.

  from  bafcbb8   pristine-tar data for licensecheck_3.0.0.orig.tar.gz
   new  382d403   pristine-tar data for licensecheck_3.0.1.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:
 licensecheck_3.0.1.orig.tar.gz.delta | Bin 0 -> 4185 bytes
 licensecheck_3.0.1.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 licensecheck_3.0.1.orig.tar.gz.delta
 create mode 100644 licensecheck_3.0.1.orig.tar.gz.id

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

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


  1   2   3   4   5   6   7   8   9   10   >