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

Jonas Smedegaard dr at jones.dk
Wed Feb 8 12:51:47 UTC 2012


The following commit has been merged in the master branch:
commit 08e04292af2bad1a14fd964fdfa08e12ae894a79
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Feb 8 13:43:25 2012 +0100

    Change patch 1001 to simply avoid UNIVERSAL::AUTHORITY. Thanks to Toby Inkster.

diff --git a/debian/patches/1001_use_Object_AUTORITY.patch b/debian/patches/1001_avoid_UNIVERSAL_AUTORITY.patch
similarity index 75%
rename from debian/patches/1001_use_Object_AUTORITY.patch
rename to debian/patches/1001_avoid_UNIVERSAL_AUTORITY.patch
index 45aebb0..e26296e 100644
--- a/debian/patches/1001_use_Object_AUTORITY.patch
+++ b/debian/patches/1001_avoid_UNIVERSAL_AUTORITY.patch
@@ -1,37 +1,34 @@
-Description: Use Object::AUTHORITY (not UNIVERSAL::AUTHORITY)
+Description: Avoid deprecated UNIVERSAL::AUTHORITY
 Author: Jonas Smedegaard <dr at jones.dk>
-Last-Update: 2012-01-20
+Last-Update: 2012-02-08
 
 --- a/meta/makefile.ttl
 +++ b/meta/makefile.ttl
-@@ -16,7 +16,7 @@
+@@ -16,7 +16,6 @@
  		"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 @@
+@@ -8,7 +8,6 @@
  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 {
 --- a/META.yml
 +++ b/META.yml
-@@ -36,7 +36,7 @@
+@@ -36,7 +35,6 @@
    LWP::UserAgent: 0
    RDF::Trine: 0.133
    Scalar::Util: 0
 -  UNIVERSAL::AUTHORITY: 0
-+  Object::AUTHORITY: 0
    URI::Escape: 0
    authority::shared: 0
    namespace::clean: 0.20
diff --git a/debian/patches/series b/debian/patches/series
index 0b04727..8408cb9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-1001_use_Object_AUTORITY.patch
+1001_avoid_UNIVERSAL_AUTORITY.patch

-- 
librdf-query-client-perl Debian packaging



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