[sqitch] 03/04: Update versioned (build) dependencies.
gregor herrmann
gregoa at debian.org
Sat Dec 17 17:03:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository sqitch.
commit 90e7c0b8d11745c160e6a32b31a12f6f4d512b84
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Dec 17 17:57:30 2016 +0100
Update versioned (build) dependencies.
Drop unnecessary version constraints.
---
debian/control | 22 ++++++++++------------
1 file changed, 10 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index ad3933f..77d9725 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: sqitch
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Christian Hofstaedtler <zeha at debian.org>
Section: database
+Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
-Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
+Build-Depends-Indep: libcapture-tiny-perl,
libclass-xsaccessor-perl (>= 1.18),
libclone-perl,
libconfig-gitlike-perl (>= 1.11),
- libdatetime-perl (>= 1.04),
+ libdatetime-perl,
libdatetime-timezone-perl,
libdbi-perl,
libdevel-stacktrace-perl,
@@ -42,17 +43,17 @@ Build-Depends-Indep: libcapture-tiny-perl (>= 0.12),
libtype-tiny-perl,
libtype-tiny-xs-perl,
liburi-db-perl,
- liburi-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
+ liburi-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/sqitch.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/sqitch.git
Homepage: http://sqitch.org/
-Testsuite: autopkgtest-pkg-perl
Package: sqitch
Architecture: all
-Depends: libclone-perl,
+Depends: ${perl:Depends},
+ ${misc:Depends},
+ libclone-perl,
libconfig-gitlike-perl (>= 1.11),
libdatetime-perl,
libdatetime-timezone-perl,
@@ -80,12 +81,9 @@ Depends: libclone-perl,
libtype-tiny-xs-perl,
liburi-db-perl,
liburi-perl,
- perl (>= 5.11.0),
- libdbd-pg-perl | libdbd-sqlite3-perl (>= 1.37) | libdbd-mysql-perl (>= 4.018) | libdbd-firebird-perl (>= 1.11),
- postgresql-client | sqlite3 | default-mysql-client | virtual-mysql-client | firebird2.5-classic | firebird2.5-super,
- ${misc:Depends},
- ${perl:Depends}
-Description: Sane database change management
+ libdbd-pg-perl | libdbd-sqlite3-perl | libdbd-mysql-perl | libdbd-firebird-perl (>= 1.11),
+ postgresql-client | sqlite3 | default-mysql-client | virtual-mysql-client | firebird2.5-classic | firebird2.5-super
+Description: sane database change management
Sqitch provides a simple yet robust interface for database change
management. The philosophy and functionality is inspired by
Git.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sqitch.git
More information about the Pkg-perl-cvs-commits
mailing list