debian/0000755000000000000000000000000012156443674007202 5ustar debian/source/0000755000000000000000000000000012151701364010466 5ustar debian/source/format0000644000000000000000000000001412151701364011674 0ustar 3.0 (quilt) debian/control0000644000000000000000000000157512151701411010572 0ustar Source: gkrellm2-cpufreq Section: x11 Priority: extra Maintainer: John Paul Adrian Glaubitz Build-Depends: debhelper (>= 9), libcpufreq-dev, gkrellm (>= 2.1.4), libgtk2.0-dev Standards-Version: 3.9.4 Homepage: http://chw.populus.org/rub/7 Vcs-Git: git://github.com/glaubitz/gkrellm-cpufreq-debian.git Vcs-Browser: https://github.com/glaubitz/gkrellm-cpufreq-debian Package: gkrellm-cpufreq Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gkrellm (>= 2.0.0) Description: CPU frequency plugin for GKrellM gkrellm-cpufreq is an additional plugin for GKrellM that allows one to view and set the CPU clock frequency. It also displays the currently active CPU gouverner which has been set for cpufreq such as on-demand, performance and powersave. The plugin is very useful when using tiling window managers such as awesome together with GKrellM. debian/compat0000644000000000000000000000000212151701364010364 0ustar 9 debian/gkrellm-cpufreq.lintian-overrides0000644000000000000000000000006412156442544015655 0ustar binary-without-manpage usr/sbin/cpufreqnextgovernor debian/rules0000755000000000000000000000016212151701364010245 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000012151701364010615 5ustar debian/patches/series0000644000000000000000000000010012151701364012021 0ustar 0001-Modify-Makefile-to-make-sure-linker-flags-are-proper.patch debian/patches/0001-Modify-Makefile-to-make-sure-linker-flags-are-proper.patch0000644000000000000000000000153012151701364024112 0ustar From: John Paul Adrian Glaubitz Date: Thu, 16 May 2013 16:57:33 +0200 Subject: =?UTF-8?q?Modify=20Makefile=20to=20make=20sure=20linker=20flags=20a?= =?UTF-8?q?re=20properly=0Apassed=20for=20hardening.?= --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e65757..cb706cd 100644 --- a/Makefile +++ b/Makefile @@ -6,14 +6,14 @@ GTK_LIB = `pkg-config gtk+-2.0 --libs` FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) LIBS = $(GTK_LIB) -LFLAGS = -shared -lcpufreq +LDFLAGS += -shared -lcpufreq CC = gcc $(CFLAGS) $(FLAGS) OBJS = cpufreq.o cpufreq.so: $(OBJS) - $(CC) $(OBJS) -o cpufreq.so $(LFLAGS) $(LIBS) + $(CC) $(OBJS) -o cpufreq.so $(LDFLAGS) $(LIBS) install: cpufreq.so install -D -m 755 -s cpufreq.so $(DESTDIR)/usr/lib/gkrellm2/plugins/cpufreq.so debian/watch0000644000000000000000000000031312156442272010221 0ustar version=3 http://chw.populus.org/rub/7 \ (?:.*/|.*=|)gkrellm2-cpufreq[\-\._](\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)(?:/\S*)? # Bart Martens Fri, 31 May 2013 03:49:35 +0000 debian/docs0000644000000000000000000000000712151701364010036 0ustar README debian/copyright0000644000000000000000000000212412151701364011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: gkrellm2-cpufreq Source: http://chw.populus.org/rub/7 Files: * Copyright: 2003-2012 Christoph Winkelmann License: GPL-2 Files: debian/* Copyright: 2012 John Paul Adrian Glaubitz License: GPL-2 License: GPL-2 This package 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 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/changelog0000644000000000000000000000423112156443674011054 0ustar gkrellm2-cpufreq (0.6.4-4) unstable; urgency=low [ Bart Martens ] * [b9de897e] Update debian/watch file. [ John Paul Adrian Glaubitz ] * [2309b013] Add lintian override for binary-without-manpage warning for usr/sbin/cpufreqnextgovernor. -- John Paul Adrian Glaubitz Fri, 14 Jun 2013 00:28:51 +0200 gkrellm2-cpufreq (0.6.4-3) unstable; urgency=low * [871f38ed] Add missing dependency for gkrellm (>= 2.0.0) in debian/control. -- John Paul Adrian Glaubitz Thu, 30 May 2013 18:49:58 +0200 gkrellm2-cpufreq (0.6.4-2) unstable; urgency=low * [1932aa51] Bump debhelper version to 9. * [ffa6c9d2] Use my full name in debian/control for maintainership. * [22ef47bf] Update homepage field in debian/control. * [9c7ade76] Add Vcs-* fields in debian/control. * [7cee3427] Update and fix description in debian/control. * [4dd234fe] Remove boilerplate in debian/rules. * [c56244bf] Remove boilerplate in debian/watch and update the watch URL. * [4d58482d] Add missing debian/source/format for source format 3.0. * [df4f3f4c] Verify and bump standards to 3.9.4 in debian/control. * [50625f96] Include patch to modify Makefile to make sure linker flags are properly passed for hardening. * [3beef549] Use proper upstream name for source package in debian/control and debian/changelog. -- John Paul Adrian Glaubitz Thu, 16 May 2013 18:49:38 +0200 gkrellm2-cpufreq (0.6.4-1) unstable; urgency=low * New upstream release. -- John Paul Adrian Glaubitz Fri, 10 May 2013 02:54:35 +0200 gkrellm2-cpufreq (0.6.3-1) unstable; urgency=low * New upstream release. -- John Paul Adrian Glaubitz Fri, 10 May 2013 02:54:02 +0200 gkrellm2-cpufreq (0.6.2-1) unstable; urgency=low * New upstream release. -- John Paul Adrian Glaubitz Fri, 10 May 2013 02:52:32 +0200 gkrellm2-cpufreq (0.6.1-1) unstable; urgency=low * Initial release (Closes: #572289) -- Adrian Glaubitz Wed, 03 Mar 2010 01:40:07 +0100