--- emesene-2.12.1.orig/debian/rules +++ emesene-2.12.1/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install -- --install-lib=usr/share/emesene \ + --install-scripts=usr/share/emesene + +get-orig-source: + DVER=$(shell dpkg-parsechangelog | sed -rn 's,^Version: ([^-]*).*,\1,p');\ + # VER=$(shell dpkg-parsechangelog | sed -rn 's,^Version: ([^+]*).*,\1,p');\ + VER=$(shell dpkg-parsechangelog | sed -rn 's,^Version: ([^-]*).*,\1,p');\ + git clone -q https://github.com/emesene/emesene.git orig-source &&\ + cd orig-source && git checkout -q v$$VER &&\ + # git rm -qrf dlls && git commit -qm 'drop dlls' &&\ + git archive --format tar --prefix emesene-$$VER/ HEAD | bzip2 -9 > ../emesene_$$DVER.orig.tar.bz2 + rm -rf orig-source --- emesene-2.12.1.orig/debian/changelog +++ emesene-2.12.1/debian/changelog @@ -0,0 +1,40 @@ +emesene (2.12.1-0+emesene1~maverick1) maverick; urgency=low + + * New upstream release. + + -- Devid Antonio Filoni Sun, 22 Jan 2012 22:58:57 +0100 + +emesene (2.11.11-0+emesene1~maverick1) maverick; urgency=low + + * New upstream release. + + -- Devid Antonio Filoni Sat, 12 Nov 2011 21:47:09 +0100 + +emesene (2.11.9-0+emesene1~lucid1) lucid; urgency=low + + * New upstream release. + * debian/control: remove python-papyon from Depends field. papyon is now + in emesene source because papyon development is slow and emesene guys + want to provide users papyon fixes they write. + * debian/control: add python-openssl (>= 0.6), python-crypto, python-gst0.10 + and python-farsight to Depends field, they are used by papyon. + + -- Richard Somlói Tue, 5 Oct 2011 12:27:21 +0200 + +emesene (2.11.7-0+emesene1~lucid1) lucid; urgency=low + + * New upstream release. + + -- Devid Antonio Filoni Wed, 17 Aug 2011 11:27:21 +0200 + +emesene (2.11.5-0+emesene2~lucid1) lucid; urgency=low + + * Use pysupport instead of python2 sequence. + + -- Devid Antonio Filoni Tue, 31 May 2011 18:12:46 +0200 + +emesene (2.11.5-0+emesene1) natty; urgency=low + + * New upstream release. + + -- Devid Antonio Filoni Mon, 30 May 2011 19:26:55 +0200 --- emesene-2.12.1.orig/debian/watch +++ emesene-2.12.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts=dversionmangle=s/\+dfsg// \ +http://githubredir.debian.net/github/emesene/emesene /v(.*).tar.gz --- emesene-2.12.1.orig/debian/menu +++ emesene-2.12.1/debian/menu @@ -0,0 +1,7 @@ +?package(emesene): \ + needs="X11" \ + section="Applications/Network/Communication" \ + title="emesene" \ + description="Instant Messaging Client" \ + command="emesene" \ + icon="/usr/share/pixmaps/emesene.xpm" --- emesene-2.12.1.orig/debian/links +++ emesene-2.12.1/debian/links @@ -0,0 +1 @@ +usr/share/emesene/emesene/emesene usr/bin/emesene --- emesene-2.12.1.orig/debian/compat +++ emesene-2.12.1/debian/compat @@ -0,0 +1 @@ +7 --- emesene-2.12.1.orig/debian/control +++ emesene-2.12.1/debian/control @@ -0,0 +1,37 @@ +Source: emesene +Section: net +Priority: optional +Maintainer: Richard Somlói +Build-Depends: debhelper (>= 7.0.50~), + python (>= 2.5), + python-setuptools +Build-Depends-Indep: python-support +Standards-Version: 3.9.2 +Homepage: http://www.emesene.org/ +Vcs-Svn: svn://svn.debian.org/python-apps/packages/emesene/trunk/ +Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/emesene/trunk/ + +Package: emesene +Architecture: all +Depends: ${python:Depends}, + ${misc:Depends}, + python-gtk2 (>= 2.12), + python-openssl (>= 0.6), + python-crypto, + python-gst0.10, + python-farsight, + python-cairo, + python-notify, + python-dbus, + python-webkit, + python-gobject +Recommends: python-appindicator, + python-xmpp +Suggests: python-gtkspell +Description: instant messaging client + emesene tries to be a simple but feature complete program that allows to chat + using MSN and Jabber based networks. + . + From it's roots emesene 2 provides a UI that is easy to use by users coming + from Windows Live Messanger but doing special focus on consistency and + simplicity. --- emesene-2.12.1.orig/debian/copyright +++ emesene-2.12.1/debian/copyright @@ -0,0 +1,206 @@ +This package was debianized by Emilio Pozuelo Monfort on +Thu, 11 Oct 2007 14:10:47 +0200. + +It was downloaded from http://www.emesene.org/ + +Upstream Authors: + + Riccardo (C10uD) + Luis Mariano Guerra + +Copyright: + + Copyright (C) 2009-2010 Riccardo (C10uD) + Copyright (C) 2010 Luis Mariano Guerra + Copyright (C) 2008 J. Alexander Treuman + Copyright (C) 2005 James Bunton + +License: + + 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 3 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 + along with this package. If not, see . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For desktop.py, the following terms apply: + + Simple desktop integration for Python. This module provides desktop + environment detection and resource opening support for a selection + of common and standardised desktop environments. + + Copyright (C) 2005-2009 Paul Boddie + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-3'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +themes/sounds/default/* and themes/emotes/default/* are copied from +Pidgin + +They and are released under the following license: + + 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 along + with this package; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +po/* are released under the same license as emesene (GPL3+) and the +copyright owners are their respective translators. + + 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 3 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 + along with this package. If not, see . + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For emesene/gui/gtkui/enchant_dicts.py, the following terms apply: + + Copyright (C) 2004-2008, Ryan Kelly + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian systems, the complete text of the GNU Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For emesene/e3/common/NetworkManagerHelper.py, the following terms +apply: + + Copyright (C) 2010 Mohamed Amine IL Idrissi + Copyright (C) 2011 Canonical + + 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 along + with this package; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For emesene/e3/papylib/PapyConference.py, the following terms +apply: + + Copyright (C) 2009 Collabora Ltd + + 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 along + with this package; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +For emesene/e3/synch/*, the following terms apply: + + Copyright (C) 2011 Andrea Stagi + + 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 along + with this package; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The Debian packaging is Copyright (C) 2007-2009, Emilio Pozuelo Monfort + and is licensed under the GPL-3, see above.