--- amsn-extra-plugins-0.98.2.orig/debian/changelog +++ amsn-extra-plugins-0.98.2/debian/changelog @@ -0,0 +1,108 @@ +amsn-extra-plugins (0.98.2-0~kkamsn1) karmic; urgency=low + + * New upstream version + - svn version 11865, rename to 0.98.2 to sync with amsn package + - add DBusStateChanger plugin + + -- Stéphane Marguet (Stemp) Mon, 28 Dec 2009 16:09:11 +0100 + +amsn-extra-plugins (0.98.1-0~kkamsn3) karmic; urgency=low + + * New upstream version + - move music plugin to main + + -- Stéphane Marguet (Stemp) Sat, 31 Oct 2009 16:29:01 +0100 + +amsn-extra-plugins (0.98.0-0+svn11640~kkamsn1) karmic; urgency=low + + * New upstream snapshot + - Add support for gmusicbrowser + + -- Stéphane Marguet (Stemp) Tue, 06 Oct 2009 01:28:10 +0200 + +amsn-extra-plugins (0.98.0-0+svn11600~kkamsn2) karmic; urgency=low + + * New upstream snapshot + - gnotify : Fix UI issue when message title contains '%' + - music : Support audacious2 + + -- Stéphane Marguet (Stemp) Sun, 13 Sep 2009 12:03:38 +0200 + +amsn-extra-plugins (0.98.0-0~jjamsn1) jaunty; urgency=low + + * New upstream version + + -- Stéphane Marguet (Stemp) Fri, 28 Aug 2009 14:47:58 +0200 + +amsn-extra-plugins (0.9-1+svn11348~jjamsn1) jaunty; urgency=low + + * Update langes for the pop3 plugin. + + -- Stéphane Marguet (Stemp) Sun, 19 Jul 2009 17:32:23 +0200 + +amsn-extra-plugins (0.9-1+svn11345~jjamsn1) jaunty; urgency=low + + * New pop3 plugin version : Remove useless code Add translation support + + -- Stéphane Marguet (Stemp) Tue, 14 Jul 2009 14:03:02 +0200 + +amsn-extra-plugins (0.9-1~jjamsn1) jaunty; urgency=low + + * Various pop3 plugin improvements, notably adding SSL support + * Add Kryptonite plugin (MSN GnuPG Encryption) by Cristian Orellana E. + + -- Stéphane Marguet (Stemp) Sun, 12 Jul 2009 20:36:05 +0200 + +amsn-extra-plugins (0.8-1~jjamsn1) jaunty; urgency=low + + * Update jake plugin + * Update brazilian translation for the music plugin + + -- Stéphane Marguet (Stemp) Sat, 27 Jun 2009 17:52:53 +0200 + +amsn-extra-plugins (0.7-1~jjamsn1) jaunty; urgency=low + + * amsn-extras/plugins/music + - add the decibel audio player + * amsn-extras/plugins/notify + -notify plugin should work on 0.97.2 + + -- Stéphane Marguet (Stemp) Fri, 12 Jun 2009 13:36:46 +0200 + +amsn-extra-plugins (0.6-1~jjamsn1) jaunty; urgency=low + + * Add +x permissions to scripts in music plugin + + -- Stéphane Marguet (Stemp) Mon, 25 May 2009 15:13:23 +0200 + +amsn-extra-plugins (0.5-1~jjamsn1) jaunty; urgency=low + + * Add Translate plugin (translate using google) + + -- Stéphane Marguet (Stemp) Tue, 19 May 2009 14:32:38 +0200 + +amsn-extra-plugins (0.4-1~jjamsn1) jaunty; urgency=low + + * locales patch for desktop integration + + -- Stemp (Stéphane Marguet) Thu, 07 May 2009 17:59:57 +0200 + +amsn-extra-plugins (0.3-1~jjamsn1) jaunty; urgency=low + + * Add jake plugin (chatbot plugin) + + -- Stemp (Stéphane Marguet) Fri, 24 Apr 2009 12:40:53 +0200 + +amsn-extra-plugins (0.2-1~jjamsn1) jaunty; urgency=low + + * Drop Growl and adressbook plugin (macosx) + * Add licence informations + + -- Stemp (Stéphane Marguet) Sun, 05 Apr 2009 11:20:40 +0200 + +amsn-extra-plugins (0.1-1~iiamsn1) intrepid; urgency=low + + * Initial version : + - Triple-ungood version without proper Licence + + -- Stemp (Stéphane Marguet) Sat, 04 Apr 2009 13:27:42 +0200 --- amsn-extra-plugins-0.98.2.orig/debian/compat +++ amsn-extra-plugins-0.98.2/debian/compat @@ -0,0 +1 @@ +5 --- amsn-extra-plugins-0.98.2.orig/debian/rules +++ amsn-extra-plugins-0.98.2/debian/rules @@ -0,0 +1,82 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +#!/usr/bin/make -f +clean:: + dh_testdir + dh_clean + rm -rf debian/tmp + +d:=debian/amsn-extra-plugins/usr/share/amsn/plugins + +install: + mkdir -p $(d) +# for s in *.tar.bz2; do tar xvj -C $(d) -f $$s ; done + cp -R actionsmenu $(d) + cp -R advancedconfigviewer $(d) + cp -R amsnplus $(d) + cp -R bugbuddy $(d) + cp -R camserv $(d) + cp -R chameleon $(d) + cp -R changeit $(d) + cp -R colorize $(d) + cp -R countdown $(d) + cp -R DBusStateChanger $(d) + cp -R dbusviewer $(d) + cp -R desktop_integration $(d) + cp -R devel $(d) + cp -R DualDisplayPicture $(d) + cp -R emotes $(d) + cp -R emoticons_importer $(d) + cp -R FPSstats $(d) + cp -R games $(d) + cp -R gename $(d) + cp -R glogs $(d) + cp -R gnotify $(d) + cp -R growl $(d) + cp -R Invisibility $(d) + cp -R jake $(d) + cp -R keepalive $(d) + cp -R Kryptonite $(d) + cp -R LilyPondIM $(d) + cp -R movewin $(d) + cp -R notify $(d) + cp -R openwith $(d) + cp -R organize_received $(d) + cp -R pop3 $(d) + cp -R Restore $(d) + cp -R sayit $(d) + cp -R SendRecents $(d) + cp -R SkinColor $(d) + cp -R SpellCheck $(d) + cp -R TeXIM $(d) + cp -R Translate $(d) + cp -R transparent $(d) + cp -R userstatus $(d) + cp -R whatis $(d) + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs + dh_installchangelogs + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + # nothing to do + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary --- amsn-extra-plugins-0.98.2.orig/debian/control +++ amsn-extra-plugins-0.98.2/debian/control @@ -0,0 +1,22 @@ +Source: amsn-extra-plugins +Section: x11 +Priority: optional +Maintainer: aMsn daily Team +Uploaders: Stemp (Stéphane Marguet) +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: amsn-extra-plugins +Architecture: all +Depends: amsn +Description: Plugins from aMsn extra + This package provides differents plugins for amsn + They have been downloaded from + http://amsn.svn.sourceforge.net/viewvc/amsn/trunk/amsn-extras/plugins/ + It includes only free plugins. + aMsn is a very nice MSN compatible messenger application. Works pretty much + like its Windows based counterpart. Perfect for keeping in touch with those + friends who have not yet seen the light. + . + Homepage: http://www.amsn-project.net/ + --- amsn-extra-plugins-0.98.2.orig/debian/copyright +++ amsn-extra-plugins-0.98.2/debian/copyright @@ -0,0 +1,67 @@ +This package was debianized by Stéphane Marguet on +Sat, 04 Apr 2009 13:03:07 +0200 + +It was downloaded from http://amsn.svn.sourceforge.net/viewvc/amsn/trunk/amsn-extras/plugins/ + +Copyright: + +Upstream Authors: + +ActionsMenu : Originally written by Karel Demeyer 2005 fixed and improved by Aureliano Di Marco (Takeshi) and Giuseppe Bottiglieri (Square87) , 2007 +Advanced Configuration Viewer : Tom Hennigan +aMSN Plus : Mark & Jerome Gagnon-Voyer & Fred +BigSmileys : Pablo Novara (zaskar_84@yahoo.com.ar) +bugbuddy : Karol Krizka +Webcam Server : Karel Demeyer +Chameleon : KaKaRoTo (Alaoui Youness) +changeit : William Bowling +ColoredNicks : Giuseppe Bottiglieri (Square87) +Colorize : Karol Krizka +Countdown : Youness Alaoui (a.k.a KaKaRoTo). Unimatrix for the idea +DBusStateChanger : DeadVirus +DbusViewer : Jonne Zutt +Desktop Integration : Isma +Devel : Yoda-BZH +DualDisplayPicture : Youness Alaoui (KaKaRoTo), Jonne Zutt (JeeBee) +emotes : Youness Alaoui +Emoticons Importer : Youness Alaoui (a.k.a KaKaRoTo) +FPSstats : Boris FAURE (billiob) +Games : Jonne Zutt +gename : Karol Krizka +GLogs : Ignacio Larrain +gnotify :Youness Alaoui (a.k.a KaKaRoTo) +Inkdraw : Karel Demeyer +Invisibility : Anto Cvitic, Kemal Ilgar Eroğlu +jake : Alexander Nestorov (alex_vip_1@hotmail.com) +KeepAlivePlus : Giuseppe Bottiglieri +LilyPondIM : Benoit Mortgat & Boris FAURE +movewin : lio_lion (Arieh Schneier) +MSN-Game Tic Tac Toe : Mirko Hansen (BaaaZen) +Music : Jerome Gagnon-Voyer, Boris Faure (billiob) and Le Philousophe +Notes : Fred '04; Karel Demeyer '08 +Notify : Yoda-BZH +Nudge : Jerome Gagnon-Voyer, Karel Demeyer and Alberto Diaz, Doki +Organize Received Files : Nilton Volpato first-name dot last-name @ gmail.com +pop3 : Arieh Schneier +remind : Frederic Diaz +Restore Chats : Karel Demeyer +sayit : William Bowling (Mac),Arieh Schneier (Win),Karel Demeyer (Linux) +Search Contact : Giuseppe Bottiglieri (Square87) and Karel Demeyer (scapor), 2008 +SendRecents : MurDoK murdok.lnx at gmail +SkinColor : Giuseppe Bottiglieri (aka Square87) +SpellCheck : William Bowling +TeXIM : Andrei Barbu & Boris FAURE +Transparent : Cristofaro Del Prete +UserStatus : NoWhereMan +Cam Shooter : Jerome Gagnon-Voyer (mac code), Le Philousophe (lin/win code) and Karel Demeyer (plugin maintainer) +whatis : Jasper Huzen +Winks : Pablo Novara and others +Translate : number-g (g-at-imagination-dot-eu-dot-org) +Kryptonite : Cristian Orellana E. +Restore Chats : Karel Demeyer + +License: + +This software is licensed under the GNU General Public License (version 2). +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'.