Debian compat=7 and use YAZ 5. PHPYAZ-21
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Oct 2013 11:38:56 +0000 (13:38 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Oct 2013 11:38:56 +0000 (13:38 +0200)
debian/compat [new file with mode: 0644]
debian/control
debian/rules

diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
index 8d8d93b..e96de14 100644 (file)
@@ -2,7 +2,7 @@ Source: php5-yaz
 Section: web
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
 Section: web
 Priority: optional
 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
-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
 Standards-Version: 3.1.1
 
 Package: php5-yaz
index 0e2a3e7..2a4c258 100755 (executable)
@@ -5,8 +5,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 # 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
 
 build: build-stamp
 build-stamp: build-yaz/configure