debian/0000755000000000000000000000000012233307707007172 5ustar debian/copyright0000644000000000000000000000147711331125556011134 0ustar This package was debianized by Joachim Breitner on Fri, 15 Jul 2005 19:05:59 +0300 It was downloaded from http://people.debian.org/~nomeata/pidgin-blinklight/ Copyright: © 2006-2009 Joachim Breitner License: This program 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 program 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. The GPL is available in /usr/share/common-licenses/GPL-2 on Debian systems. debian/docs0000644000000000000000000000001410636515142010037 0ustar README TODO debian/compat0000644000000000000000000000000211331125371010361 0ustar 7 debian/control0000644000000000000000000000237412233307362010600 0ustar Source: pidgin-blinklight Section: net Priority: optional Maintainer: Joachim Breitner Build-Depends: debhelper (>= 7), autotools-dev, pidgin-dev, pkg-config Standards-Version: 3.8.3 Vcs-Darcs: http://darcs.nomeata.de/pidgin-blinklight.debian Vcs-Browser: http://darcs.nomeata.de/cgi-bin/darcsweb.cgi?r=pidgin-blinklight.debian;a=summary Package: pidgin-blinklight Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: ${misc:Conflicts} Description: Blinks your ThinkPad's ThinkLight upon new messages This plugin for Pidgin will blink your laptops when you get new messages, so you notice them even if the conversation window is not up front and you don't have or don't see the window list. . To use this with an Thinkpad's ThinkLight, you need to have the ibm-acpi kernel module loaded. . To use this with an ASUS laptop, you need to have the asus_acpi kernel module loaded. Package: gaim-thinklight Architecture: all Depends: pidgin-blinklight, ${misc:Depends}, ${misc:Depends} Description: Transitional package to pidgin-thinklight This is a transitional dummy package, to make sure that users have a seamless upgrade from the gaim-thinklight to the new pidgin-blinklight package. It can safely be removed afterwards. debian/rules0000755000000000000000000000512412233307421010245 0ustar #! /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 # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (ccache,$(findstring ccache,$(DEB_BUILD_OPTIONS))) CC:=ccache $(CC) CXX:=ccache $(CXX) endif config.status: configure dh_testdir dh_autotools-dev_updateconfig # Add here commands to configure the package. CFLAGS="$(CFLAGS)" ./configure CC="$(CC)" CXX="$(CXX)" --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --libexecdir=\$${prefix}/lib/pidgin-blinklight build: build-stamp build-stamp: config.status dh_testdir # Add here commands to compile the package. $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean -rm -f po/*gmo po/stamp-po dh_autotools-dev_restoreconfig dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs $(MAKE) install DESTDIR=$(CURDIR)/debian/pidgin-blinklight rm -f $(CURDIR)/debian/pidgin-blinklight/usr/lib/purple-2/pidgin-blinklight.la # 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_installexamples # dh_install # dh_installmenu # dh_installdebconf # dh_installlogrotate # dh_installemacsen # dh_installpam # dh_installmime # dh_installinit # dh_installcron # dh_installinfo dh_installman dh_link dh_strip dh_compress dh_fixperms chmod u+s $(CURDIR)/debian/pidgin-blinklight/usr/lib/pidgin-blinklight/blinklight-fixperm dh_pidgin -ppidgin-blinklight dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/changelog0000644000000000000000000001103212233307617011041 0ustar pidgin-blinklight (0.11.1-2) unstable; urgency=low * Adjust VCS fields * Fix typo in package description, thanks to Davide Prina for noticing (Closes: #698454) * Update config.{sub,guess} for the AArch64 port (Closes: #727935) -- Joachim Breitner Sun, 27 Oct 2013 23:11:27 +0100 pidgin-blinklight (0.11.1-1) unstable; urgency=low * New upstream release: Fix calculation of blink times -- Joachim Breitner Mon, 01 Feb 2010 12:21:32 +0100 pidgin-blinklight (0.11-1) unstable; urgency=low * New upstream release: + Blink pattern depends on the sending contacts, so that frequent contacts can be hopefully recognized by the blinking after a while. * Fix "Typo in package short description ("messgaes")" (Closes: #507516) * Switch to source format 3.0 (quilt) * Bump debhelper compatibility level to 7 * Bump standards version, no change * Use dh_prep, not dh_clean -k -- Joachim Breitner Sat, 30 Jan 2010 23:05:05 +0100 pidgin-blinklight (0.10-2) unstable; urgency=low * FTBFS: Properly ignore distclean (Closes: #464295) -- Joachim Breitner Wed, 06 Feb 2008 11:46:35 +0100 pidgin-blinklight (0.10-1) unstable; urgency=low * New upstream version (supports ASUS leds in /sys) * Drop XS- prefix, update standards version * Fixes: Empty i18n directories (Closes: #457584) -- Joachim Breitner Mon, 04 Feb 2008 17:32:54 +0100 pidgin-blinklight (0.9-2) UNRELEASED; urgency=low * Add Vcs-Darcs and Vcs-Browser headers -- Joachim Breitner Wed, 24 Oct 2007 00:46:49 +0200 pidgin-blinklight (0.9-1) unstable; urgency=low * New upstream Version (clean up source package) * Darcsify package (see http://darcs.nomeata.de/) -- Joachim Breitner Thu, 21 Jun 2007 16:35:31 +0100 pidgin-blinklight (0.8-2) unstable; urgency=low * Add transitional gaim-thinklight package, that depends on pidgin- blinklight -- Joachim Breitner Mon, 11 Jun 2007 11:13:57 +0100 pidgin-blinklight (0.8-1) unstable; urgency=low * New Release. Now Pidgin-Compatible. -- Joachim Breitner Fri, 11 May 2007 15:09:00 +0200 gaim-thinklight (0.7-1) unstable; urgency=low * Upload to unstable. Some ASUS-Users confirmed that is is working, and where it wasn’t I was not getting useful feedback. If you have problems with this version, you are welcome to file a bug. -- Joachim Breitner Mon, 26 Mar 2007 21:37:24 +0200 gaim-thinklight (0.7-1~rc2) unstable; urgency=low * Possible Race Condition in rc1 possibly fixed. -- Joachim Breitner Wed, 14 Mar 2007 17:13:39 +0100 gaim-thinklight (0.7-1~rc1) unstable; urgency=low * New upstream release -- Joachim Breitner Tue, 13 Mar 2007 10:34:03 +0100 gaim-thinklight (0.6-1) unstable; urgency=low * New upstream release. Works with beta4 now. -- Joachim Breitner Thu, 19 Oct 2006 18:51:09 +0000 gaim-thinklight (0.5-3) unstable; urgency=low * actually upload for unstable... -- Joachim Breitner Fri, 29 Sep 2006 17:07:25 +0000 gaim-thinklight (0.5-2) experimental; urgency=low * rebuild for unstable -- Joachim Breitner Wed, 27 Sep 2006 17:03:57 +0000 gaim-thinklight (0.5-1) experimental; urgency=low * New upstream release * bumped standards version -- Joachim Breitner Wed, 16 Aug 2006 12:16:19 +0000 gaim-thinklight (0.4-2) experimental; urgency=low * rebuild for gaim 2.0 -- Joachim Breitner Thu, 30 Mar 2006 11:54:12 +0200 gaim-thinklight (0.4-1) unstable; urgency=low * new upstream version (Closes: Bug#346496) -- Joachim Breitner Sun, 8 Jan 2006 18:50:37 +0100 gaim-thinklight (0.3-1) unstable; urgency=low * new upstream version -- Joachim Breitner Sat, 19 Nov 2005 11:51:46 +0100 gaim-thinklight (0.2-1) unstable; urgency=low * New upstream version (Closes: #328836) -- Joachim Breitner Mon, 19 Sep 2005 11:52:30 +0200 gaim-thinklight (0.1-2) unstable; urgency=low * Closes: #319414: Typos in description, clarify ThinkLight Thanks to Stephen Kitt for the suggestion -- Joachim Breitner Fri, 29 Jul 2005 14:25:05 +0200 gaim-thinklight (0.1-1) unstable; urgency=low * First release -- Joachim Breitner Mon, 27 Jun 2005 08:35:54 +0200 debian/source/0000755000000000000000000000000011331124564010466 5ustar debian/source/format0000644000000000000000000000001411331124564011674 0ustar 3.0 (quilt)