From 9ad8c8802c3874b3a81843c40d28d0f0bb0259b2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 17 Oct 2013 13:38:56 +0200 Subject: [PATCH] Debian compat=7 and use YAZ 5. PHPYAZ-21 --- debian/compat | 1 + debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 debian/compat diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control index 8d8d93b..e96de14 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: php5-yaz Section: web Priority: optional Maintainer: Adam Dickmeiss -Build-Depends: debhelper (>= 4), php5-dev, libyaz4-dev (>= 4.1.4) +Build-Depends: debhelper (>= 4), php5-dev, libyaz5-dev (>= 5.0.0) Standards-Version: 3.1.1 Package: php5-yaz diff --git a/debian/rules b/debian/rules index 0e2a3e7..2a4c258 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -# Force compat level five -export DH_COMPAT=5 +export DH_COMPAT=7 build: build-stamp build-stamp: build-yaz/configure -- 1.7.10.4