--- telepathy-sharp-0.13.2~svn20070913.orig/debian/changelog +++ telepathy-sharp-0.13.2~svn20070913/debian/changelog @@ -0,0 +1,36 @@ +telepathy-sharp (0.13.2~svn20070913-3ubuntu1) jaunty; urgency=low + + [ Laurent Bigonville ] + * Use new Homepage field instead of old pseudo-field + * Use now official Vcs-* field + + [ James Westby ] + * Mono 2.0 transition: + - Build-Depend on libmono2.0-cil instead of the 1.0 version. + - Build-Depend on mono-devel instead of mono-gmcs and mono-gac so that + the default versions of the tools are available. + - Add DEB_CONFIGURE_EXTRA_FLAGS = CSC=/usr/bin/csc to debian/rules so + that the default compiler is used. + - Add debian/patches/03tests-compiler.patch so that the tests use the + compiler found by the configure script. + * Take unreleased changes from Debian bzr in to Ubuntu. + + -- James Westby Sat, 28 Feb 2009 21:01:12 +0000 + +telepathy-sharp (0.13.2~svn20070913-3) unstable; urgency=low + + * Installing the library to the right path according to the mono policy + + -- Laurent Bigonville Fri, 05 Oct 2007 15:44:18 +0200 + +telepathy-sharp (0.13.2~svn20070913-2) unstable; urgency=low + + * debian/patches/02asm-version.patch: Follow policy from assembly version. + + -- Laurent Bigonville Thu, 13 Sep 2007 23:03:34 +0200 + +telepathy-sharp (0.13.2~svn20070913-1) unstable; urgency=low + + * Initial release. (Closes: #442129) + + -- Laurent Bigonville Thu, 13 Sep 2007 21:28:14 +0200 --- telepathy-sharp-0.13.2~svn20070913.orig/debian/compat +++ telepathy-sharp-0.13.2~svn20070913/debian/compat @@ -0,0 +1 @@ +5 --- telepathy-sharp-0.13.2~svn20070913.orig/debian/control +++ telepathy-sharp-0.13.2~svn20070913/debian/control @@ -0,0 +1,22 @@ +Source: telepathy-sharp +Section: libs +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Debian Telepathy maintainers +Uploaders: Laurent Bigonville , Riccardo Setti +Build-Depends: debhelper (>= 5), cdbs +Build-Depends-Indep: libmono-dev (>= 1.1.17), mono-devel | c-sharp-2.0-compiler, libmono2.0-cil, cli-common-dev (>= 0.4.4), libndesk-dbus1.0-cil (>= 0.4.2) +Standards-Version: 3.7.2 +Vcs-Bzr: http://bzr.debian.org/pkg-telepathy/packages/unstable/telepathy-sharp/ +Homepage: http://telepathy.freedesktop.org/wiki/TelepathySharp + +Package: libtelepathy0.13-cil +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends} +Description: CLI library for Telepathy + Telepathy is a D-Bus framework for unifying real time communication, + including instant messaging, voice calls and video calls. It abstracts + differences between protocols to provide a unified interface for + applications. + . + This package contains CLI library for Telepathy --- telepathy-sharp-0.13.2~svn20070913.orig/debian/copyright +++ telepathy-sharp-0.13.2~svn20070913/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Riccardo Setti on +Mon, 25 Sep 2006 20:45:15 +0200. + +It was downloaded from: http://telepathy.freedesktop.org/wiki/TelepathySharp + +Upstream Author: Andre Moreira Magalhaes (andrunko) + Kenneth Rohde Christiansen (kenne) + Renato Araujo Oliveira Filho (renatofilho) + Alp Toker (alp) + +Copyright: Copyright (c) 2006 INdT + +License: + + THIS FILE IS LICENSED UNDER THE MIT LICENSE AS OUTLINED IMMEDIATELY BELOW: + 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. + +The Debian packaging is + (C) 2006, Riccardo Setti , + (C) 2007, Laurent Bigonville and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- telepathy-sharp-0.13.2~svn20070913.orig/debian/install +++ telepathy-sharp-0.13.2~svn20070913/debian/install @@ -0,0 +1 @@ +debian/tmp/usr/lib/telepathy-sharp/INdT.Telepathy.dll usr/lib/cli/telepathy-sharp-0.13/ --- telepathy-sharp-0.13.2~svn20070913.orig/debian/installcligac +++ telepathy-sharp-0.13.2~svn20070913/debian/installcligac @@ -0,0 +1 @@ +/usr/lib/cli/telepathy-sharp-0.13/INdT.Telepathy.dll --- telepathy-sharp-0.13.2~svn20070913.orig/debian/links +++ telepathy-sharp-0.13.2~svn20070913/debian/links @@ -0,0 +1 @@ +usr/lib/pkgconfig/telepathy-sharp-0.13.pc usr/lib/pkgconfig/telepathy-sharp.pc --- telepathy-sharp-0.13.2~svn20070913.orig/debian/rules +++ telepathy-sharp-0.13.2~svn20070913/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +export MONO_SHARED_DIR=$(CURDIR) + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +DEB_CONFIGURE_EXTRA_FLAGS = CSC=/usr/bin/csc + +DEB_DESTDIR = $(CURDIR)/debian/tmp + +clean:: + rm -rf $(MONO_SHARED_DIR)/.wapi + +binary-install/libtelepathy0.13-cil:: + install -p -D -m 644 $(DEB_DESTDIR)/usr/lib/pkgconfig/telepathy-sharp.pc $(CURDIR)/debian/libtelepathy0.13-cil/usr/lib/pkgconfig/telepathy-sharp-0.13.pc + dh_clifixperms + dh_makeclilibs -V + dh_installcligac + dh_clideps -d --- telepathy-sharp-0.13.2~svn20070913.orig/debian/patches/01pkgconfig-path.patch +++ telepathy-sharp-0.13.2~svn20070913/debian/patches/01pkgconfig-path.patch @@ -0,0 +1,16 @@ +diff -Nur telepathy-sharp-0.13.2~svn20070913/telepathy-sharp.pc.in telepathy-sharp-0.13.2~svn20070913.new/telepathy-sharp.pc.in +--- telepathy-sharp-0.13.2~svn20070913/telepathy-sharp.pc.in 2007-09-13 12:28:30.000000000 +0200 ++++ telepathy-sharp-0.13.2~svn20070913.new/telepathy-sharp.pc.in 2007-09-13 22:08:31.000000000 +0200 +@@ -1,4 +1,4 @@ +-prefix=${pcfiledir}/../.. ++prefix=@prefix@ + exec_prefix=${prefix} + libdir=${exec_prefix}/lib + +@@ -6,5 +6,5 @@ + Description: Telepathy# - The INdT Telepathy .NET library + Version: @VERSION@ + Cflags: +-Libs: -r:${libdir}/telepathy-sharp/INdT.Telepathy.dll ++Libs: -r:${libdir}/cli/telepathy-sharp-0.13/INdT.Telepathy.dll + Requires: ndesk-dbus-1.0 --- telepathy-sharp-0.13.2~svn20070913.orig/debian/patches/02asm-version.patch +++ telepathy-sharp-0.13.2~svn20070913/debian/patches/02asm-version.patch @@ -0,0 +1,24 @@ +diff -Nur telepathy-sharp-0.13.2~svn20070913/configure telepathy-sharp-0.13.2~svn20070913.new/configure +--- telepathy-sharp-0.13.2~svn20070913/configure 2007-09-13 12:29:13.000000000 +0200 ++++ telepathy-sharp-0.13.2~svn20070913.new/configure 2007-09-13 23:00:21.000000000 +0200 +@@ -1844,7 +1844,7 @@ + program_prefix=${target_alias}- + + VERSION=0.13.2 +-ASM_VERSION="$VERSION.*" ++ASM_VERSION="$VERSION.0" + + am__api_version="1.9" + # Find a good install program. We prefer a C program (faster), +diff -Nur telepathy-sharp-0.13.2~svn20070913/configure.ac telepathy-sharp-0.13.2~svn20070913.new/configure.ac +--- telepathy-sharp-0.13.2~svn20070913/configure.ac 2007-09-13 12:28:30.000000000 +0200 ++++ telepathy-sharp-0.13.2~svn20070913.new/configure.ac 2007-09-13 23:00:06.000000000 +0200 +@@ -2,7 +2,7 @@ + AC_CANONICAL_SYSTEM + + VERSION=0.13.2 +-ASM_VERSION="$VERSION.*" ++ASM_VERSION="$VERSION.0" + + AM_INIT_AUTOMAKE(telepathy-sharp, $VERSION) + AC_SUBST(ASM_VERSION) --- telepathy-sharp-0.13.2~svn20070913.orig/debian/patches/03tests-compiler.patch +++ telepathy-sharp-0.13.2~svn20070913/debian/patches/03tests-compiler.patch @@ -0,0 +1,41 @@ +diff -Nur -x '*.orig' -x '*~' telepathy-sharp-0.13.2~svn20070913/test/Makefile.am telepathy-sharp-0.13.2~svn20070913.new/test/Makefile.am +--- telepathy-sharp-0.13.2~svn20070913/test/Makefile.am 2007-09-13 11:28:30.000000000 +0100 ++++ telepathy-sharp-0.13.2~svn20070913.new/test/Makefile.am 2009-02-28 21:27:26.000000000 +0000 +@@ -1,5 +1,4 @@ +-MCS = gmcs +-MCS_FLAGS = -debug ++CSC_FLAGS = -debug + TEST_NAME = test + TEST = $(TEST_NAME).exe + TARGET = $(TEST) +@@ -12,7 +11,7 @@ + all-local: $(TARGET) + + $(TARGET): $(test_sources) +- $(MCS) $(MCS_FLAGS) $(PKG_REFERENCES) $(test_sources) \ ++ $(CSC) $(CSC_FLAGS) $(PKG_REFERENCES) $(test_sources) \ + -target:exe -out:"$@" + + CLEANFILES = *.exe* +diff -Nur -x '*.orig' -x '*~' telepathy-sharp-0.13.2~svn20070913/test/Makefile.in telepathy-sharp-0.13.2~svn20070913.new/test/Makefile.in +--- telepathy-sharp-0.13.2~svn20070913/test/Makefile.in 2007-09-13 11:29:14.000000000 +0100 ++++ telepathy-sharp-0.13.2~svn20070913.new/test/Makefile.in 2009-02-28 21:27:51.000000000 +0000 +@@ -132,8 +132,7 @@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-MCS = gmcs +-MCS_FLAGS = -debug ++CSC_FLAGS = -debug + TEST_NAME = test + TEST = $(TEST_NAME).exe + TARGET = $(TEST) +@@ -299,7 +298,7 @@ + all-local: $(TARGET) + + $(TARGET): $(test_sources) +- $(MCS) $(MCS_FLAGS) $(PKG_REFERENCES) $(test_sources) \ ++ $(CSC) $(CSC_FLAGS) $(PKG_REFERENCES) $(test_sources) \ + -target:exe -out:"$@" + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded.