rev 9164 - kde-extras/kdesudo/trunk/debian

Sune Vuorela pusling-guest at alioth.debian.org
Sat Jan 26 16:48:33 UTC 2008


Author: pusling-guest
Date: 2008-01-26 16:48:33 +0000 (Sat, 26 Jan 2008)
New Revision: 9164

Modified:
   kde-extras/kdesudo/trunk/debian/changelog
   kde-extras/kdesudo/trunk/debian/control
   kde-extras/kdesudo/trunk/debian/postrm
Log:
* Add po-debconf to build-depends. lintian says it is missing. Parts are
  used in clean target
* Remove unimportant warning from postrm script

Modified: kde-extras/kdesudo/trunk/debian/changelog
===================================================================
--- kde-extras/kdesudo/trunk/debian/changelog	2008-01-26 16:38:24 UTC (rev 9163)
+++ kde-extras/kdesudo/trunk/debian/changelog	2008-01-26 16:48:33 UTC (rev 9164)
@@ -8,6 +8,9 @@
   * Add french debconf translation. Thanks Christian Perrier (Closes: 459530)
   * Add dutch debconf translation. Thanks Bart Cornelis (Closes: 459702)
   * Add german debconf translation. Thanks Helge Kreutzmann (Closes: 460423)
+  * Add po-debconf to build-depends. lintian says it is missing. Parts are
+    used in clean target
+  * Remove unimportant warning from postrm script
 
 
  -- Sune Vuorela <debian at pusling.com>  Sat, 26 Jan 2008 15:01:07 +0100

Modified: kde-extras/kdesudo/trunk/debian/control
===================================================================
--- kde-extras/kdesudo/trunk/debian/control	2008-01-26 16:38:24 UTC (rev 9163)
+++ kde-extras/kdesudo/trunk/debian/control	2008-01-26 16:48:33 UTC (rev 9164)
@@ -2,7 +2,7 @@
 Section: kde
 Priority: optional
 Maintainer: Sune Vuorela <debian at pusling.com>
-Build-Depends: debhelper (>> 5), cdbs, kdelibs4-dev, docbook2x
+Build-Depends: debhelper (>> 5), cdbs, kdelibs4-dev, docbook2x,po-debconf
 Standards-Version: 3.7.3
 Homepage: https://launchpad.net/kdesudo
 

Modified: kde-extras/kdesudo/trunk/debian/postrm
===================================================================
--- kde-extras/kdesudo/trunk/debian/postrm	2008-01-26 16:38:24 UTC (rev 9163)
+++ kde-extras/kdesudo/trunk/debian/postrm	2008-01-26 16:48:33 UTC (rev 9164)
@@ -30,8 +30,9 @@
 		db_purge
 	fi
     ;;
-  *) echo "$0: didn't understand being called with \`$1'" 1>&2
-     exit 0;;
+  *) 
+     exit 0
+  ;;
 esac
 
 #DEBHELPER#




More information about the pkg-kde-commits mailing list