[SCM] KDE Base Workspace module packaging branch, master, updated. debian/4.10.5-3

Maximiliano Curia maxy at alioth.debian.org
Fri Aug 2 12:46:28 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=4553e69

The following commit has been merged in the master branch:
commit 4553e69d48011e075aae064f5e0c3a2d308becc3
Author: Maximiliano Curia <maxy at debian.org>
Date:   Fri Aug 2 11:44:59 2013 +0200

    Let lintian find the set -e
---
 debian/kdm.postrm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/kdm.postrm b/debian/kdm.postrm
index 549797a..384ef44 100644
--- a/debian/kdm.postrm
+++ b/debian/kdm.postrm
@@ -1,4 +1,5 @@
-#! /bin/sh -e
+#!/bin/sh
+set -e
 
 case "$1" in
     purge)

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list