[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:32 UTC 2011


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

    Add shebang to the kwin/data/kwin_blacklist.sh script
    
    (patch upstream_kwin_blacklist_add_shebang.diff).
    Fixes W: kde-window-manager: executable-not-elf-or-script usr/share/kde4/apps/kconf_update/kwin_blacklist.sh
---
 debian/changelog                                   |    2 +
 debian/patches/series                              |    1 +
 .../upstream_kwin_blacklist_add_shebang.diff       |   22 ++++++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4c6fd36..57e6a65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -120,6 +120,8 @@ kdebase-workspace (4:4.6.1-0r2) UNRELEASED; urgency=low
   * Disable testsuite.
   * Require debhelper 7.2.7~.
   * Remove executable permissions from klipper.desktop.
+  * Add shebang to the kwin/data/kwin_blacklist.sh script
+    (patch upstream_kwin_blacklist_add_shebang.diff).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 31 Jul 2010 16:41:50 +0300
 
diff --git a/debian/patches/series b/debian/patches/series
index 3b09d68..295ae62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -14,3 +14,4 @@
 32_ksmserver_fadeeffect_use_sse2_free.diff
 33_qguiplatformplugin_kde_NULL_check.diff
 97_fix_target_link_libraries.diff
+upstream_kwin_blacklist_add_shebang.diff
diff --git a/debian/patches/upstream_kwin_blacklist_add_shebang.diff b/debian/patches/upstream_kwin_blacklist_add_shebang.diff
new file mode 100644
index 0000000..0ee1696
--- /dev/null
+++ b/debian/patches/upstream_kwin_blacklist_add_shebang.diff
@@ -0,0 +1,22 @@
+From: Modestas Vainius <modax at debian.org>
+Subject: Add shebang to the kwin/data/kwin_blacklist.sh script
+Forwarded: no
+Origin: vendor
+Last-Update: 2011-03-28
+
+--- a/kwin/data/kwin_blacklist.sh
++++ b/kwin/data/kwin_blacklist.sh
+@@ -1,3 +1,5 @@
++#!/bin/sh
++
+ while read line; do
+     echo $line
+ done
+@@ -11,4 +13,5 @@ echo "[Blacklist][Blur]"
+ echo "Advanced Micro Devices=DRI R600:-:7.8.1,DRI R600:-:7.8.2"
+ echo "Ati=Radeon HD 3650:-:3.3.9901"
+ echo "NVIDIA=GeForce 6150/PCI/SSE2:-:195"
+-echo ""
+\ No newline at end of file
++echo ""
++

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list