[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.6.2

Modestas Vainius modax at alioth.debian.org
Sat Feb 13 22:55:31 UTC 2010


The following commit has been merged in the master branch:
commit 2fcb281b795fca186e44d167d519d2f509c7d752
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Sat Feb 13 15:22:20 2010 +0200

    dh kde addon: exclude kde documentation from dh_compress by default.
---
 debhelper/Debian/Debhelper/Sequence/kde.pm |    4 ++++
 debian/changelog                           |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debhelper/Debian/Debhelper/Sequence/kde.pm b/debhelper/Debian/Debhelper/Sequence/kde.pm
index 1275288..63f7420 100644
--- a/debhelper/Debian/Debhelper/Sequence/kde.pm
+++ b/debhelper/Debian/Debhelper/Sequence/kde.pm
@@ -35,4 +35,8 @@ add_command_options("dh_auto_clean", "--buildsystem=kde");
 # Omit usr/lib/kde4 from dh_makeshlibs by default
 add_command_options("dh_makeshlibs", "-Xusr/lib/kde4/");
 
+# Exclude kde documentation from dh_compress by default
+add_command_options("dh_compress",
+    qw(-X.dcl -X.docbook -X-license -X.tag -X.sty -X.el));
+
 insert_after("dh_install", "dh_movelibkdeinit");
diff --git a/debian/changelog b/debian/changelog
index 9e8a290..6d12f23 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pkg-kde-tools (0.6.2~pre4) UNRELEASED; urgency=low
     or higher. kde4libs build system has been properly fixed in 4:4.4.0-1.
   * Omit usr/lib/kde4/ from dh_makeshlibs by default (debian-qt-kde.mk, kde.mk,
     dh kde addon).
+  * dh kde addon: exclude kde documentation from dh_compress by default.
 
  -- Modestas Vainius <modax at debian.org>  Sat, 13 Feb 2010 02:29:05 +0200
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list