pidgin/purple-plugin-pack

Changes to the control, changelog, rules, and update-control files needed for
org.guifications.plugins.debian
2009-08-26, John Bailey
fcd21e999c4b
Parents 7a5ab8b98d2c
Children d142fa36276c
Changes to the control, changelog, rules, and update-control files needed for
properly producing a package of our 2.5.1 release.
--- a/debian/changelog Tue Aug 25 01:58:00 2009 -0400
+++ b/debian/changelog Wed Aug 26 11:32:07 2009 -0400
@@ -1,3 +1,40 @@
+purple-plugin-pack (2.5.1-1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * New Upstream Release (Closes: #475915)
+ + Adds new plugins
+ - enhancedhist (Enhanced History)
+ - colorize (colors messages in a calculated gradient)
+ - splitter (splits messages at configurable length)
+ - google (sends result of a Google "I'm Feeling Lucky" search as a link)
+ - listlog (dumps list of users in a chat to message window for logging)
+ - autoprofile (tools to change profile and status messages)
+ - napster (NAPSTER IM protocol plugin)
+ + Fix crashes in plugins (Closes: #504344)
+ - xchat-chats (would crash Pidgin 2.4.0 and newer)
+ - irc-more (potential double-free caused by typo)
+ + Fix bugs
+ - Missing header include in timelog plugin that prevented proper plugin
+ loading in some configurations.
+ - Various memory leaks in plugins
+ - Commands are properly unregistered when unloading gRIM and eight_ball
+ - Mnemonics are no longer mistakenly interpreted from strings in the
+ preferences window for slashexec
+ - dewysiwygification's debug log messages now properly end lines
+ - slahsexec strips ASCII control characters, fixing disconnects on XMPP
+ + Adds features
+ - listhandler handles "FriendlyName" attributes in AIM-produced .blt files
+ - irssi plugin has preferences to control some elements of behavior
+ - eight_ball has /bollocks command, inspired by /dev/bollocks kernel
+ module
+ - dice now supports dice notation
+ (http://en.wikipedia.org/wiki/Dice_notation) but is imperfect.
+ - dice now calls /me command with its output
+ - With Pidgin 2.4.0 and newer, irc-more adds /notice to send IRC notices
+ * Updated package description (Closes: #511637, #479559)
+
+ -- John Bailey <rekkanoryo@rekkanoryo.org> Wed, 26 Aug 2009 01:16:37 -0400
+
purple-plugin-pack (2.2.0-1) unstable; urgency=low
* New Upstream Release
--- a/debian/control Tue Aug 25 01:58:00 2009 -0400
+++ b/debian/control Wed Aug 26 11:32:07 2009 -0400
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Benjamin Seidenberg <benjamin@debian.org>
-Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl
+Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libenchant-dev, libgtkspell-dev
Standards-Version: 3.8.0
Package: pidgin-plugin-pack
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/files Wed Aug 26 11:32:07 2009 -0400
@@ -0,0 +1,1 @@
+pidgin-plugin-pack_2.5.1-1_amd64.deb net optional
--- a/debian/rules Tue Aug 25 01:58:00 2009 -0400
+++ b/debian/rules Wed Aug 26 11:32:07 2009 -0400
@@ -27,7 +27,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-pidgin-plugins=album,autoreply,bash,blistops,convbadger,dewisygification,dice,difftopic,eight_ball,flip,gRIM,highlight,ignore,infopane,irc-more,irchelper,irssi,lastseen,listhandler,mystatusbox,nicksaid,oldlogger,plonkers,schedule,sepandtab,showoffline,simfix,slashexec,snpp,sslinfo,switchspell,talkfilters,timelog,xchat-chats,xmmsremote CLFAGS="$(CFLAGS)"
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CLFAGS="$(CFLAGS)"
build: build-stamp
--- a/debian/update-control Tue Aug 25 01:58:00 2009 -0400
+++ b/debian/update-control Wed Aug 26 11:32:07 2009 -0400
@@ -19,7 +19,7 @@
Section: net
Priority: optional
Maintainer: Benjamin Seidenberg <benjamin@debian.org>
-Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl
+Build-Depends: debhelper (>= 5), pidgin-dev, pkg-config, libgtk2.0-dev, libglib2.0-dev, libxml-parser-perl, libenchant-dev, libgtkspell-dev
Standards-Version: 3.8.0
Package: pidgin-plugin-pack