--- radeontool-1.5+git76606164.orig/debian/radeontool.sgml +++ radeontool-1.5+git76606164/debian/radeontool.sgml @@ -0,0 +1,192 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +manpage.1: manpage.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Luigi"> + Gangitano"> + + January 2, 2009"> + + 7"> + luigi@debian.org"> + + RADEONTOOL"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + utility to get/set registers and to control backlight on radeon based laptops + + + + &dhpackage; + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + &dhpackage; is a program that switches on/off + backlight and external output on ATI Radeon based laptops, and + is able to list or set register values. + + + + COMMANDS + + You can specify one of the following commands: + + + + + + + Power down the external video output + + + + + + + Power down the backlight + + + + + + + Adjusts stretching for resolution mismatch + + + + + + + Show a listing of some random registers + + + + + + + Show registers matching wildcard pattern + + + + + + + Set registers matching wildcard pattern + + + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + + Show a little debug info + + + + + + + Skips the first n cards and acts on the n+1 + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; for + the &debian; system (but may be used by others). Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + --- radeontool-1.5+git76606164.orig/debian/control +++ radeontool-1.5+git76606164/debian/control @@ -0,0 +1,18 @@ +Source: radeontool +Section: utils +Priority: optional +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Luigi Gangitano +Build-Depends: debhelper (>= 4.0.0), docbook-to-man, pciutils, pkg-config, libpciaccess-dev +Standards-Version: 3.6.1 + +Package: radeontool +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: utility to control ATI Radeon backlight functions on laptops + Radeontool is a small utility to control ATI Radeon based laptops' backlight + and external output functions. Also is able to dump the contents of + registers for debugging purposes. + . + WARNING: Radeontool code has not been completely audited and may contain bugs + that could damage your hardware. Use at your own risk. --- radeontool-1.5+git76606164.orig/debian/compat +++ radeontool-1.5+git76606164/debian/compat @@ -0,0 +1 @@ +4 --- radeontool-1.5+git76606164.orig/debian/dirs +++ radeontool-1.5+git76606164/debian/dirs @@ -0,0 +1 @@ +usr/sbin --- radeontool-1.5+git76606164.orig/debian/copyright +++ radeontool-1.5+git76606164/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Luigi Gangitano on +Mon, 28 Feb 2005 00:13:08 +0100. + +It was downloaded from http://fdd.com/software/radeon/ + +Copyright: + +Upstream Author: Frederick Dean + +License: + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject +to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim + that you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated but is + not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. + --- radeontool-1.5+git76606164.orig/debian/changelog +++ radeontool-1.5+git76606164/debian/changelog @@ -0,0 +1,67 @@ +radeontool (1.5+git76606164-0ubuntu1) jaunty; urgency=low + + * New snapshot from airlied's git tree, up to commit + 766061649c303b534dac53ea5b1dccac8b92503e. + - Dumps wider set of registers via 'regmatch' command + - Able to set registers via 'regset' command + - Adds support for a lot of new hardware registers + * Update man page to add 'regmatch' and 'regset' docs + + -- Bryce Harrington Fri, 02 Jan 2009 23:28:30 -0800 + +radeontool (1.5-5build1) feisty; urgency=low + + * Rebuild for changes in the amd64 toolchain. + + -- Matthias Klose Mon, 5 Mar 2007 01:25:11 +0000 + +radeontool (1.5-5) unstable; urgency=low + + * radeontool.c + - Fix undetected card on ATI Chipset, thanks to Modestas Vainius + - Fix '--strip' command line option + - Fix command line option parsing for '--skip' and '--debug' + - Fix uninitialized skip and debug options + - Fix type for pointer (long not int) + + * Makefile,debian/rules + - Add support for DEB_BUILD_OPTIONS and CFLAGS + + -- Luigi Gangitano Sun, 19 Nov 2006 20:09:50 +0100 + +radeontool (1.5-4) unstable; urgency=low + + * radeontool.c + - Applied patch to fix FTBFS on powerpc (Thanks to Yves-Alexis Perez) + (Closes: #388031) + + -- Luigi Gangitano Sat, 23 Sep 2006 00:38:41 +0200 + +radeontool (1.5-3) unstable; urgency=low + + * Uploaded to unstable (Closes: #297218) + + * debian/control + - Added warning on code quality in description + + * debian/README.Debian + - Added warning on code quality + + -- Luigi Gangitano Mon, 4 Apr 2005 23:24:59 +0200 + +radeontool (1.5-2) unstable; urgency=low + + * debian/rules + - Moved manpage to correct place + + * debian/control + - Added dependency on pciutils + + -- Luigi Gangitano Mon, 28 Feb 2005 06:06:09 +0100 + +radeontool (1.5-1) unstable; urgency=low + + * Initial Release. + + -- Luigi Gangitano Mon, 28 Feb 2005 00:13:08 +0100 + --- radeontool-1.5+git76606164.orig/debian/watch +++ radeontool-1.5+git76606164/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +http://fdd.com/software/radeon/radeontool-(.*)\.tar\.gz debian uupdate --- radeontool-1.5+git76606164.orig/debian/README.Debian +++ radeontool-1.5+git76606164/debian/README.Debian @@ -0,0 +1,14 @@ +radeontool for Debian +--------------------- + +WARNING: Radeontool code has not been completely audited and may contain bugs +that could damage your hardware. Use at your own risk. + +radeontool needs to access /dev/mem in RW mode, so it must be executed by root. +This is why it's goin' to stay in /usr/sbin. + +A useful perl script that dumps registers and can monitors xscreensaver +status and powers off/on backlight when the screen saver kicks in. See + /usr/share/doc/radeontool/lightwatch.pl + + -- Bryce Harrington , Fri, 2 Jan 2009 16:30:20 -0800 --- radeontool-1.5+git76606164.orig/debian/rules +++ radeontool-1.5+git76606164/debian/rules @@ -0,0 +1,83 @@ +#!/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 + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + # Add here commands to configure the package. + + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + $(MAKE) CFLAGS="$(CFLAGS)" + docbook-to-man debian/radeontool.sgml > radeontool.8 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + + # Add here commands to clean up after the build process. + rm -f radeontool radeontool.8 + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/radeontool. + + install -o root -g root -m 755 radeontool debian/radeontool/usr/sbin + + +# 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 CHANGES + dh_installdocs lightwatch.pl + dh_installman radeontool.8 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure