[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:47:40 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=3d8d3d8

The following commit has been merged in the master branch:
commit 3d8d3d861d075f1cbf6551dcc78a78be962ba41d
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Thu Jul 13 13:48:53 2017 +0200

    Disable the static xmp lib
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c6ecc15..b02e8c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,9 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	    -DEXIV2_ENABLE_BUILD_SAMPLES=OFF \
 	    -DEXIV2_ENABLE_BUILD_PO=ON \
+	    -DEXIV2_ENABLE_BUILD_SAMPLES=OFF \
+	    -DEXIV2_ENABLE_LIBXMP=OFF \
 	    -DEXIV2_ENABLE_VIDEO=ON
 
 override_dh_clean:

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list