[sqitch] 01/02: Remove empty dependency packages

zeha at debian.org zeha at debian.org
Thu Jul 24 22:08:01 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 077750874fd681cc090423cb8c12ee225275794a
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue Jul 22 22:13:13 2014 +0200

    Remove empty dependency packages
---
 debian/control        | 55 ++-------------------------------------------------
 debian/sqitch.install |  2 --
 2 files changed, 2 insertions(+), 55 deletions(-)

diff --git a/debian/control b/debian/control
index 3625c58..a379a37 100644
--- a/debian/control
+++ b/debian/control
@@ -83,62 +83,11 @@ Depends: libclone-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 | mysql-client | firebird2.5-classic | firebird2.5-super,
          ${misc:Depends},
          ${perl:Depends}
-Recommends: sqitch-pg | sqitch-sqlite | sqitch-mysql | sqitch-firebird
 Description: Sane database change management
  Sqitch 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,
-         libdbi-perl,
-         postgresql-client,
-         sqitch (>= ${source:Version}),
-         ${misc:Depends}
-Description: Sane database change management - PostgreSQL support
- Sqitch 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-sqlite3-perl (>= 1.37),
-         libdbi-perl,
-         sqitch (>= ${source:Version}),
-         sqlite3,
-         ${misc:Depends}
-Description: Sane database change management - SQLite support
- Sqitch 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
- Sqitch 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
- Sqitch 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.
diff --git a/debian/sqitch.install b/debian/sqitch.install
deleted file mode 100644
index d2134d8..0000000
--- a/debian/sqitch.install
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/etc/sqitch etc
-debian/tmp/usr/* usr

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