[SCM] Debian packaging of libdbix-class-cursor-cached-perl branch, master, updated. debian/1.001002-1-2-gcb066ec

gregor herrmann gregoa at debian.org
Thu Jul 5 20:22:24 UTC 2012


The following commit has been merged in the master branch:
commit f53b36b093e1ba96fbad0adf4dc67aff3e3cad06
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:25:26 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index e0d0577..dc7a6d7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,29 @@
 Source: libdbix-class-cursor-cached-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libcache-cache-perl,
- libcarp-clan-perl,
- libdbix-class-perl (>= 0.08124),
- libdbd-sqlite3-perl (>= 1.25)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+                     libcache-cache-perl,
+                     libcarp-clan-perl,
+                     libdbix-class-perl (>= 0.08124),
+                     libdbd-sqlite3-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-cursor-cached-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-class-cursor-cached-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdbix-class-cursor-cached-perl.git
+Homepage: http://search.cpan.org/dist/DBIx-Class-Cursor-Cached/
 
 Package: libdbix-class-cursor-cached-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libdbix-class-perl (>= 0.08124),
- libcarp-clan-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdbix-class-perl (>= 0.08124),
+         libcarp-clan-perl
 Description: cursor object with built-in caching support
  DBIx::Class::Cursor::Cached is a Perl module providing a cursor class with
  built-in caching support. It allows for traversal of an arbitrary result set
  using "next", retrieving all results with "all" and resetting the cursor with
  "reset." Moreover, it caches your results to increase speed.
+

-- 
Debian packaging of libdbix-class-cursor-cached-perl



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