debian/0000775000000000000000000000000012245464702007176 5ustar debian/copyright0000664000000000000000000001166412244253302011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: PowerTOP Source: https://github.com/fenrus75/powertop Files: * Copyright: © 2010 Intel Corporation License: GPL-2 Files: po/Makefile.in.in Copyright: © 1995-1997, 2000-2007, 2009-2010 Ulrich Drepper License: Custom This file can be copied and used freely without restrictions. It can be used in projects which are not available under the GNU General Public License but which still want to provide support for the GNU gettext functionality. Files: src/cpu/intel_gpu.cpp Copyright: © 2012 Intel Corporation License: GPL-2 Files: src/measurement/extech.cpp Copyright: © 2005 Patrick Mochel © 2006, 2011 Intel Corporation License: GPL-2 Files: src/measurement/sysfs.* Copyright: © Anssi Hannula License: GPL-2 Files: src/report/report-* Copyright: © 2012 Samsung Electronics Co., Ltd. License: GPL-2 Files: src/perf/perf_event.h Copyright: © 2008-2009 Thomas Gleixner , © 2008-2009 Red Hat, Inc., Ingo Molnar © 2008-2009 Red Hat, Inc., Peter Zijlstra © 2010, Intel Corporation License: GPL-2 Files: src/tuning/iw.* Copyright: © 2007-2008 Johannes Berg © 2007 Andy Lutomirski © 2007 Mike Kershaw © 2008-2009 Luis R. Rodriguez License: ISC Files: src/tuning/nl80211.h Copyright: © 2006-2010 Johannes Berg © 2008 Michael Wu © 2008 Luis Carlos Cobo © 2008 Michael Buesch © 2008-2009 Luis R. Rodriguez © 2008 Jouni Malinen © 2008 Colin McCabe License: ISC Files: traceevent/event-parse.c Copyright: © 2009, 2010 Red Hat Inc, Steven Rostedt © 2009 Frederic Weisbecker License: LGPL-2.1 Files: traceevent/event-parse.h Copyright: © 2009, 2010 Red Hat Inc, Steven Rostedt License: LGPL-2.1 Files: traceevent/event-utils.h traceevent/parse-filter.c Copyright: © 2010 Red Hat Inc, Steven Rostedt License: LGPL-2.1 Files: traceevent/trace-seq.c Copyright: © 2009 Red Hat Inc, Steven Rostedt License: LGPL-2.1 Files: debian/* Copyright: © 2007 Petter Reinholdtsen © 2007-2011 Patrick Winnertz © 2007 Krzysztof Burghardt © 2010 Serafeim Zanikolas © 2012 Cyril Brulebois © 2012 Michael Biebl © 2013 Jonathan Wiltshire © 2007-2013 Jose Luis Rivas © 2012-2013 Julian Wollrath License: GPL-2 License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 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 version 2 of the License. . 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 can be found in `/usr/share/common-licenses/GPL-2'. License: LGPL-2.1 This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; version 2.1 of the License (not later!) . 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 Lesser General Public License for more details. . On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'. debian/source/0000775000000000000000000000000012244253302010465 5ustar debian/source/format0000664000000000000000000000001412244253302011673 0ustar 3.0 (quilt) debian/changelog0000664000000000000000000003062312245464663011062 0ustar powertop (2.5-1ubuntu1) trusty; urgency=low * Add arm64 to the supported architecture list in debian/control. -- Adam Conrad Wed, 27 Nov 2013 14:52:32 -0700 powertop (2.5-1) unstable; urgency=low * Only build for supported architectures. * New upstream release (Closes: #695890, #726539). + Use dh-autoreconf to make it build with automake 1.14. + Add patch to not use csstoh.sh. * Bump standards version to 3.9.5, no changes needed. -- Julian Wollrath Sat, 23 Nov 2013 14:02:00 +0100 powertop (2.4-2) unstable; urgency=low * debian/copyright: Add missing copyright notices. * Add myself as co-maintainer. * Add postrm script to remove /var/cache/powertop when purging (Closes: #680510). * Change architecture to linux-any, since it is a linux specific package. * Change package description to something more descriptive. * Add debug package (Closes: #679579). * Remove unneeded copy of the manpage, use the upstream one instead. * Disable silent rules during build. -- Julian Wollrath Mon, 02 Sep 2013 17:36:42 -0400 powertop (2.4-1) unstable; urgency=low * New upstream release (Closes: #685607, #695893, #659517, #686699, #705993) * debian/control: + Jose Luis Rivas's email to `ghostbar@debian.org`. + Remove build-dependency on `cdbs`. No need anymore. + Add dependency on `automake` so `config.{guess,sub}` are auto-updated on build. + Standards-Version to 3.9.4. + Swap on fields maintainer and uploaders. + Add Vcs-* fields. * debian/watch: upstream changed to `tar.gz` from `tar.bz2`, so reports on newer versions were failing to be accurate. (Closes: #695891) * Acknowledging NMU's. * debian/rules: Simple dh format. * debian/patches: changes applied upstream. No need anymore. * debian/copyright: update to copyright-format/1.0 -- Jose Luis Rivas Fri, 30 Aug 2013 22:47:26 -0430 powertop (2.0-0.3) unstable; urgency=high * Non-maintainer upload. * Add patch long-process-names-nullterm.patch to prevent a crash on paticularly long process names (Closes: #682388) -- Jonathan Wiltshire Sun, 21 Apr 2013 00:38:10 +0100 powertop (2.0-0.2) unstable; urgency=low * Non-maintainer upload. * Drop debian/patches/fix_libnl_version.patch. This patch actually doesn't make any sense and only causes a FTBFS on ia64 since it modifies configure.ac without properly updating the build system afterwards. (Closes: #679629) -- Michael Biebl Sat, 30 Jun 2012 16:13:46 +0200 powertop (2.0-0.1) unstable; urgency=low * Non-maintainer upload. * New upstream version (Closes: #665695, #672555, #652466, #638300) * Build against libnl3 (Closes: #656421) * Add manpage, cherry-picked from upstream sources (Closes: #564847) * Update watch and copyright file (Closes: #650063, #634218) * Bump standards version to 3.9.3 (no changes needed) * Change debian/compat to 9 * Add patch to fix issues with building against libnl-3 * Change build depencies from libnl2-dev to libnl-3-dev and libnl-genl-3-dev * Drop no longer needed patches fix_prefix_in_manpage.patch, fix_NR_perf_event_open_on_ia64.patch, fix_csstoh_on_sparc * Change priority from optional to extra, hence the problem on the QA page is addressed which states, that there is a override from optional to extra. -- Julian Wollrath Tue, 26 Jun 2012 01:02:30 +0200 powertop (1.97-2.1) unstable; urgency=low * Non-maintainer upload. [ Cyril Brulebois ] * Fix FTBFS with gcc 4.7 by fixing missing includes (Closes: #667329). -- gregor herrmann Sun, 27 May 2012 14:34:09 +0200 powertop (1.97-2) unstable; urgency=low * Fix a build failure on ia64 * Add a return(0) at the end of csstoh.c to as sparc seems to defaults to exit code 3 -- Patrick Winnertz Thu, 17 Mar 2011 16:24:40 +0100 powertop (1.97-1) unstable; urgency=low * Imported Upstream version 1.97 * Correct watch file to point to the correct place * Switch to source/format 3.0 (quilt) * Bump standards-version to 3.9.1 - no further changes needed * Acknowlegde NMU of Serafeim Zanikolas (Closes: #570662) * Fix build-deps (Added pkg-config, libnl2-dev & libpci-dev) * Fix typo * Remove make uptrans from build as it's not working in 2.0 beta * Remove manpage as the manpage was removed from upstream * Fix path for /var/cache/powertop (remove ${PREFIX}) -- Patrick Winnertz Fri, 11 Feb 2011 22:05:15 +0100 powertop (1.13-1.1) unstable; urgency=low * Non-maintainer upload. * Add missing include to fix FTBFS on ia64 and alpha (Closes: #570662) -- Serafeim Zanikolas Fri, 15 Oct 2010 00:07:37 +0200 powertop (1.13-1) unstable; urgency=low * New upstream version + Should fix FTBFS an alpha (Closes: #570662) + Fix crash with too long config files (Closes: #589438) -- Patrick Winnertz Thu, 29 Jul 2010 11:32:48 +0200 powertop (1.13~pre20100125-1) unstable; urgency=low * Package git snapshot from 2010-01-25 (Closes: #563498) - fix reporting of incorrect wattage (Closes: #497929, #558776) - doesn't exit when xterm is resized (Closes: #488973) - show P-states again in some rare cases (Closes: #562516) at least this bug is not longer reproducable with this new version - number of wakeups should be now correct (Closes: #502596) - manpage contains now more informations (Closes: #470498) * remove now unneeded patches and dropped dpatch build system * bumped standards version to 3.8.3, no further changes needed * fix lintian warning about copyright template -- Patrick Winnertz Mon, 25 Jan 2010 23:20:55 +0100 powertop (1.11-1) unstable; urgency=low * New upstream release + reports now correct wattage (at least for me) (Closes: #497929) * Add patch in order to remove bashism in output (Closes: #509811) * Removed patches as they are now applied upstream: + patches/fix-eof.dpatch + patches/add-support-for-charge_now.dpatch + patches/fix-suggest-usb-autosuspend.dpatch + patches/fix-hal-disable-polling.dpatch -- Patrick Winnertz Tue, 13 Jan 2009 00:02:01 +0100 powertop (1.10-2) unstable; urgency=high * Support batteries that do not report energy_now, by reading change_now. (Closes: #486873, #495638, #495348) -- Patrick Winnertz Mon, 01 Sep 2008 20:31:51 +0200 powertop (1.10-1) unstable; urgency=low * New upstream version (Closes: #486510) - changed from proc to sys interface (Closes: #462796, #483603) * Build a PO template on package build (Closes: #471852) * spell Linux correctly: Linux (control file) * powertop now quits if it get a EOF (Closes: 458984) * Updated watch file (Closes: #486509) * Removed usb patch, source has changed completely. hopefully it was fixed by upstream. -- Patrick Winnertz Mon, 16 Jun 2008 23:55:10 +0200 powertop (1.9-2) unstable; urgency=low * Changed my maintainer address * Bumped Standards-Version to 3.7.3. * Instead of using /dev/scd0 as disk drive use /dev/cdrom for hal-disable-polling (Created patch fix-hal-disable-polling.dpatch) (Closes: #443594) * This time fix really the usb autosuspend issue. (Closes: #444817) * Add a Homepage field to control. -- Patrick Winnertz Sun, 16 Dec 2007 23:33:32 +0100 powertop (1.9-1) unstable; urgency=low * Packaging new upstream release. (Closes: #451370) * Fix the wrong implementation of usb autosuspend (Closes: #444817) -- Patrick Winnertz Thu, 22 Nov 2007 13:17:38 +0100 powertop (1.8-1) unstable; urgency=low * Packaging new upstream release. * Correct the dependency to laptop-mode-tools. (Closes: #438616) * Correct the command line syntax of hal-disable-polling (Closes: #435882) * Allow powertop to build on all archs since some information are still there (wakeup counts). -- Patrick Winnertz Mon, 20 Aug 2007 22:23:53 +0200 powertop (1.7~svn-r227-3) unstable; urgency=low * debian/control: + Changed the `arch" field to: `i386 amd64 ia64'. (Closes: #435972) * debian/copyright: + Fixed the license related issue, updated to just GPL2 including the license address to `/usr/share/common-licenses/GPL-2'. (Closes: #436367) -- Jose Luis Rivas Thu, 16 Aug 2007 23:01:09 -0400 powertop (1.7~svn-r227-2) unstable; urgency=low * Thanks to Krzysztof Burghardt for the new package release, but remove him as co-maintainer, as he is none after all -- Patrick Winnertz Fri, 13 Jul 2007 20:39:21 +0200 powertop (1.7~svn-r227-1) unstable; urgency=low * New co-maintainer * New upstream (closes: #429305, #430035, #427345) * Moved binary to /usr/sbin as it need to be run by root (closes: #427548) * debian/copyright: + changed a bit to fulfill standard look -- Krzysztof Burghardt Sat, 23 Jun 2007 20:30:02 +0200 powertop (1.5-2) unstable; urgency=low * debian/control: + Two leading spaces for Homepage (Closes: #426606) * debian/changelog: + Fixed typo on "Cooperation" now "Corporation" (Closes: #426605) -- Jose Luis Rivas Wed, 30 May 2007 08:46:08 -0400 powertop (1.5-1) unstable; urgency=low * New upstream release available (Closes: #426507) * Adding Build-Depends: libncursesw5-dev since powertop fails to build without it. * Modified debian/copyright: - added (c) 2007 Intel Corporation - powertop is licensed under GPL v2 (added v2) -- Patrick Winnertz Tue, 29 May 2007 13:43:06 +0200 powertop (1.4-2) unstable; urgency=low [ Jose Luis Rivas ] * debian/control: + Fixed the Homepage field (Closes: #426205) + Modified the uploader name to "Jose Luis Rivas" [ Patrick Winnertz ] * Fixed FTBFS, by depending on libncurses5-dev (Closes: #426235) * Uses $(CURDIR) instead of `pwd` in rules. * Upload sponsored by Petter Reinholdtsen -- Patrick Winnertz Sun, 27 May 2007 17:59:38 +0200 powertop (1.4-1) unstable; urgency=low * New upstream release * Now powertop uses the full width of a terminal. (Fixed by upstream) (Closes: #423735) * Changed the destdir in debian/rules so that the locale files are installed correctly to debian/powertop/usr/share/locale/: - DESTDIR=debian/powertop --> DESTDIR=`pwd`/debian/powertop * Upload sponsored by Petter Reinholdtsen -- Patrick Winnertz Sat, 26 May 2007 17:24:27 +0200 powertop (1.3-1) unstable; urgency=low * New upstream release (Closes: #425498) * Suggests cpufrequtils (Closes: #423986) * Clean up debian/rules: - removes simple-patchsys.mk since it not used - remove the installation of the manpage since we now use debian/manpages ( Thanks to Jose ) -- Patrick Winnertz Fri, 25 May 2007 16:48:52 +0200 powertop (1.2-1) unstable; urgency=low * New upstream release available. * Took the package from pere, and added me as Maintainer and Jose Luis Rivas Contreras into the Uploader field. * Removed the manpage from the debian-dir since it is now upstream and adjusted the install command in debian/rules. * Removed the makefile patch, since it is now upstream -- Patrick Winnertz Wed, 16 May 2007 12:35:58 +0200 powertop (1.1-3) unstable; urgency=low * Add watch file written by Ralf Meyer for Ubuntu. Removed most of the examples. -- Petter Reinholdtsen Mon, 14 May 2007 08:08:24 +0200 powertop (1.1-2) unstable; urgency=low * Add powertop(1) manual page. Written by Carlo Segre. (Closes: #423607) -- Petter Reinholdtsen Sun, 13 May 2007 21:13:00 +0200 powertop (1.1-1) unstable; urgency=low * New upstream release. * Rewrite debian/rules to use cdbs and simple-patchsys. * Change section from x11 to utils. It make more sense for this tool. * Rewrite 10_makefile.patch as most of the changes are included upstream. -- Petter Reinholdtsen Sun, 13 May 2007 12:10:15 +0200 powertop (1.0-1) unstable; urgency=low * Initial release (Closes: #423504) -- Petter Reinholdtsen Sat, 12 May 2007 23:13:05 +0200 debian/compat0000664000000000000000000000000212244253302010363 0ustar 9 debian/rules0000775000000000000000000000046612244253302010253 0ustar #!/usr/bin/make -f %: dh $@ --with autoreconf override_dh_auto_configure: dh_auto_configure -- --disable-silent-rules override_dh_strip: dh_strip --dbg-package=powertop-dbg override_dh_auto_install: dh_auto_install --destdir=debian/powertop override_dh_installdocs: dh_installdocs --link-doc=powertop debian/control0000664000000000000000000000454312245464667010621 0ustar Source: powertop Section: utils Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Jose Luis Rivas Uploaders: Patrick Winnertz , Julian Wollrath Build-Depends: automake, debhelper (>= 9), dh-autoreconf, libncurses5-dev, libncursesw5-dev, libnl-3-dev, libnl-genl-3-dev, libpci-dev, pkg-config Standards-Version: 3.9.5 Vcs-git: git://github.com/ghostbar/powertop.deb.git Vcs-browser: https://github.com/ghostbar/powertop.deb Homepage: https://01.org/powertop/ Package: powertop Architecture: alpha amd64 armel armhf arm64 hppa i386 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: cpufrequtils, laptop-mode-tools Description: diagnose issues with power consumption and management PowerTOP is a Linux tool to diagnose issues with power consumption and power management. In addition to being a diagnostic tool, PowerTOP also has an interactive mode you can use to experiment with various power management settings, for cases where the Linux distribution has not enabled those settings. . PowerTOP reports which components in the system are most likely to blame for higher-than-needed power consumption, ranging from software applications to active components in the system. Detailed screens are available for CPU C and P states, device activity, and software activity. Package: powertop-dbg Architecture: alpha amd64 armel armhf arm64 hppa i386 m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh4 sparc sparc64 x32 Section: debug Depends: powertop (=${binary:Version}), ${misc:Depends} Description: debugging symbols for powertop PowerTOP is a Linux tool to diagnose issues with power consumption and power management. In addition to being a diagnostic tool, PowerTOP also has an interactive mode you can use to experiment with various power management settings, for cases where the Linux distribution has not enabled those settings. . PowerTOP reports which components in the system are most likely to blame for higher-than-needed power consumption, ranging from software applications to active components in the system. Detailed screens are available for CPU C and P states, device activity, and software activity. . This package contains the debugging symbols for powertop. debian/postrm0000775000000000000000000000040112244253302010432 0ustar #!/bin/sh #DEBHELPER# # Abort if any command returns an error value set -e case "$1" in purge) # This package has previously been removed and is now having # its configuration purged from the system. : rm -rf /var/cache/powertop ;; esac exit 0 debian/watch0000664000000000000000000000017412244253302010220 0ustar version=3 https://01.org/powertop/downloads https://01.org/powertop/sites/default/files/downloads/powertop-([\d\.]*).tar.gz debian/patches/0000775000000000000000000000000012244253302010614 5ustar debian/patches/0001-Do-not-generate-css.h-with-csstoh.sh.patch0000664000000000000000000000131512244253302021042 0ustar From: Julian Wollrath Date: Sat, 23 Nov 2013 13:45:41 +0100 Subject: Do not generate css.h with csstoh.sh --- src/Makefile.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 7d6858622ea8..35235be83e86 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1873,9 +1873,6 @@ uninstall-am: uninstall-sbinPROGRAMS mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS -css.h: powertop.css - $(SHELL) ./csstoh.sh powertop.css css.h - # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: debian/patches/series0000664000000000000000000000006012244253302012025 0ustar 0001-Do-not-generate-css.h-with-csstoh.sh.patch