From c1f8196884864befef2603ef1f7bc9ed0ec9a50f Mon Sep 17 00:00:00 2001 From: rettenbe Date: Mon, 1 Sep 2008 09:53:38 +0000 Subject: [PATCH] new debian package git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12324 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-si/debian/changelog | 18 +++++++++++++++--- gosa-si/server/events/opsi_com.pm | 4 ++-- 2 files changed, 17 insertions(+), 5 deletions(-) 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 ], -- 2.30.2