From 176fecacd243eba12e2fbde53df224e36a49940e Mon Sep 17 00:00:00 2001 From: Onkar Shinde Date: Thu, 4 Feb 2010 21:58:59 +0000 Subject: [PATCH] Ubuntu: 1.7.1-0ubuntu1 source package in The Lucid Lynx Open sourcing Ubuntu packaging Taken from here: https://launchpad.net/ubuntu/lucid/+source/pidgin-sipe/1.7.1-0ubuntu1 --- contrib/debian/README.Debian | 6 +++++ contrib/debian/changelog | 54 ++++++++++++++++++++++++++++++++++++++++++++ contrib/debian/compat | 1 + contrib/debian/control | 31 +++++++++++++++++++++++++ contrib/debian/copyright | 32 ++++++++++++++++++++++++++ contrib/debian/docs | 3 +++ contrib/debian/rules | 26 +++++++++++++++++++++ contrib/debian/watch | 3 +++ 8 files changed, 156 insertions(+) create mode 100644 contrib/debian/README.Debian create mode 100644 contrib/debian/changelog create mode 100644 contrib/debian/compat create mode 100644 contrib/debian/control create mode 100644 contrib/debian/copyright create mode 100644 contrib/debian/docs create mode 100644 contrib/debian/rules create mode 100644 contrib/debian/watch diff --git a/contrib/debian/README.Debian b/contrib/debian/README.Debian new file mode 100644 index 00000000..23b08f3e --- /dev/null +++ b/contrib/debian/README.Debian @@ -0,0 +1,6 @@ +pidgin-sipe for Debian +---------------------- + +This plug-in is a transional package. May be in the near future the SIPE Protocol will be integrated to pidgin core package. + + -- Anibal Avelar (Fixxxer) Wed, 13 Jun 2007 19:12:35 -0500 diff --git a/contrib/debian/changelog b/contrib/debian/changelog new file mode 100644 index 00000000..f2e473bf --- /dev/null +++ b/contrib/debian/changelog @@ -0,0 +1,54 @@ +pidgin-sipe (1.7.1-0ubuntu1) lucid; urgency=low + + * New upstream release + * debian/control + - Update standards version to 3.8.3. + * debian/rules + - Change the path of libsipe.la as per upstream change. + * debian/watch + - Improve the regular expression. + + -- Onkar Shinde Thu, 04 Feb 2010 22:42:32 +0530 + +pidgin-sipe (1.5.0-0ubuntu2) karmic; urgency=low + + * src/sipe.c: make prpl_info depend on Pidgin version, fixes FTBFS + (LP: #450556). This comes from upstream 1.6.3. + + -- Ilya Barygin Tue, 13 Oct 2009 21:49:07 +0400 + +pidgin-sipe (1.5.0-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #393552) + * Add debian/watch file + + -- Timothy Redaelli Mon, 29 Jun 2009 19:10:50 +0200 + +pidgin-sipe (1.3.3-1) unstable; urgency=low + + * New upstream version (Closes: #508221) + * Added support for OCS 2007, LCS 2003 + * Full support for send/receive messages + * Full presence support (both sides) + * Full support for add/remove/move contacts + * TLS/SSL support + * Search contacts full support + * xBSD support + * Added the dependency with the libpurple-dev package + * Added the dependency with the intltool package + * Added the dependency with the comerr-dev package + * Removed the unnecessary debian/pidgin-sipe.dirs file + * Changed the package description inside debian/control + (Closes: #433920,#490923) + * Added the field Homepage inside Source stanza in debian/control file. + * Updated the copyright file with the new authors list. + * Updated with Standards-Version 3.8.0 + + -- Anibal Avelar Sun, 1 Mar 2009 12:15:35 -0500 + +pidgin-sipe (1.2-1) unstable; urgency=low + + * Initial release (Closes: #418226) + + -- Anibal Avelar (Fixxxer) Wed, 13 Jun 2007 19:12:35 -0500 + diff --git a/contrib/debian/compat b/contrib/debian/compat new file mode 100644 index 00000000..7ed6ff82 --- /dev/null +++ b/contrib/debian/compat @@ -0,0 +1 @@ +5 diff --git a/contrib/debian/control b/contrib/debian/control new file mode 100644 index 00000000..7b73ff19 --- /dev/null +++ b/contrib/debian/control @@ -0,0 +1,31 @@ +Source: pidgin-sipe +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Anibal Avelar +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), pkg-config, libglib2.0-dev, libgtk2.0-dev, pidgin-dev, libpurple-dev, libtool, intltool, comerr-dev +Homepage: http://sipe.sourceforge.net +Standards-Version: 3.8.3 + +Package: pidgin-sipe +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Pidgin plugin for connect to LCS/OCS + SIP is a popular VoIP protocol that contains a IM (Instant Messenger) + subprotocol called SIP/SIMPLE. SIP/SIMPLE is an open protocol with a + documented specification. + . + MSN's Live Communication Server (LCS) is very similar to the + SIP/SIMPLE protocol but diverges from the standard specification. + This pidgin plug-in provides support for the LCS protocol which + it calls SIPE (SIP Exchange). + . + This plugin has full support for LCS 2005 and OCS 2007. Partial LCS 2003. + . + The stable version has full support for: + o Send/receive messages + o Full presence (both sides) + o To add/remove/move contacts + o TLS/SSL support (port 5061) + o Search contacts + . diff --git a/contrib/debian/copyright b/contrib/debian/copyright new file mode 100644 index 00000000..aae6496d --- /dev/null +++ b/contrib/debian/copyright @@ -0,0 +1,32 @@ +This package was debianized by Anibal Avelar on Wed, 13 Jun 2007 19:12:35 -0500. + +It was downloaded from http://sipe.sourceforge.net/download + +Upstream Authors: Gabriel Burt , + Anibal Avelar + +Copyright: (c) 2008 Gabriel Burt , + Anibal Avelar + 2007 Anibal Avelar + +License: + +All rights reserved. + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 2 of the License, or (at your option) +any later version. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +more details. + +You should have received a copy of the GNU General Public License with +the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL; +if not, write to the Free Software Foundation, Inc., 51 Franklin St, +Fifth Floor, Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2007, Anibal Avelar and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + diff --git a/contrib/debian/docs b/contrib/debian/docs new file mode 100644 index 00000000..5502ed8f --- /dev/null +++ b/contrib/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO diff --git a/contrib/debian/rules b/contrib/debian/rules new file mode 100644 index 00000000..8506ee94 --- /dev/null +++ b/contrib/debian/rules @@ -0,0 +1,26 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk + +# Don't run unnecessary ldconfig on postinst and postrm. +DEB_DH_MAKESHLIBS_ARGS_pidgin-sipe=-n + +update-debian-control:: +ifeq (, $(findstring yes, $(DEB_AUTO_UPDATE_DEBIAN_CONTROL))) + DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes $(MAKE) -f debian/rules \ + debian/control +endif + +clean:: + dh_testdir + rm -f sipe_config.h + +install/pidgin-sipe:: + dh_pidgin -ppidgin-sipe + +binary-post-install/pidgin-sipe:: + rm debian/pidgin-sipe/usr/share/doc/pidgin-sipe/README + rm debian/pidgin-sipe/usr/lib/purple-2/libsipe.la + +.PHONY: update-debian-control diff --git a/contrib/debian/watch b/contrib/debian/watch new file mode 100644 index 00000000..1bb49057 --- /dev/null +++ b/contrib/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/sipe/pidgin-sipe-([\d\.]+)\.tar\.gz -- 2.11.4.GIT