debian/0000755000000000000000000000000011706400027007163 5ustar debian/changelog0000644000000000000000000000046711706377732011064 0ustar ampsharp (2.0.4-2) unstable; urgency=low * No-change rebuild for CLR 4.0 transition -- Iain Lane Fri, 20 Jan 2012 23:58:51 +0000 ampsharp (2.0.4-1) unstable; urgency=low * Initial release. (Closes: #637541) -- Eric P. Mangold Mon, 25 Jul 2011 12:00:00 +0000 debian/compat0000644000000000000000000000000211706377732010401 0ustar 7 debian/libampsharp-cil-dev.install0000644000000000000000000000005111706377732014412 0ustar debian/ampsharp.pc /usr/lib/pkgconfig/ debian/source/0000755000000000000000000000000011706377732010503 5ustar debian/source/format0000644000000000000000000000001411706377732011711 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000124211706377732010262 0ustar #!/usr/bin/make -f # -*- makefile -*- export DH_VERBOSE=1 %: dh $@ --with cli override_dh_auto_build: xbuild AMPSharp/AMPSharp.csproj /property:Configuration="Release" override_dh_auto_clean: rm -rf AMPSharp/bin AMPSharp/obj override_dh_auto_test: # TODO: commented for now since there is a permission problem running nunit-console # under fakeroot: http://bugzilla.xamarin.com/show_bug.cgi?id=357 # Mono tries to write some files under root's home which under fakeroot # is usually /root/.mono and unwritable by normal users. It does not respect # $HOME. # #xbuild Tests/Tests.csproj /property:Configuration="Debug" #nunit-console Tests/bin/Debug/Tests.dll debian/ampsharp.pc0000644000000000000000000000033111706377732011337 0ustar prefix=/usr exec_prefix=${prefix} libdir=${exec_prefix}/lib/ Name: Ampsharp Description: Ampsharp - Asynchronous Messaging Protocol library for the CLI Version: 2.0.4 Libs: -r:${libdir}/cli/ampsharp-2.0/AMPSharp.dll debian/libampsharp2.0-cil.install0000644000000000000000000000007511706377732014064 0ustar AMPSharp/bin/Release/AMPSharp.dll /usr/lib/cli/ampsharp-2.0/ debian/watch0000644000000000000000000000012311706377732010230 0ustar version=3 https://launchpad.net/ampsharp/+download .*/AMPSharp-src-([\d.]+).tar.gz debian/control0000644000000000000000000000262511706377732010613 0ustar Source: ampsharp Section: libs Priority: optional Maintainer: Debian CLI Libraries Team Uploaders: Eric P. Mangold Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.7) Build-Depends-Indep: liblog4net-cil-dev, mono-devel (>= 2.4.2.3), mono-xbuild (>= 2.4.2.3) Standards-Version: 3.9.2 Homepage: http://amp-protocol.net/AmpSharp Package: libampsharp2.0-cil Section: cli-mono Architecture: all Depends: ${cli:Depends}, ${misc:Depends} 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 implementations in many languages. . This package contains the ampsharp library itself. Package: libampsharp-cil-dev Architecture: all Depends: libampsharp2.0-cil (= ${binary:Version}), ${misc:Depends} 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 implementations in many languages. . This package contains development headers for the ampsharp library. debian/copyright0000644000000000000000000000236011706377732011137 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: AMPSharp Upstream-Contact: Eric P. Mangold Source: http://amp-protocol.net/AmpSharp Files: * Copyright: 2008-2011 Eric P. Mangold License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/patches/0000755000000000000000000000000011706377732010632 5ustar debian/patches/0001-use-default-ToolsVersion-TargetFrameworkVersion.patch0000644000000000000000000000420111706377732023560 0ustar From: Eric Mangold Date: Tue, 23 Aug 2011 16:01:57 -0500 Subject: [PATCH] use default ToolsVersion/TargetFrameworkVersion --- AMPSharp/AMPSharp.csproj | 3 +-- Tests/Tests.csproj | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/AMPSharp/AMPSharp.csproj b/AMPSharp/AMPSharp.csproj index cc71b6f..d16d2fb 100644 --- a/AMPSharp/AMPSharp.csproj +++ b/AMPSharp/AMPSharp.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,6 @@ Properties AMPSharp AMPSharp - v2.0 512 diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index dd3ce7d..1cd7f38 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,5 +1,5 @@  - + Debug AnyCPU @@ -10,7 +10,6 @@ Properties Tests Tests - v3.5 512 -- debian/patches/series0000644000000000000000000000007311706377732012047 0ustar 0001-use-default-ToolsVersion-TargetFrameworkVersion.patch debian/libampsharp2.0-cil.installcligac0000644000000000000000000000004711706377732015226 0ustar /usr/lib/cli/ampsharp-2.0/AMPSharp.dll