[sqitch] 04/05: Add database-support packages

zeha at debian.org zeha at debian.org
Tue Jul 22 17:11:16 UTC 2014


This is an automated email from the git hooks/post-receive script.

zeha pushed a commit to branch master
in repository sqitch.

commit 77ca58faf5b29390bc6422cf62569b95885801e4
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 22 18:51:50 2014 +0200

    Add database-support packages
---
 debian/control | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 56 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f56a4bd..5850bc4 100644
--- a/debian/control
+++ b/debian/control
@@ -84,7 +84,60 @@ Depends: libclone-perl,
          perl (>= 5.11.0),
          ${misc:Depends},
          ${perl:Depends}
+Recommends: sqitch-pg | sqitch-sqlite | sqitch-mysql | sqitch-firebird
 Description: Sane database change management
- Application that provides a simple yet robust interface for
- database change management. The philosophy and functionality is
- inspired by Git.
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+
+Package: sqitch-pg
+Architecture: all
+Depends: libdbd-pg-perl (>= 2.0.0),
+         libdbi-perl,
+         postgresql-client,
+         sqitch (>= ${source:Version}),
+         ${misc:Depends}
+Description: Sane database change management - PostgreSQL support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch PostgreSQL support.
+
+Package: sqitch-sqlite
+Architecture: all
+Depends: libdbd-sqlite-perl (>= 1.37),
+         libdbi-perl,
+         sqitch (>= ${source:Version}),
+         sqlite3,
+         ${misc:Depends}
+Description: Sane database change management - SQLite support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch SQLite support.
+
+Package: sqitch-mysql
+Architecture: all
+Depends: libdbd-mysql-perl (>= 4.018),
+         libdbi-perl,
+         mysql-client,
+         sqitch (>= ${source:Version}),
+         ${misc:Depends}
+Description: Sane database change management - MySQL support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch MySQL support.
+
+Package: sqitch-firebird
+Architecture: all
+Depends: firebird2.5-classic | firebird2.5-super,
+         libdbd-firebird-perl (>= 1.11),
+         libdbi-perl,
+         sqitch (>= ${source:Version}),
+         ${misc:Depends}
+Description: Sane database change management - Firebird support
+ Provides a simple yet robust interface for database change
+ management. The philosophy and functionality is inspired by
+ Git.
+ This dependency package bundles the Sqitch Firebird support.

-- 
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