[SCM] krita packaging branch, master, updated. debian/3.1.1+dfsg-1-3-g8b0cdc3

Pino Toscano pino at moszumanska.debian.org
Sat Jun 17 14:37:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/calligra/krita.git;a=commitdiff;h=8b0cdc3

The following commit has been merged in the master branch:
commit 8b0cdc330fa49aa747f920746a2d8535b43351dd
Author: Pino Toscano <pino at debian.org>
Date:   Sat Jun 17 16:15:22 2017 +0200

    drop the -DPACKAGERS_BUILD=ON cmake parameter
    
    that option is gone
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1426884..b9fe840 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ krita (1:3.1.4+dfsg-0r1) UNRELEASED; urgency=medium
       in Debian
     - bump all the Qt packages to 5.6.0, as required by the upstream build
       system
+  * Drop the -DPACKAGERS_BUILD=ON cmake parameter, as that option is gone.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 17 Jun 2017 15:48:06 +0200
 
diff --git a/debian/rules b/debian/rules
index 6737275..eecd5c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ l10npkgs_packages_rels := $(patsubst %,$(l10npkgs_prefix)-% $(l10npkgs_fixed_ver
 	dh $@ --parallel --with kf5
 
 override_dh_auto_configure:
-	dh_auto_configure -Skf5 -- -DPACKAGERS_BUILD=ON -DFOUNDATION_BUILD=OFF -DBUILD_TESTING=OFF
+	dh_auto_configure -Skf5 -- -DFOUNDATION_BUILD=OFF -DBUILD_TESTING=OFF
 
 override_dh_auto_install:
 	dh_auto_install

-- 
krita packaging



More information about the pkg-kde-commits mailing list