[SCM] kde-dev-scripts packaging branch, master, updated. debian/4.14.0-1-4-g619313c

Pino Toscano pino at moszumanska.debian.org
Sun Oct 12 07:09:20 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-dev-scripts.git;a=commitdiff;h=619313c

The following commit has been merged in the master branch:
commit 619313c9ae0ee0778e0772f80101bf023ea38591
Author: Pino Toscano <pino at debian.org>
Date:   Sun Oct 12 09:09:01 2014 +0200

    do not compress examples (#764857)
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fd34c56..642fdbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ kde-dev-scripts (4:4.14.1-0r1) UNRELEASED; urgency=medium
 
   [ Pino Toscano ]
   * New upstream release.
+  * Make sure to not compress examples. (Closes: #764857)
 
   [ Maximiliano Curia ]
   * Update watch file.
diff --git a/debian/rules b/debian/rules
index d429f44..4655d38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ override_dh_auto_install:
 
 override_dh_installman:
 	$(overridden_command) --language=C
+
+override_dh_compress:
+	$(overridden_command) -Xexamples

-- 
kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list