rev 19124 - in kde-extras/k3b/trunk/debian: . patches

Pino Toscano pino at alioth.debian.org
Mon Feb 20 11:21:10 UTC 2012


Author: pino
Date: 2012-02-20 11:21:09 +0000 (Mon, 20 Feb 2012)
New Revision: 19124

Added:
   kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch
Modified:
   kde-extras/k3b/trunk/debian/changelog
   kde-extras/k3b/trunk/debian/patches/series
Log:
add k3bsetup-put-the-shebang-in-the-first-line.patch

backport upstream commit to fix the detection of k3bsetup as shell script


Modified: kde-extras/k3b/trunk/debian/changelog
===================================================================
--- kde-extras/k3b/trunk/debian/changelog	2012-02-20 11:07:50 UTC (rev 19123)
+++ kde-extras/k3b/trunk/debian/changelog	2012-02-20 11:21:09 UTC (rev 19124)
@@ -7,6 +7,8 @@
   * Update patch 101_rename_normalize.diff to properly consider "normalize"
     the identifier to use for the normalize-audio version (thus fixing the
     normalize-audio detection). (Closes: #597155)
+  * Add k3bsetup-put-the-shebang-in-the-first-line.patch (backported from
+    upstream) to fix the detection of k3bsetup as shell script.
 
  -- Pino Toscano <pino at debian.org>  Mon, 20 Feb 2012 10:45:46 +0100
 

Added: kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch
===================================================================
--- kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch	                        (rev 0)
+++ kde-extras/k3b/trunk/debian/patches/k3bsetup-put-the-shebang-in-the-first-line.patch	2012-02-20 11:21:09 UTC (rev 19124)
@@ -0,0 +1,29 @@
+From f86c3980aac45ac81ab1737d3366c3cd5449fa3c Mon Sep 17 00:00:00 2001
+From: Pino Toscano <pino at kde.org>
+Date: Mon, 20 Feb 2012 12:12:42 +0100
+Subject: [PATCH] k3bsetup: put the shebang in the first line
+
+---
+ k3bsetup/k3bsetup |    4 +---
+ 1 files changed, 1 insertions(+), 3 deletions(-)
+
+diff --git a/k3bsetup/k3bsetup b/k3bsetup/k3bsetup
+index fbbbeeb..6e32d01 100644
+--- a/k3bsetup/k3bsetup
++++ b/k3bsetup/k3bsetup
+@@ -1,3 +1,4 @@
++#!/usr/bin/sh
+ #
+ # $Id$
+ # Copyright (C) 2003 Sebastian Trueg <trueg at k3b.org>
+@@ -12,7 +13,4 @@
+ # See the file "COPYING" for the exact licensing terms.
+ #
+ 
+-
+-#!/usr/bin/sh
+-
+ kcmshell4 k3bsetup
+-- 
+1.7.9
+

Modified: kde-extras/k3b/trunk/debian/patches/series
===================================================================
--- kde-extras/k3b/trunk/debian/patches/series	2012-02-20 11:07:50 UTC (rev 19123)
+++ kde-extras/k3b/trunk/debian/patches/series	2012-02-20 11:21:09 UTC (rev 19124)
@@ -7,3 +7,4 @@
 113_initial_preference.diff
 114_bug587996_bdr_capacity_fix.diff
 k3bscsicommand_bsd-Do-not-access-the-scsi_sense_data.patch
+k3bsetup-put-the-shebang-in-the-first-line.patch




More information about the pkg-kde-commits mailing list