diff --git a/package/DEBIAN/control.in b/package/DEBIAN/control.in new file mode 100644 index 0000000..8f008ab --- /dev/null +++ b/package/DEBIAN/control.in @@ -0,0 +1,12 @@ +Package: php5-sqlcipher +Version: 5.4.4-14 +Architecture: amd64 +Maintainer: Anton Batenev +Installed-Size: 350 +Depends: libc6 (>= 2.13-38), libssl1.0.0 (>=1.0.1e-2), libicu48 (>=4.8.1.1-12), phpapi-20100525, php5-common (= 5.4.4-14) +Section: php +Priority: optional +Homepage: https://github.com/abbat/pdo_sqlcipher +Description: sqlcipher module for PHP 5 + SQLCipher is an SQLite extension that provides transparent + 256-bit AES encryption of database files.