[SCM] Debian packaging of libdatetime-format-sqlite-perl branch, master, updated. cfb79aa4f6ecd290c70fa7621deea89342ab0e98

gregor herrmann gregoa at debian.org
Thu Jul 5 20:21:01 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index e3c5b8c..08a974a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libdatetime-format-sqlite-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libdatetime-perl (>= 0.1),
- libdatetime-format-builder-perl (>= 0.6), libdbd-sqlite3-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends-Indep: perl,
+                     libdatetime-perl,
+                     libdatetime-format-builder-perl,
+                     libdbd-sqlite3-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-sqlite-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdatetime-format-sqlite-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libdatetime-format-sqlite-perl.git
+Homepage: http://search.cpan.org/dist/DateTime-Format-SQLite/
 
 Package: libdatetime-format-sqlite-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libdatetime-perl (>= 0.1),
-  libdatetime-format-builder-perl (>= 0.6)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libdatetime-perl,
+         libdatetime-format-builder-perl
 Description: module to parse and format SQLite dates and times
  DateTime::Format::SQLite understands the formats used by SQLite for its date,
  datetime and time functions. It can be used to parse these formats in order
  to create DateTime objects, and it can take a DateTime object and produce a
  timestring accepted by SQLite.
+

-- 
Debian packaging of libdatetime-format-sqlite-perl



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