--- msn-pecan-0.0.14.orig/debian/watch +++ msn-pecan-0.0.14/debian/watch @@ -0,0 +1,3 @@ +version=3 +http://code.google.com/p/msn-pecan/downloads/list \ + http://msn-pecan.googlecode.com/files/msn-pecan-(.*)\.tar\.bz2 --- msn-pecan-0.0.14.orig/debian/changelog +++ msn-pecan-0.0.14/debian/changelog @@ -0,0 +1,30 @@ +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.0.14.orig/debian/control +++ msn-pecan-0.0.14/debian/control @@ -0,0 +1,25 @@ +Source: msn-pecan +Section: net +Priority: extra +Maintainer: Devid Antonio Filoni +Build-Depends: debhelper (>= 5), libpurple-dev +Standards-Version: 3.8.0 +Homepage: http://code.google.com/p/msn-pecan/ + +Package: msn-pecan +Architecture: any +Depends: ${shlibs:Depends} +Replaces: pidgin-msn-pecan +Description: Alternative MSN protocol plugin for libpurple + This is an alternative implementation of the MSN protocol plugin for libpurple. + . + It's based on the code from 2.2.2 plus a few extras. + . + Features include: + * Support for personal messages + * Server-side storage for display names (private alias) + * Partial direct connection support (p2p transfers) + * Improved network IO (using GIOChannel) + * Improved error handling + * Network issues tested with netem + * GObject usage --- msn-pecan-0.0.14.orig/debian/rules +++ msn-pecan-0.0.14/debian/rules @@ -0,0 +1,63 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//') + +build: build-stamp + +build-stamp: + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) clean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/msn-pecan. + $(MAKE) DESTDIR=$(CURDIR)/debian/msn-pecan install + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +get-orig-source: + @uscan --download-version $(VERSION) --force-download --no-symlink; \ + bzcat ../msn-pecan-$(VERSION).tar.bz2 | gzip -9fn -c - > ../msn-pecan_$(VERSION).orig.tar.gz; \ + rm ../msn-pecan-$(VERSION).tar.bz2 + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- msn-pecan-0.0.14.orig/debian/copyright +++ msn-pecan-0.0.14/debian/copyright @@ -0,0 +1,34 @@ +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 (C) 2006-2008 Felipe Contreras + +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'. + +The Debian packaging is (C) 2008, Devid Antonio Filoni and +is licensed under the GPL, see above. --- msn-pecan-0.0.14.orig/debian/compat +++ msn-pecan-0.0.14/debian/compat @@ -0,0 +1 @@ +5 --- msn-pecan-0.0.14.orig/debian/docs +++ msn-pecan-0.0.14/debian/docs @@ -0,0 +1 @@ +README