[SCM] Debian packaging of libflickr-api-perl branch, master, updated. f02bf8449dfe05cb4208838ee4fe2471d0e06022

Xavier Guimard x.guimard at free.fr
Sun Nov 25 15:49:04 UTC 2012


The following commit has been merged in the master branch:
commit b565cd2db56b0823170e78a3f90c2249fb7f29ee
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sun Nov 25 16:22:44 2012 +0100

    Bump S-V to 3.9.4 + dh 8

diff --git a/debian/changelog b/debian/changelog
index f4d241f..c7ea555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,8 @@
 libflickr-api-perl (1.05-1) UNRELEASED; urgency=low
 
-  No upload necessary. Only contains a fix for Perl 5.6
-  IGNORE-VERSION: 1.04-1
-
   [ Jonathan Yu ]
   * New upstream release
     + Relicensed under Perl Artistic v 2.0
-  * Standards-Version 3.8.2 (no changes)
   * Added myself to Uploaders, updated Copyright
   * Added full text of Artistic2 to copyright; not in common-licenses
   * Relicensed debian/* under Artistic | GPL-1+ (I assume this is OK
@@ -38,6 +34,9 @@ libflickr-api-perl (1.05-1) UNRELEASED; urgency=low
   [ Xavier Guimard ]
   * Imported Upstream version 1.05
   * Update source format to 3.0 (quilt)
+  * Bump Standards-Version to 3.9.4
+  * Use debhelper 8
+  * Remove libcompress-zlib-perl from dependencies (now included in Perl)
 
  -- Xavier Guimard <x.guimard at free.fr>  Sun, 25 Nov 2012 16:12:26 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 69ea628..5127ab9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,16 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>,
            Jose Luis Rivas <ghostbar38 at gmail.com>,
            gregor herrmann <gregoa at debian.org>,
-           Jonathan Yu <jawnsy at cpan.org>
+           Jonathan Yu <jawnsy at cpan.org>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8),
-               quilt
-Build-Depends-Indep: libxml-parser-lite-tree-perl,
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: liburi-perl,
                      libwww-perl,
-                     liburi-perl
-Standards-Version: 3.8.2
+                     libxml-parser-lite-tree-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libflickr-api-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libflickr-api-perl.git
 Homepage: http://search.cpan.org/dist/Flickr-API/
@@ -20,10 +21,9 @@ Package: libflickr-api-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
-         libxml-parser-lite-tree-perl,
+         liburi-perl,
          libwww-perl,
-         liburi-perl
-Recommends: libcompress-zlib-perl
+         libxml-parser-lite-tree-perl
 Description: Perl interface to the Flickr API
  Flickr::API is a simple interface for using the Flickr API in Perl. It is a
  subclass of LWP::UserAgent, so all of the various proxy, request limit, cache

-- 
Debian packaging of libflickr-api-perl



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