--- kopete-plugin-thinklight-0.5.orig/debian/changelog +++ kopete-plugin-thinklight-0.5/debian/changelog @@ -0,0 +1,73 @@ +kopete-plugin-thinklight (0.5-0ubuntu3) maverick; urgency=low + + * Add explicit build depend on cmake fix FTBFS (LP: #608557) + + -- Bhavani Shankar Thu, 22 Jul 2010 12:24:20 +0530 + +kopete-plugin-thinklight (0.5-0ubuntu2) karmic; urgency=low + + * Bump Debhelper to 7 + * Bump Standards-Version to 3.8.2 + * Move from cdbs to pkg-kde-tools with cdbs + * Update Homepage URLs + * Patch to make cmake install kopete_thinklight_fixpermissions with suid-bit + + Add quilt as build-dep + + Include quilt in debian/rules + + LP: #221531 + * Build-dep on libkopete-dev rather than kdenetwork-dev + * Bump my packaging Copyright to 2007-2009 + + -- Harald Sitter Sat, 11 Jul 2009 13:14:51 +0200 + +kopete-plugin-thinklight (0.5-0ubuntu1) karmic; urgency=low + + * New upstream release (LP: #368929) + * Drop quilt from build-deps is no longer need + * Bump Standards-Version to 3.8.1 + + -- Alessandro Ghersi Sun, 08 Mar 2009 19:43:06 +0100 + +kopete-plugin-thinklight (0.3+svn894853-0ubuntu1) jaunty; urgency=low + + * New (KDE 4) snapshot from upstream SVN. + * debian/control: + + Bump Standards-Version to 3.8.0 + + Build depend on quilt due to KDE 4 cdbs + * debian/rules: + + Change to KDE 4 cdbs include + + Remove debhelper cdbs include (not necessary with kde4.mk) + * debian/copyright: + - No LGPL components anymore + - No really free components anymore + + -- Harald Sitter Tue, 23 Dec 2008 14:40:29 +0100 + +kopete-plugin-thinklight (0.3-0ubuntu4) intrepid; urgency=low + + * Fix permission of kopete_thinklight_fixpermissions (LP: #221531) + * Updated Standards-Version + * Updated package copyright + + -- Harald Sitter Tue, 03 Jun 2008 12:04:57 +0200 + +kopete-plugin-thinklight (0.3-0ubuntu3) hardy; urgency=low + + * Fixed date format of initial changelog entry. (LP: #173882) + + -- Harald Sitter Tue, 04 Dec 2007 14:10:13 +0100 + +kopete-plugin-thinklight (0.3-0ubuntu2) hardy; urgency=low + + * Removed .install file to fix build. + + -- Jonathan Patrick Davies Sat, 1 Dec 2007 21:42:18 +0100 + +kopete-plugin-thinklight (0.3-0ubuntu1) hardy; urgency=low + + * Initial release (LP: #161089) + + [Jonathan Patrick Davies] + * Made .install file to remove .la file from package. + * Sponsered upload for Harald Sitter . + + -- Jonathan Patrick Davies Thu, 15 Nov 2007 18:08:18 +0100 --- kopete-plugin-thinklight-0.5.orig/debian/compat +++ kopete-plugin-thinklight-0.5/debian/compat @@ -0,0 +1 @@ +7 --- kopete-plugin-thinklight-0.5.orig/debian/kopete_thinklight_fixpermissions.1 +++ kopete-plugin-thinklight-0.5/debian/kopete_thinklight_fixpermissions.1 @@ -0,0 +1,16 @@ +.\" This file was written by Harald Sitter +.TH KOPETE_THINKLIGHT_FIXPERMISSIONS 1 +.SH NAME +kopete_thinklight_fixpermissons +.SH SYNOPSIS +kopete_thinklight_fixpermissons +.SH DESCRIPTION +Fixes permission of the Thinkpad flashlight device. +.SH AUTHORS +.nf +Bernhard Beschow +.SH OTHER +.nf +This manual page was written by Harald Sitter for the +Kubuntu system (but may be used by others). +.br --- kopete-plugin-thinklight-0.5.orig/debian/copyright +++ kopete-plugin-thinklight-0.5/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Harald Sitter on +Sat, 03 Nov 2007 14:05:18 +0100. + +It was downloaded from http://www.kde-apps.org/content/show.php?content=100537 + +Upstream Author: Bernhard Beschow + +Copyright: + (C) 2006-2007 Bernhard Beschow + +License: + + This package is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + version 2 as published by the Free Software Foundation. + + 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 + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is (C) 2007-2009, Harald Sitter +and is licensed under the GPLv2, see `/usr/share/common-licenses/GPL-2'. --- kopete-plugin-thinklight-0.5.orig/debian/control +++ kopete-plugin-thinklight-0.5/debian/control @@ -0,0 +1,17 @@ +Source: kopete-plugin-thinklight +Section: kde +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Harald Sitter +Build-Depends: cdbs (>= 0.4.56), debhelper (>= 7), pkg-kde-tools (>= 0.4.6), + quilt, libkopete-dev, cmake +Standards-Version: 3.8.2 +Homepage: http://www.kde-apps.org/content/show.php?content=100537 + +Package: kopete-plugin-thinklight +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: thinkpad flashing for kopete + This Kopete plugin lets a Thinkpad's light flash on every incoming message. The + flash interval as well as the flash duration are configurable through the + plugin's interface. --- kopete-plugin-thinklight-0.5.orig/debian/rules +++ kopete-plugin-thinklight-0.5/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/pkg-kde-tools/makefiles/1/cdbs/kde.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +DEB_INSTALL_MANPAGES_kopete-plugin-thinklight = debian/kopete_thinklight_fixpermissions.1 +DEB_FIXPERMS_EXCLUDE = /usr/bin/kopete_thinklight_fixpermissions --- kopete-plugin-thinklight-0.5.orig/debian/patches/kubuntu_01_set_suid_bit.patch +++ kopete-plugin-thinklight-0.5/debian/patches/kubuntu_01_set_suid_bit.patch @@ -0,0 +1,13 @@ +Index: kopete-plugin-thinklight-0.5/src/CMakeLists.txt +=================================================================== +--- kopete-plugin-thinklight-0.5.orig/src/CMakeLists.txt 2009-07-11 13:46:43.000000000 +0200 ++++ kopete-plugin-thinklight-0.5/src/CMakeLists.txt 2009-07-11 13:47:03.000000000 +0200 +@@ -28,7 +28,7 @@ + + kde4_add_executable(kopete_thinklight_fixpermissions kopete_thinklight_fixpermissions.cpp) + +-install(TARGETS kopete_thinklight_fixpermissions DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) ++install(TARGETS kopete_thinklight_fixpermissions PERMISSIONS SETUID OWNER_EXECUTE OWNER_WRITE OWNER_READ GROUP_EXECUTE GROUP_READ WORLD_EXECUTE WORLD_READ DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS}) + + ########### install files ############### + --- kopete-plugin-thinklight-0.5.orig/debian/patches/series +++ kopete-plugin-thinklight-0.5/debian/patches/series @@ -0,0 +1 @@ +kubuntu_01_set_suid_bit.patch