DH compat level 9
authorSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2014 17:20:54 +0000 (13:20 -0400)
committerSam Hartman <hartmans@debian.org>
Sun, 24 Aug 2014 17:20:54 +0000 (13:20 -0400)
multiarch install

Add misc:depends

debian/compat
debian/control
debian/libradsec-dev.install
debian/libradsec0.install
debian/libradsec0.lintian-overrides [new file with mode: 0644]
debian/rules

index 7f8f011..ec63514 100644 (file)
@@ -1 +1 @@
-7
+9
index e5e4258..3c4c3f4 100644 (file)
@@ -1,8 +1,8 @@
 Source: libradsec
 Priority: extra
 Maintainer: Sam Hartman <hartmans@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 9), autotools-dev, libconfuse-dev, libssl-dev, libevent-dev (>= 2.0), dh-autoreconf
+Standards-Version: 3.9.5
 Section: libs
 Vcs-Git: git://git.project-moonshot.org/git/libradsec.git
 #Vcs-Browser: http://git.debian.org/?p=collab-maint/libradsec.git;a=summary
@@ -10,7 +10,7 @@ Vcs-Git: git://git.project-moonshot.org/git/libradsec.git
 Package: libradsec-dev
 Section: libdevel
 Architecture: any
-Depends: libradsec0 (= ${binary:Version}), ${Misc:Depends}
+Depends: libradsec0 (= ${binary:Version}), ${misc:Depends}
 Description: RADIUS library with RADSEc support 
  This is the development library for libradsec, a RADIUS library
  supporting RADIUS and RADSEC.
index 444fb26..b849e94 100644 (file)
@@ -1,3 +1,3 @@
 usr/include
-usr/lib/lib*.a
-usr/lib/lib*.so
+usr/lib/*/lib*.a
+usr/lib/*/lib*.so
index d0dbfd1..3ddde58 100644 (file)
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/*/lib*.so.*
diff --git a/debian/libradsec0.lintian-overrides b/debian/libradsec0.lintian-overrides
new file mode 100644 (file)
index 0000000..2e2bed8
--- /dev/null
@@ -0,0 +1,2 @@
+# It's upset because debian/* is GPL, but there's no code in that
+E: libradsec0: possible-gpl-code-linked-with-openssl
index 6a97865..a7c033f 100755 (executable)
@@ -11,5 +11,5 @@
 
 
 override_dh_auto_configure:
-       dh_auto_configure --with autoreconf -- --enable-tls --enable-tls-psk  CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'
+       dh_auto_configure -- --enable-tls --enable-tls-psk  CFLAGS='$(shell dpkg-buildflags --get CFLAGS) -pthread'