[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:39 UTC 2017


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

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

    Avoid building the sample apps
    
    Gbp-Dch: Ignore
---
 debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d4b85b3..d587269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,10 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 	dh $@ --parallel --with pkgkde_symbolshelper --buildsystem cmake
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DEXIV2_ENABLE_BUILD_PO=ON -DEXIV2_ENABLE_VIDEO=ON
+	dh_auto_configure -- \
+	    -DEXIV2_ENABLE_BUILD_SAMPLES=OFF \
+	    -DEXIV2_ENABLE_BUILD_PO=ON \
+	    -DEXIV2_ENABLE_VIDEO=ON
 
 override_dh_clean:
 	dh_clean

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list