[libcgi-session-perl] annotated tag debian/4.48-3 created (now cbdd1c4)

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/4.48-3
in repository libcgi-session-perl.

at  cbdd1c4   (tag)
   tagging  720d3c75d2efa048993dba536b3a322987029457 (commit)
  replaces  debian/4.48-2
 tagged by  Niko Tyni
on  Fri Jan 15 16:52:24 2016 +0200

- Log -
Debian release 4.48-3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWmQeoAAoJEC7A/7O3MBsfwU8P/0nFuKlnS9gFFvKGSZRTOiA2
ikTvK3JOzLeZGsu2I0R33wg7SyhjfXdsnEojsTCQMY880WVldLKf6+LuraE9zsMb
pK8QoUmlbf6rZ1rXg9k+q2j510o7M30Z7lMWuCTixBmfRSK9aYclJMuLaDjv0Gxv
fhJMmA+RaRJPOJ6XaaJoAgtGYsoDH1q1zSfk0tsxPLcdVC9UD6L6r32ZiHb0f7lK
DTgU5QAYWi7uxcReOR96ax6gi/1h2ETba1+/buwPdyqcJAOMPNklD8qu4E2ookU4
Q9Xeye2kuuna47soIKgc+4DHBMUuIxn4TF0WeAtlUEKAz3PM4f1Aa5EoYGIDQNke
ewy93LieKz3fV9T0KHhx9RfVrW/6Y1m+Liq0/k+sazAF1KLql0mf4CvgFbMHDKZ0
Zn3g7Nss09e5N62kmzUrMtIjhkjqP8BbrFgZNHQ9FJoZQ1IFcslb3D7JROij79Hx
Yuud/oLrEJWbwNvRTgRumEPoW93is4ffDktEqwYGI8TsOxLexXqXvBESIis386H0
iUInVgO9SW47zNw7GcEft1vCOnqzWd7viqqd6hqCHT6vmM4S4hnCg/y/oUlPG+8o
M6AusTDOCnBY1c6NX3of+ac8l6GPhZUMBz+/HSE3G04PYUBML5E3R7cjCoU3lxUy
Nioh+s1p4nhu6DJKTWjW
=4Nds
-END PGP SIGNATURE-

Niko Tyni (2):
  Untaint raw data coming from session storage backends
  releasing package libcgi-session-perl version 4.48-3 to unstable

---

This annotated tag includes the following new commits:

   new  b143dde   Untaint raw data coming from session storage backends
   new  720d3c7   releasing package libcgi-session-perl version 4.48-3 to 
unstable

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


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

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


[libcgi-session-perl] 02/02: releasing package libcgi-session-perl version 4.48-3 to unstable

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libcgi-session-perl.

commit 720d3c75d2efa048993dba536b3a322987029457
Author: Niko Tyni 
Date:   Fri Jan 15 16:19:46 2016 +0200

releasing package libcgi-session-perl version 4.48-3 to unstable
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2866306..4cd6ec2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcgi-session-perl (4.48-3) unstable; urgency=medium
+
+  * Team upload.
+  * Untaint raw data coming from session storage backends.
++ fixes a taint regression caused by CVE-2015-8607 fixes in perl
+  (Closes: #810799)
+
+ -- Niko Tyni   Fri, 15 Jan 2016 16:19:13 +0200
+
 libcgi-session-perl (4.48-2) unstable; urgency=medium
 
   [ gregor herrmann ]

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

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


[libcgi-session-perl] 01/02: Untaint raw data coming from session storage backends

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libcgi-session-perl.

commit b143dde5277ba40f8d8e6863c3627916fafc77be
Author: Niko Tyni 
Date:   Tue Jan 12 23:40:53 2016 +0200

Untaint raw data coming from session storage backends

This fixes a taint regression caused by CVE-2015-8607 fixes in perl.

Closes: #810799
---
 ...-data-coming-from-session-storage-backend.patch | 77 ++
 debian/patches/series  |  1 +
 2 files changed, 78 insertions(+)

diff --git 
a/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
 
b/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
new file mode 100644
index 000..f19d4cf
--- /dev/null
+++ 
b/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
@@ -0,0 +1,77 @@
+From ab199c765329638301105fd1884af14992bb1615 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Tue, 12 Jan 2016 23:40:53 +0200
+Subject: [PATCH] Untaint raw data coming from session storage backends
+
+The various storage backends need to be considered trusted,
+so data coming out of them should be untainted.
+
+The _CLAIMED_ID comes from an HTTP cookie and is probably tainted,
+but presumably it's OK if it matched some data in the storage.
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=80346
+Bug-Debian: https://bugs.debian.org/810799
+---
+ lib/CGI/Session.pm |  4 
+ t/taint_storage.t  | 34 ++
+ 2 files changed, 38 insertions(+)
+ create mode 100644 t/taint_storage.t
+
+diff --git a/lib/CGI/Session.pm b/lib/CGI/Session.pm
+index 2788b04..6460d4d 100644
+--- a/lib/CGI/Session.pm
 b/lib/CGI/Session.pm
+@@ -724,6 +724,10 @@ sub load {
+ # Requested session couldn't be retrieved
+ return $self unless $raw_data;
+ 
++# untaint; we trust the session backend,
++# and presumably _CLAIMED_ID too at this point
++$raw_data =~ /^(.*)$/s and $raw_data = $1;
++
+ my $serializer = $self->_serializer();
+ $self->{_DATA} = $serializer->thaw($raw_data);
+ unless ( defined $self->{_DATA} ) {
+diff --git a/t/taint_storage.t b/t/taint_storage.t
+new file mode 100644
+index 000..95f5f1a
+--- /dev/null
 b/t/taint_storage.t
+@@ -0,0 +1,34 @@
++#!/usr/bin/perl -T
++
++# https://rt.cpan.org/Public/Bug/Display.html?id=80346
++
++use strict;
++use warnings;
++use CGI::Session;
++use Scalar::Util qw(tainted);
++use Test::More tests => 6;
++
++my $sid;
++
++my $session = CGI::Session->new( "driver:file;serializer:storable", undef, 
{Directory=>'t'});
++ok($session, "new() with file+storable");
++
++$session->param('a', 1 );
++
++$sid = $session->id;
++ok(!tainted $sid, "sid not tainted after new");
++
++$session->flush;
++$session = CGI::Session->load( "driver:file;serializer:storable", $sid, 
{Directory=>'t'});
++
++ok($session, "load() with file+storable");
++$sid = $session->id;
++ok(!tainted $sid, "sid not tainted after load");
++
++is($session->param('a'), 1, "parameter stored");
++
++$session->flush;
++
++ok(1, "survived flush");
++
++$session->delete;
+-- 
+2.6.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..e2cee36
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Untaint-raw-data-coming-from-session-storage-backend.patch

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

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


[libcgi-session-perl] branch master updated (99b3547 -> 720d3c7)

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch master
in repository libcgi-session-perl.

  from  99b3547   releasing package libcgi-session-perl version 4.48-2
   new  b143dde   Untaint raw data coming from session storage backends
   new  720d3c7   releasing package libcgi-session-perl version 4.48-3 to 
unstable

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


Summary of changes:
 debian/changelog   |  9 +++
 ...-data-coming-from-session-storage-backend.patch | 77 ++
 debian/patches/series  |  1 +
 3 files changed, 87 insertions(+)
 create mode 100644 
debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
 create mode 100644 debian/patches/series

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

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


[libcgi-session-perl] 02/02: releasing package libcgi-session-perl version 4.48-1+deb8u1 to jessie

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to annotated tag debian/4.48-1+deb8u1
in repository libcgi-session-perl.

commit 621e34e1702e1cf2f494126a2d0ae7b50b73c441
Author: Niko Tyni 
Date:   Fri Jan 15 16:19:46 2016 +0200

releasing package libcgi-session-perl version 4.48-1+deb8u1 to jessie
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fbe4e92..31f6c78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libcgi-session-perl (4.48-1+deb8u1) jessie; urgency=medium
+
+  * Team upload.
+  * Untaint raw data coming from session storage backends.
++ fixes a taint regression caused by CVE-2015-8607 fixes in perl
+  (Closes: #810799)
+
+ -- Niko Tyni   Fri, 15 Jan 2016 17:37:38 +0200
+
 libcgi-session-perl (4.48-1) unstable; urgency=low
 
   [ Nicholas Bamber ]

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

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


[libcgi-session-perl] branch jessie created (now 621e34e)

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to branch jessie
in repository libcgi-session-perl.

at  621e34e   releasing package libcgi-session-perl version 
4.48-1+deb8u1 to jessie

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

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


[libcgi-session-perl] annotated tag debian/4.48-1+deb8u1 created (now 1392cd4)

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a change to annotated tag debian/4.48-1+deb8u1
in repository libcgi-session-perl.

at  1392cd4   (tag)
   tagging  621e34e1702e1cf2f494126a2d0ae7b50b73c441 (commit)
  replaces  debian/4.48-1
 tagged by  Niko Tyni
on  Fri Jan 15 17:45:01 2016 +0200

- Log -
Debian release 4.48-1+deb8u1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWmRP9AAoJEC7A/7O3MBsfbK0QAKc2Xas+kwAapXLM49hRddS5
R/0OoMEXLGqnONx4HTHMrfrEEJrZLei648pPgsO9Ol8vGAybWilMbyJtGWBSJ/e9
9Ya7AF0sXvjIPTOQUelZPHRKj4OUwMFnG8AHrNPBUagQHWU+9j0Kk7w1xbu1YDSl
zi5/SDY08wikOUr+UCHYyMRNqU8Zzhni3qc4wwl8oeQN7mq7zeO544RTqSNI1WGP
rrVaZjMFUmIgFY71sAZgG5UuiqDheznOCoXn9H1Ub5VLs/mQfFSw9WC0Otdf1QED
SgTvMY5MiUGFMRpX/5GNK8ZuFBGKOMx7d7afpXFquCjy16C4QbVAS3vA6yxG2S2T
od3211EUJXIihteBxp3JBwZkuRsIARnYoJOMWVcZCdP5NuQ5wh8rg9Lx2xoDcv23
h/W1vBfFNkeP3SYlwmfiZ4g8dtV+hYf6eL0McXdSQh6zn9XOvpivlqFx6SUdwi7p
u315ENAEFOgP62Rr4IUjNCL+CWPgDjXWrkpY9IgHN7K87EMZyNS7MfBGkwene6La
FCWjca/oof5lXAJOJdQ/vaamcBo4MYxUfJG3HHZ7OGCqEcNZCASgsvOGIlp96oBc
rWM0nbADf9q0ihfAnnMT3Vk8VvrPJ1o1VsERRcLjpLLUeyURYSJaMGqyPVrpKoKr
NGz7AG3ZF0JeRnrj54C/
=2SF2
-END PGP SIGNATURE-

Niko Tyni (2):
  Untaint raw data coming from session storage backends
  releasing package libcgi-session-perl version 4.48-1+deb8u1 to jessie

---

This annotated tag includes the following new commits:

   new  010a78c   Untaint raw data coming from session storage backends
   new  621e34e   releasing package libcgi-session-perl version 
4.48-1+deb8u1 to jessie

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


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

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


[libcgi-session-perl] 01/02: Untaint raw data coming from session storage backends

2016-01-15 Thread Niko Tyni
This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to annotated tag debian/4.48-1+deb8u1
in repository libcgi-session-perl.

commit 010a78c3edc4415f2ee26a1d0b27c0aaf308a231
Author: Niko Tyni 
Date:   Tue Jan 12 23:40:53 2016 +0200

Untaint raw data coming from session storage backends

This fixes a taint regression caused by CVE-2015-8607 fixes in perl.

Closes: #810799
---
 ...-data-coming-from-session-storage-backend.patch | 77 ++
 debian/patches/series  |  1 +
 2 files changed, 78 insertions(+)

diff --git 
a/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
 
b/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
new file mode 100644
index 000..f19d4cf
--- /dev/null
+++ 
b/debian/patches/0001-Untaint-raw-data-coming-from-session-storage-backend.patch
@@ -0,0 +1,77 @@
+From ab199c765329638301105fd1884af14992bb1615 Mon Sep 17 00:00:00 2001
+From: Niko Tyni 
+Date: Tue, 12 Jan 2016 23:40:53 +0200
+Subject: [PATCH] Untaint raw data coming from session storage backends
+
+The various storage backends need to be considered trusted,
+so data coming out of them should be untainted.
+
+The _CLAIMED_ID comes from an HTTP cookie and is probably tainted,
+but presumably it's OK if it matched some data in the storage.
+
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=80346
+Bug-Debian: https://bugs.debian.org/810799
+---
+ lib/CGI/Session.pm |  4 
+ t/taint_storage.t  | 34 ++
+ 2 files changed, 38 insertions(+)
+ create mode 100644 t/taint_storage.t
+
+diff --git a/lib/CGI/Session.pm b/lib/CGI/Session.pm
+index 2788b04..6460d4d 100644
+--- a/lib/CGI/Session.pm
 b/lib/CGI/Session.pm
+@@ -724,6 +724,10 @@ sub load {
+ # Requested session couldn't be retrieved
+ return $self unless $raw_data;
+ 
++# untaint; we trust the session backend,
++# and presumably _CLAIMED_ID too at this point
++$raw_data =~ /^(.*)$/s and $raw_data = $1;
++
+ my $serializer = $self->_serializer();
+ $self->{_DATA} = $serializer->thaw($raw_data);
+ unless ( defined $self->{_DATA} ) {
+diff --git a/t/taint_storage.t b/t/taint_storage.t
+new file mode 100644
+index 000..95f5f1a
+--- /dev/null
 b/t/taint_storage.t
+@@ -0,0 +1,34 @@
++#!/usr/bin/perl -T
++
++# https://rt.cpan.org/Public/Bug/Display.html?id=80346
++
++use strict;
++use warnings;
++use CGI::Session;
++use Scalar::Util qw(tainted);
++use Test::More tests => 6;
++
++my $sid;
++
++my $session = CGI::Session->new( "driver:file;serializer:storable", undef, 
{Directory=>'t'});
++ok($session, "new() with file+storable");
++
++$session->param('a', 1 );
++
++$sid = $session->id;
++ok(!tainted $sid, "sid not tainted after new");
++
++$session->flush;
++$session = CGI::Session->load( "driver:file;serializer:storable", $sid, 
{Directory=>'t'});
++
++ok($session, "load() with file+storable");
++$sid = $session->id;
++ok(!tainted $sid, "sid not tainted after load");
++
++is($session->param('a'), 1, "parameter stored");
++
++$session->flush;
++
++ok(1, "survived flush");
++
++$session->delete;
+-- 
+2.6.4
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..e2cee36
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Untaint-raw-data-coming-from-session-storage-backend.patch

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

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


[libembperl-perl] 01/01: Yet untested patch to fix FTBFS on s390x

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libembperl-perl.

commit d8486080e18e0dd879fc9504859468b7cce80d94
Author: Axel Beckert 
Date:   Fri Jan 15 19:43:34 2016 +0100

Yet untested patch to fix FTBFS on s390x

Closes: #756655
---
 debian/changelog|  1 +
 debian/patches/fix_s390_FTBFS.patch | 31 +++
 debian/patches/series   |  1 +
 3 files changed, 33 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 27bd08b..9380a83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libembperl-perl (2.5.0-6) UNRELEASED; urgency=medium
   * Fix changelog attribution in previous changelog entry.
   * Fix comment in perl5.22-compat-PL_sv_objcount-removal.patch about CGI
 tests not passing. (They do now.)
+  * Add patch to fix FTBFS on s390x. (Closes: #756655)
 
  -- Axel Beckert   Fri, 15 Jan 2016 01:45:04 +0100
 
diff --git a/debian/patches/fix_s390_FTBFS.patch 
b/debian/patches/fix_s390_FTBFS.patch
new file mode 100644
index 000..f34f5a7
--- /dev/null
+++ b/debian/patches/fix_s390_FTBFS.patch
@@ -0,0 +1,31 @@
+Description: Fix FTBFS on s390x by not calling not available flushing function 
in debug mode
+Author: Axel Beckert 
+Bug-Debian: https://bugs.debian.org/756655
+Forwarded: not yet
+
+Index: libembperl-perl/epio.c
+===
+--- libembperl-perl.orig/epio.c2014-10-13 23:44:08.653839074 +0200
 libembperl-perl/epio.c 2016-01-15 12:52:37.657501767 +0100
+@@ -947,8 +947,10 @@
+ if (n > 0)
+ {
+ n = ap_rwrite (ptr, n, r -> pApacheReq) ;
++#ifndef __s390x__
+ if (r -> Component.Config.bDebug & dbgFlushOutput)
+ ap_rflush (r -> pApacheReq) ;
++#endif
+ return n ;
+ }
+ else
+@@ -1018,8 +1020,10 @@
+ if (r -> pApacheReq && r -> Component.pOutput -> ofd == NULL)
+ {
+ ap_rputc (c, r -> pApacheReq) ;
++#ifndef __s390x__
+ if (r -> Component.Config.bDebug & dbgFlushOutput)
+ ap_rflush (r -> pApacheReq) ;
++#endif
+ return ;
+ }
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 8b9a58b..2e43a3e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ apache2.4-compat.patch
 perl5.20-compat.patch
 cgi-pm-4.04-compatibility.patch
 perl5.22-compat-PL_sv_objcount-removal.patch
+fix_s390_FTBFS.patch

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

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


[libembperl-perl] branch master updated (4e7a670 -> d848608)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libembperl-perl.

  from  4e7a670   Mark patch as forwarded
   new  d848608   Yet untested patch to fix FTBFS on s390x

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


Summary of changes:
 debian/changelog|  1 +
 debian/patches/fix_s390_FTBFS.patch | 31 +++
 debian/patches/series   |  1 +
 3 files changed, 33 insertions(+)
 create mode 100644 debian/patches/fix_s390_FTBFS.patch

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

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


[libembperl-perl] 01/01: Revert "Yet untested patch to fix FTBFS on s390x"

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libembperl-perl.

commit d8572afdf62416818d2be01ea9ecdeaaf47cff8a
Author: Axel Beckert 
Date:   Fri Jan 15 20:18:30 2016 +0100

Revert "Yet untested patch to fix FTBFS on s390x"

Doesn't suffice, more such issues come afterwards. Probably a bug
elsewhere, maybe in Apache itself, maybe in the Embperl build system.

This reverts commit d8486080e18e0dd879fc9504859468b7cce80d94.
---
 debian/changelog|  1 -
 debian/patches/fix_s390_FTBFS.patch | 31 ---
 debian/patches/series   |  1 -
 3 files changed, 33 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9380a83..27bd08b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,6 @@ libembperl-perl (2.5.0-6) UNRELEASED; urgency=medium
   * Fix changelog attribution in previous changelog entry.
   * Fix comment in perl5.22-compat-PL_sv_objcount-removal.patch about CGI
 tests not passing. (They do now.)
-  * Add patch to fix FTBFS on s390x. (Closes: #756655)
 
  -- Axel Beckert   Fri, 15 Jan 2016 01:45:04 +0100
 
diff --git a/debian/patches/fix_s390_FTBFS.patch 
b/debian/patches/fix_s390_FTBFS.patch
deleted file mode 100644
index f34f5a7..000
--- a/debian/patches/fix_s390_FTBFS.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-Description: Fix FTBFS on s390x by not calling not available flushing function 
in debug mode
-Author: Axel Beckert 
-Bug-Debian: https://bugs.debian.org/756655
-Forwarded: not yet
-
-Index: libembperl-perl/epio.c
-===
 libembperl-perl.orig/epio.c2014-10-13 23:44:08.653839074 +0200
-+++ libembperl-perl/epio.c 2016-01-15 12:52:37.657501767 +0100
-@@ -947,8 +947,10 @@
- if (n > 0)
- {
- n = ap_rwrite (ptr, n, r -> pApacheReq) ;
-+#ifndef __s390x__
- if (r -> Component.Config.bDebug & dbgFlushOutput)
- ap_rflush (r -> pApacheReq) ;
-+#endif
- return n ;
- }
- else
-@@ -1018,8 +1020,10 @@
- if (r -> pApacheReq && r -> Component.pOutput -> ofd == NULL)
- {
- ap_rputc (c, r -> pApacheReq) ;
-+#ifndef __s390x__
- if (r -> Component.Config.bDebug & dbgFlushOutput)
- ap_rflush (r -> pApacheReq) ;
-+#endif
- return ;
- }
- #endif
diff --git a/debian/patches/series b/debian/patches/series
index 2e43a3e..8b9a58b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,4 +3,3 @@ apache2.4-compat.patch
 perl5.20-compat.patch
 cgi-pm-4.04-compatibility.patch
 perl5.22-compat-PL_sv_objcount-removal.patch
-fix_s390_FTBFS.patch

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

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


[libembperl-perl] branch master updated (d848608 -> d8572af)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libembperl-perl.

  from  d848608   Yet untested patch to fix FTBFS on s390x
   new  d8572af   Revert "Yet untested patch to fix FTBFS on s390x"

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


Summary of changes:
 debian/changelog|  1 -
 debian/patches/fix_s390_FTBFS.patch | 31 ---
 debian/patches/series   |  1 -
 3 files changed, 33 deletions(-)
 delete mode 100644 debian/patches/fix_s390_FTBFS.patch

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

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


[libxml-xpath-perl] 01/02: Rename debian/libxml-xpath-perl.docs to debian/docs for consistency

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 4c5f21c74dc4ab9e637b7612f11222eee9e9f287
Author: Axel Beckert 
Date:   Sat Jan 16 00:15:44 2016 +0100

Rename debian/libxml-xpath-perl.docs to debian/docs for consistency
---
 debian/changelog| 1 +
 debian/{libxml-xpath-perl.docs => docs} | 0
 2 files changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index 1761b91..8923c43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -44,6 +44,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9 as recommended.
   * Add lintian overrides for library-package-name-for-application and
 application-in-library-section: /usr/bin/xpath is more a goodie.
+  * Rename debian/libxml-xpath-perl.docs to debian/docs for consistency.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/libxml-xpath-perl.docs b/debian/docs
similarity index 100%
rename from debian/libxml-xpath-perl.docs
rename to debian/docs

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

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


[libxml-xpath-perl] branch master updated (0ee3f42 -> a9b8057)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libxml-xpath-perl.

  from  0ee3f42   Lintian overrides for 
library-package-name-for-application + application-in-library-section
   new  4c5f21c   Rename debian/libxml-xpath-perl.docs to debian/docs for 
consistency
   new  a9b8057   Upload to unstable with urgency=low as 1.22-1

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


Summary of changes:
 debian/changelog| 21 ++---
 debian/{libxml-xpath-perl.docs => docs} |  0
 2 files changed, 10 insertions(+), 11 deletions(-)
 rename debian/{libxml-xpath-perl.docs => docs} (100%)

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

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


[libxml-xpath-perl] 02/02: Upload to unstable with urgency=low as 1.22-1

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit a9b8057895a5c889862850d659265ddb0edf
Author: Axel Beckert 
Date:   Sat Jan 16 00:16:23 2016 +0100

Upload to unstable with urgency=low as 1.22-1

Condense current changelog entry a bit.
---
 debian/changelog | 20 +---
 1 file changed, 9 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8923c43..201e199 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,23 @@
-libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
+libxml-xpath-perl (1.22-1) unstable; urgency=low
+
+  * Team upload
 
   [ gregor herrmann ]
   * Remove David Paleino from Uploaders on his request.
   * debian/rules: switch order of arguments to dh.
+  * debian/control: update {versioned,alternative} (build) dependencies.
 
   [ Ansgar Burchardt ]
   * Update my email address.
   * debian/control: Convert Vcs-* fields to Git.
 
-  [ gregor herrmann ]
-  * debian/control: update {versioned,alternative} (build) dependencies.
-
   [ Salvatore Bonaccorso ]
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
+  * Update Vcs-Browser URL to cgit web frontend
+
+  [ gregor herrmann ]
+  * Strip trailing slash from metacpan URLs.
 
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
@@ -46,13 +50,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
 application-in-library-section: /usr/bin/xpath is more a goodie.
   * Rename debian/libxml-xpath-perl.docs to debian/docs for consistency.
 
-  [ gregor herrmann ]
-  * Strip trailing slash from metacpan URLs.
-
-  [ Salvatore Bonaccorso ]
-  * Update Vcs-Browser URL to cgit web frontend
-
- -- Axel Beckert   Fri, 15 Jan 2016 22:09:20 +0100
+ -- Axel Beckert   Sat, 16 Jan 2016 00:15:50 +0100
 
 libxml-xpath-perl (1.13-7) unstable; urgency=low
 

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

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


[libxml-xpath-perl] branch master updated (8d99ad3 -> 0ee3f42)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libxml-xpath-perl.

  from  8d99ad3   Mention "xpath" commandline tool in long package 
description
  adds  c3c6339   Imported Upstream version 1.22
   new  5fdc003   Merge tag 'upstream/1.22'
   new  ecb8528   Update debian/changelog
   new  296f78e   Remove spelling.patch, applied upstream
   new  20b74e5   Refresh debian/patches/fix_comparison_bug_RT6363.patch
   new  b47a0f6   Add DEP-3 compliant patch headers to 
fix_comparison_bug_RT6363.patch
   new  61bf847   New, laborious upstream maintainer. (Closes: #458713)
   new  cb1a035   Add "fallback => 1" to "use overload" in 
XML::XPath::Literal
   new  2d420a3   Add patch (plus test, yay!) to make "and" in XPath 
commutative
   new  73ce1ae   Make xpath work without internet connection
   new  d1edfe7   Bump debhelper compatibility to 9 as recommended
   new  0ee3f42   Lintian overrides for 
library-package-name-for-application + application-in-library-section

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|  34 ++
 LICENSE| 177 +++
 MANIFEST   |  62 ++-
 MANIFEST.SKIP  |  12 +
 META.json  |  50 ++
 META.yml   |  26 +
 Makefile.PL|  45 +-
 README |  42 +-
 XPath.pm   | 553 
 XPath/PerlSAX.pm   | 166 --
 debian/changelog   |  18 +-
 debian/compat  |   2 +-
 debian/control |   2 +-
 debian/lintian-overrides   |   3 +
 debian/patches/fix-stringification-overload.patch  |  18 +
 debian/patches/fix_comparison_bug_RT6363.patch |  21 +-
 debian/patches/make-and-commutative.patch  |  62 +++
 debian/patches/series  |   4 +-
 debian/patches/spelling.patch  |  37 --
 ...ption-to-work-without-internet-connection.patch |  75 +++
 lib/XML/XPath.pm   | 575 +
 {XPath => lib/XML/XPath}/Boolean.pm|   7 +-
 {XPath => lib/XML/XPath}/Builder.pm|  28 +-
 {XPath => lib/XML/XPath}/Expr.pm   |  85 +--
 {XPath => lib/XML/XPath}/Function.pm   | 102 +++-
 {XPath => lib/XML/XPath}/Literal.pm|  13 +-
 {XPath => lib/XML/XPath}/LocationPath.pm   |  23 +-
 {XPath => lib/XML/XPath}/Node.pm   |  46 +-
 {XPath => lib/XML/XPath}/Node/Attribute.pm |  19 +-
 {XPath => lib/XML/XPath}/Node/Comment.pm   |  14 +-
 {XPath => lib/XML/XPath}/Node/Element.pm   | 208 
 {XPath => lib/XML/XPath}/Node/Namespace.pm |  12 +-
 {XPath => lib/XML/XPath}/Node/PI.pm|  12 +-
 {XPath => lib/XML/XPath}/Node/Text.pm  |  14 +-
 {XPath => lib/XML/XPath}/NodeSet.pm|  22 +-
 {XPath => lib/XML/XPath}/Number.pm |   7 +-
 {XPath => lib/XML/XPath}/Parser.pm | 239 -
 lib/XML/XPath/PerlSAX.pm   | 167 ++
 {XPath => lib/XML/XPath}/Root.pm   |  13 +-
 {XPath => lib/XML/XPath}/Step.pm   | 131 ++---
 {XPath => lib/XML/XPath}/Variable.pm   |   7 +-
 {XPath => lib/XML/XPath}/XMLParser.pm  |  42 +-
 t/31dots.t |  14 +
 t/32duplicate_nodes.t  |  22 +
 t/33getnodetext.t  |  23 +
 t/34non_abbreviated_attrib.t   |  33 ++
 t/35namespace_uri.t|  22 +
 t/36substring.t|  34 ++
 t/37concat.t   |  14 +
 t/38starts_with.t  |  18 +
 t/39contains.t |  18 +
 t/40substring_before.t |  18 +
 t/41substring_after.t  |  22 +
 t/42create_node.t  |  29 ++
 t/43op_div.t   |  15 +
 55 files changed, 2194 insertions(+), 1283 deletions(-)
 create mode 100644 Changes
 create mode 100644 LICENSE
 create mode 100644 MANIFEST.SKIP
 create mode 100644 META.json
 create mode 100644 META.yml
 delete mode 100644 

[libxml-xpath-perl] 10/11: Bump debhelper compatibility to 9 as recommended

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit d1edfe765968607aa8d9989a57cdf889d0d6301a
Author: Axel Beckert 
Date:   Sat Jan 16 00:06:38 2016 +0100

Bump debhelper compatibility to 9 as recommended
---
 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 73f5bb1..d66be10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
 commutative. (Closes: #187583)
   * Add patch by Niko Tyni to make xpath work without internet
 connection. (Closes: #337584)
+  * Bump debhelper compatibility to 9 as recommended.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
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 a43c00b..6aa882d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Jay Bonci ,
Ansgar Burchardt 
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 9~)
 Build-Depends-Indep: perl,
  libxml-parser-perl
 Standards-Version: 3.9.6

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

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


[libxml-xpath-perl] 01/11: Merge tag 'upstream/1.22'

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 5fdc003b9f6ef888ef6132bd3e9c7c3f85cf8679
Merge: 8d99ad3 c3c6339
Author: Axel Beckert 
Date:   Fri Jan 15 22:09:20 2016 +0100

Merge tag 'upstream/1.22'

Upstream version 1.22

# gpg: Signature made Fri 15 Jan 2016 10:09:13 PM CET
# gpg:using RSA key 6BE663C75A35C975
# gpg: please do a --check-trustdb
# gpg: Good signature from "Axel Beckert "
# gpg: aka "Axel Beckert (E-Mail + Jabber) "
# gpg: aka "Axel Beckert (Symlink) "
# gpg: aka "[jpeg image of size 3155]"
# gpg: aka "Axel Stefan Beckert"
# gpg: aka "Axel Beckert (FSFE Fellow) "
# gpg: aka "Axel Beckert (Debian Developer) 
"

 Changes|  34 ++
 LICENSE| 177 +
 MANIFEST   |  62 ++--
 MANIFEST.SKIP  |  12 +
 META.json  |  50 +++
 META.yml   |  26 ++
 Makefile.PL|  45 ++-
 README |  42 ++-
 XPath.pm   | 553 ---
 XPath/PerlSAX.pm   | 166 -
 lib/XML/XPath.pm   | 575 +
 {XPath => lib/XML/XPath}/Boolean.pm|   7 +-
 {XPath => lib/XML/XPath}/Builder.pm|  28 +-
 {XPath => lib/XML/XPath}/Expr.pm   |  85 +++--
 {XPath => lib/XML/XPath}/Function.pm   | 102 -
 {XPath => lib/XML/XPath}/Literal.pm|  13 +-
 {XPath => lib/XML/XPath}/LocationPath.pm   |  23 +-
 {XPath => lib/XML/XPath}/Node.pm   |  46 +--
 {XPath => lib/XML/XPath}/Node/Attribute.pm |  19 +-
 {XPath => lib/XML/XPath}/Node/Comment.pm   |  14 +-
 {XPath => lib/XML/XPath}/Node/Element.pm   | 208 ++-
 {XPath => lib/XML/XPath}/Node/Namespace.pm |  12 +-
 {XPath => lib/XML/XPath}/Node/PI.pm|  12 +-
 {XPath => lib/XML/XPath}/Node/Text.pm  |  14 +-
 {XPath => lib/XML/XPath}/NodeSet.pm|  22 +-
 {XPath => lib/XML/XPath}/Number.pm |   7 +-
 {XPath => lib/XML/XPath}/Parser.pm | 239 ++--
 lib/XML/XPath/PerlSAX.pm   | 167 +
 {XPath => lib/XML/XPath}/Root.pm   |  13 +-
 {XPath => lib/XML/XPath}/Step.pm   | 131 +++
 {XPath => lib/XML/XPath}/Variable.pm   |   7 +-
 {XPath => lib/XML/XPath}/XMLParser.pm  |  42 +--
 t/31dots.t |  14 +
 t/32duplicate_nodes.t  |  22 ++
 t/33getnodetext.t  |  23 ++
 t/34non_abbreviated_attrib.t   |  33 ++
 t/35namespace_uri.t|  22 ++
 t/36substring.t|  34 ++
 t/37concat.t   |  14 +
 t/38starts_with.t  |  18 +
 t/39contains.t |  18 +
 t/40substring_before.t |  18 +
 t/41substring_after.t  |  22 ++
 t/42create_node.t  |  29 ++
 t/43op_div.t   |  15 +
 45 files changed, 2002 insertions(+), 1233 deletions(-)

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

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


[libxml-xpath-perl] 01/01: pristine-tar data for libxml-xpath-perl_1.22.orig.tar.gz

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch pristine-tar
in repository libxml-xpath-perl.

commit 970abb53000edd3e79330c7398037ef37fa463b5
Author: Axel Beckert 
Date:   Fri Jan 15 22:09:13 2016 +0100

pristine-tar data for libxml-xpath-perl_1.22.orig.tar.gz
---
 libxml-xpath-perl_1.22.orig.tar.gz.delta | Bin 0 -> 3898 bytes
 libxml-xpath-perl_1.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/libxml-xpath-perl_1.22.orig.tar.gz.delta 
b/libxml-xpath-perl_1.22.orig.tar.gz.delta
new file mode 100644
index 000..fca5586
Binary files /dev/null and b/libxml-xpath-perl_1.22.orig.tar.gz.delta differ
diff --git a/libxml-xpath-perl_1.22.orig.tar.gz.id 
b/libxml-xpath-perl_1.22.orig.tar.gz.id
new file mode 100644
index 000..8d2ad33
--- /dev/null
+++ b/libxml-xpath-perl_1.22.orig.tar.gz.id
@@ -0,0 +1 @@
+8b763cc2a257117fc8596863c2935f027108332a

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

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


[libxml-xpath-perl] 07/11: Add "fallback => 1" to "use overload" in XML::XPath::Literal

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit cb1a035179d2b12d32ab88b2cb22755c2591fef8
Author: Axel Beckert 
Date:   Fri Jan 15 23:37:40 2016 +0100

Add "fallback => 1" to "use overload" in XML::XPath::Literal

Fixes stringification which broke between 1.12 and 1.13. Fix by Niko
Tyni.

Closes: #315628
---
 debian/changelog  |  2 ++
 debian/patches/fix-stringification-overload.patch | 18 ++
 debian/patches/series |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 12034ba..2cd439b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,8 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
 + Refresh debian/patches/fix_comparison_bug_RT6363.patch.
 + New, laborious upstream maintainer. (Closes: #458713)
   * Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch.
+  * Add "fallback => 1" to "use overload" in XML::XPath::Literal to fix
+broken stringification as suggested by Niko Tyni. (Closes: #315628)
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/fix-stringification-overload.patch 
b/debian/patches/fix-stringification-overload.patch
new file mode 100644
index 000..5a79eda
--- /dev/null
+++ b/debian/patches/fix-stringification-overload.patch
@@ -0,0 +1,18 @@
+Description: Fix XML::XPath::Literal: stringification overload
+ It broke between 1.12 and 1.13.
+Author: Niko Tyni 
+Bug-Debian: https://bugs.debian.org/315628
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=11724
+
+Index: libxml-xpath-perl/lib/XML/XPath/Literal.pm
+===
+--- libxml-xpath-perl.orig/lib/XML/XPath/Literal.pm2016-01-15 
22:09:20.328815966 +0100
 libxml-xpath-perl/lib/XML/XPath/Literal.pm 2016-01-15 23:33:56.219813346 
+0100
+@@ -8,6 +8,7 @@
+ 
+ use overload
+   '""' => \,
++  'fallback' => 1,
+   'cmp' => \
+ 
+ sub new {
diff --git a/debian/patches/series b/debian/patches/series
index 449f113..957cb65 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_comparison_bug_RT6363.patch
 example.patch
 test.patch
+fix-stringification-overload.patch

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

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


[libxml-xpath-perl] 09/11: Make xpath work without internet connection

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 73ce1ae2d85b4f62441262490cbff9411678ce29
Author: Axel Beckert 
Date:   Sat Jan 16 00:03:47 2016 +0100

Make xpath work without internet connection

Patch by Niko Tyni.

Closes: #337584
---
 debian/changelog   |  2 +
 debian/patches/series  |  1 +
 ...ption-to-work-without-internet-connection.patch | 75 ++
 3 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 600580d..73f5bb1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
 broken stringification as suggested by Niko Tyni. (Closes: #315628)
   * Add patch (plus test, yay!) by Niko Tyni to make "and" in XPath
 commutative. (Closes: #187583)
+  * Add patch by Niko Tyni to make xpath work without internet
+connection. (Closes: #337584)
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/series b/debian/patches/series
index 79e4f4a..21b65ae 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ example.patch
 test.patch
 fix-stringification-overload.patch
 make-and-commutative.patch
+xpath-option-to-work-without-internet-connection.patch
diff --git 
a/debian/patches/xpath-option-to-work-without-internet-connection.patch 
b/debian/patches/xpath-option-to-work-without-internet-connection.patch
new file mode 100644
index 000..8677c8e
--- /dev/null
+++ b/debian/patches/xpath-option-to-work-without-internet-connection.patch
@@ -0,0 +1,75 @@
+Description: Make xpath work without internet connection
+Bug-Debian: https://bugs.debian.org/337584
+Author: Niko Tyni 
+Origin: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=xpath-external.patch;msg=42;bug=337584;att=1
+
+Index: libxml-xpath-perl/examples/xpath
+===
+--- libxml-xpath-perl.orig/examples/xpath  2016-01-15 23:57:26.985257542 
+0100
 libxml-xpath-perl/examples/xpath   2016-01-15 23:59:41.125018246 +0100
+@@ -37,6 +37,11 @@
+   shift;
+   last OPTIONS;
+   }
++  if ($ARGV[0] eq "-n") {
++  $XML::XPath::ParseParamEnt = 0;
++  shift;
++  last OPTIONS;
++  }
+   print STDERR "Unknown option ignore: ", shift;
+   }
+ }
+@@ -55,6 +60,7 @@
+   -q  quiet. Only output the resulting PATH
+   -s suffix   use suffix instead of linefeed.
+   -p postfix  use prefix instead of nothing.
++  -n  Don't use an external DTD.
+ );
+   exit;
+ }
+@@ -131,7 +137,7 @@
+ 
+ =head1 SYNOPSIS
+ 
+-B
++B
+ 
+ =head1 DESCRIPTION
+ 
+@@ -154,6 +160,11 @@
+ 
+ Be quiet. Output only errors (and no separator) on stderr.
+ 
++=head2 B<-e>
++
++Never use an external DTD, ie. instantiate the XML::Parser module
++with 'ParseParamEnt => 0'.
++
+ =head2 B<-s suffix>
+ 
+ Place C at the end of each entry. Default is a linefeed.
+Index: libxml-xpath-perl/lib/XML/XPath.pm
+===
+--- libxml-xpath-perl.orig/lib/XML/XPath.pm2016-01-15 22:09:20.320815980 
+0100
 libxml-xpath-perl/lib/XML/XPath.pm 2016-01-15 23:59:41.125018246 +0100
+@@ -15,6 +15,7 @@
+ 
+ $VERSION = '1.22';
+ $XML::XPath::Namespaces = 1;
++$XML::XPath::ParseParamEnt = 1;
+ $XML::XPath::Debug = 0;
+ 
+ use Data::Dumper;
+Index: libxml-xpath-perl/lib/XML/XPath/XMLParser.pm
+===
+--- libxml-xpath-perl.orig/lib/XML/XPath/XMLParser.pm  2016-01-15 
22:09:20.328815966 +0100
 libxml-xpath-perl/lib/XML/XPath/XMLParser.pm   2016-01-15 
23:59:41.125018246 +0100
+@@ -53,7 +53,7 @@
+ 
+ my $parser = $self->get_parser || XML::Parser->new(
+ ErrorContext => 2,
+-ParseParamEnt => 1,
++ParseParamEnt => $XML::XPath::ParseParamEnt,
+ );
+ 
+ $parser->setHandlers(

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

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


[libxml-xpath-perl] branch pristine-tar updated (82a8963 -> 970abb5)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch pristine-tar
in repository libxml-xpath-perl.

  from  82a8963   pristine-tar data for libxml-xpath-perl_1.13.orig.tar.gz
   new  970abb5   pristine-tar data for libxml-xpath-perl_1.22.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:
 libxml-xpath-perl_1.22.orig.tar.gz.delta | Bin 0 -> 3898 bytes
 libxml-xpath-perl_1.22.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libxml-xpath-perl_1.22.orig.tar.gz.delta
 create mode 100644 libxml-xpath-perl_1.22.orig.tar.gz.id

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

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


[libxml-xpath-perl] annotated tag upstream/1.22 created (now 7c38c44)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag upstream/1.22
in repository libxml-xpath-perl.

at  7c38c44   (tag)
   tagging  c3c6339492bcc1a5eca12f7c84c1dc100e4308a1 (commit)
 tagged by  Axel Beckert
on  Fri Jan 15 22:09:13 2016 +0100

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

iQIcBAABCAAGBQJWmV/5AAoJEGvmY8daNcl1Yg0P/2xngO/p99vFK3c12RCtdnVc
46W0CgoKks0ATsioLm5KElrLWweJLxfbXgCEbDFjP5VZZKf9PSwCC00Zy++ejyyP
CjGWPTUc2Tgy7zTk5T3LkGnCZokDMPDRB5HkrEJsUnmYHTX/00IS3d3tGYZRC232
Yogu9iRaw//yab3vq7Y73sZq3rpiFSuRk/fXFCZS11/98u4FrrEdfGRLZ1vParkV
2OWkswBEN/naLjjeaXHFMKvh5BoGI+Uo+TplPrsaKbZXtReEj6LKjibQOBO4+4FM
ZlOq/kGXZX7LumtOnMTzi2hN2/aJbWGoclDN3+i4SrAUpYI2op53WNAAelFEtmZc
EY+LbAi8VUDQKxHYxh9bsfMREgrmuUfilt7psYjq7cvr4qPhuRus6OThEij+BWJO
0k9VaQWOVue1ViwtdmZqzpLNPDPsdtUfYIjN/KrIos7qZjwETljm7n0q2HgwgWzu
Z9pm2m7mBVXPeritDA5MBmlguqDi0r/IMmNE1ylu8JrkzLOYNniMeA63Mr+l7i6Q
KFcoICGRGfePQ7vQd6xvAnFnDKe+KAlAv8W5Y90JDBkPZGZu9uboyh01B1kDzYeO
gLkMrmD/dYQb296BF8wrCqTNamLM4RZX93v7aLSywGfmmZ9H7RZl4eWMYd1xdX4e
uIyGRd8EC2CrKZOz14oG
=CAJ6
-END PGP SIGNATURE-

Axel Beckert (1):
  Imported Upstream version 1.22

Vincent Danjean (1):
  [svn-inject] Installing original source of libxml-xpath-perl

---

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

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


[libxml-xpath-perl] 11/11: Lintian overrides for library-package-name-for-application + application-in-library-section

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 0ee3f426800bbe3033af33fe6fe4c8838c8402c5
Author: Axel Beckert 
Date:   Sat Jan 16 00:13:04 2016 +0100

Lintian overrides for library-package-name-for-application + 
application-in-library-section

/usr/bin/xpath is more a goodie than primary purpose.
---
 debian/changelog | 2 ++
 debian/lintian-overrides | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d66be10..1761b91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Add patch by Niko Tyni to make xpath work without internet
 connection. (Closes: #337584)
   * Bump debhelper compatibility to 9 as recommended.
+  * Add lintian overrides for library-package-name-for-application and
+application-in-library-section: /usr/bin/xpath is more a goodie.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
new file mode 100644
index 000..6d4b7e2
--- /dev/null
+++ b/debian/lintian-overrides
@@ -0,0 +1,3 @@
+# /usr/bin/xpath is more a goodie than primary purpose
+libxml-xpath-perl: library-package-name-for-application usr/bin/xpath
+libxml-xpath-perl: application-in-library-section perl usr/bin/xpath

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

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


[libxml-xpath-perl] 05/11: Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit b47a0f6bb33cb7de039466e121aeeef3a2fc7fea
Author: Axel Beckert 
Date:   Fri Jan 15 23:05:30 2016 +0100

Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch
---
 debian/changelog   | 1 +
 debian/patches/fix_comparison_bug_RT6363.patch | 5 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 52eff08..f0afe2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Import upstream version 1.22
 + Remove spelling.patch, applied upstream.
 + Refresh debian/patches/fix_comparison_bug_RT6363.patch.
+  * Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/fix_comparison_bug_RT6363.patch 
b/debian/patches/fix_comparison_bug_RT6363.patch
index 49a9b6d..c86f0c9 100644
--- a/debian/patches/fix_comparison_bug_RT6363.patch
+++ b/debian/patches/fix_comparison_bug_RT6363.patch
@@ -1,4 +1,7 @@
-Bug: #374672
+Description: Fix using < in a query returns results as if <= had been used
+Bug-Debian: https://bugs.debian.org/374672
+Bug: https://rt.cpan.org/Public/Bug/Display.html?id=6363
+Author: mi...@cpan.org
 
 Index: libxml-xpath-perl/lib/XML/XPath/Expr.pm
 ===

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

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


[libxml-xpath-perl] 03/11: Remove spelling.patch, applied upstream

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 296f78ecc6cfd30fee6d715d302bfd04c8a5e145
Author: Axel Beckert 
Date:   Fri Jan 15 22:25:59 2016 +0100

Remove spelling.patch, applied upstream
---
 debian/changelog  |  1 +
 debian/patches/series |  1 -
 debian/patches/spelling.patch | 37 -
 3 files changed, 1 insertion(+), 38 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 242475e..b5eb706 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Add a "Testsuite: autopkgtest-pkg-perl" header.
   * Mention "xpath" commandline tool in long package description.
   * Import upstream version 1.22
++ Remove spelling.patch, applied upstream.
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/series b/debian/patches/series
index d54c7df..449f113 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 fix_comparison_bug_RT6363.patch
 example.patch
 test.patch
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index 2f5bb09..000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Ansgar Burchardt 
-Subject: Fix spelling errors
-Date: Wed, 30 Dec 2009 18:32:43 +0900
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=54389
-
-Fix several spelling errors reported by lintian.
 libxml-xpath-perl.orig/XPath/Node/Element.pm
-+++ libxml-xpath-perl/XPath/Node/Element.pm
-@@ -431,7 +431,7 @@
- =head2 new ( name, prefix )
- 
- Create a new Element node with name "name" and prefix "prefix". The name
--be "prefix:local" if prefix is defined. I know that sounds wierd, but it
-+be "prefix:local" if prefix is defined. I know that sounds weird, but it
- works ;-)
- 
- =head2 getName
 libxml-xpath-perl.orig/XPath/PerlSAX.pm
-+++ libxml-xpath-perl/XPath/PerlSAX.pm
-@@ -130,7 +130,7 @@
- 
- =head1 NAME
- 
--XML::XPath::PerlSAX - A PerlSAX event generator for my wierd node structure
-+XML::XPath::PerlSAX - A PerlSAX event generator for my weird node structure
- 
- =head1 SYNOPSIS
- 
-@@ -152,7 +152,7 @@
- =head1 DESCRIPTION
- 
- This module generates PerlSAX events to pass to a PerlSAX handler such
--as XML::DOM::PerlSAX. It operates specifically on my wierd tree format.
-+as XML::DOM::PerlSAX. It operates specifically on my weird tree format.
- 
- Unfortunately SAX doesn't seem to cope with namespaces, so these are
- lost completely. I believe SAX2 is doing namespaces.

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

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


[libxml-xpath-perl] 02/11: Update debian/changelog

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit ecb8528896f72a984c7dcff292deaabc76d63994
Author: Axel Beckert 
Date:   Fri Jan 15 22:09:20 2016 +0100

Update debian/changelog

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

diff --git a/debian/changelog b/debian/changelog
index bbc47fa..242475e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxml-xpath-perl (1.13-8) UNRELEASED; urgency=low
+libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * Remove David Paleino from Uploaders on his request.
@@ -30,6 +30,7 @@ libxml-xpath-perl (1.13-8) UNRELEASED; urgency=low
 patch is likely present since the initial upload.
   * Add a "Testsuite: autopkgtest-pkg-perl" header.
   * Mention "xpath" commandline tool in long package description.
+  * Import upstream version 1.22
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
@@ -37,7 +38,7 @@ libxml-xpath-perl (1.13-8) UNRELEASED; urgency=low
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
 
- -- gregor herrmann   Mon, 22 Feb 2010 16:36:35 +0100
+ -- Axel Beckert   Fri, 15 Jan 2016 22:09:20 +0100
 
 libxml-xpath-perl (1.13-7) unstable; urgency=low
 

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

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


[libxml-xpath-perl] 06/11: New, laborious upstream maintainer. (Closes: #458713)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 61bf8479b82a8e6bda24291ea4a88aae28021c7b
Author: Axel Beckert 
Date:   Fri Jan 15 23:11:58 2016 +0100

New, laborious upstream maintainer. (Closes: #458713)
---
 debian/changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/changelog b/debian/changelog
index f0afe2a..12034ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Import upstream version 1.22
 + Remove spelling.patch, applied upstream.
 + Refresh debian/patches/fix_comparison_bug_RT6363.patch.
++ New, laborious upstream maintainer. (Closes: #458713)
   * Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch.
 
   [ gregor herrmann ]

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

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


[libxml-xpath-perl] 08/11: Add patch (plus test, yay!) to make "and" in XPath commutative

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libxml-xpath-perl.

commit 2d420a3ff2b7361ee7dbb210b4ee3af817a2197b
Author: Axel Beckert 
Date:   Fri Jan 15 23:50:33 2016 +0100

Add patch (plus test, yay!) to make "and" in XPath commutative

Patch and test by Niko Tyni

Closes: #187583
---
 debian/changelog  |  2 +
 debian/patches/make-and-commutative.patch | 62 +++
 debian/patches/series |  1 +
 3 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 2cd439b..600580d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,8 @@ libxml-xpath-perl (1.22-1) UNRELEASED; urgency=low
   * Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch.
   * Add "fallback => 1" to "use overload" in XML::XPath::Literal to fix
 broken stringification as suggested by Niko Tyni. (Closes: #315628)
+  * Add patch (plus test, yay!) by Niko Tyni to make "and" in XPath
+commutative. (Closes: #187583)
 
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
diff --git a/debian/patches/make-and-commutative.patch 
b/debian/patches/make-and-commutative.patch
new file mode 100644
index 000..ae56c18
--- /dev/null
+++ b/debian/patches/make-and-commutative.patch
@@ -0,0 +1,62 @@
+Description: "and" in XPath should be commutative
+ Fixes "Can't call method "size" on an undefined value" error.
+Author: Niko Tyni 
+Bug-Debian: https://bugs.debian.org/187583
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=32012
+Origin: 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=187583;filename=187583.patch;att=1;msg=22
+
+Index: libxml-xpath-perl/lib/XML/XPath/Step.pm
+===
+--- libxml-xpath-perl.orig/lib/XML/XPath/Step.pm   2016-01-15 
22:09:20.328815966 +0100
 libxml-xpath-perl/lib/XML/XPath/Step.pm2016-01-15 23:46:32.938438163 
+0100
+@@ -131,6 +131,8 @@
+ my $from = shift; # context nodeset
+ 
+ #warn "Step::evaluate called with ", $from->size, " length nodeset\n";
++my $saved_context = $self->{pp}->get_context_set;
++my $saved_pos = $self->{pp}->get_context_pos;
+ 
+ $self->{pp}->set_context_set($from);
+ 
+@@ -150,7 +152,8 @@
+ 
+ #warn "Step::evaluate initial nodeset size: ", $initial_nodeset->size, 
"\n";
+ 
+-$self->{pp}->set_context_set(undef);
++$self->{pp}->set_context_set($saved_context);
++$self->{pp}->set_context_pos($saved_pos);
+ 
+ $initial_nodeset->sort;
+ 
+Index: libxml-xpath-perl/t/32context.t
+===
+--- /dev/null  1970-01-01 00:00:00.0 +
 libxml-xpath-perl/t/32context.t2016-01-15 23:46:32.938438163 +0100
+@@ -0,0 +1,27 @@
++use Test;
++BEGIN { plan tests => 4 }
++
++use XML::XPath;
++ok(1);
++
++my $xp = XML::XPath->new(ioref => *DATA);
++ok($xp);
++
++# Debian bug #187583, http://bugs.debian.org/187583
++# Check that evaluation doesn't lose the context information
++
++my $nodes = $xp->find("text/para/node()[position()=last() and 
preceding-sibling::important]");
++ok("$nodes", " has a preceding sibling.");
++
++$nodes = $xp->find("text/para/node()[preceding-sibling::important and 
position()=last()]");
++ok("$nodes", " has a preceding sibling.");
++
++__DATA__
++
++  I start the text here, I break
++the line and I go on, I twinkle and then I go on
++again. 
++This is not a new paragraph.This is a
++new paragraph and 
++this word has a preceding sibling.
++
diff --git a/debian/patches/series b/debian/patches/series
index 957cb65..79e4f4a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ fix_comparison_bug_RT6363.patch
 example.patch
 test.patch
 fix-stringification-overload.patch
+make-and-commutative.patch

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

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


[libxml-xpath-perl] annotated tag debian/1.22-1 created (now 9badc69)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to annotated tag debian/1.22-1
in repository libxml-xpath-perl.

at  9badc69   (tag)
   tagging  a9b8057895a5c889862850d659265ddb0edf (commit)
  replaces  upstream/1.22
 tagged by  Axel Beckert
on  Sat Jan 16 00:24:43 2016 +0100

- Log -
libxml-xpath-perl Debian release 1.22-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABCAAGBQJWmX+7AAoJEGvmY8daNcl1Az4P/R7Yvf4qFf+4fYOVo5dwv9zP
r614fKxZ3VsaNsa0dx7cRckUMl02bBCEGU597J0hpExF30k89fyYKmv4EezTIAzT
kVaVocbfZUcT4I5qle3b1fynis1ASxVaHZqTStNagfVYBdpGvFSQZr4HuCUakkYi
LhcGy9eqRnqJMtG+/TvOZuoRRjvLPo8cdRWAFHjhm5wkyhEsqUh6XAVne0BVnwxv
DjpwrXJaIX6q+ySVPf4L1IJ2S0qnE3qUG5ug4Ijm9A4wOJ8pzhUkknff7vUoGgGp
ulPh8L/bO6FZuQHUOreTO/+cV8AB4w6LZ/cBfQy5U0SDWdX+mKg6lM6eltLOdL5S
r1PmF4zLxD7BA5IXe5iXj3uTfIPEN6hayKbn7UB2uD2CL6LmQ8pC7TF3LH3GSOcK
kvAaEv75r4SMOHMEJ4C4F0FWfJvxvu0qTyGsJEcUxLsk/etjardPz8ZTfd7YCzPP
McBvIshhAQvCv//Z+LHbJnmapo7AKHHJ2EAe7GB4VzftfAP97sMRP+8HIMHFrARH
KMfrrJEexnuqh+0oPA6vxincdQp+YRqQhBOpvuNaoXpVsg7eAkJbZVlZGLX1kmJt
HZLci0fAVA/EhoPHwKhMMoD7NnMYH/mah5Irt1jVsDnc2jNzkv3XuUIXKmd1du1L
7phqyyd336Z7wZisOGsl
=OA0d
-END PGP SIGNATURE-

Ansgar Burchardt (5):
  * Refresh debian/rules for debhelper 7.
  Close #515248
  forwarded patch to CPAN's RT
  Update my email address.
  debian/control: Convert Vcs-* fields to Git.

Axel Beckert (22):
  debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix 
dpkg-copyright"
  Install test suite as examples because XML::XPath(3pm) refers to them
  Remove trailing blank line
  Switch to source format "3.0 (quilt)"
  Fix lintian warning copyright-refers-to-symlink-license
  Declare compliance with Debian Policy 3.9.6
  Add a description to debian/patches/test.patch
  Add a "Testsuite: autopkgtest-pkg-perl" header
  Mention "xpath" commandline tool in long package description
  Merge tag 'upstream/1.22'
  Update debian/changelog
  Remove spelling.patch, applied upstream
  Refresh debian/patches/fix_comparison_bug_RT6363.patch
  Add DEP-3 compliant patch headers to fix_comparison_bug_RT6363.patch
  New, laborious upstream maintainer. (Closes: #458713)
  Add "fallback => 1" to "use overload" in XML::XPath::Literal
  Add patch (plus test, yay!) to make "and" in XPath commutative
  Make xpath work without internet connection
  Bump debhelper compatibility to 9 as recommended
  Lintian overrides for library-package-name-for-application + 
application-in-library-section
  Rename debian/libxml-xpath-perl.docs to debian/docs for consistency
  Upload to unstable with urgency=low as 1.22-1

Damyan Ivanov (2):
  refresh all patches with no index and timestamps and using -pab
  refresh all patches once more with --strip-trailing-whitespace

David Paleino (2):
  * debian/control:
  Seems like ready to be uploaded.

Gregor Herrmann (14):
  Add missing Vcs-(Svn|Browser)/Homepage field(s) to debian/control.
  set maintainer to Debian Perl Group and move Jay to Uploaders for all of 
Jay's imported packages
  change a couple of watch files to use dist-based URLs
  mass-change: rmdir /usr/{lib,share}/perl5 only if they exist as a 
preparation for perl5.10
  merge changelog entries
  Set debhelper compatibility level to 6.
  set back to UNRELEASED
  Remove changes in upstream Makefile.PL.
  * Remove debian/libxml-xpath-perl.docs, install TODO via debian/rules.
  [mass-commit] add debian/README.source (pointing to quilt's 
README.source) to all packages which use quilt (and don't have the file 
already), as per Policy 3.8.0
  [mass commit] switch Vcs-Browser from from WebSVN to ViewSVN
  [mass-commit] add ${misc:Depends} to Depends field in debian/control if 
it's missing
  Remove David Paleino from Uploaders on his request.
  [mass-commit] switch 'dh --with foo $@' to 'dh $@ --with foo'

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

Vincent Danjean (1):
  [svn-inject] Applying Debian modifications to trunk

gregor herrmann (4):
  debian/control: update {versioned,alternative} (build) dependencies.
  update changelog
  Strip trailing slash from metacpan URLs.
  update changelog

---

No new revisions were added by this update.

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

___
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org

[libembperl-perl] branch master updated (79d55d0 -> 4e7a670)

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch master
in repository libembperl-perl.

  from  79d55d0   Fix comment in perl5.22-compat-...patch about CGI tests 
not passing
   new  4e7a670   Mark patch as forwarded

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/patches/perl5.22-compat-PL_sv_objcount-removal.patch | 1 +
 1 file changed, 1 insertion(+)

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

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


[libembperl-perl] 01/01: Mark patch as forwarded

2016-01-15 Thread Axel Beckert
This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libembperl-perl.

commit 4e7a6701760cdf2b0e26e67f4ca541e5f88ed588
Author: Axel Beckert 
Date:   Fri Jan 15 09:11:05 2016 +0100

Mark patch as forwarded
---
 debian/patches/perl5.22-compat-PL_sv_objcount-removal.patch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/patches/perl5.22-compat-PL_sv_objcount-removal.patch 
b/debian/patches/perl5.22-compat-PL_sv_objcount-removal.patch
index 0bef3a2..e9f3834 100644
--- a/debian/patches/perl5.22-compat-PL_sv_objcount-removal.patch
+++ b/debian/patches/perl5.22-compat-PL_sv_objcount-removal.patch
@@ -5,6 +5,7 @@ Description: Compatibility fixes for Perl 5.22
 Author: Axel Beckert 
 Bug-Debian: https://bugs.debian.org/806897
 Bug: https://rt.cpan.org/Ticket/Display.html?id=110023
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=110023#txn-1584347
 
 Index: libembperl-perl/epmain.c
 ===

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

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