[Pkg-mono-svn-commits] rev 3632 - in cli-common/trunk: . debian
Mirco Bauer
meebey at alioth.debian.org
Thu Apr 24 21:23:43 UTC 2008
Author: meebey
Date: 2008-04-24 21:23:43 +0000 (Thu, 24 Apr 2008)
New Revision: 3632
Modified:
cli-common/trunk/cli-policy.sgml
cli-common/trunk/debian/changelog
cli-common/trunk/dh_cligacpolicy
Log:
fixed usage of pnet term
Modified: cli-common/trunk/cli-policy.sgml
===================================================================
--- cli-common/trunk/cli-policy.sgml 2008-04-23 20:25:41 UTC (rev 3631)
+++ cli-common/trunk/cli-policy.sgml 2008-04-24 21:23:43 UTC (rev 3632)
@@ -207,7 +207,7 @@
Mono stores the GAC at <file>/usr/lib/mono/gac</file>
</p>
<p>
- Portable.NET stores the GAC at <file>/usr/lib/cscc/lib</file>
+ DotGNU Portable.NET stores the GAC at <file>/usr/lib/cscc/lib</file>
</p>
</sect>
</chapt>
Modified: cli-common/trunk/debian/changelog
===================================================================
--- cli-common/trunk/debian/changelog 2008-04-23 20:25:41 UTC (rev 3631)
+++ cli-common/trunk/debian/changelog 2008-04-24 21:23:43 UTC (rev 3632)
@@ -1,3 +1,9 @@
+cli-common (0.5.7) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+
+ -- Mirco Bauer <meebey at debian.org> Fri, 11 Jan 2008 00:49:38 +0100
+
cli-common (0.5.6) unstable; urgency=low
* debian/postrm-cligacpolicy:
Modified: cli-common/trunk/dh_cligacpolicy
===================================================================
--- cli-common/trunk/dh_cligacpolicy 2008-04-23 20:25:41 UTC (rev 3631)
+++ cli-common/trunk/dh_cligacpolicy 2008-04-24 21:23:43 UTC (rev 3632)
@@ -137,8 +137,8 @@
my $cmd = "/usr/bin/cli-sn -t '$snk' | grep 'Public Key' "
. "| cut -f 2- -d :";
my $token = `$cmd`;
+ # FIXME: error handling here!
$token =~ s/^\s*(.*?)\s*$/$1/sg;
-
# Check the version numbers
if ($map =~ /^(\d+\.\d+)\.\d+\.\d+$/)
More information about the Pkg-mono-svn-commits
mailing list