[libmodule-info-perl] 03/04: Refresh autopkgtest patch

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libmodule-info-perl.

commit 98672bfbb625918c9db813a9ee09c70f6f767d64
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:54:00 2015 -0200

Refresh autopkgtest patch
---
 debian/changelog |  1 +
 debian/patches/autopkgtest.patch | 14 +++---
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a211a73..cd95493 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libmodule-info-perl (0.37-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Import upstream version 0.37
+  * Refresh autopkgtest patch
 
  -- Lucas Kanashiro   Tue, 03 Nov 2015 15:50:31 
-0200
 
diff --git a/debian/patches/autopkgtest.patch b/debian/patches/autopkgtest.patch
index b3736ea..8a3e96e 100644
--- a/debian/patches/autopkgtest.patch
+++ b/debian/patches/autopkgtest.patch
@@ -2,11 +2,11 @@ Description: adjust paths when run under autopkgtest
 Origin: vendor
 Forwarded: not-needed
 Author: gregor herrmann 
-Last-Update: 2015-10-24
+Last-Update: 2015-11-03
 
 --- a/t/Module-Info.t
 +++ b/t/Module-Info.t
-@@ -4,6 +4,9 @@
+@@ -4,6 +4,9 @@ use lib qw(t/lib);
  use Test::More tests => 59;
  use Config;
  
@@ -15,8 +15,8 @@ Last-Update: 2015-10-24
 +
  my $has_version_pm = eval 'use version; 1';
  my $version_pm_VERSION = $has_version_pm ? 'version'->VERSION : 0;
- my $Mod_Info_VERSION = '0.36';
-@@ -59,7 +62,7 @@
+ my $Mod_Info_VERSION = '0.37';
+@@ -60,7 +63,7 @@ my @safe_subs = qw(
  
  can_ok('Module::Info', @expected_subs);
  
@@ -25,7 +25,7 @@ Last-Update: 2015-10-24
  isa_ok($mod_info, 'Module::Info', 'new_from_file');
  
  ok( !$mod_info->name,   'has no name' );
-@@ -67,7 +70,7 @@
+@@ -68,7 +71,7 @@ $mod_info->name('Module::Info');
  ok( $mod_info->name,'name set' );
  is( $mod_info->version, $Mod_Info_VERSION,  'version()' );
  ok( !$mod_info->inc_dir,'has no inc_dir' );
@@ -34,7 +34,7 @@ Last-Update: 2015-10-24
  'file()');
  ok( !$mod_info->is_core,'not a core module' );
  
-@@ -109,9 +112,9 @@
+@@ -110,9 +113,9 @@ isa_ok($mod_info, 'Module::Info', 'new_f
  
  is( $mod_info->name, 'Module::Info','name()' );
  is( $mod_info->version, $Mod_Info_VERSION,  'version()' );
@@ -46,7 +46,7 @@ Last-Update: 2015-10-24
  'file()');
  ok( !$mod_info->is_core,'not a core module' );
  
-@@ -144,9 +147,9 @@
+@@ -145,9 +148,9 @@ isa_ok($mod_info, 'Module::Info', 'new_f
  
  is( $mod_info->name, 'Module::Info','name()' );
  is( $mod_info->version, $Mod_Info_VERSION,  'version()' );

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

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


[libmodule-info-perl] branch pristine-tar updated (0018b4c -> d416cf6)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch pristine-tar
in repository libmodule-info-perl.

  from  0018b4c   pristine-tar data for libmodule-info-perl_0.36.orig.tar.gz
   new  d416cf6   pristine-tar data for libmodule-info-perl_0.37.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:
 libmodule-info-perl_0.37.orig.tar.gz.delta | Bin 0 -> 1817 bytes
 libmodule-info-perl_0.37.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libmodule-info-perl_0.37.orig.tar.gz.delta
 create mode 100644 libmodule-info-perl_0.37.orig.tar.gz.id

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

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


[libmodule-info-perl] 04/04: Releasing libmodule-info-perl version 0.37-1

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libmodule-info-perl.

commit a38ade082d333ce5048a9dd6c0455f1c2b669031
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:59:30 2015 -0200

Releasing libmodule-info-perl version 0.37-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cd95493..42d432e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libmodule-info-perl (0.37-1) UNRELEASED; urgency=medium
+libmodule-info-perl (0.37-1) unstable; urgency=medium
 
   * Team upload.
   * Import upstream version 0.37

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

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


[libmodule-info-perl] 02/04: Update debian/changelog

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libmodule-info-perl.

commit 3fdcd0271cb275ba47a67e597fd6e684a84c5fe5
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:50:31 2015 -0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index 72ab7b5..a211a73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libmodule-info-perl (0.37-1) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Import upstream version 0.37
+
+ -- Lucas Kanashiro   Tue, 03 Nov 2015 15:50:31 
-0200
+
 libmodule-info-perl (0.36-1) unstable; urgency=medium
 
   * Team upload.

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

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


[libmodule-info-perl] 01/01: pristine-tar data for libmodule-info-perl_0.37.orig.tar.gz

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch pristine-tar
in repository libmodule-info-perl.

commit d416cf60d933d359f2c3a6428e4fdbb3778e28d5
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:50:27 2015 -0200

pristine-tar data for libmodule-info-perl_0.37.orig.tar.gz
---
 libmodule-info-perl_0.37.orig.tar.gz.delta | Bin 0 -> 1817 bytes
 libmodule-info-perl_0.37.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libmodule-info-perl_0.37.orig.tar.gz.delta 
b/libmodule-info-perl_0.37.orig.tar.gz.delta
new file mode 100644
index 000..c71cb51
Binary files /dev/null and b/libmodule-info-perl_0.37.orig.tar.gz.delta differ
diff --git a/libmodule-info-perl_0.37.orig.tar.gz.id 
b/libmodule-info-perl_0.37.orig.tar.gz.id
new file mode 100644
index 000..c70db60
--- /dev/null
+++ b/libmodule-info-perl_0.37.orig.tar.gz.id
@@ -0,0 +1 @@
+a33868d32e397a149825c7cb21f1c79d753f27b1

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

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


[libmodule-info-perl] 01/04: Merge tag 'upstream/0.37'

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libmodule-info-perl.

commit 20da87fffed4acb17e8d971532a36d5fed6712f9
Merge: cb9c7e6 8244e2a
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:50:30 2015 -0200

Merge tag 'upstream/0.37'

Upstream version 0.37

# gpg: Signature made Tue 03 Nov 2015 03:50:27 PM BRST using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes  |  8 
 META.json|  5 ++---
 META.yml |  5 ++---
 lib/B/Module/Info.pm |  2 +-
 lib/Module/Info.pm   | 47 +--
 t/Module-Info.t  |  9 +
 t/lib/Moo.pm |  6 ++
 7 files changed, 69 insertions(+), 13 deletions(-)

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

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


[libmodule-info-perl] branch master updated (cb9c7e6 -> a38ade0)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to branch master
in repository libmodule-info-perl.

  from  cb9c7e6   releasing package libmodule-info-perl version 0.36-1
  adds  8244e2a   Imported Upstream version 0.37
   new  20da87f   Merge tag 'upstream/0.37'
   new  3fdcd02   Update debian/changelog
   new  98672bf   Refresh autopkgtest patch
   new  a38ade0   Releasing libmodule-info-perl version 0.37-1

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


Summary of changes:
 Changes  |  8 +++
 META.json|  5 ++---
 META.yml |  5 ++---
 debian/changelog |  8 +++
 debian/patches/autopkgtest.patch | 14 ++--
 lib/B/Module/Info.pm |  2 +-
 lib/Module/Info.pm   | 47 ++--
 t/Module-Info.t  |  9 
 t/lib/Moo.pm |  6 +
 9 files changed, 84 insertions(+), 20 deletions(-)

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

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


[libmodule-info-perl] annotated tag upstream/0.37 created (now e20315b)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.37
in repository libmodule-info-perl.

at  e20315b   (tag)
   tagging  8244e2a74c887d200bcfd7660f66a56b9cb32f74 (commit)
  replaces  upstream/0.36
 tagged by  Lucas Kanashiro
on  Tue Nov 3 15:50:27 2015 -0200

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

iQIcBAABCAAGBQJWOPPjAAoJEPgjonKYg8l8OFAQAIT827kTszfKn/LgYhPI9QGC
3DWTMGKLCHzbVE/RQtO6whUKFbGh6K3zO6syokt1yBxDoQ+ZG4gIUspMJyyXLMLB
zC9RRxROx7XIuYV8DkBCpgUNEIviLSh4GLUduansK49W+74sSo2HoxIlLOXq97Tu
DuWJ1Wcif0/cEOV0XyDJn9lJUxZkPGI4+rEg5MpbQwUuun2wVrJ5u+byqqAGNWOn
sza0iBbxEOG52WdZnlphsR5hCYbIuwXdAn+T1grfU57ZCJsJpJgATxAEFtml/5Hy
+/Y1E3e8wsCEh6Yl6Dj+lyU8ODA1UAuNb7i3U/Yw+P6E6o9VxZGXiKo42Odq/0bg
7WiSnMGcH3fqTeDTlw/N45QcVU+NftN3IXQJYa30rb95Zz7IpKelzkQ1QxsUUn/p
oj6qeNT7sTgl7MRdq/B1H9SZADINW/gIIRxuCxPjLxXkze1XqpqyL+qZbcjwBjLv
0oa3frSc6PQ3WElevzkqJTFR4pD+NZtklMAHKWpfingy88P+YygLVIDeqXWeDZRq
euk7Ae35QyqwU4ekNcXHhX7pFZKvMT1Z7m7NpgKu9/StwZeI+kWVdMcmP1yu1ZCx
sakIqm0ec6tY6bh54nUkshZvc9BvkiXtcxZ0YIFHVhMHx9kSGKz5skvyBme60AW8
uuOukxKGB9E+8nimmZj/
=Jo1h
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 0.37

---

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

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


[libgraph-perl] 04/08: Update debian/changelog

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit e0d81c174d666b9d82707428442186a04c4b0d3f
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:21:53 2015 -0200

Update debian/changelog

Gbp-Dch: Ignore
---
 debian/changelog | 6 --
 debian/upstream/metadata | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ecfef13..8876260 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libgraph-perl (1:0.96-3) UNRELEASED; urgency=medium
+libgraph-perl (1:0.9704-1) UNRELEASED; urgency=medium
 
+  * Team upload.
   * Add debian/upstream/metadata
+  * Import upstream version 0.9704
 
- -- Lucas Kanashiro   Tue, 03 Nov 2015 15:19:45 
-0200
+ -- Lucas Kanashiro   Tue, 03 Nov 2015 15:21:53 
-0200
 
 libgraph-perl (1:0.96-2) unstable; urgency=medium
 
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index f3c09ba..da8d6f4 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -2,3 +2,5 @@
 Archive: CPAN
 Contact: Jarkko Hietaniemi 
 Name: Graph
+Repository: git://github.com/neilbowers/Graph.git
+Repository-Browse: https://github.com/neilbowers/Graph

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

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


[libgraph-perl] 06/08: Drop all unnecessary patches, applied by upstream

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit f17e44afa021707b0aabe944db4ff59becfb8939
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:34:47 2015 -0200

Drop all unnecessary patches, applied by upstream
---
 debian/changelog   |  1 +
 ...Don-t-compare-version-numbers-numerically.patch | 39 --
 debian/patches/fix-pod.patch   | 18 --
 debian/patches/series  |  3 --
 debian/patches/spelling.patch  | 18 --
 5 files changed, 1 insertion(+), 78 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4196b13..c261f45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libgraph-perl (1:0.9704-1) UNRELEASED; urgency=medium
   * Add debian/upstream/metadata
   * Import upstream version 0.9704
   * Update year of upstream copyright and upstream contact
+  * Drop all unnecessary patches, applied by upstream
 
  -- Lucas Kanashiro   Tue, 03 Nov 2015 15:21:53 
-0200
 
diff --git 
a/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch 
b/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
deleted file mode 100644
index bafa03b..000
--- a/debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From f3268a0295ec4433c3154adb2572b4712570886e Mon Sep 17 00:00:00 2001
-From: Niko Tyni 
-Date: Sat, 19 Sep 2015 20:41:47 +0300
-Subject: [PATCH] Don't compare version numbers numerically
-
-Perl 5.20.2 has Storable 2.49_01, which generates warnings when
-compared as a number. Use UNIVERSAL::VERSION() instead,
-as suggested by Kevin Ryde.
-
-Bug-Debian: https://bugs.debian.org/782676
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=94046
-Forwarded: not-needed; already fixed upstream apparently
-

- lib/Graph.pm | 8 +++-
- 1 file changed, 7 insertions(+), 1 deletion(-)
-
-diff --git a/lib/Graph.pm b/lib/Graph.pm
-index e96acb4..cb9c06c 100644
 a/lib/Graph.pm
-+++ b/lib/Graph.pm
-@@ -19,7 +19,13 @@ $VERSION = '0.96';
- require 5.006; # Weak references are absolutely required.
- 
- my $can_deep_copy_Storable =
--eval 'require Storable; require B::Deparse; $Storable::VERSION >= 2.05 && 
$B::Deparse::VERSION >= 0.61' && !$@;
-+  eval {
-+require Storable;
-+require B::Deparse;
-+Storable->VERSION(2.05);
-+B::Deparse->VERSION(0.61);
-+}
-+  && !$@;
- 
- sub _can_deep_copy_Storable () {
- return $can_deep_copy_Storable;
--- 
-2.5.1
-
diff --git a/debian/patches/fix-pod.patch b/debian/patches/fix-pod.patch
deleted file mode 100644
index 5ccb30e..000
--- a/debian/patches/fix-pod.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix POD: add missing NAME header
-Origin: vendor
-Author: gregor herrmann 
-Last-Update: 2015-09-19
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107195
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107195
-
 a/lib/Graph/TransitiveClosure.pm
-+++ b/lib/Graph/TransitiveClosure.pm
-@@ -63,6 +63,8 @@
- __END__
- =pod
- 
-+=head1 NAME
-+
- Graph::TransitiveClosure - create and query transitive closure of graph
- 
- =head1 SYNOPSIS
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 502fe66..000
--- a/debian/patches/series
+++ /dev/null
@@ -1,3 +0,0 @@
-0001-Don-t-compare-version-numbers-numerically.patch
-spelling.patch
-fix-pod.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 2986b84..000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a spelling mistake
-Origin: vendor
-Author: gregor herrmann 
-Last-Update: 2015-09-19
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=107194
-Bug: https://rt.cpan.org/Ticket/Display.html?id=107194
-
 a/lib/Heap071/Elem.pm
-+++ b/lib/Heap071/Elem.pm
-@@ -115,7 +115,7 @@
- ability to be heaped.  If the object is implemented as
- a hash, and if it can deal with a key of I, leaving
- it unchanged for use by the heap routines, then the following
--implemetation will work.
-+implementation will work.
- 
-   package myObject;
- 

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

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


[libgraph-perl] 08/08: Releasing libgraph-perl version 1:0.9704-1

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit 84cd9195b9ae419f961ca5bbf32375e938049e3a
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:41:22 2015 -0200

Releasing libgraph-perl version 1:0.9704-1
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c261f45..f8593b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libgraph-perl (1:0.9704-1) UNRELEASED; urgency=medium
+libgraph-perl (1:0.9704-1) unstable; urgency=medium
 
   * Team upload.
   * Add debian/upstream/metadata

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

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


[libgraph-perl] branch pristine-tar updated (b347cee -> 9106115)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

  from  b347cee   pristine-tar data for libgraph-perl_0.96.orig.tar.gz
   new  9106115   pristine-tar data for libgraph-perl_0.9704.orig.tar.gz

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


Summary of changes:
 libgraph-perl_0.9704.orig.tar.gz.delta | Bin 0 -> 7144 bytes
 libgraph-perl_0.9704.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libgraph-perl_0.9704.orig.tar.gz.delta
 create mode 100644 libgraph-perl_0.9704.orig.tar.gz.id

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

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


[libgraph-perl] annotated tag upstream/0.9704 created (now c753021)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a change to annotated tag upstream/0.9704
in repository libgraph-perl.

at  c753021   (tag)
   tagging  7e8a35ccc3e08834e74fae09c8340406ea77c7b2 (commit)
  replaces  upstream/0.96
 tagged by  Lucas Kanashiro
on  Tue Nov 3 15:20:34 2015 -0200

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

iQIcBAABCAAGBQJWOOziAAoJEPgjonKYg8l86+8P/RHzlHFztVlDt/nTxFwD7nGK
bRcQ50u/6RXG7V2YBPphoHbQ25SyTC8RsPrW5jp8jyQHLuKN9+CGNDP1H8+glrzz
SYbN3giTZXKUGX10Kt6pRueWyZw1PrfvEtWlIxbPHaanHZvH8SLK6Q7NyNoHgxNV
rqV8C7exPMUF3iogm4zNB681oSDFAA0hGgp6F1WgWLtvwfICreGKWawQbrftjbwS
CO4udOLqFeb2oz5CU9aruck4UMmBIm7Q9o29yzMF1oY4n9MzAVttP8Pnb5wVYtA7
G/zy5Z+uJCxw9/Kp9THrNms2soJX9/bRYiAwrF52NfaH3UB0CS2x/cAli0y8BT+t
AvqHmZiccPqnbXRp8HghR1loB7oE/gbS6nA9DoYDFqg0IlMz9brb7Kq3pZp7iwow
QG3BdWItECBEqfU+b37gzctOEoATPoZGtQUKTLw2PXRZ2GbG/Jv/qixVedF07Esy
Ni6VQWxTir8EiAKGst5ASVtAozD5/18EG7y+gcboIALmjwcpW6e0I2tjqUw0q+mu
1b3+OjYg+LKHisPYw4FpMbXq3HSiAf0aMZC45aPqZv9k9T2a7NW9wEI8excyGyBI
dpKlF+0fIxloPB/NxBld7P/mD/MtFa63AAcAYQ4GuMB8ABNiqLcn5mxyhQIp+k5L
asaRTuQZ6b5hj9Jbua5J
=sUMJ
-END PGP SIGNATURE-

Lucas Kanashiro (1):
  Imported Upstream version 0.9704

---

No new revisions were added by this update.

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

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


[libgraph-perl] 05/08: Update year of upstream copyright and upstream contact

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit ef98074e4a2d620cd4f929b45f42e6251c966517
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:27:30 2015 -0200

Update year of upstream copyright and upstream contact
---
 debian/changelog | 1 +
 debian/copyright | 5 +++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8876260..4196b13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libgraph-perl (1:0.9704-1) UNRELEASED; urgency=medium
   * Team upload.
   * Add debian/upstream/metadata
   * Import upstream version 0.9704
+  * Update year of upstream copyright and upstream contact
 
  -- Lucas Kanashiro   Tue, 03 Nov 2015 15:21:53 
-0200
 
diff --git a/debian/copyright b/debian/copyright
index fb96eb4..eca5f9e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,10 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/Graph
-Upstream-Contact: Jarkko Hietaniemi 
+Upstream-Contact: Neil Bowers 
 Upstream-Name: Graph
 
 Files: *
-Copyright: 1998-2013, Jarkko Hietaniemi 
+Copyright: 1998-2014, Jarkko Hietaniemi 
 License: Artistic or GPL-1+
 
 Files: lib/Heap071/Fibonacci.pm
@@ -16,6 +16,7 @@ Files: debian/*
 Copyright: 2003, 2004, Matt Hope 
  2005, 2006, 2007, 2009, 2013, Steinar H. Gunderson 
  2013, 2015, gregor herrmann 
+ 2015, 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/libgraph-perl.git

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


[libgraph-perl] 02/08: Update debian/changelog

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit ef0303043802f73572b26953c5424d07a8b90ae8
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:19:45 2015 -0200

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index b2a0006..ecfef13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libgraph-perl (1:0.96-3) UNRELEASED; urgency=medium
+
+  * Add debian/upstream/metadata
+
+ -- Lucas Kanashiro   Tue, 03 Nov 2015 15:19:45 
-0200
+
 libgraph-perl (1:0.96-2) unstable; urgency=medium
 
   * Take over for the Debian Perl Group with maintainer's permission

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

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


[libgraph-perl] branch master updated (d2aec90 -> 84cd919)

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

  from  d2aec90   releasing package libgraph-perl version 1:0.96-2
   new  bf55b3d   Add debian/upstream/metadata
   new  ef03030   Update debian/changelog
  adds  7e8a35c   Imported Upstream version 0.9704
   new  b80374c   Merge tag 'upstream/0.9704'
   new  e0d81c1   Update debian/changelog
   new  ef98074   Update year of upstream copyright and upstream contact
   new  f17e44a   Drop all unnecessary patches, applied by upstream
   new  82dbee6   Update contact in upstream metadata
   new  84cd919   Releasing libgraph-perl version 1:0.9704-1

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


Summary of changes:
 Changes| 979 ++---
 MANIFEST   |   3 +-
 META.json  |  31 +-
 META.yml   |  20 +-
 Makefile.PL|  47 +-
 README |  26 +-
 debian/changelog   |  10 +
 debian/copyright   |   5 +-
 ...Don-t-compare-version-numbers-numerically.patch |  39 -
 debian/patches/fix-pod.patch   |  18 -
 debian/patches/series  |   3 -
 debian/patches/spelling.patch  |  18 -
 debian/upstream/metadata   |   6 +
 lib/Graph.pm   | 119 ++-
 lib/Graph.pod  | 125 ++-
 lib/Graph/AdjacencyMap/Heavy.pm|   2 +
 lib/Graph/AdjacencyMap/Light.pm|   1 +
 lib/Graph/MSTHeapElem.pm   |   2 -
 lib/Graph/SPTHeapElem.pm   |   2 -
 lib/Graph/TransitiveClosure.pm |   7 +-
 lib/Graph/Traversal.pm |   4 +-
 lib/Heap071/Elem.pm|   5 +-
 lib/Heap071/Fibonacci.pm   |   3 -
 t/07_gen.t |   2 +-
 t/08_stringify.t   |  26 +-
 t/13_add_vertex.t  |   2 +-
 t/18_add_edge.t|   4 +-
 t/22_refvertexed.t |  19 +-
 t/26_multiedged.t  |  34 +-
 t/65_ref.t |   4 +-
 t/73_diameter.t|  25 +-
 t/74_random.t  |  10 +-
 t/85_subgraph.t|  25 +
 33 files changed, 919 insertions(+), 707 deletions(-)
 delete mode 100644 
debian/patches/0001-Don-t-compare-version-numbers-numerically.patch
 delete mode 100644 debian/patches/fix-pod.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/85_subgraph.t

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

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


[libgraph-perl] 03/08: Merge tag 'upstream/0.9704'

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit b80374c58fce51ab463c7a6716b059dcea462eb4
Merge: ef03030 7e8a35c
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:21:52 2015 -0200

Merge tag 'upstream/0.9704'

Upstream version 0.9704

# gpg: Signature made Tue 03 Nov 2015 03:20:34 PM BRST using RSA key ID 
9883C97C
# gpg: Good signature from "Lucas Kanashiro "

 Changes | 979 
 MANIFEST|   3 +-
 META.json   |  31 +-
 META.yml|  20 +-
 Makefile.PL |  47 +-
 README  |  26 +-
 lib/Graph.pm| 119 -
 lib/Graph.pod   | 125 -
 lib/Graph/AdjacencyMap/Heavy.pm |   2 +
 lib/Graph/AdjacencyMap/Light.pm |   1 +
 lib/Graph/MSTHeapElem.pm|   2 -
 lib/Graph/SPTHeapElem.pm|   2 -
 lib/Graph/TransitiveClosure.pm  |   7 +-
 lib/Graph/Traversal.pm  |   4 +-
 lib/Heap071/Elem.pm |   5 +-
 lib/Heap071/Fibonacci.pm|   3 -
 t/07_gen.t  |   2 +-
 t/08_stringify.t|  26 +-
 t/13_add_vertex.t   |   2 +-
 t/18_add_edge.t |   4 +-
 t/22_refvertexed.t  |  19 +-
 t/26_multiedged.t   |  34 +-
 t/65_ref.t  |   4 +-
 t/73_diameter.t |  25 +-
 t/74_random.t   |  10 +-
 t/85_subgraph.t |  25 +
 26 files changed, 900 insertions(+), 627 deletions(-)

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

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


[libgraph-perl] 01/08: Add debian/upstream/metadata

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit bf55b3d30a03b1ba8456b923dcbd54c93081b85d
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:19:44 2015 -0200

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..f3c09ba
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+---
+Archive: CPAN
+Contact: Jarkko Hietaniemi 
+Name: Graph

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

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


[libgraph-perl] 07/08: Update contact in upstream metadata

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit 82dbee65c654f4b4f455ac16119bc6b9a0056f46
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:39:29 2015 -0200

Update contact in upstream metadata
---
 debian/upstream/metadata | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/upstream/metadata b/debian/upstream/metadata
index da8d6f4..7f72f48 100644
--- a/debian/upstream/metadata
+++ b/debian/upstream/metadata
@@ -1,6 +1,6 @@
 ---
 Archive: CPAN
-Contact: Jarkko Hietaniemi 
+Contact: Neil Bowers 
 Name: Graph
 Repository: git://github.com/neilbowers/Graph.git
 Repository-Browse: https://github.com/neilbowers/Graph

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

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


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

2015-11-03 Thread Lucas Kanashiro
This is an automated email from the git hooks/post-receive script.

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

commit 9106115f0bee1283e4feb633372b418659f3952c
Author: Lucas Kanashiro 
Date:   Tue Nov 3 15:20:34 2015 -0200

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

diff --git a/libgraph-perl_0.9704.orig.tar.gz.delta 
b/libgraph-perl_0.9704.orig.tar.gz.delta
new file mode 100644
index 000..a7055f9
Binary files /dev/null and b/libgraph-perl_0.9704.orig.tar.gz.delta differ
diff --git a/libgraph-perl_0.9704.orig.tar.gz.id 
b/libgraph-perl_0.9704.orig.tar.gz.id
new file mode 100644
index 000..7c74667
--- /dev/null
+++ b/libgraph-perl_0.9704.orig.tar.gz.id
@@ -0,0 +1 @@
+ba658d09d59a69f62ef1182c06509e2694285e5a

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

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


[license-reconcile] 01/01: Updated debian/license-reconcile.yml

2015-11-03 Thread Nicholas Bamber
This is an automated email from the git hooks/post-receive script.

periapt pushed a commit to branch master
in repository license-reconcile.

commit 59a2bfb8b6f62e33f0e63dee8975d86e6a846cfa
Author: Nicholas Bamber 
Date:   Tue Nov 3 20:04:56 2015 +

Updated debian/license-reconcile.yml
---
 debian/changelog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7c2c1dd..201364a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ license-reconcile (0.8) UNRELEASED; urgency=medium
 - For now hacked tests to succeed
   * Corrected sequence of filters and commented
   * Removed examples directory for now [to be reworked]
-  * Updated debian/license-reconcile.yml [in progress]
+  * Updated debian/license-reconcile.yml
 
  -- gregor herrmann   Sat, 24 Oct 2015 13:47:24 +0200
 

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

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


[license-reconcile] 01/02: finished reconciling

2015-11-03 Thread Nicholas Bamber
This is an automated email from the git hooks/post-receive script.

periapt pushed a commit to branch master
in repository license-reconcile.

commit beaafef06d7b65de5c4448f7fde2c5e1516a0bd9
Author: Nicholas Bamber 
Date:   Tue Nov 3 19:56:26 2015 +

finished reconciling
---
 debian/license-reconcile.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/license-reconcile.yml b/debian/license-reconcile.yml
index 54be00b..565dfde 100644
--- a/debian/license-reconcile.yml
+++ b/debian/license-reconcile.yml
@@ -21,7 +21,7 @@ Rules:
CopyrightExtract: (?:Copyright\s+(\Y+[\w\s]+C\<\<\s+\<[\s\w\.]+\>))
   -
Glob: t/data/copyright_extract*
-   CopyrightExtract: (\Y+\s[a-zA-Z\s]+)
+   CopyrightExtract: 
(?:Copyright\s+\(C\)\s+(\Y+Google\s+Inc)\.\s*\R+)?\s*Copyright\s+\(c\)\s+(\Y+MySQL\s+AB),\s+(\Y+Sun\s+Microsystems,\s+Inc)\.\s*\R+
   -
Glob: t/data/example/base*
Copyright: 2011, Nicholas Bamber 

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

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


[license-reconcile] branch master updated (a82e996 -> 5ce4715)

2015-11-03 Thread Nicholas Bamber
This is an automated email from the git hooks/post-receive script.

periapt pushed a change to branch master
in repository license-reconcile.

  from  a82e996   shut up and succeed - for now
   new  beaafef   finished reconciling
   new  5ce4715   Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-perl/packages/license-reconcile development on 
two machines

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


Summary of changes:
 debian/license-reconcile.yml | 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/license-reconcile.git

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


[license-reconcile] 02/02: Merge branch 'master' of git+ssh://git.debian.org/git/pkg-perl/packages/license-reconcile development on two machines

2015-11-03 Thread Nicholas Bamber
This is an automated email from the git hooks/post-receive script.

periapt pushed a commit to branch master
in repository license-reconcile.

commit 5ce47158247c6dc1ceb6af95b094ab3d7118ae6a
Merge: beaafef a82e996
Author: Nicholas Bamber 
Date:   Tue Nov 3 19:59:54 2015 +

Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-perl/packages/license-reconcile
development on two machines

 t/09-licensecheck.t | 2 +-
 t/18-app.t  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

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


[license-reconcile] branch master updated (5ce4715 -> 59a2bfb)

2015-11-03 Thread Nicholas Bamber
This is an automated email from the git hooks/post-receive script.

periapt pushed a change to branch master
in repository license-reconcile.

  from  5ce4715   Merge branch 'master' of 
git+ssh://git.debian.org/git/pkg-perl/packages/license-reconcile development on 
two machines
   new  59a2bfb   Updated debian/license-reconcile.yml

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/license-reconcile.git

___
Pkg-perl-cvs-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-scrubber-perl] 01/01: Fix CVE-2015-5667 in squeeze-lts

2015-11-03 Thread Raphaël Hertzog
This is an automated email from the git hooks/post-receive script.

hertzog pushed a commit to branch squeeze
in repository libhtml-scrubber-perl.

commit f48c0a9389d35e59253bbb0ba4bd2cff0cb7eaf0
Author: Raphaël Hertzog 
Date:   Tue Nov 3 11:07:52 2015 +

Fix CVE-2015-5667 in squeeze-lts
---
 Scrubber.pm| 16 +---
 debian/changelog   |  9 +
 debian/patches/CVE-2015-5667.patch | 80 ++
 t/jvn53973084.t| 21 ++
 4 files changed, 121 insertions(+), 5 deletions(-)

diff --git a/Scrubber.pm b/Scrubber.pm
index a6d990c..af5ce54 100644
--- a/Scrubber.pm
+++ b/Scrubber.pm
@@ -444,10 +444,13 @@ sub _scrub_fh {
 }
 elsif ( $e eq 'comment' )
 {
-print
-{$s->{_out}}
-$text
-if $s->{_comment};
+   if ($s->{_comment}) {
+   # only copy comments through if they are well formed...
+   print
+   {$s->{_out}}
+   $text
+   if ( $text =~ m|^$|ms );
+   }
 }
 elsif ( $e eq 'process' )
 {
@@ -507,7 +510,10 @@ sub _scrub {
 }
 elsif ( $e eq 'comment' )
 {
-$s->{_r} .= $text if $s->{_comment};
+   if ($s->{_comment}) {
+   # only copy comments through if they are well formed...
+   $s->{_r} .= $text if ( $text =~ m|^$|ms );
+   }
 }
 elsif ( $e eq 'process' )
 {
diff --git a/debian/changelog b/debian/changelog
index fac42be..861daff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libhtml-scrubber-perl (0.08-4+deb6u1) squeeze-lts; urgency=low
+
+  * Non maintainer upload by the Debian LTS team.
+  * Backport upstream fix for CVE-2015-5667. Apply the patch
+directly in the source package but keep a copy for reference
+in debian/patches/CVE-2015-5667.patch.
+
+ -- Raphaël Hertzog   Tue, 03 Nov 2015 11:06:14 +
+
 libhtml-scrubber-perl (0.08-4) unstable; urgency=low
 
   * New maintainer.
diff --git a/debian/patches/CVE-2015-5667.patch 
b/debian/patches/CVE-2015-5667.patch
new file mode 100644
index 000..fe0a6a5
--- /dev/null
+++ b/debian/patches/CVE-2015-5667.patch
@@ -0,0 +1,80 @@
+From: Nigel Metheringham 
+Date: Sat, 10 Oct 2015 15:01:14 +0100
+Subject: [PATCH] Test and fix for JVN53973084
+
+Malformed tags can pass through as comments.
+Thus comments are now only passed through if
+they are well formed - currently defined as
+matching a regular expression.
+
+[hert...@debian.org:
+Backported to version 0.08 by implementing the new check
+in _scrub_fh() and _scrub() and adapted the test case
+to use "Test" instead of Test::More.
+
+Fixes CVE-2015-5667.
+]
+
+Origin: backport, 
https://github.com/nigelm/html-scrubber/commit/e1978cc37867e85c06a84a4651745235010cd6cd
+
+diff --git a/Scrubber.pm b/Scrubber.pm
+index a6d990c..af5ce54 100644
+--- a/Scrubber.pm
 b/Scrubber.pm
+@@ -444,10 +444,13 @@ sub _scrub_fh {
+ }
+ elsif ( $e eq 'comment' )
+ {
+-print
+-{$s->{_out}}
+-$text
+-if $s->{_comment};
++  if ($s->{_comment}) {
++  # only copy comments through if they are well formed...
++  print
++  {$s->{_out}}
++  $text
++  if ( $text =~ m|^$|ms );
++  }
+ }
+ elsif ( $e eq 'process' )
+ {
+@@ -507,7 +510,10 @@ sub _scrub {
+ }
+ elsif ( $e eq 'comment' )
+ {
+-$s->{_r} .= $text if $s->{_comment};
++  if ($s->{_comment}) {
++  # only copy comments through if they are well formed...
++  $s->{_r} .= $text if ( $text =~ m|^$|ms );
++  }
+ }
+ elsif ( $e eq 'process' )
+ {
+diff --git a/t/jvn53973084.t b/t/jvn53973084.t
+new file mode 100644
+index 000..955de0d
+--- /dev/null
 b/t/jvn53973084.t
+@@ -0,0 +1,21 @@
++# Tests related to JVN53973084
++
++use strict;
++use warnings;
++use Test;
++
++BEGIN { plan tests => 4 }
++
++use HTML::Scrubber;
++
++my @allow = qw[
++hr
++];
++
++my $html_1 = q[abc];
++my $html_2 = q[new( allow => \@allow, comment => 
$comment_value );
++ok( $scrubber->scrub($html_1), 'abc', "correct result (1) - with 
comment => $comment_value" );
++ok( $scrubber->scrub($html_2), '',"correct result (2) - with 
comment => $comment_value" );
++}
diff --git a/t/jvn53973084.t b/t/jvn53973084.t
new file mode 100644
index 000..955de0d
--- /dev/null
+++ b/t/jvn53973084.t
@@ -0,0 +1,21 @@
+# Tests related to JVN53973084
+
+use strict;
+use warnings;
+use Test;
+
+BEGIN { plan tests => 4 }
+
+use HTML::Scrubber;
+
+my @allow = qw[
+hr
+];
+
+my $html_1 = q[abc];
+my $html_2 = q[new( allow => \@allow, comment => 
$comment_value );
+ok( $scrubber->scrub($html_1), 'abc', "correct result (1) - with 
comment => $comment_value" );
+ok( $scrubber->scrub($html_2), '', 

[libhtml-scrubber-perl] branch squeeze created (now f48c0a9)

2015-11-03 Thread Raphaël Hertzog
This is an automated email from the git hooks/post-receive script.

hertzog pushed a change to branch squeeze
in repository libhtml-scrubber-perl.

at  f48c0a9   Fix CVE-2015-5667 in squeeze-lts

This branch includes the following new commits:

   new  f48c0a9   Fix CVE-2015-5667 in squeeze-lts

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

___
Pkg-perl-cvs-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-scrubber-perl] annotated tag debian/0.08-4+deb6u1 created (now 5aabcd8)

2015-11-03 Thread Raphaël Hertzog
This is an automated email from the git hooks/post-receive script.

hertzog pushed a change to annotated tag debian/0.08-4+deb6u1
in repository libhtml-scrubber-perl.

at  5aabcd8   (tag)
   tagging  f48c0a9389d35e59253bbb0ba4bd2cff0cb7eaf0 (commit)
 tagged by  Raphaël Hertzog
on  Tue Nov 3 15:11:39 2015 +0100

- Log -
libhtml-scrubber-perl Debian release 0.08-4+deb6u1
-BEGIN PGP SIGNATURE-
Version: GnuPG v2
Comment: Signed by Raphael Hertzog

iQEcBAABCAAGBQJWOMCbAAoJEAOIHavrwpq5LDIH/2O84I4NiOtSIRigISs2Ng2g
sIyYeJf9NXXW1ltyYkFTkh670GaakdKEMSECp5lnvQqnbXBVYKEXoqZws/ZB3X+/
NuvrPOFIY5LkMID2KPSkIK1YDtGJpdvsnr15BbAwYmHdlP4IeL55ej4tRzGddUMu
XFB9iFx3liyjMWLHvTYewogrklDxFDwc5udGGbijZMW9XJxvXseVmySi8SR5Fnep
hWsk2Z+16DsrGQ9NPPw5FGVaikHcEOZ4XZX7c3XdhwXTs20azUfJcrOHMn1/jyMy
RqajknA06akK/yXbompU1LOaVJS5nfXdG0RGr78b6IUn5ljtSXRQs1ZVlNgxgls=
=dZpv
-END PGP SIGNATURE-

Martín Ferrari (1):
  Fixing tag names

Raphaël Hertzog (1):
  Fix CVE-2015-5667 in squeeze-lts

---

This annotated tag includes the following new commits:

   new  f48c0a9   Fix CVE-2015-5667 in squeeze-lts

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

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