From 8e86d65b5876f2153a109ceadcfa95dfa74edbb8 Mon Sep 17 00:00:00 2001 From: Vincent Kersten Date: Mon, 11 May 2015 08:17:24 +0200 Subject: [PATCH] do replace in-file with sed --- package/DEBIAN/control | 4 ++-- package/DEBIAN/control.in | 12 ------------ 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 package/DEBIAN/control.in diff --git a/package/DEBIAN/control b/package/DEBIAN/control index 8f008ab..90f69c0 100644 --- a/package/DEBIAN/control +++ b/package/DEBIAN/control @@ -1,9 +1,9 @@ Package: php5-sqlcipher -Version: 5.4.4-14 +Version: _PHP_VER 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) +Depends: libc6 (>= 2.13-38), libssl1.0.0 (>=1.0.1e-2), _LIBICU (>=_LIBICU_VER), phpapi-_PHP_API, php5-common (= _PHP_VER) Section: php Priority: optional Homepage: https://github.com/abbat/pdo_sqlcipher diff --git a/package/DEBIAN/control.in b/package/DEBIAN/control.in deleted file mode 100644 index 8f008ab..0000000 --- a/package/DEBIAN/control.in +++ /dev/null @@ -1,12 +0,0 @@ -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.