Code

new debian package
authorrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 09:53:38 +0000 (09:53 +0000)
committerrettenbe <rettenbe@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 1 Sep 2008 09:53:38 +0000 (09:53 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12324 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/debian/changelog
gosa-si/server/events/opsi_com.pm

index 5412238b3979a6db182cc595f66bd8919f755b19..8fdb1c551ce3229ce2af8a29db713c2f3cedf220 100644 (file)
@@ -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 <cajus@debian.org>  Fri,  7 Dec 2007 11:37:45 +0100
+ -- Andreas Rettenberger <rettenbe@.gonicus.de>  Mon, 01 Sep 2008 11:48:32 +0200
+
+gosa-si (1.0-2) etch; urgency=low
+
+  * Fixed perl mime dependencies.
+
+ -- Andreas Rettenberger <rettenberger@gonicus.de>  Thu, 07 Aug 2008 14:56:10 +0200
+
+gosa-si (1.0-1) etch; urgency=low
+
+  * New upstream version
+
+ -- Andreas Rettenberger <rettenberger@gonicus.de>  Thu, 07 Aug 2008 14:29:58 +0200
 
index d4a786208bc1d8681855d4824e72aa1514dfaf2e..b5519ba20e1b95fe15eae0e8d791328fbeacecc7 100644 (file)
@@ -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 ],