--- pidgin-awayonlock-0.5.2.orig/debian/changelog +++ pidgin-awayonlock-0.5.2/debian/changelog @@ -0,0 +1,56 @@ +pidgin-awayonlock (0.5.2-1) unstable; urgency=low + + * New upstream release + * bump policy to 3.8.4 (no changes) + + -- Leo Costela Mon, 01 Feb 2010 14:24:52 +0100 + +pidgin-awayonlock (0.5.1-1) unstable; urgency=low + + * New upstream release + * debian/watch: added + + -- Leo Costela Mon, 02 Nov 2009 23:11:27 +0100 + +pidgin-awayonlock (0.5-1) unstable; urgency=low + + * New upstream release + * debian/control: bump policy (no changes) + + -- Leo Costela Sun, 01 Nov 2009 20:55:52 +0100 + +pidgin-awayonlock (0.4-1) unstable; urgency=low + + * New upstream release, now supports KScreensaver + + -- Leo Costela Thu, 23 Jul 2009 00:12:28 +0200 + +pidgin-awayonlock (0.3-1) unstable; urgency=low + + * New upstream release + * debian/control: turn gnome-screensaver recommends into a versioned + depends + + -- Leo Costela Sun, 19 Jul 2009 00:58:49 +0200 + +pidgin-awayonlock (0.2.2-1) unstable; urgency=low + + * New upstream release + * debian/control:; bump policy to 3.8.2 (no changes) + + -- Leo Costela Fri, 17 Jul 2009 14:37:18 +0200 + +pidgin-awayonlock (0.2.1-1) unstable; urgency=low + + * new upstream release + * bump policy to 3.8.1 (no changes) + * add explicit libglib2.0-dev build-dep + + -- Leo Costela Mon, 01 Jun 2009 23:29:05 +0200 + +pidgin-awayonlock (0.1-1) unstable; urgency=low + + * first debian package (closes: #513846) + + -- Leo Costela Sun, 01 Feb 2009 16:55:32 +0100 + --- pidgin-awayonlock-0.5.2.orig/debian/copyright +++ pidgin-awayonlock-0.5.2/debian/copyright @@ -0,0 +1,17 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=427 +Upstream-Name: Away-on-Lock +Upstream-Maintainer: Leo 'costela' Antunes +Upstream-Source: http://costela.net/projects/awayonlock + +Files: * +Copyright: Copyright 2009, Leo 'costela' Antunes +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. + +Files: debian/* +Copyright: Copyright 2009, Leo 'costela' Antunes +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. + --- pidgin-awayonlock-0.5.2.orig/debian/rules +++ pidgin-awayonlock-0.5.2/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + +# export DH_VERBOSE=1 + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/cmake.mk + --- pidgin-awayonlock-0.5.2.orig/debian/watch +++ pidgin-awayonlock-0.5.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://costela.net/projects/awayonlock /files/awayonlock-(.*).tar.gz debian uupdate --- pidgin-awayonlock-0.5.2.orig/debian/docs +++ pidgin-awayonlock-0.5.2/debian/docs @@ -0,0 +1,2 @@ +AUTHORS +utils --- pidgin-awayonlock-0.5.2.orig/debian/compat +++ pidgin-awayonlock-0.5.2/debian/compat @@ -0,0 +1 @@ +7 --- pidgin-awayonlock-0.5.2.orig/debian/control +++ pidgin-awayonlock-0.5.2/debian/control @@ -0,0 +1,16 @@ +Source: pidgin-awayonlock +Section: net +Priority: optional +Maintainer: Leo Costela +Build-Depends: debhelper (>= 7), cdbs (>= 0.4.10), cmake, libdbus-glib-1-dev, libpurple-dev, libglib2.0-dev +Standards-Version: 3.8.4 +Homepage: http://costela.net/projects/awayonlock + +Package: pidgin-awayonlock +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, pidgin, gnome-screensaver (>= 2.26) | kscreensaver (>= 4.2) +Description: pidgin plugin to set as away on screensaver activation + Away-on-Lock is a simple plugin for pidgin (or any other libpurple-based + IM client) to change your status when the screensaver gets activated. + . + It currently supports gnome-screensaver and kscreensaver.