[Pkg-cli-libs-commits] [SCM] ampsharp branch, master, updated. upstream/2.0.4-8-gcb3864c

Eric Mangold teratorn at gmail.com
Tue Aug 23 19:52:21 UTC 2011


The following commit has been merged in the master branch:
commit 98d5a7234fac6fd6b72d824b5976c001685a16f4
Author: Eric Mangold <teratorn at gmail.com>
Date:   Sat Aug 20 14:40:15 2011 -0500

    Don't use ".NET" in package description

diff --git a/debian/ampsharp.pc b/debian/ampsharp.pc
index 7eeedad..285e052 100644
--- a/debian/ampsharp.pc
+++ b/debian/ampsharp.pc
@@ -3,6 +3,6 @@ exec_prefix=${prefix}
 libdir=${exec_prefix}/lib/
 
 Name: Ampsharp
-Description: Ampsharp - Asynchronous Messaging Protocol library for .NET
+Description: Ampsharp - Asynchronous Messaging Protocol library for the CLI
 Version: 2.0.4
 Libs: -r:${libdir}/cli/ampsharp-2.0/AMPSharp.dll
diff --git a/debian/control b/debian/control
index 9eece3b..1a2cdbf 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Package: libampsharp2.0-cil
 Section: cli-mono
 Architecture: all
 Depends: ${cli:Depends}, ${misc:Depends}
-Description: Asynchronous Messaging Protocol library for .NET.
+Description: Asynchronous Messaging Protocol library for the CLI.
  AMP is an RPC protocol for sending multiple asynchronous request/response
  pairs over the same connection. Requests and responses are both collections
  of key/value pairs. AMP is simple, flexible and efficient, with
@@ -26,7 +26,7 @@ Package: libampsharp2.0-cil-dev
 Architecture: all
 Depends: libampsharp2.0-cil (= ${binary:Version}), ${misc:Depends}
 Replaces: libampsharp2.0-cil (<< 2.0.4)
-Description: Asynchronous Messaging Protocol library for .NET.
+Description: Asynchronous Messaging Protocol library for the CLI.
  AMP is an RPC protocol for sending multiple asynchronous request/response
  pairs over the same connection. Requests and responses are both collections
  of key/value pairs. AMP is simple, flexible and efficient, with

-- 
ampsharp



More information about the Pkg-cli-libs-commits mailing list