Control: tags 898375 + patch
Control: tags 898375 + pending
Dear maintainer,
I've prepared an NMU for duo-unix (versioned as 1.9.21-1.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru duo-unix-1.9.21/debian/changelog duo-unix-1.9.21/debian/changelog
--- duo-unix-1.9.21/debian/changelog 2017-05-31 21:16:05.000000000 +0300
+++ duo-unix-1.9.21/debian/changelog 2018-06-08 22:18:44.000000000 +0300
@@ -1,3 +1,12 @@
+duo-unix (1.9.21-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Move the headers to /usr/include/duo as already done by several
+ other distributions, thanks to Juhani Numminen. (Closes: #898375)
+ * Priority: extra -> optional
+
+ -- Adrian Bunk <[email protected]> Fri, 08 Jun 2018 22:18:44 +0300
+
duo-unix (1.9.21-1) unstable; urgency=medium
* New upstream release (Closes: 863831).
diff -Nru duo-unix-1.9.21/debian/control duo-unix-1.9.21/debian/control
--- duo-unix-1.9.21/debian/control 2016-11-17 07:25:57.000000000 +0200
+++ duo-unix-1.9.21/debian/control 2018-06-08 22:18:44.000000000 +0300
@@ -1,5 +1,5 @@
Source: duo-unix
-Priority: extra
+Priority: optional
Maintainer: Kees Cook <[email protected]>
Build-Depends: debhelper (>= 9), dh-autoreconf, libcurl4-openssl-dev,
libssl-dev, libpam-dev, python, chrpath
diff -Nru duo-unix-1.9.21/debian/libduo-dev.install duo-unix-1.9.21/debian/libduo-dev.install
--- duo-unix-1.9.21/debian/libduo-dev.install 2011-09-02 23:21:02.000000000 +0300
+++ duo-unix-1.9.21/debian/libduo-dev.install 2018-06-08 22:18:44.000000000 +0300
@@ -1,3 +1,3 @@
usr/lib/*/libduo.so
usr/lib/*/pkgconfig/*
-usr/include/*
+usr/include/duo/*
diff -Nru duo-unix-1.9.21/debian/rules duo-unix-1.9.21/debian/rules
--- duo-unix-1.9.21/debian/rules 2016-11-17 07:25:57.000000000 +0200
+++ duo-unix-1.9.21/debian/rules 2018-06-08 22:18:44.000000000 +0300
@@ -12,7 +12,8 @@
override_dh_auto_configure:
dh_auto_configure -- --with-pam=/lib/$(DEB_HOST_MULTIARCH)/security \
- --sysconfdir=/etc/security
+ --sysconfdir=/etc/security \
+ --includedir=\$${prefix}/include/duo
# Disable testsuite completely -- it is very broken on buildds
override_dh_auto_test: