[SCM] KDE Artwork module packaging branch, master, updated. debian/15.08.3-1-5-g93323be
Pino Toscano
pino at moszumanska.debian.org
Sat Jul 23 11:27:46 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kdeartwork.git;a=commitdiff;h=e2c1d1d
The following commit has been merged in the master branch:
commit e2c1d1db974d42c6f225ff9d0a0d4fc87a011ae3
Author: Pino Toscano <pino at debian.org>
Date: Sat Jul 23 13:25:43 2016 +0200
disable compression for kdeartwork-wallpapers (#766356)
---
debian/changelog | 1 +
debian/rules | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index a6e33ec..368c23f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ kdeartwork (4:15.08.3-2) UNRELEASED; urgency=medium
* Explictly disable the build of kscreensaver, kwin-styles, styles, and
desktopthemes by passing -DBUILD_<foo>=OFF arguments to CMake.
- drop patch kubuntu_disable_kwin-styles.diff, as it is no more needed now
+ * Disable the compression for kdeartwork-wallpapers. (Closes: #766356)
-- Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 23 Jul 2016 13:07:39 +0200
diff --git a/debian/rules b/debian/rules
index 9caf0c8..04389a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,7 @@ override_dh_auto_configure:
-DBUILD_kwin-styles=OFF \
-DBUILD_styles=OFF \
-DBUILD_desktopthemes=OFF
+
+override_dh_builddeb:
+ dh_builddeb -pkdeartwork-wallpapers -- -Znone
+ dh_builddeb --remaining-packages
--
KDE Artwork module packaging
More information about the pkg-kde-commits
mailing list