From: rettenbe Date: Mon, 1 Sep 2008 09:53:38 +0000 (+0000) Subject: new debian package X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c1f8196884864befef2603ef1f7bc9ed0ec9a50f;p=gosa.git new debian package git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-si/debian/changelog b/gosa-si/debian/changelog index 5412238b3..8fdb1c551 100644 --- a/gosa-si/debian/changelog +++ b/gosa-si/debian/changelog @@ -1,6 +1,18 @@ -gosa-si (1.0-1) unstable; urgency=low +gosa-si (1.1-2) etch; urgency=low - * Initial release + * New upstream version - -- Cajus Pollmeier Fri, 7 Dec 2007 11:37:45 +0100 + -- Andreas Rettenberger Mon, 01 Sep 2008 11:48:32 +0200 + +gosa-si (1.0-2) etch; urgency=low + + * Fixed perl mime dependencies. + + -- Andreas Rettenberger Thu, 07 Aug 2008 14:56:10 +0200 + +gosa-si (1.0-1) etch; urgency=low + + * New upstream version + + -- Andreas Rettenberger Thu, 07 Aug 2008 14:29:58 +0200 diff --git a/gosa-si/server/events/opsi_com.pm b/gosa-si/server/events/opsi_com.pm index d4a786208..b5519ba20 100644 --- a/gosa-si/server/events/opsi_com.pm +++ b/gosa-si/server/events/opsi_com.pm @@ -153,7 +153,7 @@ sub opsi_del_product_from_client { &add_content2xml_hash($out_hash, "productId", $productId); - #TODO: check the results for more than one entry which is currently installed +#TODO : check the results for more than one entry which is currently installed #$callobj = { # method => 'getProductDependencies_listOfHashes', # params => [ $productId ], @@ -168,7 +168,7 @@ sub opsi_del_product_from_client { #} - # Check to get product action list + # Check to get product action list my $callobj = { method => 'getPossibleProductActions_list', params => [ $productId ],