r10934 - in /trunk/libflickr-api-perl/debian: ./ changelog compat control copyright dirs docs patches/ patches/00-fix427318-jun3-07.test.pl.patch rules watch

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Thu Dec 6 19:58:23 UTC 2007


Author: ghostbar-guest
Date: Thu Dec  6 19:58:23 2007
New Revision: 10934

URL: http://svn.debian.org/wsvn/?sc=1&rev=10934
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libflickr-api-perl/debian/
    trunk/libflickr-api-perl/debian/changelog
    trunk/libflickr-api-perl/debian/compat
    trunk/libflickr-api-perl/debian/control
    trunk/libflickr-api-perl/debian/copyright
    trunk/libflickr-api-perl/debian/dirs
    trunk/libflickr-api-perl/debian/docs
    trunk/libflickr-api-perl/debian/patches/
    trunk/libflickr-api-perl/debian/patches/00-fix427318-jun3-07.test.pl.patch
    trunk/libflickr-api-perl/debian/rules   (with props)
    trunk/libflickr-api-perl/debian/watch

Added: trunk/libflickr-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/changelog?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/changelog (added)
+++ trunk/libflickr-api-perl/debian/changelog Thu Dec  6 19:58:23 2007
@@ -1,0 +1,15 @@
+libflickr-api-perl (0.08-2) unstable; urgency=low
+
+  * debian/patches/00-fix427318-jun3-07.test.pl.patch:
+   + Created, now don't use internet connection. (Closes: #427318)
+  * debian/rules:
+   + Added line for using `simple-patchsys.mk' CDBS rule.
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 03 Jun 2007 16:37:29 -0400
+
+libflickr-api-perl (0.08-1) unstable; urgency=low
+
+  * Initial release (Closes: #420097)
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Thu, 19 Apr 2007 17:44:20 -0400
+

Added: trunk/libflickr-api-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/compat?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/compat (added)
+++ trunk/libflickr-api-perl/debian/compat Thu Dec  6 19:58:23 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libflickr-api-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/control?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/control (added)
+++ trunk/libflickr-api-perl/debian/control Thu Dec  6 19:58:23 2007
@@ -1,0 +1,18 @@
+Source: libflickr-api-perl
+Section: perl
+Priority: extra
+Maintainer: Jose Luis Rivas <ghostbar38 at gmail.com>
+Build-Depends-Indep: perl, libsoap-lite-perl, libxml-parser-lite-tree-perl
+Build-Depends: cdbs, debhelper (>= 5),
+Standards-Version: 3.7.2
+
+Package: libflickr-api-perl
+Architecture: all
+Depends: ${perl:Depends}, libsoap-lite-perl, libxml-parser-lite-tree-perl
+Description: Perl interface to the Flickr API
+ A simple interface for using the Flickr API.
+ .
+ Flickr::API is a subclass of LWP::UserAgent, so all of the various proxy, 
+ request limits, caching, etc are available.
+ .
+ http://search.cpan.org/perldoc?Flickr::API

Added: trunk/libflickr-api-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/copyright?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/copyright (added)
+++ trunk/libflickr-api-perl/debian/copyright Thu Dec  6 19:58:23 2007
@@ -1,0 +1,19 @@
+This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
+Thu, 19 Apr 2007 17:44:20 -0400.
+
+It was downloaded from http://search.cpan.org/~iamcal/Flickr-API-0.08
+
+Upstream Author: Cal Henderson <cal at iamcal.com>
+
+Copyright: Copyright (C) 2004-2005, Cal Henderson, <cal at iamcal.com>
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the "Artistic License" which comes with Perl.
+
+On Debian GNU/Linux systems, the complete text of the Artistic Licence
+can be found in `/usr/share/common-licenses/Artistic'.
+
+The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libflickr-api-perl/debian/dirs
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/dirs?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/dirs (added)
+++ trunk/libflickr-api-perl/debian/dirs Thu Dec  6 19:58:23 2007
@@ -1,0 +1,2 @@
+usr/bin
+usr/sbin

Added: trunk/libflickr-api-perl/debian/docs
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/docs?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/docs (added)
+++ trunk/libflickr-api-perl/debian/docs Thu Dec  6 19:58:23 2007
@@ -1,0 +1,1 @@
+README

Added: trunk/libflickr-api-perl/debian/patches/00-fix427318-jun3-07.test.pl.patch
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/patches/00-fix427318-jun3-07.test.pl.patch?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/patches/00-fix427318-jun3-07.test.pl.patch (added)
+++ trunk/libflickr-api-perl/debian/patches/00-fix427318-jun3-07.test.pl.patch Thu Dec  6 19:58:23 2007
@@ -1,0 +1,29 @@
+--- test.pl	2007-06-03 16:28:42.000000000 -0400
++++ test.mod.pl	2007-06-03 16:29:11.000000000 -0400
+@@ -1,5 +1,5 @@
+ use Test::More;
+-BEGIN { plan tests => 17 };
++BEGIN { plan tests => 15 };
+ 
+ BEGIN { use_ok( 'Flickr::API' ); }
+ 
+@@ -22,7 +22,7 @@
+ #
+ 
+ # this error code will change in future!
+-is($rsp->{error_code}, 112, 'checking the error code for "method not found"');
++#is($rsp->{error_code}, 112, 'checking the error code for "method not found"');
+ 
+ #print "code was $rsp->{error_code}, msg was $rsp->{error_message}\n";
+ 
+@@ -32,8 +32,8 @@
+ # check the 'format not found' error is working
+ #
+ 
+-$rsp = $api->execute_method('flickr.test.echo', {format => 'fake'});
+-is($rsp->{error_code}, 111, 'checking the error code for "format not found"');
++#$rsp = $api->execute_method('flickr.test.echo', {format => 'fake'});
++#is($rsp->{error_code}, 111, 'checking the error code for "format not found"');
+ 
+ 
+ ##################################################

Added: trunk/libflickr-api-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/rules?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/rules (added)
+++ trunk/libflickr-api-perl/debian/rules Thu Dec  6 19:58:23 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+install/libflickr-api-perl::
+	rm -rfv debian/libflickr-api-perl/usr/lib

Propchange: trunk/libflickr-api-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libflickr-api-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/watch?rev=10934&op=file
==============================================================================
--- trunk/libflickr-api-perl/debian/watch (added)
+++ trunk/libflickr-api-perl/debian/watch Thu Dec  6 19:58:23 2007
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/CPAN/authors/id/I/IA/IAMCAL/Flickr-API-(.*)\.tar\.gz




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