[debian-edu-commits] debian-edu/ 119/183: changed my email-adres to one that works, fixed small problem in listingmodule code trigerred with multiple shell-test requirements

Alexander Alemayhu ccscanf-guest at moszumanska.debian.org
Wed Jun 11 16:48:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

ccscanf-guest pushed a commit to branch master
in repository desktop-profiles.

commit 07b064b98b1bd4afa250eb7c2ca02906641ef5c1
Author: Bart Cornelis <cobaco at linux.be>
Date:   Tue Jun 6 09:14:23 2006 +0000

    changed my email-adres to one that works, fixed small problem
    in listingmodule code trigerred with multiple shell-test requirements
---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 listingmodule    | 4 ++--
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 06d5453..1fad6e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+desktop-profiles (1.4.13) unstable; urgency=low
+
+  * fixed small mistake in for_each_requirement function of listingmodule
+    (triggered for profiles multiple shell-command requirements)
+  * Changed my e-mail adres (the linux.be one doesn't work anymore)
+
+ -- Bart Cornelis (cobaco) <cobaco at skolelinux.no>  Mon,  5 Jun 2006 15:29:20 +0200
+
 desktop-profiles (1.4.12) unstable; urgency=low
 
   * Fixed typo in package description noticed by Simon Waters
diff --git a/debian/control b/debian/control
index 0ea89d6..f5c026d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: desktop-profiles
 Section: x11
 Priority: optional
-Maintainer: Bart Cornelis (cobaco) <cobaco at linux.be>
+Maintainer: Bart Cornelis (cobaco) <cobaco at skolelinux.no>
 Uploaders: Marco Presi (Zufus) <zufus at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
 Build-Depends-Indep: po-debconf, intltool
diff --git a/listingmodule b/listingmodule
index cb99239..d26a9e9 100644
--- a/listingmodule
+++ b/listingmodule
@@ -101,7 +101,7 @@ for_each_requirement(){
   while (test "$PROFILE_REQUIREMENTS"x != x); do
     # attempt to get first (remaining) REQUIREMENT 
     C=1;
-    REQUIREMENT=`echo $PROFILE_REQUIREMENTS | cut --fields 1 --delimiter " "`;
+    REQUIREMENT=`echo "$PROFILE_REQUIREMENTS" | cut --fields 1 --delimiter " "`;
 
     # if command requirement
     if (echo "$REQUIREMENT" | grep "^\$(" > /dev/null); then 
@@ -112,7 +112,7 @@ for_each_requirement(){
       done;	
 
       # prepare loop for next iteration 
-      C=C+1;
+      C=`expr $C + 1`;
       PROFILE_REQUIREMENTS=`echo $PROFILE_REQUIREMENTS | cut --fields $C- --delimiter " " `;
     else
       # prepare loop for next iteration 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/desktop-profiles.git



More information about the debian-edu-commits mailing list