[SCM] librdf-query-client-perl Debian packaging branch, master, updated. upstream/0.107-17-g69b3918

Jonas Smedegaard dr at jones.dk
Fri Jan 20 11:00:07 UTC 2012


The following commit has been merged in the master branch:
commit fc9654aa4455539a8d48bd0b8a3b7bba413b013e
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Jan 20 11:34:01 2012 +0100

    Add patch 1001 to use Object::AUTHORITY (not UNIVERSAL::AUTHORITY).

diff --git a/debian/patches/1001_use_Object_AUTORITY.patch b/debian/patches/1001_use_Object_AUTORITY.patch
new file mode 100644
index 0000000..1ef6d60
--- /dev/null
+++ b/debian/patches/1001_use_Object_AUTORITY.patch
@@ -0,0 +1,26 @@
+Description: Use Object::AUTHORITY (not UNIVERSAL::AUTHORITY)
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2012-01-20
+
+--- a/meta/makefile.ttl
++++ b/meta/makefile.ttl
+@@ -16,7 +16,7 @@
+ 		"LWP::UserAgent 0" ,
+ 		"RDF::Trine 0.133" ,
+ 		"Scalar::Util 0" ,
+-		"UNIVERSAL::AUTHORITY 0" ,
++		"Object::AUTHORITY 0" ,
+ 		"URI::Escape 0" ,
+ 		"namespace::clean 0.20" ,
+ 		"authority::shared 0" .
+--- a/lib/RDF/Query/Client.pm
++++ b/lib/RDF/Query/Client.pm
+@@ -8,7 +8,7 @@
+ use LWP::UserAgent 0 qw//;
+ use RDF::Trine 0.133 qw//;
+ use Scalar::Util 0 qw/blessed/;
+-use UNIVERSAL::AUTHORITY 0 qw//;
++use Object::AUTHORITY 0;
+ use URI::Escape 0 qw/uri_escape/;
+ 
+ BEGIN {
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0b04727
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_use_Object_AUTORITY.patch

-- 
librdf-query-client-perl Debian packaging



More information about the Pkg-perl-cvs-commits mailing list