1
0
Fork 0
php-sqlcipher/debian/control.in
2025-10-14 17:40:53 +11:00

28 lines
748 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Source: ${PKG}
Section: php
Priority: optional
Maintainer: ${MAINT_NAME} <${MAINT_EMAIL}>
Standards-Version: 4.7.2
Build-Depends:
debhelper-compat (= 13),
dh-php,
pkg-php-tools,
${PHP_BIN}-dev,
libssl-dev,
libsqlite3-dev,
autoconf, automake, libtool, git
Rules-Requires-Root: no
Homepage: https://www.zetetic.net/sqlcipher
Package: ${PKG}
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
${php:Depends},
Provides: ${PHP_BIN}-sqlite3, php-sqlite3
Replaces: ${PHP_BIN}-sqlite3, php-sqlite3
Conflicts: ${PHP_BIN}-sqlite3
Description: SQLite3/SQLCipher module for PHP ${PHP_VER} (drop-in replacement)
SQLCipher-enabled build of PHPs sqlite3 and pdo_sqlite extensions.
Acts as a drop-in replacement for ${PHP_BIN}-sqlite3.