[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.4.5-7+squeeze1-99-g6e10c83

Modestas Vainius modax at alioth.debian.org
Mon Mar 28 08:10:31 UTC 2011


The following commit has been merged in the master branch:
commit a76ee6a9b32cde581afe4aec84a64417659f9e77
Author: Modestas Vainius <modax at debian.org>
Date:   Mon Mar 28 03:01:40 2011 +0300

    Remove executable permissions from klipper.desktop.
    
    Fixes W: klipper: executable-not-elf-or-script usr/share/autostart/klipper.desktop
---
 debian/changelog |    1 +
 debian/rules     |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 78cac89..4c6fd36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -119,6 +119,7 @@ kdebase-workspace (4:4.6.1-0r2) UNRELEASED; urgency=low
   * Switch debian/rules engine to dhmk based qt-kde-team/2/*.
   * Disable testsuite.
   * Require debhelper 7.2.7~.
+  * Remove executable permissions from klipper.desktop.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 31 Jul 2010 16:41:50 +0300
 
diff --git a/debian/rules b/debian/rules
index 1f98d2a..df8b4b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,10 @@ DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 override_dh_auto_configure:
 	$(overriden_command) -- -DKDE4_KDM_PAM_SERVICE=kdm -DKDE4_COMMON_PAM_SERVICE=kdm
 
+override_dh_auto_install:
+	$(overriden_command)
+	chmod a-x debian/tmp/usr/share/autostart/klipper.desktop
+
 .PHONY: override_dh_auto_test
 
 override_dh_strip:

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list