--- msn-pecan-0.1.0~rc1.orig/debian/control +++ msn-pecan-0.1.0~rc1/debian/control @@ -0,0 +1,32 @@ +Source: msn-pecan +Section: net +Priority: extra +Maintainer: Devid Antonio Filoni +Build-Depends: debhelper (>= 5), libpurple-dev (>= 2.5.0) +Standards-Version: 3.8.2 +Homepage: http://code.google.com/p/msn-pecan/ + +Package: msn-pecan +Architecture: any +Depends: ${shlibs:Depends} +Description: alternative MSN protocol plug-in for libpurple + msn-pecan is an alternative and improved implementation of the MSN protocol + plug-in for libpurple. + . + It's based on the code from 2.2.2 but slowly becoming a completely different + code. The project aims to have a much faster development process, low barrier + for contributions, and close contact with the user-base. + +Package: msn-pecan-dbg +Section: debug +Architecture: any +Depends: msn-pecan (= ${binary:Version}) +Description: debugging symbols for msn-pecan + msn-pecan is an alternative and improved implementation of the MSN protocol + plug-in for libpurple. + . + It's based on the code from 2.2.2 but slowly becoming a completely different + code. The project aims to have a much faster development process, low barrier + for contributions, and close contact with the user-base. + . + This package contains the debugging symbols associated with msn-pecan. --- msn-pecan-0.1.0~rc1.orig/debian/changelog +++ msn-pecan-0.1.0~rc1/debian/changelog @@ -0,0 +1,67 @@ +msn-pecan (0.1.0~rc1-1) unstable; urgency=low + + * New upstream release (Closes: #528231). + * Add pidgin-copyright to debian/docs. + * debian/control: set libpurple-dev to >= 2.5.0 in Build-Depends field. + * debian/control: update msn-pecan and msn-pecan-dbg Description fields. + * Update debian/copyright file. + * Update debian/watch file. + * debian/rules: modify get-orig-source target in order to generate rc + releases tarballs too. + * Fix wrong-section-according-to-package-name lintian warning. + * Bump Standards-Version to 3.8.2. + + -- Devid Antonio Filoni Mon, 10 Aug 2009 23:34:29 +0200 + +msn-pecan (0.0.18-1) unstable; urgency=low + + * New upstream release (Closes: #511585). + * Provide msn-pecan-dbg package. + * Update msn-pecan Description field in debian/control. + * Update debian/copyright. + * Remove msn-pecan Replaces field in debian/control. + * Makefile: do not install russian translation, fix FTBFS. + + -- Devid Antonio Filoni Mon, 16 Feb 2009 18:31:29 +0100 + +msn-pecan (0.0.16-1) unstable; urgency=low + + * New upstream release. + * Adjust GPL-2 complete text link in debian/copyright. + * Adjust get-orig-source target in debian/rules. + * Add AUTHORS to debian/docs. + * Update msn-pecan Description field in debian/control. + * Fix executable-not-elf-or-script lintian warnings. + + -- Devid Antonio Filoni Mon, 15 Sep 2008 17:19:09 +0200 + +msn-pecan (0.0.14-3) unstable; urgency=low + + * Update my email address. + * Adjust get-orig-source target in debian/rules to use uscan to download the + upstream tarball. + + -- Devid Antonio Filoni Thu, 07 Aug 2008 00:34:04 +0200 + +msn-pecan (0.0.14-2) unstable; urgency=low + + * Change source name to msn-pecan because msn-pecan is a MSN protocol not + only a plugin for pidgin. + * Rename pidgin-msn-pecan package to msn-pecan, also add a Replaces field + with pidgin-msn-pecan in debian/control. + * Add libpurple-dev instead of pidgin-dev to Build-Depends field in + debian/rules. + * Remove dh_pidgin call from debian/rules. + * Remove ${misc:Depends} from msn-pecan Depends field in debian/control. + * Adjust package description. + * Adjust get-orig-source target in debian/rules. + * Modify Standards-Version from 3.8.0.1 to 3.8.0, so I don't need to change + it for each 3.8.0.* version. + + -- Devid Antonio Filoni Mon, 14 Jul 2008 22:17:22 +0200 + +pidgin-msn-pecan (0.0.14-1) unstable; urgency=low + + * Initial release (Closes: #486457). + + -- Devid Antonio Filoni Thu, 19 Jun 2008 13:10:54 +0200 --- msn-pecan-0.1.0~rc1.orig/debian/docs +++ msn-pecan-0.1.0~rc1/debian/docs @@ -0,0 +1,3 @@ +README +AUTHORS +pidgin-copyright --- msn-pecan-0.1.0~rc1.orig/debian/copyright +++ msn-pecan-0.1.0~rc1/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Devid Antonio Filoni on +Sun, 15 Jun 2008 21:20:54 +0200. + +It was downloaded from http://code.google.com/p/msn-pecan/ + +Upstream Author: + + Felipe Contreras + +Copyright: + + Copyright © 2006-2009, Felipe Contreras + Copyright © 1998-2006, Pidgin (see pidgin-copyright) + Copyright © 2008-2009, Devid Antonio Filoni + Copyright © 2006-2008, Youness Alaoui + Copyright © 2003-2004, Stuart Caie + Copyright © 2004, Tor Lillqvist + Copyright © 2005, Sanoi + +License: + + This package 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 package 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 St, 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 © 2008-2009, Devid Antonio Filoni and +is licensed under the GPL-2, see above. + + +License of Siren Encoder/Decoder and libmspack libraries: + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 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 + Library General Public License for more details. + + You should have received a copy of the GNU Library 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 Library General +Public License can be found in `/usr/share/common-licenses/LGPL-2'. --- msn-pecan-0.1.0~rc1.orig/debian/rules +++ msn-pecan-0.1.0~rc1/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f + +VERSION = 0.1.0-rc1 +TARBALL_VERSION = $(shell echo ${VERSION} | sed 's/-/~/;') + +build: build-stamp + +build-stamp: + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/msn-pecan install + $(MAKE) DESTDIR=$(CURDIR)/debian/msn-pecan install_locales + + # Fix executable-not-elf-or-script lintian warnings: + find $(CURDIR)/debian/msn-pecan/usr/share/locale -name libmsn-pecan.mo -exec chmod 644 {} \; + + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_strip --dbg-package=msn-pecan-dbg + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +get-orig-source: + @uscan --force-download --no-symlink; \ + tar fjx ../msn-pecan-$(VERSION).tar.bz2; \ + rm ../msn-pecan-$(VERSION).tar.bz2; \ + mv msn-pecan-$(VERSION) msn-pecan-${TARBALL_VERSION}; \ + tar -cf ../msn-pecan_${TARBALL_VERSION}.orig.tar msn-pecan-${TARBALL_VERSION}; \ + rm -rf msn-pecan-${TARBALL_VERSION}; \ + gzip -9nf ../msn-pecan_${TARBALL_VERSION}.orig.tar + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- msn-pecan-0.1.0~rc1.orig/debian/watch +++ msn-pecan-0.1.0~rc1/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=dversionmangle=s/~/-/ \ + http://code.google.com/p/msn-pecan/downloads/list \ + http://msn-pecan.googlecode.com/files/msn-pecan-(.*)\.tar\.bz2 --- msn-pecan-0.1.0~rc1.orig/debian/compat +++ msn-pecan-0.1.0~rc1/debian/compat @@ -0,0 +1 @@ +5