[librdf-ldf-perl] branch master created (now 712a092)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository librdf-ldf-perl.

at  712a092   Initial packaging release.

This branch includes the following new commits:

   new  712a092   Initial packaging release.

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

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


[librdf-ldf-perl] 01/01: Initial packaging release.

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 712a092cba718075400eef377f3097c62319d7fa
Author: Jonas Smedegaard 
Date:   Thu May 21 20:53:03 2015 +0200

Initial packaging release.
---
 debian/README.source   | 11 +
 debian/changelog   |  6 +
 debian/compat  |  1 +
 debian/control | 48 ++
 debian/control.in  | 25 
 debian/copyright   | 44 +++
 debian/copyright_hints | 63 ++
 debian/gbp.conf|  5 
 debian/rules   | 47 +
 debian/source/format   |  1 +
 debian/watch   |  4 
 11 files changed, 255 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+-
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard   Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..ea5ffeb
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+librdf-ldf-perl (0.10-1) unstable; urgency=low
+
+  * Initial Release.
+Closes: bug#786424.
+
+ -- Jonas Smedegaard   Thu, 21 May 2015 22:05:10 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..cf825b6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: librdf-ldf-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs (>= 0.4.122~),
+ devscripts,
+ perl,
+ libmodule-build-tiny-perl,
+ debhelper,
+ dh-buildinfo,
+ libcache-lru-perl,
+ libclone-perl,
+ libdata-compare-perl,
+ libdata-util-perl,
+ libhttp-message-perl,
+ libjson-perl,
+ liblog-any-perl,
+ libmoo-perl,
+ librdf-query-perl,
+ librdf-trine-perl,
+ libthrowable-perl,
+ liburi-perl,
+ liburi-template-perl,
+ librdf-ns-perl (>= 20140910),
+ libtest-deep-perl,
+ libtest-exception-perl,
+ libtest-lwp-useragent-perl,
+ libtest-pod-perl
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-ldf-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ldf-perl.git
+Homepage: https://github.com/phochste/RDF-LDF
+
+Package: librdf-ldf-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Suggests: ${cdbs:Suggests}
+Description: Linked Data Fragments client
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
+ .
+ Linked Data Fragment (LDF) is a protocol to exchange specific views of
+ Linked Data.
+ .
+ RDF::LDF implements a basic Linked Data Fragment client, also known as
+ a Triple Pattern Fragments client.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 000..68437cd
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,25 @@
+Source: librdf-ldf-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/librdf-ldf-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/librdf-ldf-perl.git
+Homepage: https://github.com/phochste/RDF-LDF
+
+Package: librdf-ldf-perl
+Architecture: all
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
+Description: Linked Data Fragments client
+ Resource Description Framework (RDF) is a standard model for data
+ interchange on the Web, also known as Linked Data.
+ .
+ Linked Data Fragment (LDF) is a protocol to exchange specific views of
+ Linked Data.
+ .
+ RDF::LDF implements a basic Linked Data Fragment client, also known as
+ a Triple Pattern Fragments client.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..a15eda5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,44 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RDF::LDF
+Upstream-Contact: https://github.com/phochste/RDF-LDF/issues
+Source: http://www.cpan.org/authors/id/H/HO/HOCHSTEN/
+ git://github.com/phochste/RDF-LDF
+
+Files: *
+Copyright: 2015, Patrick Hochstenbach 
+License: Artistic or GPL-1+
+License-Grant:
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system 

[librdf-ldf-perl] branch pristine-tar created (now ddca42f)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository librdf-ldf-perl.

at  ddca42f   pristine-tar data for librdf-ldf-perl_0.10.orig.tar.gz

This branch includes the following new commits:

   new  ddca42f   pristine-tar data for librdf-ldf-perl_0.10.orig.tar.gz

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


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

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


[librdf-ldf-perl] annotated tag upstream/0.10 created (now 6cb4a4a)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.10
in repository librdf-ldf-perl.

at  6cb4a4a   (tag)
   tagging  2bfb1e3a253ce555925cdb9654f880121000e395 (commit)
 tagged by  Jonas Smedegaard
on  Thu May 21 11:19:58 2015 +0200

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

iQIcBAABAgAGBQJVXaM+AAoJECx8MUbBoAEhyHkP/jnDV4q9igzi6ahnVlaKD3gJ
pUTECQgSnvzhGtnfWDS2YsK9qS3ue1uvIJ8Vqqo2zcptvhxkg2mzK2nPJQUBq4lo
2DYWw6NVUbmRfQ1D6abfDu0t5w8JyD7wdr/NEW41tb6zoKHqDlSWJLJYQcMCBBqG
/5c6jPDy3DMnP6rhumWfpCFZBuBuUZpHrKbGbTFcvm2rCLF49T6leCf/ys72gujo
w8SY9by9b7wTS2wOP+GlBZjT4ddjPyPGgbgm8b5qqtU/QavdVUvn4KeKcNw1T02n
FEJg22T8tKLfNJkcBUD8Tqz5MXLzXbQ4RMdjZqq3gwmxAj7x1rRCg+sygAJmUN0w
eayo+aiIV8QYf9PQf8zButEU8PsunRXN44IqONdeyUTNAVMZWQh5cNPmBknF62cV
fhYwDWPu0JacxYljLN59upoX3PlEkjPLhaJfGsQC8XiVYXQGo6imEPh9ClRQQQ0u
xqV+Q2JTLYKUsUKn4RDx8PGAwYGGzEbR6fR6VYin66yR/LXXxC9PDjejqF2hphuH
dtHOjfBgJX9DedKSLDpI6Sa3MgAr/MisLft46YngBGy3zIeKMTbJxtmf2SEoAddf
03edVT+rruzPtJ3u13qabOccMfBIwGS4SWa6boxqNa5gYe5JPqe07T7+VCquupeU
yHFlre6ikfgpIhAJyZ2m
=w0IT
-END PGP SIGNATURE-

Gregory Todd Williams (13):
  Allow pass-through of user-agent in constructors.
  Update t/RDF-LDF.t to mock network requests with Test::LWP::UserAgent.
  Use URI::Template in constructing fragment URLs.
  Use RDF::Trine::Parser to load URL contents into a model.
  Do not use params hash for multiple purposes.
  Restore logging an error if loading/parsing RDF from URL fails.
  Simplified node stringification.
  Merge branch 'master' into mock-ua
  Improved use of RDF::Trine user agent and added mocked network tests.
  Enabled more get_pattern tests.
  Changed diag() to note() in t/LDF-patter.t.
  Merge remote-tracking branch 'phochste/master' into mock-ua
  Remove UA passthrough made irrelevant by acc4ac9.

Jakob Voss (4):
  remove Data::Dumper
  documentation
  removed additional dependencies
  fix author in META.json

Jonas Smedegaard (1):
  Imported Upstream version 0.10

Patrick Hochstenbach (66):
  Initial commit
  Adding generated readme
  Adding basic build script
  Adding sparql test
  Adding changes file
  Adding a warning on the status
  Adding .gitignore file
  0.01
  Fixing pod errors
  Adding cpanfile
  0.02
  Adding client
  Merge branch 'master' of github.com:phochste/RDF-LDF
  Fixing the demo client
  Testing again VIAF datatset
  Adding requires packages
  Spacing
  Adding more fragment browse options to the command line
  Basis RDF::Trine::Store support
  Fixing tests for all models
  Fixing pod
  Version bump
  0.03
  Fixing direct non-zero results bug. Adding more examples
  0.04
  Fixing typos
  Merge branch 'uri-templates' of https://github.com/kasei/RDF-LDF into 
kasei-uri-templates
  merge
  Merge branch 'kasei-uri-templates'
  Merge branch 'rdf-trine' of https://github.com/kasei/RDF-LDF into 
kasei-rdf-trine
  Merge branch 'kasei-rdf-trine'
  Merged kasei changes
  Provided a better error handling
  Fixing identation
  Merge
  Merge branch 'kasei-mock-ua'
  Network test are optional with RDFLDF_NETWORK_TESTS=1
  Updating Changes pushing version
  0.05
  Fixing typos in perl comments
  Fixing ident and a typo in hydra URL
  Fixing undef exception when no triples can be found
  Fixing Error and Moo conflict
  0.06
  Using File::Slurp::Tiny instead of File::Slurp #5
  Adding required throwable
  Release changes
  0.07
  Merge branch 'nichtich-cleanup'
  Adding support for JSON output from cmdline
  Adding carton and plenv ignores
  0.08
  Adding travis webhook
  Adding Status
  Trying adding license to make travis happy
  Second try
  License junk
  Adding Travis et all badges
  Updating coverall badge
  Up version
  0.09
  Merged
  Merge branch 'nichtich-master'
  Updating kudos
  Adding license
  0.10

---

No new revisions were added by this update.

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

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


[librdf-ldf-perl] 01/01: pristine-tar data for librdf-ldf-perl_0.10.orig.tar.gz

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository librdf-ldf-perl.

commit ddca42fb307e36ad3681270cb506837db563d680
Author: Jonas Smedegaard 
Date:   Thu May 21 11:19:58 2015 +0200

pristine-tar data for librdf-ldf-perl_0.10.orig.tar.gz
---
 librdf-ldf-perl_0.10.orig.tar.gz.delta | Bin 0 -> 1962 bytes
 librdf-ldf-perl_0.10.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librdf-ldf-perl_0.10.orig.tar.gz.delta 
b/librdf-ldf-perl_0.10.orig.tar.gz.delta
new file mode 100644
index 000..6e90972
Binary files /dev/null and b/librdf-ldf-perl_0.10.orig.tar.gz.delta differ
diff --git a/librdf-ldf-perl_0.10.orig.tar.gz.id 
b/librdf-ldf-perl_0.10.orig.tar.gz.id
new file mode 100644
index 000..553236a
--- /dev/null
+++ b/librdf-ldf-perl_0.10.orig.tar.gz.id
@@ -0,0 +1 @@
+9de8e56ecc5db40156d507885652db8216e9b9ff

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

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


[librdf-ldf-perl] tag 0.04 created (now f6503f0)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.04
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.06 created (now 1b3f467)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.06
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.02 created (now 05da136)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.02
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.01 created (now 1afb88c)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.01
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.03 created (now f271a15)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.03
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.09 created (now b5de453)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.09
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.08 created (now 089bdcb)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.08
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.07 created (now 9f52962)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.07
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] tag 0.10 created (now 90f6443)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.10
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] annotated tag debian/0.10-1 created (now 5952c44)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.10-1
in repository librdf-ldf-perl.

at  5952c44   (tag)
   tagging  712a092cba718075400eef377f3097c62319d7fa (commit)
  replaces  upstream/0.10
 tagged by  Jonas Smedegaard
on  Thu May 21 22:13:33 2015 +0200

- Log -
librdf-ldf-perl Debian release 0.10-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVXjxtAAoJECx8MUbBoAEhzRYP/3TEeNkiYls0v5K+I4Iu1zDx
gHWEuim2vn642poNBaqSkx09z5N3vG0tA1OpImO6FKeo3x3DQMpq58/ywYzdRVpM
i3idLvh+if62vw1ax7drvt+0oWRqe1YMUfDf3Bwgr3oY9X7B/rGLuKwg8SRLgXqH
jvkS9XqoBBH3CLY+mlLNzqKdtvnxeyrVBi410TkvlCl2EWyA1PK8ZyeXeRk0Wb4J
X5OoDYXCCcJGGw9rDkTJnGVoK10FwC2c1TtzwjfqG9JKko+RldmGxB8hw9yF4l6V
U+din0CbiiidNncxIt5QQKcVQDR6Q++APt1o2ND8Oay4tuYx/KTsnJWpI/knEpUh
6OAI8oQNvHEJXmuJa0KVdoSzymeQ2GDg1sCKE0/qV5VqVKQtE1/GC2zUrVt8EzBa
1N4tGsi5EG5fXdky/h4YhHs9ao1+60SjTQ6vCh3jCcogZItxxrIHho4CAvN5Fk6/
lCrfjyZpgFwp9KO+OnfpX7oAYbbWDl1fweOZUbl3O6z6J/OEPjvZZaA1U+xX4vk0
5jPgpAZLIHVckm/h7q84iq6LnEKtfaVM2hPl8U7A+UQFSdLVHk8n9upC5qIIWpJI
MtpQ7PG/8ueC3bgVd+gfnfh2SoTNSXajqOaRSL0FztZflX8irb56Om3HxqDHAJPK
+rg7iaES+zF0wToZtIe/
=uJbE
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  Initial packaging release.

---

No new revisions were added by this update.

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

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


[librdf-ldf-perl] tag 0.05 created (now d7cce91)

2015-05-21 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.05
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] branch pristine-tar updated (ddca42f -> 52703ef)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository librdf-ldf-perl.

  from  ddca42f   pristine-tar data for librdf-ldf-perl_0.10.orig.tar.gz
   new  52703ef   pristine-tar data for librdf-ldf-perl_0.12.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:
 librdf-ldf-perl_0.12.orig.tar.gz.delta | Bin 0 -> 1946 bytes
 librdf-ldf-perl_0.12.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 librdf-ldf-perl_0.12.orig.tar.gz.delta
 create mode 100644 librdf-ldf-perl_0.12.orig.tar.gz.id

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

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


[librdf-ldf-perl] 03/05: Update copyright info: List License-Grant before License (for purely cosmetic value).

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit a664409f98448fd02c2d67e12172a3878d6530cc
Author: Jonas Smedegaard 
Date:   Fri May 22 16:14:45 2015 +0200

Update copyright info: List License-Grant before License (for purely 
cosmetic value).
---
 debian/copyright | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index a15eda5..a7f7ab2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,17 +6,16 @@ Source: http://www.cpan.org/authors/id/H/HO/HOCHSTEN/
 
 Files: *
 Copyright: 2015, Patrick Hochstenbach 
-License: Artistic or GPL-1+
 License-Grant:
  This is free software; you can redistribute it and/or modify it under
  the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
 Comment:
  Perl 5 is licensed under either the 'Artistic license' or the 'GNU
  General Public License' version 1 or later.
 
 Files: debian/*
 Copyright: 2014, Jonas Smedegaard 
-License: GPL-3+
 License-Grant:
  This program is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
@@ -27,6 +26,7 @@ License-Grant:
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
  Public License for more details.
+License: GPL-3+
 
 License: Artistic
 Comment:

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

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


[librdf-ldf-perl] branch master updated (712a092 -> 7af11f1)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository librdf-ldf-perl.

  from  712a092   Initial packaging release.
  adds  074f027   Updating travis art
  adds  96db511   Updating travis art
  adds  72fbe93   Downgrading perl dependencies
  adds  dc2c49b   Typing typo in pod
  adds  25bdfa5   Forcing release
  adds  ba94ea1   Up
  adds  24a1240   0.11
  adds  12f8bc7   Fixed minimal version of RDF::NS
  adds  a3774b6   Merge branch 'nichtich-patch-1'
  adds  e7d48a7   0.12
  adds  c8b0278   Imported Upstream version 0.12
   new  2781dca   Merge tag 'upstream/0.12'
   new  6a8a84c   Update package relations: Tighten (build-)dependencies on 
liblog-any-perl libmoo-perl librdf-query-perl librdf-trine-perl.
   new  a664409   Update copyright info: List License-Grant before License 
(for purely cosmetic value).
   new  07dcf3e   Add lintian-overrides for use of License_Reference field.
   new  7af11f1   Prepare for release: Update changelog, control file and 
copyright hints.

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


Summary of changes:
 Changes |  6 ++
 META.json   | 35 ++-
 META.yml| 35 ++-
 README  |  2 +-
 bin/ldf-client.pl   |  2 +-
 cpanfile| 32 
 debian/changelog| 17 +
 debian/control  | 14 +++---
 debian/copyright|  4 ++--
 debian/copyright_hints  |  1 +
 debian/rules|  6 +-
 debian/source/lintian-overrides |  3 +++
 lib/RDF/LDF.pm  |  6 +++---
 13 files changed, 98 insertions(+), 65 deletions(-)
 create mode 100644 debian/source/lintian-overrides

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

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


[librdf-ldf-perl] 01/05: Merge tag 'upstream/0.12'

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 2781dcaf0a269cb2dcc0ed747c18cf025101415b
Merge: 712a092 c8b0278
Author: Jonas Smedegaard 
Date:   Fri May 22 15:38:36 2015 +0200

Merge tag 'upstream/0.12'

Upstream version 0.12

# gpg: Underskrift lavet fre 22 maj 2015 15:38:32 CEST
# gpg:bruger RSA nøgle 0x2C7C3146C1A00121
# gpg: God underskrift fra »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »[jpeg image of size 4165]«

 Changes   |  6 ++
 META.json | 35 ++-
 META.yml  | 35 ++-
 README|  2 +-
 bin/ldf-client.pl |  2 +-
 cpanfile  | 32 
 lib/RDF/LDF.pm|  6 +++---
 7 files changed, 63 insertions(+), 55 deletions(-)

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

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

[librdf-ldf-perl] 01/01: pristine-tar data for librdf-ldf-perl_0.12.orig.tar.gz

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository librdf-ldf-perl.

commit 52703ef751f01bddb0cf297976191e72b52d8609
Author: Jonas Smedegaard 
Date:   Fri May 22 15:38:32 2015 +0200

pristine-tar data for librdf-ldf-perl_0.12.orig.tar.gz
---
 librdf-ldf-perl_0.12.orig.tar.gz.delta | Bin 0 -> 1946 bytes
 librdf-ldf-perl_0.12.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librdf-ldf-perl_0.12.orig.tar.gz.delta 
b/librdf-ldf-perl_0.12.orig.tar.gz.delta
new file mode 100644
index 000..680e3b6
Binary files /dev/null and b/librdf-ldf-perl_0.12.orig.tar.gz.delta differ
diff --git a/librdf-ldf-perl_0.12.orig.tar.gz.id 
b/librdf-ldf-perl_0.12.orig.tar.gz.id
new file mode 100644
index 000..46f4283
--- /dev/null
+++ b/librdf-ldf-perl_0.12.orig.tar.gz.id
@@ -0,0 +1 @@
+6d3557d4710e8a09bf5823181e1df0299d923207

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

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


[librdf-ldf-perl] 05/05: Prepare for release: Update changelog, control file and copyright hints.

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 7af11f14588125e7d45f1d31484d33b2aff63166
Author: Jonas Smedegaard 
Date:   Fri May 22 16:23:40 2015 +0200

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   | 17 +
 debian/control | 14 +++---
 debian/copyright_hints |  1 +
 3 files changed, 25 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea5ffeb..410f5f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+librdf-ldf-perl (0.12-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s):
++ Downgrade Perl dependencies.
+
+  [ Jonas Smedegaard ]
+  * Update package relations:
++ Tighten (build-)dependencies on liblog-any-perl libmoo-perl
+  librdf-query-perl librdf-trine-perl.
+  * Update copyright info:
++ List License-Grant before License (for purely cosmetic value).
+  * Add lintian-overrides for use of License_Reference field.
+See bug#786450.
+
+ -- Jonas Smedegaard   Fri, 22 May 2015 16:23:12 +0200
+
 librdf-ldf-perl (0.10-1) unstable; urgency=low
 
   * Initial Release.
diff --git a/debian/control b/debian/control
index cf825b6..22431a4 100644
--- a/debian/control
+++ b/debian/control
@@ -13,14 +13,14 @@ Build-Depends: cdbs (>= 0.4.122~),
  libdata-util-perl,
  libhttp-message-perl,
  libjson-perl,
- liblog-any-perl,
- libmoo-perl,
- librdf-query-perl,
- librdf-trine-perl,
  libthrowable-perl,
  liburi-perl,
  liburi-template-perl,
+ liblog-any-perl (>= 1.00),
+ libmoo-perl (>= 1.004006),
  librdf-ns-perl (>= 20140910),
+ librdf-query-perl (>= 2.913),
+ librdf-trine-perl (>= 1.013),
  libtest-deep-perl,
  libtest-exception-perl,
  libtest-lwp-useragent-perl,
@@ -34,9 +34,9 @@ Homepage: https://github.com/phochste/RDF-LDF
 
 Package: librdf-ldf-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
-Recommends: ${cdbs:Recommends}
-Suggests: ${cdbs:Suggests}
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
 Description: Linked Data Fragments client
  Resource Description Framework (RDF) is a standard model for data
  interchange on the Web, also known as Linked Data.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 7e80ad7..c47bb86 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -17,6 +17,7 @@ Files: Build.PL
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  demo/sparql01.txt
  demo/sparql02.txt

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

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


[librdf-ldf-perl] 04/05: Add lintian-overrides for use of License_Reference field.

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 07dcf3ec475c14c1c53601c08d7acc2ad266485d
Author: Jonas Smedegaard 
Date:   Fri May 22 16:22:26 2015 +0200

Add lintian-overrides for use of License_Reference field.
---
 debian/source/lintian-overrides | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..134c57c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+missing-license-paragraph-in-dep5-copyright

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

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


[librdf-ldf-perl] tag 0.11 created (now 24a1240)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.11
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] annotated tag upstream/0.12 created (now e43c2db)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.12
in repository librdf-ldf-perl.

at  e43c2db   (tag)
   tagging  c8b0278df42951815893c601561814c5ad450e9b (commit)
  replaces  upstream/0.10
 tagged by  Jonas Smedegaard
on  Fri May 22 15:38:32 2015 +0200

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

iQIcBAABAgAGBQJVXzFYAAoJECx8MUbBoAEhcAQP/A7TjH6BIBXH9i3sBkxDI/Xs
NPIzSpCMDJtKQ+q/TBosN36laO8tChKPebU1gjfitPXqV5BlaLQs/Yd49ezg1jB8
2DN3bBL5eZh83Yjlyu0dh5Ww6BfAIaIC5Go2inH9WlaI3jaf6pH5PYhPE/nAr3gZ
8fS3HYcFqFiW953k/2LYVOrTQUtdIl2hrkifO0NiCZpReAmt6VzWbiclpI/Yah/S
BiNY1wTpuesaPU5EqArr66UEIk/aSwgc9XX2fTtM3qcIQiZEEhyYUM1V+09NxAMB
6WBeWlnh17nvYS/P4WF1ZeHqWoiMOb/ITJCpQSa+VuwswL6P+4RytJTviRc+fs7G
p1uqGnGzqovDZAQ+8xQ85ooXzljUkADj4OyB8029KPftijyt/BUGTod5oi1BePHM
EicJZHRktGlyfntWsgeiKZxW4UXiu3+3antqyVCU1J9UY+CMM23etfC6L5AysWDt
NPV/GdjRBnfhEmVfEJA9JpXKecdebo1eyfBywgvgFoRelEEE/bbpwflxXOLo/zff
p3mtg5FrlTb1ZlHfohQhexI/4qTISsp/hkoM2hed1WUZ6eJh92lIvH5cL4YOyA1E
pSZ4S4pYKblXSBGl7eWQXwbTncOopXbkZYsLn9QC3zTUAVBpjzeseh1Kloa4WQZh
EHslGo09H1DwEvAZKVRf
=1bN7
-END PGP SIGNATURE-

Jakob Voß (1):
  Fixed minimal version of RDF::NS

Jonas Smedegaard (1):
  Imported Upstream version 0.12

Patrick Hochstenbach (9):
  Updating travis art
  Updating travis art
  Downgrading perl dependencies
  Typing typo in pod
  Forcing release
  Up
  0.11
  Merge branch 'nichtich-patch-1'
  0.12

---

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

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

[librdf-ldf-perl] annotated tag debian/0.12-1 created (now 28dd06d)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.12-1
in repository librdf-ldf-perl.

at  28dd06d   (tag)
   tagging  7af11f14588125e7d45f1d31484d33b2aff63166 (commit)
  replaces  upstream/0.12
 tagged by  Jonas Smedegaard
on  Fri May 22 16:27:30 2015 +0200

- Log -
librdf-ldf-perl Debian release 0.12-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVXzzSAAoJECx8MUbBoAEhskwP/1IkklXHfCfgqNjLCdJGRYWc
MbtRjYmHyak27BEx8d6zmz1+On806t21yzeCVy16ouWmOs5WZovT03fGPYmkv3Cy
UuBorr/Cmyk764Uauez6RtZU8S1ndu6otdWEMqu+iKtrHLV/qSBgnyuC6ItUEeMZ
oDOA+0blpjiB6Q3bAx7QfjnNVUdxrdMob5GeAtiqh8uYUyCYE/Xdfsp0wd0Md17P
Pqc84YLZvPzkXtPliqgvXNgEqQB1n956u1rY0eRJXL6goDcWrbV+4JaoseLOywJt
Z7f899ywjH+VbrjGIXn6DUXJxAcwR+FN8t8P//ES9tWhcl64QRDn5ZayaydAn+b8
qN0C8yxf/ekS0JdNWk253td6k9lv9DoKgHmUGYM+V8n/RAnl4i40rBe76+9uYvd9
00kcF3oxyFRviE9ucbPqt5Yys7GE/s3Hcki6h05MTnhTX5rizwbgiMt/dIfEMWpF
hVmdvQFj2UX0yyzO9OgfF0uusMnhPvY8/Hbhadr+1cu6mVN05kgLqV1qL4TA+jDy
h8mybmj4Kk4vCo/OQqNhWOIXpdKy/HdfChXqXqnI0nFLu3cLXH7wV9VzcP+ZVLhk
x2LzkXXz8I8Vm51xHKgU4ucCXDBRvrDN7rcMnx3f/sTgcMbsTUsty1JoYJzdDhti
KQG7uc6zGiXDVi8lGePb
=8pKx
-END PGP SIGNATURE-

Jonas Smedegaard (6):
  Initial packaging release.
  Merge tag 'upstream/0.12'
  Update package relations: Tighten (build-)dependencies on liblog-any-perl 
libmoo-perl librdf-query-perl librdf-trine-perl.
  Update copyright info: List License-Grant before License (for purely 
cosmetic value).
  Add lintian-overrides for use of License_Reference field.
  Prepare for release: Update changelog, control file and copyright hints.

---

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

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


[librdf-ldf-perl] 02/05: Update package relations: Tighten (build-)dependencies on liblog-any-perl libmoo-perl librdf-query-perl librdf-trine-perl.

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 6a8a84cfe9b195790c8ca0a41cabcf435bceaec6
Author: Jonas Smedegaard 
Date:   Fri May 22 15:48:17 2015 +0200

Update package relations: Tighten (build-)dependencies on liblog-any-perl 
libmoo-perl librdf-query-perl librdf-trine-perl.
---
 debian/rules | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d2fb7f1..54be716 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,9 +29,13 @@ DEB_UPSTREAM_URL = 
http://www.cpan.org/authors/id/H/HO/HOCHSTEN
 # Needed by upstream build and (always) at runtime
 #  TODO: maybe tighten (some versions too aggressive so all ignored for now)
 perl-deps = cache-lru clone data-compare data-util http-message json
-perl-deps += log-any moo rdf-query rdf-trine throwable uri uri-template
+perl-deps += throwable uri uri-template
 deps = $(patsubst %,$(comma) lib%-perl, $(perl-deps))
+deps +=, liblog-any-perl (>= 1.00)
+deps +=, libmoo-perl (>= 1.004006)
 deps +=, librdf-ns-perl (>= 20140910)
+deps +=, librdf-query-perl (>= 2.913)
+deps +=, librdf-trine-perl (>= 1.013)
 
 # Needed (optionally) by upstream testsuite
 #  TODO: maybe tighten (some versions too aggressive so all ignored for now)

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

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


[librdf-ldf-perl] tag 0.12 created (now e7d48a7)

2015-05-22 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.12
in repository librdf-ldf-perl.

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

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

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


[libatteanx-store-memorytriplestore-perl] branch pristine-tar created (now 6942ade)

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository libatteanx-store-memorytriplestore-perl.

at  6942ade   pristine-tar data for 
libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz

This branch includes the following new commits:

   new  b16c142   pristine-tar data for 
libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz
   new  6942ade   pristine-tar data for 
libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz

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/libatteanx-store-memorytriplestore-perl.git

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


[libatteanx-store-memorytriplestore-perl] 02/02: pristine-tar data for libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libatteanx-store-memorytriplestore-perl.

commit 6942adee9df439c88db3b6ab3a38af4702e0eb1c
Author: Jonas Smedegaard 
Date:   Sun May 24 14:11:08 2015 +0200

pristine-tar data for 
libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz
---
 ...morytriplestore-perl_0.001~20150520.orig.tar.gz.delta | Bin 0 -> 1701 bytes
 ...-memorytriplestore-perl_0.001~20150520.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.delta 
b/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.delta
new file mode 100644
index 000..d881ff7
Binary files /dev/null and 
b/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.delta 
differ
diff --git 
a/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.id 
b/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.id
new file mode 100644
index 000..0aa912e
--- /dev/null
+++ b/libatteanx-store-memorytriplestore-perl_0.001~20150520.orig.tar.gz.id
@@ -0,0 +1 @@
+a967c3578167653a9a4e7d59640ed7e28555121e

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

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


[libatteanx-store-memorytriplestore-perl] 02/02: Initial packaging.

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libatteanx-store-memorytriplestore-perl.

commit bdb37b1805c2f9a851781d1cacb8da4bb8eebaab
Author: Jonas Smedegaard 
Date:   Sun May 24 14:11:49 2015 +0200

Initial packaging.
---
 debian/README.source   | 25 
 debian/changelog   |  6 +
 debian/compat  |  1 +
 debian/control | 43 +
 debian/control.in  | 27 +
 debian/copyright   | 48 +
 debian/copyright_hints | 64 ++
 debian/gbp.conf|  8 +++
 debian/rules   | 51 
 debian/source/format   |  1 +
 debian/watch   |  4 
 11 files changed, 278 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..5c5203c
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,25 @@
+Packaging notes
+===
+
+CDBS+git-buildpackage
+-
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+Circular build-dependencies
+-
+
+This package is problematic to bootstrap, as some of the declared
+build-dependencies cause bootstrapping loops.
+
+For a bootstrappable (but potentially crippled) build, set environment
+variables DEB_BUILD_PROFILE and DEB_MAINTAINER_MODE, and clean before
+building.  See also <https://wiki.debian.org/DebianBootstrap>.
+
+
+ -- Jonas Smedegaard   Fri, 07 Jun 2013 23:02:51 +0200
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..f74f2c6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libatteanx-store-memorytriplestore-perl (0.001~20150520-1) experimental; 
urgency=low
+
+  * Initial packaging release.
+Closes: bug#785768.
+
+ -- Jonas Smedegaard   Sun, 24 May 2015 14:11:52 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..4a2b0ae
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: libatteanx-store-memorytriplestore-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ clang,
+ libraptor2-dev,
+ libextutils-depends-perl,
+ libextutils-pkgconfig-perl,
+ libmoose-perl,
+ libparams-util-perl,
+ libattean-perl,
+ libxs-object-magic-perl,
+ libmoo-perl,
+ libtype-tiny-perl,
+ libtest-roo-perl,
+ libtest-exception-perl
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libatteanx-store-memorytriplestore-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-memorytriplestore-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Store-MemoryTripleStore
+
+Package: libatteanx-store-memorytriplestore-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: in-memory RDF triple store
+ AtteanX::Store::MemoryTripleStore provides an in-memory triple-store
+ that is especially optimized for matching BGPs which contain at least
+ one bound subject or object (e.g. preferring star or path queries
+ rather than analytical queries).
+ .
+ The triple store is read-only, requiring a filename to be specified
+ during construction which points at an N-Triples or Turtle file
+ containing the RDF data to load. The triple store links with libraptor2
+ to allow fast parsing of input files.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 000..68530b2
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libatteanx-store-memorytriplestore-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: 
git://anonscm.debian.org/pkg-perl/packages/libatteanx-store-memorytriplestore-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libatteanx-store-memorytriplestore-perl.git
+Homepage: https://metacpan.org/release/AtteanX-Store-MemoryTripleStore
+
+Package: libatteanx-store-memorytriplestore-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Description: in-memory RDF triple store
+ AtteanX::Store::MemoryTripleStore provides an in-memory triple-store
+ that is especially optimized for matching BGPs which contain at least
+ one bound subject or object (e.g. preferring star or path queries
+ rather than analytical q

[libatteanx-store-memorytriplestore-perl] 01/02: Merge tag 'upstream/0.001_20150520'

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libatteanx-store-memorytriplestore-perl.

commit 3decbd20c08c283d9b7258ce4fe4cf7f41c89b2e
Merge: dbb30fb 832bf90
Author: Jonas Smedegaard 
Date:   Sun May 24 14:11:13 2015 +0200

Merge tag 'upstream/0.001_20150520'

Upstream version 0.001~20150520

# gpg: Underskrift lavet søn 24 maj 2015 14:11:08 CEST
# gpg:bruger RSA nøgle 0x2C7C3146C1A00121
# gpg: God underskrift fra »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »[jpeg image of size 4165]«

 Makefile.PL|  13 ++-
 MemoryTripleStore.xs   |  31 +--
 lib/AtteanX/Store/MemoryTripleStore.pm |   7 +-
 triplestore.c  | 160 ++---
 triplestore.h  |  15 ++--
 ts.c   |  26 +++---
 6 files changed, 172 insertions(+), 80 deletions(-)

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

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

[libatteanx-store-memorytriplestore-perl] 01/02: pristine-tar data for libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libatteanx-store-memorytriplestore-perl.

commit b16c142707dd2d672366b182b9439427ba22719c
Author: Jonas Smedegaard 
Date:   Wed May 20 02:26:16 2015 +0200

pristine-tar data for 
libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz
---
 ...morytriplestore-perl_0.001~20150514.orig.tar.gz.delta | Bin 0 -> 1808 bytes
 ...-memorytriplestore-perl_0.001~20150514.orig.tar.gz.id |   1 +
 2 files changed, 1 insertion(+)

diff --git 
a/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.delta 
b/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.delta
new file mode 100644
index 000..02c305b
Binary files /dev/null and 
b/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.delta 
differ
diff --git 
a/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.id 
b/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.id
new file mode 100644
index 000..10aca6f
--- /dev/null
+++ b/libatteanx-store-memorytriplestore-perl_0.001~20150514.orig.tar.gz.id
@@ -0,0 +1 @@
+69a611e90a4ebc86217f4fbe7cdaa53ebc434951

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

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


[libatteanx-store-memorytriplestore-perl] branch master created (now bdb37b1)

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libatteanx-store-memorytriplestore-perl.

at  bdb37b1   Initial packaging.

This branch includes the following new commits:

   new  3decbd2   Merge tag 'upstream/0.001_20150520'
   new  bdb37b1   Initial packaging.

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/libatteanx-store-memorytriplestore-perl.git

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


[libatteanx-store-memorytriplestore-perl] annotated tag upstream/0.001_20150520 created (now 27f1825)

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.001_20150520
in repository libatteanx-store-memorytriplestore-perl.

at  27f1825   (tag)
   tagging  832bf907ccaecc0d6aae74b2f6e7c5c3ec288fab (commit)
  replaces  upstream/0.001_20150514
 tagged by  Jonas Smedegaard
on  Sun May 24 14:11:08 2015 +0200

- Log -
Upstream version 0.001~20150520
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVYb/cAAoJECx8MUbBoAEhiAgP/1RyoYspdDb6ppfy/vQX04qB
1cek9SWOlkOeBXaMUy+EB6rumHsFKF3mOQWzZARsjV2pEtqoriPeZX/dp+dblW8c
coo1O99ho8OYQJ/HnS8ROcdpg3TZ/WPG2RHLFb+h/+xUS6ZbaJz9IzFGxKHl5wGu
pZdmLhJ1UzZUmJ3HtHeHLSrlaPbIFyrMKdlRn4pPPIwRGNZPaG/jd3r2xP83WeKk
SwT3kLhHGQNHc3U0Up/+UGSFUS7YpHuR8MYQN6tul9YRwM4TVfxN7f7IVaD8nzZZ
i+OF38xi1vIc5u0eruw3zg558gNrea2hR68WG/F0PVIpLuVPlIT22GjlNRC2Ik/S
x3dxwf9tEM1DBCe5pGuj0GoFLYJBahsBxozfnme0SGknRPCLWQGJXtkAgtRQ2sh5
wpX6fpP0R0XTTKt8/l6b5BPynw9A8CbyRx7OrHlfVqOw7yqfZIEirI566gTCORQ0
JB9S/RHnZk16YusrtCf2GM69OEIgW+nbfv/AkAu0/s08fqsb3UhxeBhFQT5iGQse
/mWsSZDr9iMGhqn6nhk0M19X4MQHlSUF14Nf5e+E+8WOcdwaWNlyUnYNPDHzOxg8
CUmfRzWJjL9OPMvoL73y5tVGCO5rtTWeHoC/cHXym9qAkHSEZ0CsOk1UBxIKqYgv
EDVEfRNB64ONn6caTBKl
=jzgj
-END PGP SIGNATURE-

Gregory Todd Williams (7):
  Changes to allow compiling on linux.
  Force CC=clang.
  Check for failure during triplestore object creation.
  Merged edge list data structures.
  Allow dynamic resizing of triplestore graph structures.
  Updated encoding of typed literals to use the datatype IRI id instead of 
the raw IRI string.
  Updated ts tool to match API changes in triplestore.c.

Jonas Smedegaard (1):
  Imported Upstream version 0.001~20150520

---

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/libatteanx-store-memorytriplestore-perl.git

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


[libatteanx-store-memorytriplestore-perl] annotated tag upstream/0.001_20150514 created (now 63bf2e1)

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.001_20150514
in repository libatteanx-store-memorytriplestore-perl.

at  63bf2e1   (tag)
   tagging  dbb30fbce6c478b34631d251924508ab7bcf96c1 (commit)
 tagged by  Jonas Smedegaard
on  Wed May 20 02:26:16 2015 +0200

- Log -
Upstream version 0.001~20150514
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIbBAABAgAGBQJVW9SoAAoJECx8MUbBoAEhvLYP+O1iCqz4vZ5Z2Ye0LlL0IVrO
AaMi/B40RlbsSpor0ecaWqLn2CjJL2GTGulDPg7obg2w8jf4QwMpi9XqoJU0pp6p
XKmOvEDVxY9viwWXAQDzvah4CXIRjm4+/QKi+pKtNsLqQE9Xx1YqcF9pd+9vADg3
f/P+ao+9bklG99ht9ZcME+xq7RE/hREX4qc9tRfKJQ6YuDQWW7XgCG1UOM76b8BG
b39BolwGTnlH9d6b29YwP1LsJ3Mh5y59JNLqL8cS4j8AzWSGyAjMLRMvgTyh2M9C
4I9EIM6wlsdkpYgGZNwAgSYectDoE1pSiQqjmxF9OxezjFeVPZ03r/Ux+oJFad9M
H3ehsyire9mPS6Y5YyUvzIm80O3wBzIlYNwtxq5Q7OtTDheeRisyFS343Ta2T+UY
ZGdUfJ6iwNwJAx2wqoprmCeDjdYjUu/Fi7MGzkN/4Pjc0llgRkF1Okk5US3L+AMm
6MkM7TD1moo+qusxVNBnhIP739psqgPGcRk24Gz/LnVSFQQIpZelKsoDrySzzsb0
QY153H1XlVZguvvQcW3/HOtSWmYioP4PiaycBeUromhBKBYxEbNpOtl6ZATMFMCE
z76s4wd2nvLuhMezDCTfboMt/4J9p+z+nwJPpxfp5ldqLbc8bW5nzlULTHOtkWKO
TF2UCnJVZeGz9IG6zFE=
=esrR
-END PGP SIGNATURE-

Gregory Todd Williams (36):
  Import.
  Move to private RDF term internal representation, using raptor terms only 
during import.
  Refactored code.
  Rename public functions.
  Renamed Makefile.
  Added triplestore_get_term function.
  Added XS bridging code.
  Added Makefile.PL.
  Fixed ts dependencies in Makefile.cli.
  Fixed BGP matching algorithm in _triplestore_bgp_match to work with 
variable bindings array instead of matched triple nodes array.
  Added triplestore_print_term and triplestore_print_bgp to public API.
  Added documentation and help command to ts utility.
  Added BGP match and planning support.
  Updated .gitignore.
  Case change rename MemoryTriplestore to MemoryTripleStore (1/2).
  Case change rename MemoryTriplestore to MemoryTripleStore (2/2).
  Case change rename MemoryTriplestore directory to MemoryTripleStore.
  Remove debugging from Makefile.PL.
  Added metadata to Makefile.PL.
  Added MANIFEST.
  Added LICENSE.
  Updated .gitignore.
  Added POD to AtteanX::Store::MemoryTripleStore.
  Added simple tests.
  Updated .gitignore.
  Added triplestore_size() function.
  Simplify API for load_file method.
  Added Changes.ttl.
  Added README.md.
  Added trailing POD to AtteanX::Store::MemoryTripleStore.
  Updated LICENSE to include license for the linenoise library.
  Added TEST_REQUIRES to Makefile.PL.
  Fixed get_triples and match_bgp to handle case where unrecognized terms 
appear in the pattern.
  Fixed typo in name of triplestore__load_file (missing double underscore).
  Added Attean triplestore tests.
  Updated MANIFEST.

Jonas Smedegaard (1):
  Imported Upstream version 0.001~20150514

---

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/libatteanx-store-memorytriplestore-perl.git

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


[libatteanx-store-memorytriplestore-perl] annotated tag debian/0.001_20150520-1 created (now 94ddde3)

2015-05-24 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.001_20150520-1
in repository libatteanx-store-memorytriplestore-perl.

at  94ddde3   (tag)
   tagging  bdb37b1805c2f9a851781d1cacb8da4bb8eebaab (commit)
  replaces  upstream/0.001_20150520
 tagged by  Jonas Smedegaard
on  Sun May 24 14:36:47 2015 +0200

- Log -
libatteanx-store-memorytriplestore-perl Debian release 0.001~20150520-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVYcXgAAoJECx8MUbBoAEht20P/jTAnY005rKd7qpM+zILJ95j
QVWyQcdRNSWJ9P8cTZwEEDeVD3xOh5fggAx8t3+/CUujq50b/PO3frzwPD0sGs5c
LITtS1sB3STZI5xOgqialVyOWYtbPSZxZApKGARtBcEm3/mUHvdUI/nXAo0GSEcz
FiY18+UunAUuxMQ5QfgMR788zj/tSO359vWgDcaCqD8/corUPZFESCL4SR7wvcXl
hHV21hQU2Zndsx8f/FOazN3Hhc5xtyhqmRKY9dSkv1lhWbDOyprh0WOlzzM6hNpc
q1x3FI+QnDiefpL1szZ2VefLukcuDMX1kMcOCQnNHoREwGsg30CFDP3gAD2Src5y
gr4G8ufngd0eSf5zZIegRqAJeOypMubb6imjLtoYHFphvAtAo8zKQOsjCnW2t2JA
nZmw8EUQ++bUw0Azya/N+dYOILEjXaDhhEnW2zq75WUXcnbn3SrJVqJspzt3iY3b
MRUwhQRZTOb1ej9X+7uWZH7Wjl6ylqDBhaOy5qYY29r/RwuKJxOy6OIe5b2kp8C6
FMv1ObfD9kH3v5muk7IfCsBvr/9g60GuY7kIa7vdTZ+7eePR1v3MDn0MCgNPd33g
xx/oVHlTfxMeGSwTY0dlcmFTxQbik2/eIvnRDtIuSF3a62WP5wn2YBdyX3OsF6Qf
PeYKpo4TfgwJeOkf4eX2
=bMSi
-END PGP SIGNATURE-

Jonas Smedegaard (2):
  Merge tag 'upstream/0.001_20150520'
  Initial packaging.

---

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/libatteanx-store-memorytriplestore-perl.git

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


[librdf-ldf-perl] branch master updated (7af11f1 -> c8cd461)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository librdf-ldf-perl.

  from  7af11f1   Prepare for release: Update changelog, control file and 
copyright hints.
  adds  981c9d4   Updating requirements
  adds  0bccd71   Updating dependencies
  adds  3a633ff   Fixing utf8 bugs
  adds  f1ce809   0.13
  adds  e89eab3   Make LDF parser more forgiving for UTF-8 errors in the 
http response
  adds  ea954c7   0.14
  adds  cfc1782   Imported Upstream version 0.14
   new  57b0d38   Merge tag 'upstream/0.14'
   new  c8cd461   Prepare for release: Update changelog.

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


Summary of changes:
 Changes |  6 ++
 META.json   | 22 ++
 META.yml| 21 +
 bin/ldf-client.pl   |  3 +--
 cpanfile| 22 +++---
 debian/changelog|  9 +
 lib/RDF/LDF.pm  |  3 +--
 t/RDF-Trine-Store-LDF.t |  7 +++
 8 files changed, 62 insertions(+), 31 deletions(-)

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

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


[librdf-ldf-perl] annotated tag debian/0.14-1 created (now e0dbdc7)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.14-1
in repository librdf-ldf-perl.

at  e0dbdc7   (tag)
   tagging  c8cd461741f4761254e15bdfbd0f907b3c86d1bc (commit)
  replaces  upstream/0.14
 tagged by  Jonas Smedegaard
on  Wed May 27 21:58:55 2015 +0200

- Log -
librdf-ldf-perl Debian release 0.14-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJVZiH/AAoJECx8MUbBoAEhsYEP/2r8s10YcrE+Y/FJTX++uJcW
cig17Z6yBsOOFXipu9pyycvUE4pvvzCIckah1yuf+lmD+AQtSHRxkW7s8OUrT/jE
WSLVlJ8RnjMdSttv2nweVUTAvSUKHZgakXd1DJ24Z4M5he8zWO9dqCHwphSBpqkF
ydzTTPsV+jXLjoVvI8hh6ctDgdZDUf8zF2k0MJMZP+AiHPz2PbBWrnwKh1DWfwrj
1dnnlq1bVywzZw6oydAy4pePxe3n8xpdr15yjZW+HDBXI+GN3Au86udq0zogpuux
8f+eQWgsRSklLk/dNBhWYM67Lbvq2zIiogYtCpKl71zq1QSdUcpyDKtkdj6VFZ8T
vo9812kJNxK0gkzXOiJQE3nEi8RyqOpncVWQiBS3WRLbHjyiiHFEBVyYfFbTUZMc
5sInnQyDTHgm5j1Jlg4NNPem6C0XHyX9YPVkqunE4Rq3EQ7srBo0R+bZEFRJsVCQ
aRXeF/eFb1kHc1LxVVl0E8YOOoWPhVROmtdn3Qk5EzyUjis/vT5RZIvjnfN+55dX
Kd9VKkNgYjJ7WJDxBYdZOne3tCQqpAQR3UR/MIYzuFMjKyR3U62QR/5oWJATIixy
Y9bA0y2ThVTi6L4kDXEH2CUffbO3wzWjwv6qq1PAdnlbgvALjVFRgoF21xhDy/zU
2oLFZqOdONLknefVRZpo
=jZw6
-END PGP SIGNATURE-

Jonas Smedegaard (8):
  Initial packaging release.
  Merge tag 'upstream/0.12'
  Update package relations: Tighten (build-)dependencies on liblog-any-perl 
libmoo-perl librdf-query-perl librdf-trine-perl.
  Update copyright info: List License-Grant before License (for purely 
cosmetic value).
  Add lintian-overrides for use of License_Reference field.
  Prepare for release: Update changelog, control file and copyright hints.
  Merge tag 'upstream/0.14'
  Prepare for release: 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/librdf-ldf-perl.git

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


[librdf-ldf-perl] 02/02: Prepare for release: Update changelog.

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit c8cd461741f4761254e15bdfbd0f907b3c86d1bc
Author: Jonas Smedegaard 
Date:   Wed May 27 21:53:26 2015 +0200

Prepare for release: Update changelog.
---
 debian/changelog | 9 +
 1 file changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 410f5f3..909d1ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+librdf-ldf-perl (0.14-1) unstable; urgency=medium
+
+  [ upstream ]
+  * New release(s):
++ Fix utf8 problem.
++ Make LDF parser more forgiving for UTF-8 errors in http response.
+
+ -- Jonas Smedegaard   Wed, 27 May 2015 21:53:22 +0200
+
 librdf-ldf-perl (0.12-1) unstable; urgency=medium
 
   [ upstream ]

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

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


[librdf-ldf-perl] 01/01: pristine-tar data for librdf-ldf-perl_0.14.orig.tar.gz

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository librdf-ldf-perl.

commit ede445966d229a32649460918dcca04d6a6c0dd1
Author: Jonas Smedegaard 
Date:   Wed May 27 21:50:53 2015 +0200

pristine-tar data for librdf-ldf-perl_0.14.orig.tar.gz
---
 librdf-ldf-perl_0.14.orig.tar.gz.delta | Bin 0 -> 1943 bytes
 librdf-ldf-perl_0.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)

diff --git a/librdf-ldf-perl_0.14.orig.tar.gz.delta 
b/librdf-ldf-perl_0.14.orig.tar.gz.delta
new file mode 100644
index 000..637232b
Binary files /dev/null and b/librdf-ldf-perl_0.14.orig.tar.gz.delta differ
diff --git a/librdf-ldf-perl_0.14.orig.tar.gz.id 
b/librdf-ldf-perl_0.14.orig.tar.gz.id
new file mode 100644
index 000..93a6b06
--- /dev/null
+++ b/librdf-ldf-perl_0.14.orig.tar.gz.id
@@ -0,0 +1 @@
+6a2c1266b280cf8d119a1f361d66e453c57d95fa

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

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


[librdf-ldf-perl] tag 0.13 created (now f1ce809)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.13
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] branch pristine-tar updated (52703ef -> ede4459)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch pristine-tar
in repository librdf-ldf-perl.

  from  52703ef   pristine-tar data for librdf-ldf-perl_0.12.orig.tar.gz
   new  ede4459   pristine-tar data for librdf-ldf-perl_0.14.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:
 librdf-ldf-perl_0.14.orig.tar.gz.delta | Bin 0 -> 1943 bytes
 librdf-ldf-perl_0.14.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 librdf-ldf-perl_0.14.orig.tar.gz.delta
 create mode 100644 librdf-ldf-perl_0.14.orig.tar.gz.id

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

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


[librdf-ldf-perl] tag 0.14 created (now ea954c7)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to tag 0.14
in repository librdf-ldf-perl.

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

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

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


[librdf-ldf-perl] annotated tag upstream/0.14 created (now 067d04a)

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.14
in repository librdf-ldf-perl.

at  067d04a   (tag)
   tagging  cfc17829b1af87d74bff1b1737ec590e2e33600f (commit)
  replaces  upstream/0.12
 tagged by  Jonas Smedegaard
on  Wed May 27 21:50:53 2015 +0200

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

iQIcBAABAgAGBQJVZiAdAAoJECx8MUbBoAEhkxoP/1U8+zLrawhkX4M/NqMv2+WD
5HIui9nkDcGEnGRzfFGMT2bAfmOibW9Wa2ZE9wIYZhNlY+vtTBZdhZY3KGLxnepP
kW1yZU7gNR8jFPo8y1JuAzxNY5Zkg4UwsFDZorCmRziiOnD+8eg+zVrgv651huMB
JP2CBjunV1opRlyT71UJEMeMfKd6xv/JE/EJ/Ef/HR4Ds54GhrEeuQrD3InzetRR
GjHRSJ5qysq3me7Dai4m6udSat0krChSLZTxJ3iA/xk1hjuLSdwJ3KdYZTt8lOOB
yHFKyTZ/2jTUT51gZlNVvQpxevTktXIqAJrjWG2LMDzb3BI1rUB/kVP2fdw8yXJl
tLo52ZP05I6YBLsMO/N+9kM/XCcZTK4HORmncQW8KMZqrFe8q+A9q2Y5q9woA5Bb
AKwXzzYSD1IsgcUFmOnJat2mRuOv/ySQ6ZSHqZsjP7vqE20u+JojiXz1Ih6LJGCW
82IyXya7bHmNND8ddN0w+M7m8RIR5fv4c6u/9EhIF6t+9Nr2XPEhOJ50bEKn5h61
w8D03qnmGehTj4kVB/SAtNpw6I3RNeB3cesfrBHyxuqpJkw3aJiQq6JQKmXLS01M
AZkYrk/NAZ1D/Dsozp6K1GPxriv688R2NLTuThB3MxauUeEW6Ur44x+f507ywj2V
NHZlqBF1k1OnrQDLWPBg
=jLa2
-END PGP SIGNATURE-

Jonas Smedegaard (1):
  Imported Upstream version 0.14

Patrick Hochstenbach (6):
  Updating requirements
  Updating dependencies
  Fixing utf8 bugs
  0.13
  Make LDF parser more forgiving for UTF-8 errors in the http response
  0.14

---

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

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


[librdf-ldf-perl] 01/02: Merge tag 'upstream/0.14'

2015-05-27 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository librdf-ldf-perl.

commit 57b0d38ce3500f7d08bff034f022498b93ad5304
Merge: 7af11f1 cfc1782
Author: Jonas Smedegaard 
Date:   Wed May 27 21:50:58 2015 +0200

Merge tag 'upstream/0.14'

Upstream version 0.14

# gpg: Underskrift lavet ons 27 maj 2015 21:50:53 CEST
# gpg:bruger RSA nøgle 0x2C7C3146C1A00121
# gpg: God underskrift fra »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »[jpeg image of size 4165]«

 Changes |  6 ++
 META.json   | 22 ++
 META.yml| 21 +
 bin/ldf-client.pl   |  3 +--
 cpanfile| 22 +++---
 lib/RDF/LDF.pm  |  3 +--
 t/RDF-Trine-Store-LDF.t |  7 +++
 7 files changed, 53 insertions(+), 31 deletions(-)

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

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

[libattean-perl] 01/04: Merge tag 'upstream/0.005'

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libattean-perl.

commit 1c223432a0bd988f823a2907987e72d76fd50e79
Merge: 0e50f59 db7bb95
Author: Jonas Smedegaard 
Date:   Wed May 27 22:02:39 2015 +0200

Merge tag 'upstream/0.005'

Upstream version 0.005

# gpg: Underskrift lavet ons 27 maj 2015 22:02:35 CEST
# gpg:bruger RSA nøgle 0x2C7C3146C1A00121
# gpg: God underskrift fra »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »Jonas Smedegaard «
# gpg:også kendt som »[jpeg image of size 4165]«

 Changes.ttl |  34 
 MANIFEST|   1 +
 META.yml|   2 +-
 SIGNATURE   | 191 +-
 lib/Attean.pm   |   4 +-
 lib/Attean/API.pm   |  16 +-
 lib/Attean/API/AbbreviatingParser.pod   |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod   |   2 +-
 lib/Attean/API/AggregateExpression.pod  |   2 +-
 lib/Attean/API/AppendableSerializer.pod |   2 +-
 lib/Attean/API/AtOnceParser.pod |   2 +-
 lib/Attean/API/Binding.pm   |  18 +-
 lib/Attean/API/Blank.pod|   2 +-
 lib/Attean/API/BlankOrIRI.pod   |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod   |   2 +-
 lib/Attean/API/Expression.pm|  13 +-
 lib/Attean/API/IRI.pod  |   2 +-
 lib/Attean/API/Iterator.pm  |  31 +--
 lib/Attean/API/Literal.pod  |   2 +-
 lib/Attean/API/MixedStatementParser.pod |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod |   2 +-
 lib/Attean/API/Model.pm |  12 +-
 lib/Attean/API/MutableModel.pod |   2 +-
 lib/Attean/API/MutableTripleStore.pod   |   2 +-
 lib/Attean/API/Parser.pm|  24 +--
 lib/Attean/API/Plan.pm  |  30 +--
 lib/Attean/API/PullParser.pod   |   2 +-
 lib/Attean/API/PushParser.pod   |   2 +-
 lib/Attean/API/Quad.pod |   2 +-
 lib/Attean/API/QuadParser.pod   |   2 +-
 lib/Attean/API/QuadPattern.pod  |   2 +-
 lib/Attean/API/QuadSerializer.pod   |   2 +-
 lib/Attean/API/Query.pm |  27 ++-
 lib/Attean/API/RepeatableIterator.pod   |   2 +-
 lib/Attean/API/Result.pod   |   2 +-
 lib/Attean/API/ResultParser.pod |   2 +-
 lib/Attean/API/ResultSerializer.pod |   2 +-
 lib/Attean/API/Serializer.pm|  18 +-
 lib/Attean/API/Store.pm |  20 +-
 lib/Attean/API/Term.pm  |  16 +-
 lib/Attean/API/TermOrVariable.pod   |   2 +-
 lib/Attean/API/TermParser.pod   |   2 +-
 lib/Attean/API/TermSerializer.pod   |   2 +-
 lib/Attean/API/Triple.pod   |   2 +-
 lib/Attean/API/TripleOrQuad.pod |   2 +-
 lib/Attean/API/TripleParser.pod |   2 +-
 lib/Attean/API/TriplePattern.pod|   2 +-
 lib/Attean/API/TripleSerializer.pod |   2 +-
 lib/Attean/API/Variable.pod |   2 +-
 lib/Attean/AggregateExpression.pod  |   2 +-
 lib/Attean/Algebra.pm   |  59 +++---
 lib/Attean/BindingEqualityTest.pm   |   2 +-
 lib/Attean/Blank.pm |   4 +-
 lib/Attean/CodeIterator.pm  |   4 +-
 lib/Attean/Expression.pm|  61 +-
 lib/Attean/IDPQueryPlanner.pm   | 297 ++-
 lib/Attean/IRI.pm   |   4 +-
 lib/Attean/IteratorSequence.pm  |   4 +-
 lib/Attean/ListIterator.pm  |   4 +-
 lib/Attean/Literal.pm   |   4 +-
 lib/Attean/Plan.pm  | 299 +---
 lib/Attean/Quad.pm  |   6 +-
 lib/Attean/QuadModel.pm |   6 +-
 lib/Attean/RDF.pm   |   4 +-
 lib/Attean/Result.pm|   4 +-
 lib/Attean/SimpleQueryEvaluator.pm  |   6 +-
 lib/Attean/TermMap.pm   |   4 +-
 lib/Attean/TreeRewriter.pm  |   4 +-
 lib/Attean/Triple.pm|   6 +-
 lib/Attean/TripleModel.pm   |  18 +-
 lib/Attean/Variable.pm  |   4 +-
 lib/AtteanX/Parser/NQuads.pm|   4 +-
 lib/AtteanX/Parser/NTriples.pm  |   4 +-
 lib/AtteanX/Parser/NTuples.pm   |   4 +-
 lib/AtteanX/Parser/RDFXML.pm|   2 +-
 lib/AtteanX/Parser/SPARQLJSON.pm|   4 +-
 lib/AtteanX/Parser/SPARQLTSV.pm |   4 +-
 lib/AtteanX/Parser/SPARQLXML.pm |   4 +-
 lib/Atte

[libattean-perl] branch master updated (0e50f59 -> abfba61)

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libattean-perl.

  from  0e50f59   Update changelog, control file and copyright hints.
  adds  2e16f48   Split handling of BGP and GGP join planning in 
Attean::IDPQueryPlanner for easier subclass overriding.
  adds  50f4bae   Removed references to Attean::QueryEvaluator (obviated by 
$plan->evaluate).
  adds  cf7cf56   Add initial code to support interesting orders in 
Attean::IDPQueryPlanner.
  adds  79c55ba   Improve propagation of distinct and ordered attributes 
during query planning. Rename Attean::Plan::Distinct to 
Attean::Plan::HashDistinct (making room for different implementation 
strategies).
  adds  2edc71f   Added Attean::Plan::Unique class. Added planning support 
for Unique plans for DISTINCT queries which are already ordered.
  adds  43f4736   Added POD description of each Attean::Plan class.
  adds  ebd5a1a   Changed Attean::Plan::Filter to check the EBV of a 
single, named variable binding.
  adds  fda93a2   Renamed Attean::Plan::Filter to Attean::Plan::EBVFilter. 
Added evaluation support for type checking functions (ISIRI, ISLITERAL, etc.).
  adds  0ca1efb   Change use of ListIterator to CodeIterator in plan 
classes that can be pipelined.
  adds  784a876   Updated Attean::Plan::Quad to consume 
Attean::API::QuadPattern.
  adds  2a19d41   Removed unused/unnecessary code and comments.
  adds  83131be   Updated IDP query planner to produce correct plans for 
empty BGPs. Fixed bug in IDPQueryPlanner->cost_for_plan to reflect recently 
changed Attean::Plan::Quad API.
  adds  d848097   Simplified implementation of Attean::Plan::Unique.
  adds  ea23048   Added initial tests for IDP query planner.
  adds  673ceaa   Updated MANIFEST.
  adds  4b78c23   Added IDP query planner tests.
  adds  b3e4d9e   Improved IDP query planning and related tests.
  adds  633e8dc   Added planning support for Extend and Ask algebra 
operations.
  adds  1e91442   Updated .travis.yml.
  adds  0217754   Updated .travis.yml.
  adds  910cc1d   Added use Set::Scalar in lib/Attean/Algebra.pm.
  adds  4327771   Allow store-planning of more than just BGPs in 
Attean::TripleModel.
  adds  8885b45   Updated .travis.yml.
  adds  6a250d6   Updated VERSION and docs for 0.004_01 beta release.
  adds  1276167   Updated VERSION and docs for 0.005 release.
  adds  db7bb95   Imported Upstream version 0.005
   new  1c22343   Merge tag 'upstream/0.005'
   new  a5857c0   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
   new  6e9a7a0   Add lintian override regarding license in 
License-Reference field. See bug#786450.
   new  abfba61   Update changelog and copyright hints.

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.ttl |  34 
 MANIFEST|   1 +
 META.yml|   2 +-
 SIGNATURE   | 191 +-
 debian/changelog|  43 +---
 debian/copyright|  50 ++---
 debian/copyright_hints  |   2 +
 debian/source/lintian-overrides |   3 +
 lib/Attean.pm   |   4 +-
 lib/Attean/API.pm   |  16 +-
 lib/Attean/API/AbbreviatingParser.pod   |   2 +-
 lib/Attean/API/AbbreviatingSerializer.pod   |   2 +-
 lib/Attean/API/AggregateExpression.pod  |   2 +-
 lib/Attean/API/AppendableSerializer.pod |   2 +-
 lib/Attean/API/AtOnceParser.pod |   2 +-
 lib/Attean/API/Binding.pm   |  18 +-
 lib/Attean/API/Blank.pod|   2 +-
 lib/Attean/API/BlankOrIRI.pod   |   2 +-
 lib/Attean/API/BulkUpdatableModel.pod   |   2 +-
 lib/Attean/API/Expression.pm|  13 +-
 lib/Attean/API/IRI.pod  |   2 +-
 lib/Attean/API/Iterator.pm  |  31 +--
 lib/Attean/API/Literal.pod  |   2 +-
 lib/Attean/API/MixedStatementParser.pod |   2 +-
 lib/Attean/API/MixedStatementSerializer.pod |   2 +-
 lib/Attean/API/Model.pm |  12 +-
 lib/Attean/API/MutableModel.pod |   2 +-
 lib/Attean/API/MutableTripleStore.pod   |   2 +-
 lib/Attean/API/Parser.pm|  24 +--
 lib/Attean/API/Plan.pm  |  30 +--
 lib/Attean/API/PullParser.pod   |   2 +-
 lib/Attean/API/PushParser.pod   |   2 +-
 lib/Attean/API/Quad.pod |   2 +-
 lib/Attean/API/QuadParser.pod   |   2 +-
 lib/At

[libattean-perl] 02/04: Update copyright info: Use License-Grant and License-Reference fields. Thanks to Ben Finney.

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libattean-perl.

commit a5857c00268289374453b193ea3a05eda7736860
Author: Jonas Smedegaard 
Date:   Thu May 28 11:14:28 2015 +0200

Update copyright info: Use License-Grant and License-Reference fields. 
Thanks to Ben Finney.
---
 debian/copyright | 50 --
 1 file changed, 16 insertions(+), 34 deletions(-)

diff --git a/debian/copyright b/debian/copyright
index 39e650b..49bd89a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,26 +6,20 @@ Source: http://search.cpan.org/dist/Attean/
 
 Files: *
 Copyright: 2006-2012, 2014, Gregory Todd Williams 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
- .
- Comment:
- .
+License: Artistic or GPL-1+
+Comment:
  Perl 5 is licensed under either the 'Artistic license' or the 'GNU
  General Public License' version 1 or later.
 
 Files: lib/AtteanX/Parser/Turtle/Constants.pm
 Copyright: 2012, Toby Inkster 
-License: Artistic or GPL-1+
-Comment:
- License:
- .
+License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the same terms as Perl itself.
+License: Artistic or GPL-1+
 
 Files: inc/Module/Install*
 Copyright: 2001-2006, Audrey Tang 
@@ -43,21 +37,7 @@ Comment:
 
 Files: debian/*
 Copyright: 2014-2015, Jonas Smedegaard 
-License: GPL-3+
-
-License: Artistic
- Comment:
- .
- On Debian GNU systems the 'Artistic License' is located in
- '/usr/share/common-licenses/Artistic'.
-
-License: GPL-1+
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 1 is located
- in '/usr/share/common-licenses/GPL-1'.
-
-License: GPL-3+
+License-Grant:
  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the
  Free Software Foundation; either version 3, or (at your option) any
@@ -67,11 +47,13 @@ License: GPL-3+
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  General Public License for more details.
- .
- Comment:
- .
- On Debian systems the 'GNU General Public License' version 3 is located
- in '/usr/share/common-licenses/GPL-3'.
- .
- You should have received a copy of the 'GNU General Public License'
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3

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

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


[libattean-perl] 04/04: Update changelog and copyright hints.

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libattean-perl.

commit abfba61b749911121d40483db2336f09833c6852
Author: Jonas Smedegaard 
Date:   Thu May 28 11:20:56 2015 +0200

Update changelog and copyright hints.
---
 debian/changelog   | 43 ---
 debian/copyright_hints |  2 ++
 2 files changed, 10 insertions(+), 35 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index bbc2513..71a36e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,46 +1,19 @@
-libattean-perl (0.004-1) UNRELEASED; urgency=medium
+libattean-perl (0.005-1) UNRELEASED; urgency=medium
 
   [ upstream ]
-  * New release.
-+ Add SPARQL CSV and XML serializers.
-+ Add initial implementation of Attean::TripleModel.
-+ Add an IDP-based query planner and associated classes and roles.
-+ Add Test::Attean roles for caching quadstores.
-+ Add Test::Attean::MutableTripleStore.
-+ Add initial support for representing, translating, and evaluating
-  SERVICE patterns.
-+ Add Attean::API::Binding->values_consuming_role method.
-+ Add Attean::TriplePattern->as_quadpattern method.
-+ Add Attean::ValueExpression->in_scope_variables method.
-+ Fix serialization bug in Attean::FunctionExpression->as_sparql.
-+ Update Memory store matching methods to accept node arrays for any
-  quad pattern position.
-+ Update AtteanX::Store::Memory to conform to both etag and time
-  caching roles.
-+ Add variables to result iterators.
-+ Improve SPARQL serialization for projection, slicing, ordering,
-  and distinct/reduced modifiers.
-+ Update Attean::API::Expression to consume
-  Attean::API::UnionScopeVariables.
-+ Add SPARQL serialization support for Expression classes.
-+ Improve SPARQL serialization of algebra trees.
-+ Fix Attean->get_parser to accept media types with parameters.
-+ Add algebra_as_string methods for some algebra classes missing an
-  implementation.
-+ Add missing use statements.
-+ Fix required version of perl in store test roles to be v5.14.
-+ Add Math::Cartesian::Product to prerequisite list.
-+ Add Test::Roo-based store tests.
-+ Fix documentation of serialize_iter_to_io method.
-+ Add comments about handling of graphs in
-  Test::Attean::MutableQuadStore.
+  * New release(s).
 
   [ Jonas Smedegaard ]
   * Modernize git-buildpackage config: Drop "git-" prefix.
-  * Update copyright info: Extend coverage for myself.
+  * Update copyright info:
++ Use License-Grant and License-Reference fields.
+  Thanks to Ben Finney.
++ Extend coverage for myself.
   * Update package relations:
 + Build-depend on libtest-lwp-useragent-perl and libtest-roo-perl.
 + (Build-)depend on libmath-cartesian-product-perl.
+  * Add lintian overrides regarding license in License-Reference field.
+    See bug#786450.
 
  -- Jonas Smedegaard   Tue, 19 May 2015 08:57:30 +0200
 
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 51a4c3a..617032a 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -90,6 +90,7 @@ Files: Changes.ttl
  debian/control.in
  debian/gbp.conf
  debian/source/format
+ debian/source/lintian-overrides
  debian/watch
  inc/Module/Install/AuthorTests.pm
  inc/Module/Install/Base.pm
@@ -116,6 +117,7 @@ Files: Changes.ttl
  t/binding.t
  t/expression.t
  t/http-negotiation.t
+ t/idp_planner.t
  t/iter.t
  t/model-quad.t
  t/parser-nquads.t

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

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


[libattean-perl] annotated tag upstream/0.005 created (now 2b6359e)

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.005
in repository libattean-perl.

at  2b6359e   (tag)
   tagging  db7bb95e0a0bd45956d90bf4fc6ff116e641efca (commit)
  replaces  upstream/0.004
 tagged by  Jonas Smedegaard
on  Wed May 27 22:02:35 2015 +0200

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

iQIcBAABAgAGBQJVZiLbAAoJECx8MUbBoAEhaLcQAKfbO3vki3wz1RrEsgETE0YL
Z+MoKnZXdZr8UFsj4nuJn1ODMvtP+eAvSMcxv3ZwRnnKRiJj2o+0LVgQYBwfpY8C
bQN4XqkXe/SWqPEZK+uXyD9rHgNL3z8phz9QFdSuuf8DI5vrhISbWxuczH8AT1ev
sa5OJWFCMfUOpXuxYY1I1culTpOEstTEqgWySzDGUBZUb73C/vmytXVgiBtxQiyw
5fL9v/8UU/N1CGicrWkIWjOYCyVD+XxZenFQiKWznunvWyBqsn7og8bIdZCkcC5a
TAtnkimrdu1OAdWSAL9bASQDjWfjpS9FisgRlEMJ7unaosy19J3yvF0rDZd76uG4
YQGxO+6yAuXpJ0bv3yGf/mMkC0rFeYpDPw21xiCZZQhusfghAwGvg/b65jnaP57M
tH9Uv2+baf0ZY2BT++lEFbDsc5ndT+585qgwYCvghBcmyJVbzXu+GK6W1pDWN0KC
Tc61MrpxJAkiFqz9g0BQKS+lATGUQ4srbJZJefblHRdLmYYiEcqgP2bGgfCwxRLQ
UtR1NA9z9Hcs4CeTd4VZ8a6ACLGsiQMCwaXLYyWMn15Ow87jUiYZI5CTBm2EfI1x
QQqSbYDxsLGpN6vj/s1ij76pX/Ixz2n9uf+l9ZcKG5Fo7MCu4RYTZ8e4aS+S0vcM
Yogf1Izdlys753ufksWb
=NbMv
-END PGP SIGNATURE-

Gregory Todd Williams (25):
  Split handling of BGP and GGP join planning in Attean::IDPQueryPlanner 
for easier subclass overriding.
  Removed references to Attean::QueryEvaluator (obviated by 
$plan->evaluate).
  Add initial code to support interesting orders in Attean::IDPQueryPlanner.
  Improve propagation of distinct and ordered attributes during query 
planning.
  Added Attean::Plan::Unique class.
  Added POD description of each Attean::Plan class.
  Changed Attean::Plan::Filter to check the EBV of a single, named variable 
binding.
  Renamed Attean::Plan::Filter to Attean::Plan::EBVFilter.
  Change use of ListIterator to CodeIterator in plan classes that can be 
pipelined.
  Updated Attean::Plan::Quad to consume Attean::API::QuadPattern.
  Removed unused/unnecessary code and comments.
  Updated IDP query planner to produce correct plans for empty BGPs.
  Simplified implementation of Attean::Plan::Unique.
  Added initial tests for IDP query planner.
  Updated MANIFEST.
  Added IDP query planner tests.
  Improved IDP query planning and related tests.
  Added planning support for Extend and Ask algebra operations.
  Updated .travis.yml.
  Updated .travis.yml.
  Added use Set::Scalar in lib/Attean/Algebra.pm.
  Allow store-planning of more than just BGPs in Attean::TripleModel.
  Updated .travis.yml.
  Updated VERSION and docs for 0.004_01 beta release.
  Updated VERSION and docs for 0.005 release.

Jonas Smedegaard (1):
  Imported Upstream version 0.005

---

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

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


[libattean-perl] annotated tag v0.005 created (now 668c8f3)

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag v0.005
in repository libattean-perl.

at  668c8f3   (tag)
   tagging  1276167bfd9318ef5c25341a12dc18985aec19e0 (commit)
  replaces  v0.004
 tagged by  Gregory Todd Williams
on  Wed May 27 11:52:33 2015 -0700

- Log -
Attean 0.005.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: GPGTools - http://gpgtools.org

iEYEABECAAYFAlVmEnYACgkQhPK6VMqoyC2ADgCeOmy2LT5SvJR7sYJfZ3dpAl5v
f8cAoKLGN4KNUgkyZfHUMuMaiS8OWCXx
=q3rb
-END PGP SIGNATURE-

Gregory Todd Williams (25):
  Split handling of BGP and GGP join planning in Attean::IDPQueryPlanner 
for easier subclass overriding.
  Removed references to Attean::QueryEvaluator (obviated by 
$plan->evaluate).
  Add initial code to support interesting orders in Attean::IDPQueryPlanner.
  Improve propagation of distinct and ordered attributes during query 
planning.
  Added Attean::Plan::Unique class.
  Added POD description of each Attean::Plan class.
  Changed Attean::Plan::Filter to check the EBV of a single, named variable 
binding.
  Renamed Attean::Plan::Filter to Attean::Plan::EBVFilter.
  Change use of ListIterator to CodeIterator in plan classes that can be 
pipelined.
  Updated Attean::Plan::Quad to consume Attean::API::QuadPattern.
  Removed unused/unnecessary code and comments.
  Updated IDP query planner to produce correct plans for empty BGPs.
  Simplified implementation of Attean::Plan::Unique.
  Added initial tests for IDP query planner.
  Updated MANIFEST.
  Added IDP query planner tests.
  Improved IDP query planning and related tests.
  Added planning support for Extend and Ask algebra operations.
  Updated .travis.yml.
  Updated .travis.yml.
  Added use Set::Scalar in lib/Attean/Algebra.pm.
  Allow store-planning of more than just BGPs in Attean::TripleModel.
  Updated .travis.yml.
  Updated VERSION and docs for 0.004_01 beta release.
  Updated VERSION and docs for 0.005 release.

---

No new revisions were added by this update.

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

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


[libattean-perl] branch pristine-tar updated (e8a994f -> 346060b)

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

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

  from  e8a994f   pristine-tar data for libattean-perl_0.004.orig.tar.gz
   new  346060b   pristine-tar data for libattean-perl_0.005.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:
 libattean-perl_0.005.orig.tar.gz.delta | Bin 0 -> 6526 bytes
 libattean-perl_0.005.orig.tar.gz.id|   1 +
 2 files changed, 1 insertion(+)
 create mode 100644 libattean-perl_0.005.orig.tar.gz.delta
 create mode 100644 libattean-perl_0.005.orig.tar.gz.id

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

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


[libattean-perl] 03/04: Add lintian override regarding license in License-Reference field. See bug#786450.

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libattean-perl.

commit 6e9a7a0e6a5b7a5cf4d059ec59bde5cd46ea19cd
Author: Jonas Smedegaard 
Date:   Thu May 28 11:16:51 2015 +0200

Add lintian override regarding license in License-Reference field. See 
bug#786450.
---
 debian/source/lintian-overrides | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 000..134c57c
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,3 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+missing-license-paragraph-in-dep5-copyright

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

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


[libattean-perl] 01/01: pristine-tar data for libattean-perl_0.005.orig.tar.gz

2015-05-28 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch pristine-tar
in repository libattean-perl.

commit 346060b25c3156c25db1475b13e8a0782e50e3ed
Author: Jonas Smedegaard 
Date:   Wed May 27 22:02:35 2015 +0200

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

diff --git a/libattean-perl_0.005.orig.tar.gz.delta 
b/libattean-perl_0.005.orig.tar.gz.delta
new file mode 100644
index 000..fecf0d2
Binary files /dev/null and b/libattean-perl_0.005.orig.tar.gz.delta differ
diff --git a/libattean-perl_0.005.orig.tar.gz.id 
b/libattean-perl_0.005.orig.tar.gz.id
new file mode 100644
index 000..d9579be
--- /dev/null
+++ b/libattean-perl_0.005.orig.tar.gz.id
@@ -0,0 +1 @@
+f478a3205f421c8e0b44cb5a1c75825179139e5e

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

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


[liblucy-perl] branch master updated (f1ad0a5 -> 824e20d)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository liblucy-perl.

  from  f1ad0a5   releasing package liblucy-perl version 0.3.3-3
   new  d03e917   Fix upstream URLs, and extend with alternate source URLs.
   new  730d8d9   Sync control.in with control: Update Vcs-Browser URL to 
use cgit web frontend.
   new  824e20d   Prepare for release: Update changelog, control file and 
copyright hints.

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


Summary of changes:
 debian/changelog   |  6 ++
 debian/control |  2 +-
 debian/control.in  |  4 ++--
 debian/copyright   |  8 +---
 debian/copyright_hints | 10 --
 5 files changed, 18 insertions(+), 12 deletions(-)

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

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


[liblucy-perl] 02/03: Sync control.in with control: Update Vcs-Browser URL to use cgit web frontend.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblucy-perl.

commit 730d8d94a6963928b0f8b62236ef629f8b510bcc
Author: Jonas Smedegaard 
Date:   Sat Oct 25 17:16:14 2014 +0200

Sync control.in with control: Update Vcs-Browser URL to use cgit web 
frontend.
---
 debian/control.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control.in b/debian/control.in
index 38e201b..ba9712b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -6,7 +6,7 @@ Maintainer: Debian Perl Group 

 Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
-Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblucy-perl.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucy-perl.git
 Homepage: https://lucy.apache.org/
 
 Package: liblucy-perl

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

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


[liblucy-perl] 03/03: Prepare for release: Update changelog, control file and copyright hints.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblucy-perl.

commit 824e20d412e54943ecdb985bf5ca4f958f08494d
Author: Jonas Smedegaard 
Date:   Sat Oct 25 17:35:34 2014 +0200

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   |  6 ++
 debian/control |  2 +-
 debian/copyright_hints | 10 --
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 32b1e9e..14ff94e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+liblucy-perl (0.3.3-4) unstable; urgency=medium
+
+  * Fix upstream URLs, and add alternate source URLs.
+
+ -- Jonas Smedegaard   Sat, 25 Oct 2014 17:35:09 +0200
+
 liblucy-perl (0.3.3-3) unstable; urgency=medium
 
   * Team upload
diff --git a/debian/control b/debian/control
index 2c2b119..1ee0301 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucy-perl.git
-Homepage: https://github.com/tokuhirom/Lucy
+Homepage: https://lucy.apache.org/
 
 Package: liblucy-perl
 Architecture: any
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 4a55096..8d737d5 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -1099,6 +1099,9 @@ Files: CHANGES
  debian/compat
  debian/control
  debian/control.in
+ debian/gbp.conf
+ debian/patches/mips-unaligned-access.patch
+ debian/patches/series
  debian/source/format
  debian/watch
  devel/benchmarks/README.txt
@@ -1268,13 +1271,8 @@ License: Public domain Apache-2.0
  FIXME
 
 Files: LICENSE
-Copyright: 2001, Dr Martin Porter
-  2002, Richard Boulton
-  2009, Public Software Group e. V., Berlin, Germany
-  You must retain, in the Source form of any Derivative Works
-  [
+Copyright: [
   license to reproduce, prepare Derivative Works of
-  there is clear notice in each modified Data File or
 License: Public domain Apache-2.0 BSD (3 clause) MIT/X11 (BSD like)
  FIXME
 

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

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


[liblucy-perl] 01/03: Fix upstream URLs, and extend with alternate source URLs.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblucy-perl.

commit d03e91714e62859a1fdca6fc2b86888ba00a4c7a
Author: Jonas Smedegaard 
Date:   Sat Oct 25 16:26:17 2014 +0200

Fix upstream URLs, and extend with alternate source URLs.
---
 debian/control.in | 2 +-
 debian/copyright  | 8 +---
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/control.in b/debian/control.in
index bd18d32..38e201b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,7 @@ Uploaders: Jonas Smedegaard 
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
 Vcs-Browser: 
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblucy-perl.git
-Homepage: https://github.com/tokuhirom/Lucy
+Homepage: https://lucy.apache.org/
 
 Package: liblucy-perl
 Architecture: any
diff --git a/debian/copyright b/debian/copyright
index b47aca9..e8079d1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,10 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Lucy
-Upstream-Contact: https://github.com/tokuhirom/Lucy/issues
-Source: http://search.cpan.org/dist/Lucy/
- git://github.com/tokuhirom/Lucy
+Upstream-Contact: https://issues.apache.org/jira/browse/LUCY
+Source: http://www.cpan.org/authors/id/C/CR/CREAMYG
+ https://lucy.apache.org/download.html
+ https://git-wip-us.apache.org/repos/asf/lucy.git
+ git://github.com/apache/lucy
 
 Files: *
  lemon/Makefile*

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

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


[liblucy-perl] annotated tag debian/0.3.3-4 created (now 3dbac07)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.3.3-4
in repository liblucy-perl.

at  3dbac07   (tag)
   tagging  824e20d412e54943ecdb985bf5ca4f958f08494d (commit)
  replaces  debian/0.3.3-3
 tagged by  Jonas Smedegaard
on  Sat Oct 25 17:47:03 2014 +0200

- Log -
liblucy-perl Debian release 0.3.3-4
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQF8BAABCgBmBQJUS8X3XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWwIgIAJbcl92+fAMEvbxibiReMjKz
60h00YSkVk2kqfLvDTaOp4CpWFUhKn/yodLb48nsslqIiqkU+OtcFHTLm2XDVpiE
b8d3WAOuStVcbnIjymg2/T6AUNp7SimEVncakpWSucGFwW7jbUdfRvYf8ke+qZJz
RHq+5UuRDAoypVJOogIQmNqbPmo+a/lVvROIZcVhmymlUS49VP9yv7PhQAk528F/
Arocn0fGEsEnT1fnwe3R+fZbrb/Ul9oqJDu51CucB4gecuAJocsa+QRqIypkK1l8
Of62BglPFFTCXslzBPA0bw7aNlrTWpSjqyFSYaPoi0u2JXiCnKqTEEPWFYTx3jM=
=fPZL
-END PGP SIGNATURE-

Jonas Smedegaard (3):
  Fix upstream URLs, and extend with alternate source URLs.
  Sync control.in with control: Update Vcs-Browser URL to use cgit web 
frontend.
  Prepare for release: Update changelog, control file and copyright hints.

---

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

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


[ciderwebmail] 04/04: Prepare for release: Update changelog, control file and copyright hints.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit b2ab4bf5a4156e5e68540b7ee9adf12ca8331d9e
Author: Jonas Smedegaard 
Date:   Sat Oct 25 18:52:12 2014 +0200

Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog   | 10 ++
 debian/control |  1 +
 debian/copyright_hints |  1 +
 3 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b56202f..5b8395c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ciderwebmail (1.05-2) unstable; urgency=medium
+
+  * Add patch 1001 to fix resolve supported languages.
+  * Fix strip more upstream install noise.
+  * Fix build-depend on libcatalyst-devel-perl (due to upstream release
+done without generating embedded code copies below inc/ as required
+by Catalyst sometimes - e.g. on backports to Wheezy).
+
+ -- Jonas Smedegaard   Sat, 25 Oct 2014 18:49:13 +0200
+
 ciderwebmail (1.05-1) unstable; urgency=low
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index bf9816f..129884f 100644
--- a/debian/control
+++ b/debian/control
@@ -62,6 +62,7 @@ Build-Depends: cdbs,
  libhtml-defang-perl (>= 1.04),
  libdbd-sqlite3-perl,
  libmodule-install-perl,
+ libcatalyst-devel-perl,
  libtest-xpath-perl,
  libimage-exiftool-perl,
  libregexp-assemble-perl,
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 0d12381..54fa98e 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -22,6 +22,7 @@ Files: Changes
  debian/etc/uwsgi/apps-available/ciderwebmail.ini
  debian/gbp.conf
  debian/install
+ debian/patches/1001_fix_resolve_langs.patch
  debian/patches/2001_avoid_autoinstall.patch
  debian/patches/series
  debian/postinst

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

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


[ciderwebmail] branch master updated (3c5b6e2 -> b2ab4bf)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository ciderwebmail.

  from  3c5b6e2   Prepare for release: Update changelog.
   new  a0e0c18   Add patch 1001 to fix resolve supported languages.
   new  cedf789   Fix strip more upstream install noise.
   new  f69d6aa   Fix build-depend on libcatalyst-devel-perl (due to 
upstream release done without generating embedded code copies below inc/ as 
required by Catalyst sometimes - e.g. on backports to Wheezy).
   new  b2ab4bf   Prepare for release: Update changelog, control file and 
copyright hints.

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


Summary of changes:
 debian/changelog| 10 ++
 debian/control  |  1 +
 debian/copyright_hints  |  1 +
 debian/patches/1001_fix_resolve_langs.patch | 11 +++
 debian/patches/series   |  1 +
 debian/rules|  6 +-
 6 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 debian/patches/1001_fix_resolve_langs.patch

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

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


[ciderwebmail] 03/04: Fix build-depend on libcatalyst-devel-perl (due to upstream release done without generating embedded code copies below inc/ as required by Catalyst sometimes - e.g. on backports

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit f69d6aaa40f7b49ade6f1524a03a4193c889c6a5
Author: Jonas Smedegaard 
Date:   Sat Oct 25 18:46:57 2014 +0200

Fix build-depend on libcatalyst-devel-perl (due to upstream release done 
without generating embedded code copies below inc/ as required by Catalyst 
sometimes - e.g. on backports to Wheezy).
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 41c3de2..e67ab0f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,8 @@ deps-recommend = libdbd-sqlite3-perl
 deps-test = libtest-xpath-perl
 
 # Needed by upstream build
-bdeps = libmodule-install-perl
+#  * Drop libcatalyst-devel-perl when upstream does proper packaging
+bdeps = libmodule-install-perl, libcatalyst-devel-perl
 
 # Needed (always/often/seldom) at runtime
 # * libauthen-sasl-perl needed for secure Managesieve connections

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

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


[ciderwebmail] 02/04: Fix strip more upstream install noise.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit cedf78916990f18561bda6e561e80aa94ac41480
Author: Jonas Smedegaard 
Date:   Sat Oct 25 18:44:10 2014 +0200

Fix strip more upstream install noise.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6efb6b0..41c3de2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -137,7 +137,10 @@ binary-post-install/$(pkg)::
 # Drop excess files bogusly handled by upstream install routines
 binary-post-install/$(pkg)::
rm -rf $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/.pc
+   rm -rf $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/root
rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/.gitignore
rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/LICENSE
+   rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/TODO
+   rm -f $(cdbs_curdestdir)usr/share/perl5/CiderWebmail/ciderwebmail.yml
rm -f 
$(cdbs_curdestdir)usr/share/perl5/CiderWebmail/root/templates/template.pl
rm -f 
$(cdbs_curdestdir)usr/share/ciderwebmail/root/templates/template.pl

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

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


[ciderwebmail] annotated tag debian/1.05-2 created (now 1b478b9)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/1.05-2
in repository ciderwebmail.

at  1b478b9   (tag)
   tagging  b2ab4bf5a4156e5e68540b7ee9adf12ca8331d9e (commit)
  replaces  debian/1.05-1
 tagged by  Jonas Smedegaard
on  Sat Oct 25 18:58:50 2014 +0200

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

iQF8BAABCgBmBQJUS9bKXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWBnEH/i/HDE1FlTAy6PC/wntTjGLH
aHMgfMZGcfRIJcVePqRabXnKRkf+eouqO4ZhB8zRkayxbLuGWdUONIRjF8Yp2fvH
7EUKqudFLQ/py74lFyOuMEv4yxOmqRzK9roAlZQGa2OeHyWjzSJYYM9lDmSWNbVZ
t8THH9Ezd+n9/5rofQjygdNGcE0j/tiEufvcJPQXAqZY97UrwNhOKAqNIuCibojH
j8KO05kO58jTp9Zj8DA2TllxNMniI1P+ac9SHMOiHyO9qWyPLmQzRXfNJkXOIc5j
zJOKg9EAfwr7zvIW70tVzO5Mi86f1De5D5fapRlRrCkFe+msHRh3clnRzscIMUI=
=m/5r
-END PGP SIGNATURE-

Jonas Smedegaard (4):
  Add patch 1001 to fix resolve supported languages.
  Fix strip more upstream install noise.
  Fix build-depend on libcatalyst-devel-perl (due to upstream release done 
without generating embedded code copies below inc/ as required by Catalyst 
sometimes - e.g. on backports to Wheezy).
  Prepare for release: Update changelog, control file and copyright hints.

---

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

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


[ciderwebmail] 01/04: Add patch 1001 to fix resolve supported languages.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository ciderwebmail.

commit a0e0c1867a3076dc2c3ef2b72526b849e6ef6258
Author: Jonas Smedegaard 
Date:   Sat Oct 25 18:42:06 2014 +0200

Add patch 1001 to fix resolve supported languages.
---
 debian/patches/1001_fix_resolve_langs.patch | 11 +++
 debian/patches/series   |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/1001_fix_resolve_langs.patch 
b/debian/patches/1001_fix_resolve_langs.patch
new file mode 100644
index 000..5ed12fb
--- /dev/null
+++ b/debian/patches/1001_fix_resolve_langs.patch
@@ -0,0 +1,11 @@
+--- a/lib/CiderWebmail.pm
 b/lib/CiderWebmail.pm
+@@ -118,7 +118,7 @@
+ sub langs {
+ my ($self) = @_;
+ 
+-@langs = map { m!/([^/]*)\z!xm } grep { -d } glob $self->config->{root} . 
"/locale/*"
++@langs = map { m!/([^/]*)\z!xm } grep { -d } glob $self->config->{root} . 
"/templates/*"
+ unless @langs;
+ 
+ return @langs;
diff --git a/debian/patches/series b/debian/patches/series
index 13f38bd..a4bf4d6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+1001_fix_resolve_langs.patch
 2001_avoid_autoinstall.patch

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

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


[boxer] branch master updated (58bb534 -> 9070fc8)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository boxer.

  from  58bb534   Prepare for release: Update changelog, control file and 
copyright hints.
   new  efbc956   Fix recommend boxer-data.
   new  9070fc8   Prepare for release: Update changelog.

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


Summary of changes:
 debian/changelog | 6 ++
 debian/rules | 5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

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

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


[boxer] annotated tag debian/0.003-2 created (now 298d020)

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag debian/0.003-2
in repository boxer.

at  298d020   (tag)
   tagging  9070fc836f3ff98a34be56757a3b1e52d80f472b (commit)
  replaces  debian/0.003-1
 tagged by  Jonas Smedegaard
on  Sat Oct 25 19:18:51 2014 +0200

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

iQF8BAABCgBmBQJUS9t7XxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3NjQ4ODQwMTIyRTJDNTBFQzUxRDQwRTI0
RUMxQjcyMjM3NEY5QkQ2AAoJEE7BtyI3T5vWmHYH/i6a3Dhv0WZUBOa4V7uVpA7L
bYHdkKXyDAnMOCDenUK6fdv+Jv+ScIASSULGIkp0pdJIrBA9vg9bMfufKZxl+KJd
nAhwUm+NzlfFVFWI0HHvJaW5YhHanpAJxr6Jmuwi6QGVw/6mo55wfGwAI4qoDmAA
9b6XIae7g1oWcBHQynjrD58hODTIgBY18LR6lIQMvsBJ1ON1zfucu1wWgU54SonQ
RSvkq/JWDvvyTJ0AVfpD2S3RF6x8P3yT4w6zpnwo4X3yw9Zhi3P3Kre9M65MSDfh
hrOdoQ4Rt8N5dl3WUouwsrjP7ehjYhN8cJGF5taDV0BY+nPRdSZhZYkPcuH1AUw=
=28i+
-END PGP SIGNATURE-

Jonas Smedegaard (2):
  Fix recommend boxer-data.
  Prepare for release: 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/boxer.git

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


[boxer] 02/02: Prepare for release: Update changelog.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository boxer.

commit 9070fc836f3ff98a34be56757a3b1e52d80f472b
Author: Jonas Smedegaard 
Date:   Sat Oct 25 19:13:13 2014 +0200

Prepare for release: Update changelog.
---
 debian/changelog | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5f0a6c1..1923cf3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boxer (0.003-2) unstable; urgency=medium
+
+  * Fix recommend boxer-data.
+
+ -- Jonas Smedegaard   Sat, 25 Oct 2014 19:13:02 +0200
+
 boxer (0.003-1) unstable; urgency=medium
 
   [ upstream ]

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

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


[boxer] 01/02: Fix recommend boxer-data.

2014-10-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository boxer.

commit efbc9567922e0ae82a6b836652ab06b6268a9c51
Author: Jonas Smedegaard 
Date:   Sat Oct 25 19:06:39 2014 +0200

Fix recommend boxer-data.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5164d3f..0019a09 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,9 +38,9 @@ perl-deps += yaml-libyaml match-simple namespace-clean 
strictures
 deps = $(patsubst %,$(comma) lib%-perl,$(perl-deps))
 deps +=, libmoo-perl (>= 1.001000)
 
-# Needed (always) at runtime
+# Needed (always/often) at runtime
 depends = reclass
-Recommends = boxer-data
+recommends = boxer-data
 
 # Needed by upstream testsuite
 perl-deps-test = compile fixme minimumversion pod synopsis
@@ -48,5 +48,6 @@ deps-test = $(patsubst %,$(comma) 
libtest-%-perl,$(perl-deps-test))
 
 CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps), $(depends)
+CDBS_RECOMMENDS_$(pkg) = $(recommends)
 
 DEB_INSTALL_EXAMPLES_$(pkg) = examples/*

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

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


[libtype-tiny-perl] branch master updated (62312ff -> bf8796d)

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

js pushed a change to branch master
in repository libtype-tiny-perl.

  from  62312ff   Prepare for release: Update changelog and copyright hints.
   new  3123915   Extend build-dependency on libobject-accessor-perl to 
fallback on older perl: Eases backpporting.
   new  bf8796d   Prepare for release: Update changelog and control file.

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 | 7 +++
 debian/control   | 2 +-
 debian/rules | 3 ++-
 3 files changed, 10 insertions(+), 2 deletions(-)

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

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


[libtype-tiny-perl] 03/07: only load Text::Balanced if we really need it (rarely)

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 6f1c0fa8d71db1dad51ff2f045268a2f463ada41
Author: Toby Inkster 
Date:   Tue Sep 9 09:27:02 2014 +0100

only load Text::Balanced if we really need it (rarely)
---
 lib/Type/Parser.pm | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/lib/Type/Parser.pm b/lib/Type/Parser.pm
index f0ddc81..7fb2759 100644
--- a/lib/Type/Parser.pm
+++ b/lib/Type/Parser.pm
@@ -343,7 +343,6 @@ Evaluate: {
Type::Parser::TokenStream;

use Scalar::Util qw(looks_like_number);
-   use Text::Balanced qw(extract_quotelike);

sub new
{
@@ -454,9 +453,13 @@ Evaluate: {
return $punctuation{$spelling};
}

-   if (my $quotelike = extract_quotelike $self->{remaining})
+   if ($self->{remaining} =~ /\A\s*[q'"]/sm)
{
-   return bless([ Type::Parser::QUOTELIKE, $quotelike ], 
"Type::Parser::Token"),;
+   require Text::Balanced;
+   if (my $quotelike = 
Text::Balanced::extract_quotelike($self->{remaining}))
+   {
+   return bless([ Type::Parser::QUOTELIKE, 
$quotelike ], "Type::Parser::Token"),;
+   }
}

if ($self->{remaining} =~ /^([+-]?[\w:.+]+)/sm)

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

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


[libtype-tiny-perl] 02/06: update test for Moo 1.006xxx

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit b79325d48518dfea5c33164f5f6f0aa83ca6
Author: Toby Inkster 
Date:   Sat Sep 6 23:52:51 2014 +0100

update test for Moo 1.006xxx
---
 t/30-integration/Moo/exceptions.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/t/30-integration/Moo/exceptions.t 
b/t/30-integration/Moo/exceptions.t
index 3d0d163..a4f5e97 100644
--- a/t/30-integration/Moo/exceptions.t
+++ b/t/30-integration/Moo/exceptions.t
@@ -34,7 +34,8 @@ use Test::Requires { "Moo" => "1.002001" };
 BEGIN {
require Method::Generate::Accessor;
"Method::Generate::Accessor"->can("_SIGDIE")
-   or plan skip_all => "Method::Generate::Accessor cannot 
_SIGDIE!!!";
+   or "Moo"->VERSION =~ /^1\.006/
+   or plan skip_all => "Method::Generate::Accessor exception 
support seems missing!!!";
 };
 
 {

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

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


[libtype-tiny-perl] 03/06: fix short-circuiting in inlined code (RT#99312)

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit 6e4a10ca935c987dc4c552ac4cb2f7ca596819c2
Author: Toby Inkster 
Date:   Sat Oct 25 19:49:29 2014 +0100

fix short-circuiting in inlined code (RT#99312)
---
 lib/Types/Standard/ArrayRef.pm  | 4 ++--
 lib/Types/Standard/HashRef.pm   | 2 +-
 lib/Types/Standard/Map.pm   | 8 
 lib/Types/Standard/ScalarRef.pm | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/Types/Standard/ArrayRef.pm b/lib/Types/Standard/ArrayRef.pm
index 0041ade..6ab74bc 100644
--- a/lib/Types/Standard/ArrayRef.pm
+++ b/lib/Types/Standard/ArrayRef.pm
@@ -70,7 +70,7 @@ sub __inline_generator
"ref($v) eq 'ARRAY' and do { "
.  "my \$ok = 1; "
.  "for my \$i (\@{$v}) { "
-   ."\$ok = 0 && last unless $param_check "
+   ."(\$ok = 0, last) unless $param_check "
.  "}; "
.  "\$ok "
."}"
@@ -110,7 +110,7 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, @new) = ($_, 
0);';
push @code,'for (@$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $coercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $coercable_item->inline_check('$_'));
push @code, sprintf('push @new, (%s);', 
$param->coercion->inline_coercion('$_'));
push @code,'}';
push @code,'$return_orig ? $orig : \\@new';
diff --git a/lib/Types/Standard/HashRef.pm b/lib/Types/Standard/HashRef.pm
index 8f37a9c..1373bd1 100644
--- a/lib/Types/Standard/HashRef.pm
+++ b/lib/Types/Standard/HashRef.pm
@@ -70,7 +70,7 @@ sub __inline_generator
"ref($v) eq 'HASH' and do { "
.  "my \$ok = 1; "
.  "for my \$i (values \%{$v}) { "
-   ."\$ok = 0 && last unless $param_check "
+   ."(\$ok = 0, last) unless $param_check "
.  "}; "
.  "\$ok "
."}"
diff --git a/lib/Types/Standard/Map.pm b/lib/Types/Standard/Map.pm
index c25a1a0..0e21253 100644
--- a/lib/Types/Standard/Map.pm
+++ b/lib/Types/Standard/Map.pm
@@ -83,10 +83,10 @@ sub __inline_generator
"ref($h) eq 'HASH' and do { "
.  "my \$ok = 1; "
.  "for my \$v (values \%{$h}) { "
-   ."\$ok = 0 && last unless $v_check "
+   ."(\$ok = 0, last) unless $v_check "
.  "}; "
.  "for my \$k (keys \%{$h}) { "
-   ."\$ok = 0 && last unless $k_check "
+   ."(\$ok = 0, last) unless $k_check "
.  "}; "
.  "\$ok "
."}"
@@ -140,8 +140,8 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, %new) = ($_, 
0);';
push @code,'for (keys %$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $kcoercable_item->inline_check('$_'));
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $vcoercable_item->inline_check('$orig->{$_}'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $kcoercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $vcoercable_item->inline_check('$orig->{$_}'));
push @code, sprintf('$new{(%s)} = (%s);',
$kparam->has_coercion ? 
$kparam->coercion->inline_coercion('$_') : '$_',
$vparam->has_coercion ? 
$vparam->coercion->inline_coercion('$orig->{$_}') : '$orig->{$_}',
diff --git a/lib/Types/Standard/ScalarRef.pm b/lib/Types/Standard/ScalarRef.pm
index a2ded41..ff73a1a 100644
--- a/lib/Types/Standard/ScalarRef.pm
+++ b/lib/Types/Standard/ScalarRef.pm
@@ -75,7 +75,7 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, $new) = ($_, 
0);';
push @code,'for ($$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $coercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $coercable_item->inline_check('$_'));
push @code, sprintf('$new = (%s);', 
$param->coercion->inline_coercion('$_'));
push @code,'}';
push @code,'$return_orig ? $orig : \\$new';

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

[libtype-tiny-perl] tag 1.000005 created (now f70dba1)

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

js pushed a change to tag 1.05
in repository libtype-tiny-perl.

at  f70dba1   (commit)
This tag includes the following new commits:

   new  845d72f   Added tag 1.04 for changeset 592e92e00d37
   new  b79   update test for Moo 1.006xxx
   new  6e4a10c   fix short-circuiting in inlined code (RT#99312)
   new  cbca150   fix Exporter::Tiny-related warning in test case
   new  b47079b   bump version; changelog
   new  f70dba1   do not want

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


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

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


[libtype-tiny-perl] 05/06: bump version; changelog

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit b47079b3b679a557d066da2654b37ea4d4bc8f90
Author: Toby Inkster 
Date:   Sat Oct 25 19:59:14 2014 +0100

bump version; changelog
---
 lib/Devel/TypeTiny/Perl56Compat.pm|  2 +-
 lib/Devel/TypeTiny/Perl58Compat.pm|  2 +-
 lib/Error/TypeTiny.pm |  2 +-
 lib/Error/TypeTiny/Assertion.pm   |  2 +-
 lib/Error/TypeTiny/Compilation.pm |  2 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm |  2 +-
 lib/Eval/TypeTiny.pm  |  2 +-
 lib/Reply/Plugin/TypeTiny.pm  |  2 +-
 lib/Test/TypeTiny.pm  |  2 +-
 lib/Type/Coercion.pm  |  2 +-
 lib/Type/Coercion/FromMoose.pm|  2 +-
 lib/Type/Coercion/Union.pm|  2 +-
 lib/Type/Library.pm   |  2 +-
 lib/Type/Params.pm|  2 +-
 lib/Type/Parser.pm|  2 +-
 lib/Type/Registry.pm  |  2 +-
 lib/Type/Tiny.pm  |  2 +-
 lib/Type/Tiny/Class.pm|  2 +-
 lib/Type/Tiny/Duck.pm |  2 +-
 lib/Type/Tiny/Enum.pm |  2 +-
 lib/Type/Tiny/Intersection.pm |  2 +-
 lib/Type/Tiny/Role.pm |  2 +-
 lib/Type/Tiny/Union.pm|  2 +-
 lib/Type/Tiny/_HalfOp.pm  |  2 +-
 lib/Type/Utils.pm |  2 +-
 lib/Types/Common/Numeric.pm   |  2 +-
 lib/Types/Common/String.pm|  2 +-
 lib/Types/Standard.pm |  2 +-
 lib/Types/Standard/ArrayRef.pm|  2 +-
 lib/Types/Standard/Dict.pm|  2 +-
 lib/Types/Standard/HashRef.pm |  2 +-
 lib/Types/Standard/Map.pm |  2 +-
 lib/Types/Standard/ScalarRef.pm   |  2 +-
 lib/Types/Standard/Tuple.pm   |  2 +-
 lib/Types/TypeTiny.pm |  2 +-
 meta/changes.pret | 16 
 meta/people.pret  |  3 +++
 37 files changed, 54 insertions(+), 35 deletions(-)

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm 
b/lib/Devel/TypeTiny/Perl56Compat.pm
index d15b72a..6a1984b 100644
--- a/lib/Devel/TypeTiny/Perl56Compat.pm
+++ b/lib/Devel/TypeTiny/Perl56Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.04';
+our $VERSION   = '1.05';
 
  B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Devel/TypeTiny/Perl58Compat.pm 
b/lib/Devel/TypeTiny/Perl58Compat.pm
index cc2318f..700f844 100644
--- a/lib/Devel/TypeTiny/Perl58Compat.pm
+++ b/lib/Devel/TypeTiny/Perl58Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.04';
+our $VERSION   = '1.05';
 
  re doesn't provide is_regexp in Perl < 5.10
 
diff --git a/lib/Error/TypeTiny.pm b/lib/Error/TypeTiny.pm
index 9c26f57..a09a5eb 100644
--- a/lib/Error/TypeTiny.pm
+++ b/lib/Error/TypeTiny.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::VERSION   = '1.04';
+   $Error::TypeTiny::VERSION   = '1.05';
 }
 
 use overload
diff --git a/lib/Error/TypeTiny/Assertion.pm b/lib/Error/TypeTiny/Assertion.pm
index 26d6a32..1326570 100644
--- a/lib/Error/TypeTiny/Assertion.pm
+++ b/lib/Error/TypeTiny/Assertion.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Assertion::VERSION   = '1.04';
+   $Error::TypeTiny::Assertion::VERSION   = '1.05';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/Compilation.pm 
b/lib/Error/TypeTiny/Compilation.pm
index 8440814..618afda 100644
--- a/lib/Error/TypeTiny/Compilation.pm
+++ b/lib/Error/TypeTiny/Compilation.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Compilation::VERSION   = '1.04';
+   $Error::TypeTiny::Compilation::VERSION   = '1.05';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/WrongNumberOfParameters.pm 
b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
index 24fde3f..c219c06 100644
--- a/lib/Error/TypeTiny/WrongNumberOfParameters.pm
+++ b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.04';
+   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.05';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Eval

[libtype-tiny-perl] 07/07: IRC link

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 2353d0761b1b077b98cfccf5d7152d34602911e4
Author: Toby Inkster 
Date:   Fri Sep 19 11:28:08 2014 +0100

IRC link
---
 meta/doap.pret | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/doap.pret b/meta/doap.pret
index 49a7f7e..b9c23b3 100644
--- a/meta/doap.pret
+++ b/meta/doap.pret
@@ -1,6 +1,7 @@
 # This file contains general metadata about the project.
 
 @prefix : .
+@prefix cpant: .
 
 `Type-Tiny`
:programming-language "Perl" ;
@@ -9,6 +10,7 @@
:download-page;
:bug-database 
;
:repository   [ a :GitRepository; :browse 
 ];
+   cpant:x_IRC   ;
:created  2013-03-23;
:license  ;
:maintainer   cpan:TOBYINK;
@@ -29,4 +31,3 @@
 
 
dc:title  "the same terms as the perl 5 programming language system 
itself".
-

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

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


[libtype-tiny-perl] 06/06: do not want

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit f70dba1b5b79e88ba668023ed24d590c7e66aa57
Author: Toby Inkster 
Date:   Sat Oct 25 20:03:15 2014 +0100

do not want
---
 xt/01pod.t|  5 -
 xt/02pod_coverage.t   | 20 
 xt/03meta_uptodate.config |  2 --
 xt/03meta_uptodate.t  |  5 -
 xt/04eol.t|  2 --
 xt/05tabs.t   |  2 --
 xt/06versions.t   | 18 --
 xt/07spelling.t   |  3 ---
 8 files changed, 57 deletions(-)

diff --git a/xt/01pod.t b/xt/01pod.t
deleted file mode 100644
index 92ba3f6..000
--- a/xt/01pod.t
+++ /dev/null
@@ -1,5 +0,0 @@
-use Test::More;
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-all_pod_files_ok();
-
diff --git a/xt/02pod_coverage.t b/xt/02pod_coverage.t
deleted file mode 100644
index 742ff22..000
--- a/xt/02pod_coverage.t
+++ /dev/null
@@ -1,20 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::Pod::Coverage;
-
-plan skip_all => __CONFIG__->{skip_all}
-   if __CONFIG__->{skip_all};
-
-my $p = { coverage_class => 'Pod::Coverage::CountParents' };
-
-if ( __CONFIG__->{modules} )
-{
-   my @modules = @{ __CONFIG__->{modules} };
-   pod_coverage_ok($_, $p, "$_ is covered") for @modules;
-   done_testing(scalar @modules);
-}
-else
-{
-   all_pod_coverage_ok($p);
-}
-
diff --git a/xt/03meta_uptodate.config b/xt/03meta_uptodate.config
deleted file mode 100644
index ab11681..000
--- a/xt/03meta_uptodate.config
+++ /dev/null
@@ -1,2 +0,0 @@
-{"package":"Type-Tiny"}
-
diff --git a/xt/03meta_uptodate.t b/xt/03meta_uptodate.t
deleted file mode 100644
index 9a370c6..000
--- a/xt/03meta_uptodate.t
+++ /dev/null
@@ -1,5 +0,0 @@
-use XT::Util;
-use Test::More tests => 1;
-use Test::RDF::DOAP::Version;
-doap_version_ok(__CONFIG__->{package}, __CONFIG__->{version_from});
-
diff --git a/xt/04eol.t b/xt/04eol.t
deleted file mode 100644
index 67080da..000
--- a/xt/04eol.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::EOL;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/05tabs.t b/xt/05tabs.t
deleted file mode 100644
index 7c764f4..000
--- a/xt/05tabs.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::Tabs;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/06versions.t b/xt/06versions.t
deleted file mode 100644
index 2f95fcc..000
--- a/xt/06versions.t
+++ /dev/null
@@ -1,18 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::HasVersion;
-
-plan skip_all => __CONFIG__->{skip_all}
-   if __CONFIG__->{skip_all};
-
-if ( __CONFIG__->{modules} )
-{
-   my @modules = @{ __CONFIG__->{modules} };
-   pm_version_ok($_, "$_ is covered") for @modules;
-   done_testing(scalar @modules);
-}
-else
-{
-   all_pm_version_ok();
-}
-
diff --git a/xt/07spelling.t b/xt/07spelling.t
deleted file mode 100644
index c091c73..000
--- a/xt/07spelling.t
+++ /dev/null
@@ -1,3 +0,0 @@
-use Test::Spellunker;
-load_dictionary("$ENV{HOME}/perl5/stopwords.txt");
-all_pod_files_spelling_ok();

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

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


[libtype-tiny-perl] 01/11: Added tag 1.001_001 for changeset 42da83cca1f2

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit f5846b396338c504f3d444610f2150e4cbe42f36
Author: Toby Inkster 
Date:   Fri Sep 19 11:47:15 2014 +0100

Added tag 1.001_001 for changeset 42da83cca1f2
---
 .hgtags | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.hgtags b/.hgtags
index 35faa8b..cd66162 100644
--- a/.hgtags
+++ b/.hgtags
@@ -165,3 +165,4 @@ b75cd7514a2f31c6c7e684df8ad5ee4351499815 1.00
 915e232d363e128c909bf54adf696e4de13b2417 1.01
 95770d8a00b614e7f81ffc0397d8315ec35e01f8 1.02
 a579e50546fe329aabc85d8878b13c988302af4b 1.001_000
+42da83cca1f2266340a8c39d07241e0fd418e7d0 1.001_001

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

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


[libtype-tiny-perl] 03/11: implement equals for Union types by checking if they're the union of the same things; also overload numeric-not-equal operator

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 2c4d9ebb51f0ec879dc6873284737bf1250ec64b
Author: Toby Inkster 
Date:   Tue Sep 30 22:20:53 2014 +0100

implement equals for Union types by checking if they're the union of the 
same things; also overload numeric-not-equal operator
---
 lib/Type/Tiny.pm  |  1 +
 lib/Type/Tiny/Union.pm| 26 ++
 t/20-unit/Type-Tiny-Union/basic.t | 10 ++
 3 files changed, 37 insertions(+)

diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index 146803f..542e284 100644
--- a/lib/Type/Tiny.pm
+++ b/lib/Type/Tiny.pm
@@ -77,6 +77,7 @@ use overload
},
q(~)   => sub { shift->complementary_type },
q(==)  => sub { $_[0]->equals($_[1]) },
+   q(!=)  => sub { not $_[0]->equals($_[1]) },
q(<)   => sub { my $m = $_[0]->can('is_subtype_of'); $m->(_swap @_) 
},
q(>)   => sub { my $m = $_[0]->can('is_subtype_of'); $m->(reverse 
_swap @_) },
q(<=)  => sub { my $m = $_[0]->can('is_a_type_of');  $m->(_swap @_) 
},
diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 31dab42..9266273 100644
--- a/lib/Type/Tiny/Union.pm
+++ b/lib/Type/Tiny/Union.pm
@@ -187,6 +187,32 @@ sub validate_explain
];
 }
 
+sub equals
+{
+   my ($self, $other) = Type::Tiny::_loose_to_TypeTiny(@_);
+   return unless blessed($self)  && $self->isa("Type::Tiny");
+   return unless blessed($other) && $other->isa("Type::Tiny");
+   
+   return !!1 if $self->SUPER::equals($other);
+   return !!0 unless $other->isa(__PACKAGE__);
+   
+   my @self_constraints  = @{ $self->type_constraints };
+   my @other_constraints = @{ $other->type_constraints };
+   
+   return !!0 unless @self_constraints == @other_constraints;
+   
+   constraint: foreach my $constraint ( @self_constraints ) {
+   for ( my $i = 0; $i < @other_constraints; $i++ ) {
+   if ( $constraint->equals($other_constraints[$i]) ) {
+   splice @other_constraints, $i, 1;
+   next constraint;
+   }
+   }
+   }
+   
+   @other_constraints == 0;
+}
+
 1;
 
 __END__
diff --git a/t/20-unit/Type-Tiny-Union/basic.t 
b/t/20-unit/Type-Tiny-Union/basic.t
index 73d7aaa..22fc0fd 100644
--- a/t/20-unit/Type-Tiny-Union/basic.t
+++ b/t/20-unit/Type-Tiny-Union/basic.t
@@ -146,4 +146,14 @@ is(
'Union find_type_for (none)',
 );
 
+ok(
+   (FooBar|DoesQuux)==(DoesQuux|FooBar),
+   'Union equals',
+);
+
+ok(
+   (FooBar|DoesQuux)!=(DoesQuux|SmallInteger),
+   'Union not equals',
+);
+
 done_testing;

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

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


[libtype-tiny-perl] 02/02: Prepare for release: Update changelog and control file.

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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit bf8796d07aa54dc831f7e8110c62fa8cf0868ef6
Author: Jonas Smedegaard 
Date:   Wed Oct 29 20:42:32 2014 +0100

Prepare for release: Update changelog and control file.
---
 debian/changelog | 7 +++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f7a3c99..f7368b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libtype-tiny-perl (1.04-2) UNRELEASED; urgency=medium
+
+  * Extend build-dependency on libobject-accessor-perl to fallback on
+older perl: Eases backporting.
+
+ -- Jonas Smedegaard   Wed, 29 Oct 2014 20:41:31 +0100
+
 libtype-tiny-perl (1.04-1) unstable; urgency=medium
 
   [ upstream ]
diff --git a/debian/control b/debian/control
index 5e296e4..41309a4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,12 +17,12 @@ Build-Depends: cdbs,
  libtest-warnings-perl,
  libmatch-simple-perl,
  libmoosex-getopt-perl,
- libobject-accessor-perl,
  libdevel-hide-perl,
  perl (>= 5.13.4) | libtest-simple-perl (>= 0.96),
  libmoo-perl (>= 1.001000),
  perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105),
  libvalidation-class-perl (>= 7.900017),
+ libobject-accessor-perl | perl (<= 5.18.2),
  libexporter-tiny-perl,
  libdevel-stacktrace-perl
 Maintainer: Debian Perl Group 

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

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


[libtype-tiny-perl] 01/02: Extend build-dependency on libobject-accessor-perl to fallback on older perl: Eases backpporting.

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

js pushed a commit to branch master
in repository libtype-tiny-perl.

commit 3123915f3a670dba108f6aaa4696adac8cc6cd72
Author: Jonas Smedegaard 
Date:   Wed Oct 29 20:37:40 2014 +0100

Extend build-dependency on libobject-accessor-perl to fallback on older 
perl: Eases backpporting.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9b8fc91..83d2230 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,12 +31,13 @@ DEB_UPSTREAM_URL = 
http://www.cpan.org/authors/id/T/TO/TOBYINK
 perl-deps-test = moose mouse class-insideout
 perl-deps-test += moosex-types mousex-types test-fatal test-tester
 perl-deps-test += moosex-types-common test-warnings match-simple
-perl-deps-test += moosex-getopt object-accessor devel-hide
+perl-deps-test += moosex-getopt devel-hide
 deps-test = $(patsubst %,$(comma) lib%-perl,$(perl-deps-test))
 deps-test +=, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
 deps-test +=, libmoo-perl (>= 1.001000)
 deps-test +=, perl (>= 5.13.11) | libjson-pp-perl (>= 2.27105)
 deps-test +=, libvalidation-class-perl (>= 7.900017)
+deps-test +=, libobject-accessor-perl | perl (<= 5.18.2)
 
 # Needed by upstream testsuite and (always/seldom) at runtime
 depends-test = libexporter-tiny-perl

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

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


[libtype-tiny-perl] 04/07: lazy load Type::Tiny::Union in Type::Params

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 45743f0f7b2c2b508164fc1fedf176bbc1c56e5b
Author: Toby Inkster 
Date:   Fri Sep 19 01:19:15 2014 +0100

lazy load Type::Tiny::Union in Type::Params
---
 lib/Type/Params.pm | 24 
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/lib/Type/Params.pm b/lib/Type/Params.pm
index 2553d0b..1042209 100644
--- a/lib/Type/Params.pm
+++ b/lib/Type/Params.pm
@@ -19,7 +19,6 @@ use Scalar::Util qw(refaddr);
 use Error::TypeTiny;
 use Error::TypeTiny::Assertion;
 use Error::TypeTiny::WrongNumberOfParameters;
-use Type::Tiny::Union;
 use Types::Standard -types;
 use Types::TypeTiny qw(CodeLike ArrayLike to_TypeTiny);
 
@@ -29,13 +28,22 @@ our @ISA = 'Exporter::Tiny';
 our @EXPORT= qw( compile compile_named );
 our @EXPORT_OK = qw( multisig validate validate_named Invocant );
 
-BEGIN {
-   my $Invocant = 'Type::Tiny::Union'->new(
-   name => 'Invocant',
-   type_constraints => [Object, ClassName],
-   );
-   sub Invocant () { $Invocant };
-};
+{
+   my $Invocant;
+   sub Invocant () {
+   $Invocant ||= do {
+   require Type::Tiny::Union;
+   require Types::Standard;
+   'Type::Tiny::Union'->new(
+   name => 'Invocant',
+   type_constraints => [
+   Types::Standard::Object(),
+   Types::Standard::ClassName(),
+   ],
+   );
+   };
+   }
+}
 
 sub _mkslurpy
 {

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

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


[libtype-tiny-perl] 02/07: prefer Sub::Util over Sub::Name because it has a smaller footprint (doesn't load up Dynaloader.pm, Config.pm, vars.pm, base.pm)

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 877678d0e90bbaa3de61b9fda5961413716f73bb
Author: Toby Inkster 
Date:   Tue Sep 9 09:12:10 2014 +0100

prefer Sub::Util over Sub::Name because it has a smaller footprint (doesn't 
load up Dynaloader.pm, Config.pm, vars.pm, base.pm)
---
 lib/Type/Library.pm | 2 +-
 lib/Type/Tiny.pm| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Type/Library.pm b/lib/Type/Library.pm
index b60ebff..bd30090 100644
--- a/lib/Type/Library.pm
+++ b/lib/Type/Library.pm
@@ -27,8 +27,8 @@ sub _croak ($;@) { require Error::TypeTiny; goto 
\&Error::TypeTiny::croak }
sub _subname ($$)
{
$subname =
-   eval { require Sub::Name } ? \&Sub::Name::subname :
eval { require Sub::Util } ? \&Sub::Util::set_subname :
+   eval { require Sub::Name } ? \&Sub::Name::subname :
0
if not defined $subname;
!$already{refaddr($_[1])}++ and return($subname->(@_))
diff --git a/lib/Type/Tiny.pm b/lib/Type/Tiny.pm
index d96b1fd..76d1318 100644
--- a/lib/Type/Tiny.pm
+++ b/lib/Type/Tiny.pm
@@ -207,8 +207,8 @@ sub new
if ($params{my_methods})
{
$subname =
-   eval { require Sub::Name } ? \&Sub::Name::subname :
eval { require Sub::Util } ? \&Sub::Util::set_subname :
+   eval { require Sub::Name } ? \&Sub::Name::subname :
0
if not defined $subname;
if ($subname)

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

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


[libtype-tiny-perl] 02/11: restore accidentally-stomped-on changelog data

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 37030f96ddbc1d150b9b71021646999e4d42eae6
Author: Toby Inkster 
Date:   Fri Sep 19 13:17:40 2014 +0100

restore accidentally-stomped-on changelog data
---
 meta/changes.pret | 42 ++
 1 file changed, 42 insertions(+)

diff --git a/meta/changes.pret b/meta/changes.pret
index 9af24b5..8a13c33 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -2115,6 +2115,48 @@
];
].
 
+`Type-Tiny 1.001_000 cpan:TOBYINK`
+   issued  2014-09-07;
+   changeset [
+   dcs:versus `Type-Tiny 1.03 cpan:TOBYINK`;
+   item [
+   a dcs:Bugfix;
+   label "Fix issues with coercions and native attribute 
traits with some oldish versions of Moose on oldish versions of Perl.";
+   dcs:thanks cpan:PJFL;
+   dcs:fixes RT#98159;
+   ];
+   item [
+   a dcs:Tests;
+   label "Make some of the test case skip_all bits more 
ambitious; test older versions of Moose and Moo than we were testing before.";
+   ];
+   item [
+   a dcs:Bugfix;
+   label "Fix for Type::Registry::DWIM.";
+   dcs:thanks cpan:SPICEMAN;
+   dcs:fixes RT#98458;
+   ];
+   item [
+   a dcs:Update;
+   label "If Sub::Name is unavailable, but the shiny new 
core Sub::Util is available, then use it instead.";
+   ];
+   item [
+   a dcs:Addition;
+   label "Type::Params now provides `compile_named` and 
`validate_named` functions which do the same thing as `compile` and `validate` 
but are better for named arguments.";
+   comment "Several people have requested this.";
+   ];
+   item [
+   a dcs:Change;
+   label "`Type::Utils::dwim_type` now allows more control 
over fallback behaviours.";
+   ];
+   item [
+   a dcs:Documentation;
+   label "Updates to Type::Tiny::Manual::UsingWithMoose, 
Type::Tiny::Manual::UsingWithMoo, and Type::Tiny::Manual::UsingWithMouse.";
+   ];
+   item "Updated NEWS file."^^Documentation;
+   item "Updated TODO file."^^Documentation;
+   item "Want Type::Tiny::XS 0.011."^^Update;
+   ].
+
 `Type-Tiny 1.001_001 cpan:TOBYINK`
issued  2014-09-19;
changeset [

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

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


[libtype-tiny-perl] 06/07: bump version; changelog

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit ee4ad934b712329e9b6c77710eadbba17a8fb2e7
Author: Toby Inkster 
Date:   Fri Sep 19 11:26:55 2014 +0100

bump version; changelog
---
 lib/Devel/TypeTiny/Perl56Compat.pm|  2 +-
 lib/Devel/TypeTiny/Perl58Compat.pm|  2 +-
 lib/Error/TypeTiny.pm |  2 +-
 lib/Error/TypeTiny/Assertion.pm   |  2 +-
 lib/Error/TypeTiny/Compilation.pm |  2 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm |  2 +-
 lib/Eval/TypeTiny.pm  |  2 +-
 lib/Reply/Plugin/TypeTiny.pm  |  2 +-
 lib/Test/TypeTiny.pm  |  2 +-
 lib/Type/Coercion.pm  |  2 +-
 lib/Type/Coercion/FromMoose.pm|  2 +-
 lib/Type/Coercion/Union.pm|  2 +-
 lib/Type/Library.pm   |  2 +-
 lib/Type/Params.pm|  2 +-
 lib/Type/Parser.pm|  2 +-
 lib/Type/Registry.pm  |  2 +-
 lib/Type/Tiny.pm  |  2 +-
 lib/Type/Tiny/Class.pm|  2 +-
 lib/Type/Tiny/Duck.pm |  2 +-
 lib/Type/Tiny/Enum.pm |  2 +-
 lib/Type/Tiny/Intersection.pm |  2 +-
 lib/Type/Tiny/Role.pm |  2 +-
 lib/Type/Tiny/Union.pm|  2 +-
 lib/Type/Tiny/_HalfOp.pm  |  2 +-
 lib/Type/Utils.pm |  2 +-
 lib/Types/Common/Numeric.pm   |  2 +-
 lib/Types/Common/String.pm|  2 +-
 lib/Types/Standard.pm |  2 +-
 lib/Types/Standard/ArrayRef.pm|  2 +-
 lib/Types/Standard/Dict.pm|  2 +-
 lib/Types/Standard/HashRef.pm |  2 +-
 lib/Types/Standard/Map.pm |  2 +-
 lib/Types/Standard/ScalarRef.pm   |  2 +-
 lib/Types/Standard/Tuple.pm   |  2 +-
 lib/Types/TypeTiny.pm |  2 +-
 meta/changes.pret | 38 +--
 36 files changed, 42 insertions(+), 66 deletions(-)

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm 
b/lib/Devel/TypeTiny/Perl56Compat.pm
index 5db86a7..2f8c5ea 100644
--- a/lib/Devel/TypeTiny/Perl56Compat.pm
+++ b/lib/Devel/TypeTiny/Perl56Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.001_000';
+our $VERSION   = '1.001_001';
 
  B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Devel/TypeTiny/Perl58Compat.pm 
b/lib/Devel/TypeTiny/Perl58Compat.pm
index cfcda89..b79 100644
--- a/lib/Devel/TypeTiny/Perl58Compat.pm
+++ b/lib/Devel/TypeTiny/Perl58Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.001_000';
+our $VERSION   = '1.001_001';
 
  re doesn't provide is_regexp in Perl < 5.10
 
diff --git a/lib/Error/TypeTiny.pm b/lib/Error/TypeTiny.pm
index 61fb60a..7381db1 100644
--- a/lib/Error/TypeTiny.pm
+++ b/lib/Error/TypeTiny.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::VERSION   = '1.001_000';
+   $Error::TypeTiny::VERSION   = '1.001_001';
 }
 
 use overload
diff --git a/lib/Error/TypeTiny/Assertion.pm b/lib/Error/TypeTiny/Assertion.pm
index 5a783e3..8ee7312 100644
--- a/lib/Error/TypeTiny/Assertion.pm
+++ b/lib/Error/TypeTiny/Assertion.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Assertion::VERSION   = '1.001_000';
+   $Error::TypeTiny::Assertion::VERSION   = '1.001_001';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/Compilation.pm 
b/lib/Error/TypeTiny/Compilation.pm
index e9ce984..2c8d43e 100644
--- a/lib/Error/TypeTiny/Compilation.pm
+++ b/lib/Error/TypeTiny/Compilation.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Compilation::VERSION   = '1.001_000';
+   $Error::TypeTiny::Compilation::VERSION   = '1.001_001';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/WrongNumberOfParameters.pm 
b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
index bfef8dd..b235d7a 100644
--- a/lib/Error/TypeTiny/WrongNumberOfParameters.pm
+++ b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.001_000';
+   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.001_001';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny

[libtype-tiny-perl] tag 1.001_002 created (now 250c8f1)

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

js pushed a change to tag 1.001_002
in repository libtype-tiny-perl.

at  250c8f1   (commit)
This tag includes the following new commits:

   new  938fb29   Added tag 1.001_000 for changeset a579e50546fe
   new  877678d   prefer Sub::Util over Sub::Name because it has a smaller 
footprint (doesn't load up Dynaloader.pm, Config.pm, vars.pm, base.pm)
   new  6f1c0fa   only load Text::Balanced if we really need it (rarely)
   new  45743f0   lazy load Type::Tiny::Union in Type::Params
   new  59acaef   do not want
   new  ee4ad93   bump version; changelog
   new  2353d07   IRC link
   new  f5846b3   Added tag 1.001_001 for changeset 42da83cca1f2
   new  37030f9   restore accidentally-stomped-on changelog data
   new  2c4d9eb   implement equals for Union types by checking if they're 
the union of the same things; also overload numeric-not-equal operator
   new  9c78938   implement subtype/supertype stuff in unions (TODO: needs 
testing)
   new  d178bbc   fix short-circuiting in inlined code (RT#99312)
   new  3ec6f94   fix Exporter::Tiny-related warning in test case
   new  135c010   catch up with missing changelog entries
   new  2a1d016   merge Type::Tiny::Union improvements
   new  adc819e   Int is supposed to be a subtype of Str, and thus not a 
reference
   new  233d6b1   bump version; changelog
   new  250c8f1   fix test case for recent Int changes (changes to the text 
of error messages are explicitly allowed under the stability policy)

The 18 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/libtype-tiny-perl.git

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


[libtype-tiny-perl] 07/11: catch up with missing changelog entries

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 135c010e9d13ee577c08a4033b4b9543bbc9be90
Author: Toby Inkster 
Date:   Sat Oct 25 20:32:04 2014 +0100

catch up with missing changelog entries
---
 meta/changes.pret | 58 +++
 meta/people.pret  |  3 +++
 2 files changed, 61 insertions(+)

diff --git a/meta/changes.pret b/meta/changes.pret
index 9af24b5..b1dd43d 100644
--- a/meta/changes.pret
+++ b/meta/changes.pret
@@ -2115,6 +2115,48 @@
];
].
 
+`Type-Tiny 1.001_000 cpan:TOBYINK`
+   issued  2014-09-07;
+   changeset [
+   dcs:versus `Type-Tiny 1.03 cpan:TOBYINK`;
+   item [
+   a dcs:Bugfix;
+   label "Fix issues with coercions and native attribute 
traits with some oldish versions of Moose on oldish versions of Perl.";
+   dcs:thanks cpan:PJFL;
+   dcs:fixes RT#98159;
+   ];
+   item [
+   a dcs:Tests;
+   label "Make some of the test case skip_all bits more 
ambitious; test older versions of Moose and Moo than we were testing before.";
+   ];
+   item [
+   a dcs:Bugfix;
+   label "Fix for Type::Registry::DWIM.";
+   dcs:thanks cpan:SPICEMAN;
+   dcs:fixes RT#98458;
+   ];
+   item [
+   a dcs:Update;
+   label "If Sub::Name is unavailable, but the shiny new 
core Sub::Util is available, then use it instead.";
+   ];
+   item [
+   a dcs:Addition;
+   label "Type::Params now provides `compile_named` and 
`validate_named` functions which do the same thing as `compile` and `validate` 
but are better for named arguments.";
+   comment "Several people have requested this.";
+   ];
+   item [
+   a dcs:Change;
+   label "`Type::Utils::dwim_type` now allows more control 
over fallback behaviours.";
+   ];
+   item [
+   a dcs:Documentation;
+   label "Updates to Type::Tiny::Manual::UsingWithMoose, 
Type::Tiny::Manual::UsingWithMoo, and Type::Tiny::Manual::UsingWithMouse.";
+   ];
+   item "Updated NEWS file."^^Documentation;
+   item "Updated TODO file."^^Documentation;
+   item "Want Type::Tiny::XS 0.011."^^Update;
+   ].
+
 `Type-Tiny 1.001_001 cpan:TOBYINK`
issued  2014-09-19;
changeset [
@@ -2132,3 +2174,19 @@
label "Lazy-load Type::Tiny::Union in Type::Params.";
];
].
+
+`Type-Tiny 1.05 cpan:TOBYINK`
+   issued  2014-10-25;
+   changeset [
+   dcs:versus `Type-Tiny 1.04 cpan:TOBYINK`;
+   item [
+   a dcs:Bugfix;
+   label "Fix short-circuiting optimizations for 
parameterized HashRef, ArrayRef, ScalarRef, and Map type constraints.";
+   dcs:thanks cpan:MARTIMM;
+   dcs:fixes RT#99312;
+   ];
+   item [
+   a dcs:Tests;
+   label "Fix annoying warning message in test suite with 
recent versions of Exporter::Tiny.";
+   ];
+   ].
\ No newline at end of file
diff --git a/meta/people.pret b/meta/people.pret
index 159da64..35b03b7 100644
--- a/meta/people.pret
+++ b/meta/people.pret
@@ -92,6 +92,9 @@ cpan:DAKKAR
 cpan:SPICEMAN
:name "Marcel Montes".
 
+cpan:MARTIMM
+   :name "Marcel Timmerman".
+
 # We bundle some files made by these dudes...
 
 cpan:RJBS

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

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


[libtype-tiny-perl] 11/11: fix test case for recent Int changes (changes to the text of error messages are explicitly allowed under the stability policy)

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 250c8f103816384110e643a3b038b8f469141435
Author: Toby Inkster 
Date:   Sat Oct 25 21:18:59 2014 +0100

fix test case for recent Int changes (changes to the text of error messages 
are explicitly allowed under the stability policy)
---
 t/20-unit/Type-Tiny-Intersection/errors.t | 2 +-
 t/20-unit/Type-Tiny-Union/errors.t| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/20-unit/Type-Tiny-Intersection/errors.t 
b/t/20-unit/Type-Tiny-Intersection/errors.t
index ad3676a..159cf73 100644
--- a/t/20-unit/Type-Tiny-Intersection/errors.t
+++ b/t/20-unit/Type-Tiny-Intersection/errors.t
@@ -60,7 +60,7 @@ is_deeply(
[
'"Int&Int" requires that the value pass "Int" and "Int"',
'Value "3.14159" did not pass type constraint "Int"',
-   '"Int" is defined as: (defined $_ and $_ =~ /\\A-?[0-9]+\\z/)',
+   '"Int" is defined as: (defined($_) and !ref($_) and $_ =~ 
/\\A-?[0-9]+\\z/)',
],
 ) or diag explain($e->explain);
 
diff --git a/t/20-unit/Type-Tiny-Union/errors.t 
b/t/20-unit/Type-Tiny-Union/errors.t
index b2bbaf8..77cab14 100644
--- a/t/20-unit/Type-Tiny-Union/errors.t
+++ b/t/20-unit/Type-Tiny-Union/errors.t
@@ -61,7 +61,7 @@ is_deeply(
'"Int|ArrayRef[Int]" requires that the value pass 
"ArrayRef[Int]" or "Int"',
'Value "3.14159" did not pass type constraint "Int"',
'Value "3.14159" did not pass type constraint "Int"',
-   '"Int" is defined as: (defined $_ and $_ =~ 
/\\A-?[0-9]+\\z/)',
+   '"Int" is defined as: (defined($_) and !ref($_) and $_ =~ 
/\\A-?[0-9]+\\z/)',
'Value "3.14159" did not pass type constraint "ArrayRef[Int]"',
'"ArrayRef[Int]" is a subtype of "ArrayRef"',
'"ArrayRef" is a subtype of "Ref"',

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

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


[libtype-tiny-perl] 10/11: bump version; changelog

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 233d6b1762e57f49c3ea008379793dedaf8d1d28
Author: Toby Inkster 
Date:   Sat Oct 25 21:09:12 2014 +0100

bump version; changelog
---
 lib/Devel/TypeTiny/Perl56Compat.pm|  2 +-
 lib/Devel/TypeTiny/Perl58Compat.pm|  2 +-
 lib/Error/TypeTiny.pm |  2 +-
 lib/Error/TypeTiny/Assertion.pm   |  2 +-
 lib/Error/TypeTiny/Compilation.pm |  2 +-
 lib/Error/TypeTiny/WrongNumberOfParameters.pm |  2 +-
 lib/Eval/TypeTiny.pm  |  2 +-
 lib/Reply/Plugin/TypeTiny.pm  |  2 +-
 lib/Test/TypeTiny.pm  |  2 +-
 lib/Type/Coercion.pm  |  2 +-
 lib/Type/Coercion/FromMoose.pm|  2 +-
 lib/Type/Coercion/Union.pm|  2 +-
 lib/Type/Library.pm   |  2 +-
 lib/Type/Params.pm|  2 +-
 lib/Type/Parser.pm|  2 +-
 lib/Type/Registry.pm  |  2 +-
 lib/Type/Tiny.pm  |  2 +-
 lib/Type/Tiny/Class.pm|  2 +-
 lib/Type/Tiny/Duck.pm |  2 +-
 lib/Type/Tiny/Enum.pm |  2 +-
 lib/Type/Tiny/Intersection.pm |  2 +-
 lib/Type/Tiny/Role.pm |  2 +-
 lib/Type/Tiny/Union.pm|  2 +-
 lib/Type/Tiny/_HalfOp.pm  |  2 +-
 lib/Type/Utils.pm |  2 +-
 lib/Types/Common/Numeric.pm   |  2 +-
 lib/Types/Common/String.pm|  2 +-
 lib/Types/Standard.pm |  2 +-
 lib/Types/Standard/ArrayRef.pm|  2 +-
 lib/Types/Standard/Dict.pm|  2 +-
 lib/Types/Standard/HashRef.pm |  2 +-
 lib/Types/Standard/Map.pm |  2 +-
 lib/Types/Standard/ScalarRef.pm   |  2 +-
 lib/Types/Standard/Tuple.pm   |  2 +-
 lib/Types/TypeTiny.pm |  2 +-
 meta/changes.pret | 27 ++-
 36 files changed, 61 insertions(+), 36 deletions(-)

diff --git a/lib/Devel/TypeTiny/Perl56Compat.pm 
b/lib/Devel/TypeTiny/Perl56Compat.pm
index 2f8c5ea..cb780d4 100644
--- a/lib/Devel/TypeTiny/Perl56Compat.pm
+++ b/lib/Devel/TypeTiny/Perl56Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.001_001';
+our $VERSION   = '1.001_002';
 
  B doesn't provide perlstring() in 5.6. Monkey patch it.
 
diff --git a/lib/Devel/TypeTiny/Perl58Compat.pm 
b/lib/Devel/TypeTiny/Perl58Compat.pm
index b79..7c9055c 100644
--- a/lib/Devel/TypeTiny/Perl58Compat.pm
+++ b/lib/Devel/TypeTiny/Perl58Compat.pm
@@ -5,7 +5,7 @@ use strict;
 use warnings;
 
 our $AUTHORITY = 'cpan:TOBYINK';
-our $VERSION   = '1.001_001';
+our $VERSION   = '1.001_002';
 
  re doesn't provide is_regexp in Perl < 5.10
 
diff --git a/lib/Error/TypeTiny.pm b/lib/Error/TypeTiny.pm
index 7381db1..6c37616 100644
--- a/lib/Error/TypeTiny.pm
+++ b/lib/Error/TypeTiny.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::VERSION   = '1.001_001';
+   $Error::TypeTiny::VERSION   = '1.001_002';
 }
 
 use overload
diff --git a/lib/Error/TypeTiny/Assertion.pm b/lib/Error/TypeTiny/Assertion.pm
index 8ee7312..2702a09 100644
--- a/lib/Error/TypeTiny/Assertion.pm
+++ b/lib/Error/TypeTiny/Assertion.pm
@@ -10,7 +10,7 @@ BEGIN {
 
 BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Assertion::VERSION   = '1.001_001';
+   $Error::TypeTiny::Assertion::VERSION   = '1.001_002';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/Compilation.pm 
b/lib/Error/TypeTiny/Compilation.pm
index 2c8d43e..e0df69d 100644
--- a/lib/Error/TypeTiny/Compilation.pm
+++ b/lib/Error/TypeTiny/Compilation.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::Compilation::VERSION   = '1.001_001';
+   $Error::TypeTiny::Compilation::VERSION   = '1.001_002';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Error/TypeTiny/WrongNumberOfParameters.pm 
b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
index b235d7a..4325795 100644
--- a/lib/Error/TypeTiny/WrongNumberOfParameters.pm
+++ b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
@@ -6,7 +6,7 @@ use warnings;
 
 BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
-   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.001_001';
+   $Error::TypeTiny::WrongNumberOfParameters::VERSION   = '1.001_002';
 }
 
 require Error::TypeTiny;
diff --git a/lib/Eval/TypeTiny.pm b/lib/Eval/TypeTiny

[libtype-tiny-perl] 04/11: implement subtype/supertype stuff in unions (TODO: needs testing)

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 9c789388723e10607dc491c6d0de600717b2ae09
Author: Toby Inkster 
Date:   Tue Sep 30 22:30:11 2014 +0100

implement subtype/supertype stuff in unions (TODO: needs testing)
---
 lib/Type/Tiny/Union.pm | 43 +++
 1 file changed, 43 insertions(+)

diff --git a/lib/Type/Tiny/Union.pm b/lib/Type/Tiny/Union.pm
index 9266273..a02484d 100644
--- a/lib/Type/Tiny/Union.pm
+++ b/lib/Type/Tiny/Union.pm
@@ -213,6 +213,49 @@ sub equals
@other_constraints == 0;
 }
 
+sub is_a_type_of
+{
+   my ($self, $other) = Type::Tiny::_loose_to_TypeTiny(@_);
+   return unless blessed($self)  && $self->isa("Type::Tiny");
+   return unless blessed($other) && $other->isa("Type::Tiny");
+   
+   return !!1 if $self->SUPER::is_a_type_of($other);
+   
+   for my $tc (@{ $self->type_constraints }) {
+   return !!0 unless $tc->is_a_type_of($other);
+   }
+   return !!1;
+}
+
+sub is_subtype_of
+{
+   my ($self, $other) = Type::Tiny::_loose_to_TypeTiny(@_);
+   return unless blessed($self)  && $self->isa("Type::Tiny");
+   return unless blessed($other) && $other->isa("Type::Tiny");
+   
+   return !!1 if $self->SUPER::is_subtype_of($other);
+   
+   for my $tc (@{ $self->type_constraints }) {
+   return !!0 unless $tc->is_subtype_of($other);
+   }
+   return !!1;
+}
+
+sub is_supertype_of
+{
+   my ($self, $other) = Type::Tiny::_loose_to_TypeTiny(@_);
+   return unless blessed($self)  && $self->isa("Type::Tiny");
+   return unless blessed($other) && $other->isa("Type::Tiny");
+   
+   return !!1 if $self->SUPER::is_supertype_of($other);
+   
+   for my $tc (@{ $self->type_constraints }) {
+   return !!1 if $tc->equals($other);
+   return !!1 if $tc->is_supertype_of($other);
+   }
+   return !!0;
+}
+
 1;
 
 __END__

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

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


[libtype-tiny-perl] 05/07: do not want

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 59acaef7f9d7a689700a039cb12314486e5a5b96
Author: Toby Inkster 
Date:   Fri Sep 19 11:22:54 2014 +0100

do not want
---
 xt/01pod.t|  5 -
 xt/02pod_coverage.t   | 20 
 xt/03meta_uptodate.config |  2 --
 xt/03meta_uptodate.t  |  5 -
 xt/04eol.t|  2 --
 xt/05tabs.t   |  2 --
 xt/06versions.t   | 18 --
 xt/07spelling.t   |  3 ---
 8 files changed, 57 deletions(-)

diff --git a/xt/01pod.t b/xt/01pod.t
deleted file mode 100644
index 92ba3f6..000
--- a/xt/01pod.t
+++ /dev/null
@@ -1,5 +0,0 @@
-use Test::More;
-eval "use Test::Pod 1.00";
-plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
-all_pod_files_ok();
-
diff --git a/xt/02pod_coverage.t b/xt/02pod_coverage.t
deleted file mode 100644
index 742ff22..000
--- a/xt/02pod_coverage.t
+++ /dev/null
@@ -1,20 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::Pod::Coverage;
-
-plan skip_all => __CONFIG__->{skip_all}
-   if __CONFIG__->{skip_all};
-
-my $p = { coverage_class => 'Pod::Coverage::CountParents' };
-
-if ( __CONFIG__->{modules} )
-{
-   my @modules = @{ __CONFIG__->{modules} };
-   pod_coverage_ok($_, $p, "$_ is covered") for @modules;
-   done_testing(scalar @modules);
-}
-else
-{
-   all_pod_coverage_ok($p);
-}
-
diff --git a/xt/03meta_uptodate.config b/xt/03meta_uptodate.config
deleted file mode 100644
index ab11681..000
--- a/xt/03meta_uptodate.config
+++ /dev/null
@@ -1,2 +0,0 @@
-{"package":"Type-Tiny"}
-
diff --git a/xt/03meta_uptodate.t b/xt/03meta_uptodate.t
deleted file mode 100644
index 9a370c6..000
--- a/xt/03meta_uptodate.t
+++ /dev/null
@@ -1,5 +0,0 @@
-use XT::Util;
-use Test::More tests => 1;
-use Test::RDF::DOAP::Version;
-doap_version_ok(__CONFIG__->{package}, __CONFIG__->{version_from});
-
diff --git a/xt/04eol.t b/xt/04eol.t
deleted file mode 100644
index 67080da..000
--- a/xt/04eol.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::EOL;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/05tabs.t b/xt/05tabs.t
deleted file mode 100644
index 7c764f4..000
--- a/xt/05tabs.t
+++ /dev/null
@@ -1,2 +0,0 @@
-use Test::Tabs;
-all_perl_files_ok(qw/ lib t xt /);
diff --git a/xt/06versions.t b/xt/06versions.t
deleted file mode 100644
index 2f95fcc..000
--- a/xt/06versions.t
+++ /dev/null
@@ -1,18 +0,0 @@
-use XT::Util;
-use Test::More;
-use Test::HasVersion;
-
-plan skip_all => __CONFIG__->{skip_all}
-   if __CONFIG__->{skip_all};
-
-if ( __CONFIG__->{modules} )
-{
-   my @modules = @{ __CONFIG__->{modules} };
-   pm_version_ok($_, "$_ is covered") for @modules;
-   done_testing(scalar @modules);
-}
-else
-{
-   all_pm_version_ok();
-}
-
diff --git a/xt/07spelling.t b/xt/07spelling.t
deleted file mode 100644
index c091c73..000
--- a/xt/07spelling.t
+++ /dev/null
@@ -1,3 +0,0 @@
-use Test::Spellunker;
-load_dictionary("$ENV{HOME}/perl5/stopwords.txt");
-all_pod_files_spelling_ok();

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

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


[libtype-tiny-perl] tag 1.001_001 created (now 2353d07)

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

js pushed a change to tag 1.001_001
in repository libtype-tiny-perl.

at  2353d07   (commit)
This tag includes the following new commits:

   new  938fb29   Added tag 1.001_000 for changeset a579e50546fe
   new  877678d   prefer Sub::Util over Sub::Name because it has a smaller 
footprint (doesn't load up Dynaloader.pm, Config.pm, vars.pm, base.pm)
   new  6f1c0fa   only load Text::Balanced if we really need it (rarely)
   new  45743f0   lazy load Type::Tiny::Union in Type::Params
   new  59acaef   do not want
   new  ee4ad93   bump version; changelog
   new  2353d07   IRC link

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


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

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


[libtype-tiny-perl] 09/11: Int is supposed to be a subtype of Str, and thus not a reference

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit adc819ea72a9bcd8eca7c8d7fe66a82f40145c70
Author: Toby Inkster 
Date:   Sat Oct 25 21:03:24 2014 +0100

Int is supposed to be a subtype of Str, and thus not a reference
---
 lib/Types/Standard.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Types/Standard.pm b/lib/Types/Standard.pm
index a802eb0..211d8fd 100644
--- a/lib/Types/Standard.pm
+++ b/lib/Types/Standard.pm
@@ -216,7 +216,7 @@ $meta->$add_core_type({
name   => "Int",
parent => $_num,
constraint => sub { /\A-?[0-9]+\z/ },
-   inlined=> sub { "defined $_[1] and $_[1] =~ /\\A-?[0-9]+\\z/" },
+   inlined=> sub { "defined($_[1]) and !ref($_[1]) and $_[1] =~ 
/\\A-?[0-9]+\\z/" },
 });
 
 my $_classn = $meta->add_type({

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

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


[libtype-tiny-perl] 08/11: merge Type::Tiny::Union improvements

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 2a1d016046338ae22b7325a3baf6ef96d40aae47
Merge: 135c010 9c78938
Author: Toby Inkster 
Date:   Sat Oct 25 20:58:06 2014 +0100

merge Type::Tiny::Union improvements

 lib/Type/Tiny.pm  |  1 +
 lib/Type/Tiny/Union.pm| 69 +++
 t/20-unit/Type-Tiny-Union/basic.t | 10 ++
 3 files changed, 80 insertions(+)

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

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


[libtype-tiny-perl] 01/07: Added tag 1.001_000 for changeset a579e50546fe

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

js pushed a commit to tag 1.001_001
in repository libtype-tiny-perl.

commit 938fb293b86b6ad01e5ebfb470023ec269cd2e18
Author: Toby Inkster 
Date:   Sun Sep 7 22:34:43 2014 +0100

Added tag 1.001_000 for changeset a579e50546fe
---
 .hgtags | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.hgtags b/.hgtags
index 9e0e1b9..35faa8b 100644
--- a/.hgtags
+++ b/.hgtags
@@ -164,3 +164,4 @@ efb46870b8668c510dd4b3cb53b66ba950032662 0.047_08
 b75cd7514a2f31c6c7e684df8ad5ee4351499815 1.00
 915e232d363e128c909bf54adf696e4de13b2417 1.01
 95770d8a00b614e7f81ffc0397d8315ec35e01f8 1.02
+a579e50546fe329aabc85d8878b13c988302af4b 1.001_000

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

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


[libtype-tiny-perl] 01/06: Added tag 1.000004 for changeset 592e92e00d37

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit 845d72f99b75383083cf38a97d5a541f44156366
Author: Toby Inkster 
Date:   Tue Sep 2 14:37:39 2014 +0100

Added tag 1.04 for changeset 592e92e00d37
---
 .hgtags | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.hgtags b/.hgtags
index 99087b6..d9b0383 100644
--- a/.hgtags
+++ b/.hgtags
@@ -164,3 +164,4 @@ efb46870b8668c510dd4b3cb53b66ba950032662 0.047_08
 b75cd7514a2f31c6c7e684df8ad5ee4351499815 1.00
 915e232d363e128c909bf54adf696e4de13b2417 1.01
 040daa123285d444f42923e21acf48962e4248fb 1.03
+592e92e00d370eadb2c90bec5b93ea649e670d1e 1.04

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

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


[libtype-tiny-perl] 06/11: fix Exporter::Tiny-related warning in test case

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit 3ec6f941ca8814137862cbfff90db808a882b536
Author: Toby Inkster 
Date:   Sat Oct 25 19:49:59 2014 +0100

fix Exporter::Tiny-related warning in test case

--HG--
extra : source : e74eb7b0d979122405e48242e7002a400624628c
---
 t/30-integration/match-simple/basic.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/30-integration/match-simple/basic.t 
b/t/30-integration/match-simple/basic.t
index a9d7b47..e35ce5f 100644
--- a/t/30-integration/match-simple/basic.t
+++ b/t/30-integration/match-simple/basic.t
@@ -28,7 +28,7 @@ use Test::Requires 'match::simple';
 use Test::Fatal;
 
 use Types::Standard -all;
-use match::simple;
+use match::simple { replace => 1 };
 
 ok( 42 |M| Int );
 ok( 42 |M| Num );

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

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


[libtype-tiny-perl] 04/06: fix Exporter::Tiny-related warning in test case

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

js pushed a commit to tag 1.05
in repository libtype-tiny-perl.

commit cbca150c5d58139d094dbb3ed1b31e3d4de67d0b
Author: Toby Inkster 
Date:   Sat Oct 25 19:49:59 2014 +0100

fix Exporter::Tiny-related warning in test case
---
 t/30-integration/match-simple/basic.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/30-integration/match-simple/basic.t 
b/t/30-integration/match-simple/basic.t
index a9d7b47..e35ce5f 100644
--- a/t/30-integration/match-simple/basic.t
+++ b/t/30-integration/match-simple/basic.t
@@ -28,7 +28,7 @@ use Test::Requires 'match::simple';
 use Test::Fatal;
 
 use Types::Standard -all;
-use match::simple;
+use match::simple { replace => 1 };
 
 ok( 42 |M| Int );
 ok( 42 |M| Num );

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

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


[libtype-tiny-perl] 05/11: fix short-circuiting in inlined code (RT#99312)

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

js pushed a commit to tag 1.001_002
in repository libtype-tiny-perl.

commit d178bbc9f20c264852052beb9363a4df0f3d9257
Author: Toby Inkster 
Date:   Sat Oct 25 19:49:29 2014 +0100

fix short-circuiting in inlined code (RT#99312)

--HG--
extra : source : 19e222f94fbdd58bc353a57665b0d3eb43e446ce
---
 lib/Types/Standard/ArrayRef.pm  | 4 ++--
 lib/Types/Standard/HashRef.pm   | 2 +-
 lib/Types/Standard/Map.pm   | 8 
 lib/Types/Standard/ScalarRef.pm | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/lib/Types/Standard/ArrayRef.pm b/lib/Types/Standard/ArrayRef.pm
index 27b821a..536677f 100644
--- a/lib/Types/Standard/ArrayRef.pm
+++ b/lib/Types/Standard/ArrayRef.pm
@@ -70,7 +70,7 @@ sub __inline_generator
"ref($v) eq 'ARRAY' and do { "
.  "my \$ok = 1; "
.  "for my \$i (\@{$v}) { "
-   ."\$ok = 0 && last unless $param_check "
+   ."(\$ok = 0, last) unless $param_check "
.  "}; "
.  "\$ok "
."}"
@@ -110,7 +110,7 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, @new) = ($_, 
0);';
push @code,'for (@$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $coercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $coercable_item->inline_check('$_'));
push @code, sprintf('push @new, (%s);', 
$param->coercion->inline_coercion('$_'));
push @code,'}';
push @code,'$return_orig ? $orig : \\@new';
diff --git a/lib/Types/Standard/HashRef.pm b/lib/Types/Standard/HashRef.pm
index 165d12f..4f335e8 100644
--- a/lib/Types/Standard/HashRef.pm
+++ b/lib/Types/Standard/HashRef.pm
@@ -70,7 +70,7 @@ sub __inline_generator
"ref($v) eq 'HASH' and do { "
.  "my \$ok = 1; "
.  "for my \$i (values \%{$v}) { "
-   ."\$ok = 0 && last unless $param_check "
+   ."(\$ok = 0, last) unless $param_check "
.  "}; "
.  "\$ok "
."}"
diff --git a/lib/Types/Standard/Map.pm b/lib/Types/Standard/Map.pm
index 6af018b..37bb135 100644
--- a/lib/Types/Standard/Map.pm
+++ b/lib/Types/Standard/Map.pm
@@ -83,10 +83,10 @@ sub __inline_generator
"ref($h) eq 'HASH' and do { "
.  "my \$ok = 1; "
.  "for my \$v (values \%{$h}) { "
-   ."\$ok = 0 && last unless $v_check "
+   ."(\$ok = 0, last) unless $v_check "
.  "}; "
.  "for my \$k (keys \%{$h}) { "
-   ."\$ok = 0 && last unless $k_check "
+   ."(\$ok = 0, last) unless $k_check "
.  "}; "
.  "\$ok "
."}"
@@ -140,8 +140,8 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, %new) = ($_, 
0);';
push @code,'for (keys %$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $kcoercable_item->inline_check('$_'));
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $vcoercable_item->inline_check('$orig->{$_}'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $kcoercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $vcoercable_item->inline_check('$orig->{$_}'));
push @code, sprintf('$new{(%s)} = (%s);',
$kparam->has_coercion ? 
$kparam->coercion->inline_coercion('$_') : '$_',
$vparam->has_coercion ? 
$vparam->coercion->inline_coercion('$orig->{$_}') : '$orig->{$_}',
diff --git a/lib/Types/Standard/ScalarRef.pm b/lib/Types/Standard/ScalarRef.pm
index ce727c4..1bcecb9 100644
--- a/lib/Types/Standard/ScalarRef.pm
+++ b/lib/Types/Standard/ScalarRef.pm
@@ -75,7 +75,7 @@ sub __coercion_generator
my @code;
push @code, 'do { my ($orig, $return_orig, $new) = ($_, 
0);';
push @code,'for ($$orig) {';
-   push @code, sprintf('$return_orig++ && last unless 
(%s);', $coercable_item->inline_check('$_'));
+   push @code, sprintf('++$return_orig && last unless 
(%s);', $coercable_item->inline_check('$_'));
push @code, sprintf('$new = (%s);', 
$param->coercion->inline_coercion('$_'));
push @code,'}';
push @code,'$return_orig ? $orig : \\$new';

-- 
A

  1   2   3   4   5   6   7   8   9   10   >