[SCM] libkipi packaging branch, master, updated. debian/4%17.08.1-1-7-g39a3110

Pino Toscano pino at moszumanska.debian.org
Fri Dec 8 21:38:57 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/libkipi.git;a=commitdiff;h=39a3110

The following commit has been merged in the master branch:
commit 39a3110bf330d8de1d5a6a3d3e5e21b6ab1ebbd8
Author: Pino Toscano <pino at debian.org>
Date:   Fri Dec 8 22:36:16 2017 +0100

    drop the tests
---
 debian/changelog     | 6 ++++++
 debian/control       | 4 ----
 debian/not-installed | 4 ----
 debian/rules         | 3 +++
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b32e829..155fc49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,12 @@ libkf5kipi (4:17.08.3-0r1) UNRELEASED; urgency=medium
     not conflicting anymore.
   * Remove the libkf5kipi30.0.0, and libkf5kipi31.0.0 breaks/replaces from
     libkf5kipi32.0.0, since they have no files in common.
+  * Disable the building of tests, since there are no actual unit tests, but
+    only a test plugin
+    - pass -DBUILD_TESTING=OFF to cmake
+    - remove debian/not-installed, no more useful
+    - remove the now unused build dependencies: libkf5kexiv2-dev, libjpeg-dev,
+      libpng-dev, and libtiff-dev
 
  -- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 08 Dec 2017 22:02:13 +0100
 
diff --git a/debian/control b/debian/control
index 393b3b5..377c87f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,10 @@ Uploaders: Sune Vuorela <sune at debian.org>, Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake (>= 3.0.0),
                debhelper (>= 9),
                extra-cmake-modules (>= 1.1.0~),
-               libjpeg-dev,
                libkf5config-dev (>= 5.1.0~),
                libkf5i18n-dev (>= 5.1.0~),
-               libkf5kexiv2-dev (>= 5.0.0~),
                libkf5service-dev (>= 5.1.0~),
                libkf5xmlgui-dev (>= 5.1.0~),
-               libpng-dev,
-               libtiff-dev,
                pkg-kde-tools (>= 0.12),
                qtbase5-dev (>= 5.2.0~),
 Standards-Version: 4.1.2
diff --git a/debian/not-installed b/debian/not-installed
deleted file mode 100644
index 10f844a..0000000
--- a/debian/not-installed
+++ /dev/null
@@ -1,4 +0,0 @@
-# test plugin
-./usr/lib/*/qt5/plugins/kipiplugin_kxmlhelloworld.so
-./usr/share/kservices5/kipiplugin_kxmlhelloworld.desktop
-./usr/share/kxmlgui5/kipi/kipiplugin_kxmlhelloworldui.rc
diff --git a/debian/rules b/debian/rules
index b57f3e9..fcf3d12 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,6 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
+
+override_dh_auto_configure:
+	$(overridden_command) -- -DBUILD_TESTING=OFF

-- 
libkipi packaging



More information about the pkg-kde-commits mailing list