[SCM] Debian packaging of libcache-historical-perl branch, master, updated. b909fbb760670baf4338d8dad6488f290b5f99b0

gregor herrmann gregoa at debian.org
Thu Jul 5 20:12:50 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 4383cc6..cfe5cfb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,29 +1,30 @@
 Source: libcache-historical-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Mats Erik Andersson <mats.andersson at gisladisker.se>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libdbd-sqlite3-perl,
- libdbi-perl,
- liblog-log4perl-perl,
- librose-db-object-perl (>= 1:0.785),
- librose-db-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Mats Erik Andersson <mats.andersson at gisladisker.se>,
- gregor herrmann <gregoa at debian.org>
+                     libdbd-sqlite3-perl,
+                     libdbi-perl,
+                     liblog-log4perl-perl,
+                     librose-db-object-perl,
+                     librose-db-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Cache-Historical/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-historical-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcache-historical-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcache-historical-perl.git
+Homepage: http://search.cpan.org/dist/Cache-Historical/
 
 Package: libcache-historical-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends},
- libdbd-sqlite3-perl,
- libdbi-perl,
- liblog-log4perl-perl,
- librose-db-object-perl (>= 1:0.785),
- librose-db-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdbd-sqlite3-perl,
+         libdbi-perl,
+         liblog-log4perl-perl,
+         librose-db-object-perl,
+         librose-db-perl
 Description: simple data caching service with time history
  Cache::Historical provides simple methods to store and search text values
  that are tied to a time and a key, like user or category. Each caching
@@ -33,3 +34,4 @@ Description: simple data caching service with time history
  .
  This module uses SQLite3 as database backend, thus leaving ample space
  for costumized additional tools to the same cached historic data.
+

-- 
Debian packaging of libcache-historical-perl



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