control: +patch I made bugfix patch and also attach NMU debdiff.
Description: Fix including headers file in wrong place Author: Mateusz Åukasik <mat...@linuxmint.pl> Bug-Debian: http://bugs.debian.org/739308
--- b/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,7 +3,7 @@ libincludedir = ${libdir}/@PACKAGE@/incl lib_LTLIBRARIES = libzip.la noinst_HEADERS = zipint.h -include_HEADERS = zip.h +include_HEADERS = zip.h zipconf.h nodist_libinclude_HEADERS = zipconf.h # also update CMakeLists.txt when changing version
diff -Nru libzip-0.11.2/debian/changelog libzip-0.11.2/debian/changelog --- libzip-0.11.2/debian/changelog 2014-02-09 17:32:08.000000000 +0100 +++ libzip-0.11.2/debian/changelog 2014-03-08 22:15:16.000000000 +0100 @@ -1,3 +1,12 @@ +libzip (0.11.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add debian/patches/fix_zipconf_patch.patch to fix include headers file + in wrong place. (Closes: #739308) + * Update debian/libzip-dev.install. + + -- Mateusz Łukasik <mat...@linuxmint.pl> Sat, 08 Mar 2014 22:15:13 +0100 + libzip (0.11.2-1) unstable; urgency=medium * New upstream release (Closes: #734388). diff -Nru libzip-0.11.2/debian/libzip-dev.install libzip-0.11.2/debian/libzip-dev.install --- libzip-0.11.2/debian/libzip-dev.install 2014-02-09 17:32:14.000000000 +0100 +++ libzip-0.11.2/debian/libzip-dev.install 2014-03-08 22:14:39.000000000 +0100 @@ -1,4 +1,5 @@ usr/include/zip.h +usr/include/zipconf.h usr/lib/*/libzip.a usr/lib/*/libzip.so usr/lib/*/libzip/include/zipconf.h diff -Nru libzip-0.11.2/debian/patches/fix_zipconf_patch.patch libzip-0.11.2/debian/patches/fix_zipconf_patch.patch --- libzip-0.11.2/debian/patches/fix_zipconf_patch.patch 1970-01-01 01:00:00.000000000 +0100 +++ libzip-0.11.2/debian/patches/fix_zipconf_patch.patch 2014-03-08 22:06:23.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Fix including headers file in wrong place +Author: Mateusz Łukasik <mat...@linuxmint.pl> +Bug-Debian: http://bugs.debian.org/739308 + +--- b/lib/Makefile.am ++++ b/lib/Makefile.am +@@ -3,7 +3,7 @@ libincludedir = ${libdir}/@PACKAGE@/incl + + lib_LTLIBRARIES = libzip.la + noinst_HEADERS = zipint.h +-include_HEADERS = zip.h ++include_HEADERS = zip.h zipconf.h + nodist_libinclude_HEADERS = zipconf.h + + # also update CMakeLists.txt when changing version diff -Nru libzip-0.11.2/debian/patches/series libzip-0.11.2/debian/patches/series --- libzip-0.11.2/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ libzip-0.11.2/debian/patches/series 2014-03-08 22:03:53.000000000 +0100 @@ -0,0 +1 @@ +fix_zipconf_patch.patch