r14750 - in /trunk/libflickr-api-perl/debian: changelog control

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon Feb 11 10:54:06 UTC 2008


Author: tincho-guest
Date: Mon Feb 11 10:54:05 2008
New Revision: 14750

URL: http://svn.debian.org/wsvn/?sc=1&rev=14750
Log:
- added version to libxml-parser-lite-tree-perl dependency.
* debian/copyright: new format, and real CP info (it is Artistic and not
  GPL!)

Modified:
    trunk/libflickr-api-perl/debian/changelog
    trunk/libflickr-api-perl/debian/control

Modified: trunk/libflickr-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/changelog?rev=14750&op=diff
==============================================================================
--- trunk/libflickr-api-perl/debian/changelog (original)
+++ trunk/libflickr-api-perl/debian/changelog Mon Feb 11 10:54:05 2008
@@ -1,7 +1,4 @@
-libflickr-api-perl (0.09-1) UNRELEASED; urgency=low
-
-  FIXME: have this ever worked for somebody? the xml parser it uses is totally
-  FUBAR. See: #465198, #461194
+libflickr-api-perl (0.09-1) unstable; urgency=low
 
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
@@ -9,7 +6,7 @@
 
   [ gregor herrmann ]
   * debian/rules: delete /usr/lib/perl5 only if it exists.
- 
+
   [ Martín Ferrari ]
   * New upstream release.
   * debian/watch: use dist/ URL.
@@ -18,9 +15,11 @@
   - add myself to Uploaders and set Maintainer to DPG.
   - bump Standards-Version (no changes).
   - remove spurious dependency on libsoap-lite-perl.
-  * debian/copyright: new format.
+  - added version to libxml-parser-lite-tree-perl dependency.
+  * debian/copyright: new format, and real CP info (it is Artistic and not
+    GPL!)
 
- -- Damyan Ivanov <dmn at debian.org>  Fri, 07 Dec 2007 13:51:30 +0200
+ -- Martín Ferrari <martin.ferrari at gmail.com>  Mon, 11 Feb 2008 08:53:46 -0200
 
 libflickr-api-perl (0.08-2) unstable; urgency=low
 

Modified: trunk/libflickr-api-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libflickr-api-perl/debian/control?rev=14750&op=diff
==============================================================================
--- trunk/libflickr-api-perl/debian/control (original)
+++ trunk/libflickr-api-perl/debian/control Mon Feb 11 10:54:05 2008
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <martin.ferrari at gmail.com>,
  Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends-Indep: perl, libxml-parser-lite-tree-perl
+Build-Depends-Indep: perl, libxml-parser-lite-tree-perl (>= 0.03-2)
 Build-Depends: cdbs, debhelper (>= 5)
 Standards-Version: 3.7.3
 Homepage: http://search.cpan.org/dist/Flickr-API/
@@ -13,7 +13,7 @@
 
 Package: libflickr-api-perl
 Architecture: all
-Depends: ${perl:Depends}, libxml-parser-lite-tree-perl
+Depends: ${perl:Depends}, libxml-parser-lite-tree-perl (>= 0.03-2)
 Description: Perl interface to the Flickr API
  A simple interface for using the Flickr API.
  .




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