[SCM] qtimageformats packaging branch, experimental, updated. debian/5.3.1-1-6-g0b944da
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Tue Sep 16 19:00:40 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtimageformats.git;a=commitdiff;h=bd1cc9f
The following commit has been merged in the experimental branch:
commit bd1cc9fc47e10fec06d5ffa19ab7936f4b8192f3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Tue Sep 16 16:00:11 2014 -0300
Create fix_libmng_test.patch in order to use the system libmng.
---
debian/changelog | 1 +
debian/patches/fix_libmng_test.patch | 22 ++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 24 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ffbce2e..852c163 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtimageformats-opensource-src (5.3.2-1) UNRELEASED; urgency=medium
* New upstream release.
- Removes undistributable files (Closes: #760172).
* Bump Qt build dependencies.
+ * Create fix_libmng_test.patch in order to use the system libmng.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 16 Sep 2014 15:35:16 -0300
diff --git a/debian/patches/fix_libmng_test.patch b/debian/patches/fix_libmng_test.patch
new file mode 100644
index 0000000..e1db9f5
--- /dev/null
+++ b/debian/patches/fix_libmng_test.patch
@@ -0,0 +1,22 @@
+Author: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
+Description: fix libmng test by adding necessary header.
+ libmng pulls in libjpeg. In turn libjpeg requires that code that uses it should
+ include stdio.h [0].
+ .
+ [0] <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461602#10>
+Applied-Upstream: no
+
+---
+ config.tests/libmng/libmng.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/config.tests/libmng/libmng.cpp
++++ b/config.tests/libmng/libmng.cpp
+@@ -39,6 +39,7 @@
+ **
+ ****************************************************************************/
+
++#include <stdio.h>
+ #include <libmng.h>
+
+ int main(int, char **)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e933bc9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_libmng_test.patch
--
qtimageformats packaging
More information about the pkg-kde-commits
mailing list