[SCM] pkg-kde-dev-scripts packaging branch, master, updated. c06fdd7138250d58aa76a714297d4fb4c622fbc4

José Manuel Santamaría Lema santa-guest at alioth.debian.org
Thu Dec 8 13:27:42 UTC 2011


The following commit has been merged in the master branch:
commit c06fdd7138250d58aa76a714297d4fb4c622fbc4
Author: José Manuel Santamaría Lema <panfaust at gmail.com>
Date:   Thu Dec 8 14:26:28 2011 +0100

    Convert dch-all in something more generic.
---
 dch-all => do-all |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dch-all b/do-all
similarity index 92%
rename from dch-all
rename to do-all
index 74cc0a8..3760278 100755
--- a/dch-all
+++ b/do-all
@@ -2,6 +2,6 @@
 
 for i in $(find . -maxdepth 1 -type d ! -name .); do
 	cd $i;
-	dch $@
+	$@
 	cd - > /dev/null;
 done;

-- 
pkg-kde-dev-scripts packaging



More information about the pkg-kde-commits mailing list