--- pidgin-extprefs-0.7.orig/debian/control +++ pidgin-extprefs-0.7/debian/control @@ -0,0 +1,32 @@ +Source: pidgin-extprefs +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Arjan Oosting +Build-Depends: cdbs (>= 0.4.23-1.1), autotools-dev, debhelper (>= 5), dpatch, pidgin-dev, libglib2.0-dev, libgtk2.0-dev, libtool +Standards-Version: 3.7.2 +XS-Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/extendedprefs +XS-Vcs-Browser: https://moonshine.dnsalias.org/wsvn/arjan-public/debian/extendedprefs + +Package: pidgin-extprefs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: extended preferences plugin for the instant messenger pidgin + The Pidgin Extended Preferences Plugin adds additional preferences that + have been commonly called for in the past from Pidgin that are either + already implemented and hidden, or trivial to implement via a plugin. + . + Homepage: http://gaim-extprefs.sourceforge.net/ + +Package: gaim-extendedprefs +Architecture: all +Depends: pidgin-extprefs +Description: plugin for the instant messenger pidgin (transitional package) + The Pidgin Extended Preferences Plugin adds additional preferences that + have been commonly called for in the past from Pidgin that are either + already implemented and hidden, or trivial to implement via a plugin. + . + Homepage: http://gaim-extprefs.sourceforge.net/ + . + This is a transitional dummy package to ensure clean upgrades from + old releases. It can be safely removed after upgrade. --- pidgin-extprefs-0.7.orig/debian/compat +++ pidgin-extprefs-0.7/debian/compat @@ -0,0 +1 @@ +5 --- pidgin-extprefs-0.7.orig/debian/rules +++ pidgin-extprefs-0.7/debian/rules @@ -0,0 +1,37 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/autotools.mk +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/dpatch.mk + +# Don't run unnecessary ldconfig on postinst and postrm. +DEB_DH_MAKESHLIBS_ARGS_pidgin-extprefs=-n + +DEB_INSTALL_CHANGELOGS_ALL := ChangeLog + +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 extprefs_config.h + +install/pidgin-extprefs:: + dh_pidgin -ppidgin-extprefs + +binary-post-install/pidgin-extprefs:: + rm debian/pidgin-extprefs/usr/share/doc/pidgin-extprefs/README + rm debian/pidgin-extprefs/usr/lib/pidgin/libextprefs.a + rm debian/pidgin-extprefs/usr/lib/pidgin/libextprefs.la + +binary-post-install/gaim-extendedprefs:: + rm debian/gaim-extendedprefs/usr/share/doc/gaim-extendedprefs/README + rm debian/gaim-extendedprefs/usr/share/doc/gaim-extendedprefs/TODO + rm debian/gaim-extendedprefs/usr/share/doc/gaim-extendedprefs/AUTHORS + rm debian/gaim-extendedprefs/usr/share/doc/gaim-extendedprefs/changelog + rm debian/gaim-extendedprefs/usr/share/doc/gaim-extendedprefs/NEWS + +.PHONY: update-debian-control --- pidgin-extprefs-0.7.orig/debian/copyright +++ pidgin-extprefs-0.7/debian/copyright @@ -0,0 +1,36 @@ +This package was debianized by Arjan Oosting on +Sat, 12 Feb 2005 21:40:14 +0100. + +It was downloaded from http://gaim-extprefs.sourceforge.net/ + +Upstream Author: Kevin Stange + +Copyright: + + (C) 2004-2007 Kevin Stange + + 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 + +Debian packaging copyright: + + (C) 2005-2006 Arjan Oosting + + The Debian packaging can be redistributed and/or modified 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. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- pidgin-extprefs-0.7.orig/debian/control.in +++ pidgin-extprefs-0.7/debian/control.in @@ -0,0 +1,32 @@ +Source: pidgin-extprefs +Section: net +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Arjan Oosting +Build-Depends: @cdbs@, pidgin-dev, libglib2.0-dev, libgtk2.0-dev, libtool +Standards-Version: 3.7.2 +XS-Vcs-Svn: https://moonshine.dnsalias.org/svn/arjan-public/debian/extendedprefs +XS-Vcs-Browser: https://moonshine.dnsalias.org/wsvn/arjan-public/debian/extendedprefs + +Package: pidgin-extprefs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: extended preferences plugin for the instant messenger pidgin + The Pidgin Extended Preferences Plugin adds additional preferences that + have been commonly called for in the past from Pidgin that are either + already implemented and hidden, or trivial to implement via a plugin. + . + Homepage: http://gaim-extprefs.sourceforge.net/ + +Package: gaim-extendedprefs +Architecture: all +Depends: pidgin-extprefs +Description: plugin for the instant messenger pidgin (transitional package) + The Pidgin Extended Preferences Plugin adds additional preferences that + have been commonly called for in the past from Pidgin that are either + already implemented and hidden, or trivial to implement via a plugin. + . + Homepage: http://gaim-extprefs.sourceforge.net/ + . + This is a transitional dummy package to ensure clean upgrades from + old releases. It can be safely removed after upgrade. --- pidgin-extprefs-0.7.orig/debian/watch +++ pidgin-extprefs-0.7/debian/watch @@ -0,0 +1,5 @@ +version=3 +http://sf.net/gaim-extprefs pidgin-extprefs-([\d.]*).tar.gz + + + --- pidgin-extprefs-0.7.orig/debian/changelog +++ pidgin-extprefs-0.7/debian/changelog @@ -0,0 +1,158 @@ +pidgin-extprefs (0.7-2ubuntu1) lucid; urgency=low + + * debian/rules: install upstream changelog. Fixes FTBFS. + + -- Ilya Barygin Sun, 21 Feb 2010 13:18:39 +0300 + +pidgin-extprefs (0.7-2) unstable; urgency=low + + * debian/control{,.in}: + - Mention pidgin instead of gaim in the short description. + (Closes: #423675) + - Added dummy gaim-extendedprefs package to ensure upgraded from + gaim-extendedpref to pidgin-extprefs. + * debian/pidgin-extprefs.install: added to make sure the plugin gets + installed since multiple package are build now. + * debian/README.Debian: Removed as the upgrading troubles mentioned only + apply for upgrades from sarge to etch. + * debian/rules: + - Cleanup gaim-extendedprefs package. + + -- Arjan Oosting Wed, 06 Jun 2007 07:26:47 +0200 + +pidgin-extprefs (0.7-1) unstable; urgency=low + + * New upstream release: + - gaim-exprefs is renamed to pidgin-extprefs to follow the name change + of gaim to pidgin. + * debian/control.in: + - Rename source package and binary package to pidgin-extprefs. + - Build depend on pidgin-dev instead of gaim-dev. + * debian/rules: + - Update for name change. + - Replace call to dh_gaim with call to dh_pidgin + * debian/watch: + - Use special short sf.net url. + - Update for new name. + + -- Arjan Oosting Tue, 8 May 2007 00:51:06 +0200 + +gaim-extendedprefs (0.6-1) unstable; urgency=low + + * New upstream release. + * debian/compat: Upgrade to debhelper compatibility level 5. + * debian/control: + - Add XS-Vcs-Browser field. + - Bump versioned dependency on debhelper. + * debian/patches/20_strict-aliasing.dpatch: Removed as it is included + upstream/. + * debian/patches/10_relibtoolize.dpatch: No need to relibtoolize the + package and upstream uses up-to-date tools. + + -- Arjan Oosting Tue, 24 Apr 2007 00:35:47 +0200 + +gaim-extendedprefs (0.5-5) unstable; urgency=low + + * debian/control.in: + - rename XS-X-Vcs-Svn field to XS-Vcs-Svn. + - change email adress. + + -- Arjan Oosting Tue, 17 Oct 2006 01:43:46 +0200 + +gaim-extendedprefs (0.5-4) unstable; urgency=low + + * debian/control.in: + - Add XS-X-Vcs-Svn field pointing to subversion archive which contains + this package. + - Bump Standars-Version to 3.7.2. No changes needed. + * debian/rules: + - switch from simple-patch-system to dpatch. + - don't ship extprefs.a and extprefs.la as this is a plugin and not a + library. + + -- Arjan Oosting Thu, 28 Sep 2006 11:15:42 +0200 + +gaim-extendedprefs (0.5-3) unstable; urgency=low + + * debian/patches/20_strict-aliasing.patch: Fixes compiler warning + "dereferencing type-punned pointer will break strict-aliasing rules" + by applying the method described in + http://www.hulver.com/scoop/story/2004/4/25/13713/0715 + + -- Arjan Oosting Thu, 8 Jun 2006 00:10:18 +0200 + +gaim-extendedprefs (0.5-2) unstable; urgency=low + + * debian/control: update build dependencies. + * debian/patches/10_relibtoolize.patch: added, relibtoolize package by + executing the following commands: + - libtoolize --copy --force + - aclocal-1.9 + - automake-1.9 + - autoconf + - rm -r autom4te.cache/ + * debian/rules: remove tarball-in-tarball packaging variable. + * debian/rules: remove workaround for bug in cdbs. + * debian/copyright: added packaging copyright notice. + + -- Arjan Oosting Wed, 29 Mar 2006 14:49:24 +0200 + +gaim-extendedprefs (0.5-1) unstable; urgency=medium + + * New upstream release. + - Fixes FTBFS: Stray \ in program (Closes: #333632) + * debian/patches/01_missing_taskbar_entry.patch: removed. + Fixed upstream. + * debian/patches/00_destdir.patch: removed. + Upstream now uses autotools. + * Change packaging from tarball in tarball to normal packaging. + * After upgrading from a previous version to 0.5 the plug-in will be + disabled. Document this fact in README.Debian. + * Remove README from the binary package because it does not contain + anything useful. + + -- Arjan Oosting Thu, 20 Oct 2005 16:41:45 +0200 + +gaim-extendedprefs (0.4-6) unstable; urgency=low + + * debian/control: remove build-essential from Build-Depends. + + -- Arjan Oosting Mon, 27 Jun 2005 15:00:05 +0200 + +gaim-extendedprefs (0.4-5) unstable; urgency=low + + * debian/watch: added watch file. + * debian/patches/01_missing_taskbar_entry.patch: added patch taken + from upstream CVS. Fixes missing taskbar entry of buddy list on + startup. (Closes: #315728) + * debian/control.in: update to Standards-Version 3.6.2. No changes + needed. + * debian/rules: added phony target update-debian-control which updates + debian/control from debian/control.in. + + -- Arjan Oosting Sat, 25 Jun 2005 23:08:50 +0200 + +gaim-extendedprefs (0.4-4) unstable; urgency=low + + * Rename source package to gaim-extendedprefs on request of sponsor. + + -- Arjan Oosting Sun, 27 Feb 2005 01:39:50 +0100 + +extendedprefs (0.4-3) unstable; urgency=low + + * Packaging complete. (Closes: #295267) + + -- Arjan Oosting Wed, 23 Feb 2005 22:58:51 +0100 + +extendedprefs (0.4-2) unstable; urgency=low + + * Disable DEB_AUTO_UPDATE_DEBIAN_CONTROL. + + -- Arjan Oosting Mon, 14 Feb 2005 22:47:19 +0100 + +extendedprefs (0.4-1) unstable; urgency=low + + * Initial Release. + + -- Arjan Oosting Sat, 12 Feb 2005 21:40:14 +0100 + --- pidgin-extprefs-0.7.orig/debian/pidgin-extprefs.install +++ pidgin-extprefs-0.7/debian/pidgin-extprefs.install @@ -0,0 +1 @@ +debian/tmp/usr --- pidgin-extprefs-0.7.orig/debian/patches/00list +++ pidgin-extprefs-0.7/debian/patches/00list @@ -0,0 +1 @@ +