[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xbacklight: Changes to 'debian-unstable'



 .gitignore                |   24 
 ChangeLog                 |   80 
 Makefile.am               |   12 
 Makefile.in               |  647 -----
 README                    |   28 
 aclocal.m4                | 1533 -------------
 config.guess              | 1516 -------------
 config.h.in               |   31 
 config.sub                | 1622 --------------
 configure                 | 5208 ----------------------------------------------
 configure.ac              |   11 
 debian/changelog          |   17 
 debian/compat             |    2 
 debian/control            |   16 
 debian/menu               |    2 
 debian/rules              |   79 
 debian/xbacklight.install |    2 
 depcomp                   |  530 ----
 install-sh                |  323 --
 missing                   |  360 ---
 xbacklight.c              |   33 
 xbacklight.man            |    2 
 22 files changed, 222 insertions(+), 11856 deletions(-)

New commits:
commit 773261aefb156271192e5b1f7fbd14b6910df57a
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:32:41 2010 +0000

    Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index aa70d3a..bb45c5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xbacklight (1.1.1-1) UNRELEASED; urgency=low
+xbacklight (1.1.1-1) unstable; urgency=low
 
   * Switch to debhelper 7 and dh.
   * Build in a build directory.
@@ -13,7 +13,7 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
   * Remove menu entry.  xbacklight is not particularly useful without a
     terminal or outside of a script.
 
- -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
+ -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:32:33 +0000
 
 xbacklight (1.1-1) unstable; urgency=low
 

commit d8e8e69bb8003af5dda4780a73f1e6418a366df9
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:26:49 2010 +0000

    Remove menu entry.
    
    xbacklight is not particularly useful without a terminal or outside of a
    script.

diff --git a/debian/changelog b/debian/changelog
index c72e2ff..aa70d3a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
   * Allow parallel builds, parse space-separated DEB_BUILD_OPTIONS.
   * Bump Standards-Version to 3.8.3.
   * Remove myself from Uploaders, I'm not maintaining this.
+  * Remove menu entry.  xbacklight is not particularly useful without a
+    terminal or outside of a script.
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
diff --git a/debian/menu b/debian/menu
deleted file mode 100644
index a8ceb9a..0000000
--- a/debian/menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(xbacklight):needs="X11" section="Apps/Tools"\
-  title="xbacklight" command="/usr/bin/xbacklight"

commit 7715e2458f71727d87aabb8f03471b12186c9931
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:23:32 2010 +0000

    Add missing versioned dep on debhelper

diff --git a/debian/control b/debian/control
index 2b390d7..23a8f08 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
- debhelper (>= 5),
+ debhelper (>= 7.3),
  libxrandr-dev (>= 2:1.2),
  libxrender-dev,
  libx11-dev,

commit 4d41b7192186863e8f4462ff51b69795690733e2
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:21:27 2010 +0000

    Fix build by removing useless xbacklight.install

diff --git a/debian/xbacklight.install b/debian/xbacklight.install
deleted file mode 100644
index da97238..0000000
--- a/debian/xbacklight.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/xbacklight
-usr/share/man/man1/xbacklight.1

commit 6d11c557219d76d0bc7ea58f82d0ad95748c9018
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:19:30 2010 +0000

    Remove myself from Uploaders, I'm not maintaining this.

diff --git a/debian/changelog b/debian/changelog
index acaaf5d..c72e2ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
   * Drop XS- prefix from Vcs-* control fields.
   * Allow parallel builds, parse space-separated DEB_BUILD_OPTIONS.
   * Bump Standards-Version to 3.8.3.
+  * Remove myself from Uploaders, I'm not maintaining this.
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
diff --git a/debian/control b/debian/control
index 82be61c..2b390d7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: xbacklight
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: Julien Cristau <jcristau@debian.org>
 Build-Depends:
  debhelper (>= 5),
  libxrandr-dev (>= 2:1.2),

commit d15c554feda2a15537cbd53fc6f3d140e2f670d9
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:19:12 2010 +0000

    Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 62d3e2f..acaaf5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
     - fixes manpage typo (closes: #509306)
   * Drop XS- prefix from Vcs-* control fields.
   * Allow parallel builds, parse space-separated DEB_BUILD_OPTIONS.
+  * Bump Standards-Version to 3.8.3.
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
diff --git a/debian/control b/debian/control
index 052a51a..82be61c 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  pkg-config,
  xutils-dev (>= 1:7.5~),
  automake,
-Standards-Version: 3.7.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git
 

commit 7f397c6ee2f049937a0c3eb1b4b3407348d52fc7
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:18:47 2010 +0000

    Allow parallel builds, parse space-separated DEB_BUILD_OPTIONS.

diff --git a/debian/changelog b/debian/changelog
index 00612aa..62d3e2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
     - works with new Backlight property (closes: #563277)
     - fixes manpage typo (closes: #509306)
   * Drop XS- prefix from Vcs-* control fields.
+  * Allow parallel builds, parse space-separated DEB_BUILD_OPTIONS.
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
diff --git a/debian/rules b/debian/rules
index ba30702..f44255c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,11 +16,15 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 CFLAGS = -Wall -g
 
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
 endif
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	MAKEFLAGS += -j$(NUMJOBS)
+endif
 
 BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
 

commit c4760f77a31be5b2f1b16cc53a74a8ea03635870
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:17:38 2010 +0000

    Drop XS- prefix from Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index f80d7a0..00612aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xbacklight (1.1.1-1) UNRELEASED; urgency=low
   * New upstream release
     - works with new Backlight property (closes: #563277)
     - fixes manpage typo (closes: #509306)
+  * Drop XS- prefix from Vcs-* control fields.
 
  -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
diff --git a/debian/control b/debian/control
index e22e4a7..052a51a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,8 +12,8 @@ Build-Depends:
  xutils-dev (>= 1:7.5~),
  automake,
 Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git
+Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git
 
 Package: xbacklight
 Architecture: any

commit 684286a8fb85eda1c9405ab2c526315b295c8394
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:17:11 2010 +0000

    Bump xutils-dev build-dep

diff --git a/debian/control b/debian/control
index bc88bf1..e22e4a7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  libxrender-dev,
  libx11-dev,
  pkg-config,
- xutils-dev,
+ xutils-dev (>= 1:7.5~),
  automake,
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight

commit d5292fcc7fe777146eb1ffa8474ce802210b4fac
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:15:11 2010 +0000

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..121f567
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,80 @@
+commit cbf474d6751dd32154163b8997519319655f0545
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Sep 24 17:54:45 2009 -0700
+
+    xbacklight 1.1.1
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit da0d7d89130b9a9e31905897627f0c805a58b2b3
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Sep 24 17:53:43 2009 -0700
+
+    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 1b52fc41b59899b45dd1b06f9c1268b4458f9cd6
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Sep 24 17:43:47 2009 -0700
+
+    Add README with pointers to mailing lists, bugzilla, & git
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
+
+commit 5512e161157d6ac8a8d8a27fc99d596c6686b1da
+Author: Matthias Hopf <mhopf@suse.de>
+Date:   Wed Aug 19 14:38:31 2009 +0200
+
+    Use "Backlight" RandR property, fall back to legacy "BACKLIGHT".
+
+commit 97a3f5665a62ff3a606da48f3854d082f249e6a8
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date:   Mon Jan 19 19:17:58 2009 -0200
+
+    Ansification and compile warning fixes.
+    
+      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
+    make distcheck and all gcc 4.3 and sparse warnings.
+
+commit a0dc8902b476fc2dddf02fceec7a7186d81f48fc
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date:   Thu Sep 6 16:27:47 2007 -0700
+
+    Man page typo ("faiding")
+
+commit 922cec4e60a4fb4db6c7333b7264cd940e763239
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Jun 21 14:51:57 2007 +0100
+
+    Update to version 1.1
+
+commit 4440d319f20d1970b2a3f94a1c4f2b5142158ce3
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Jun 21 14:50:54 2007 +0100
+
+    Add licenses (oops)
+
+commit ba34df17cfbd7bcf029b1fdc4bcd7b894a49a63d
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Jun 21 11:36:30 2007 +0100
+
+    Fix version in configure.ac
+
+commit 3000145191a00d4c9b90efb221fadb9ce37380c0
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Mar 29 23:18:14 2007 -0700
+
+    Add -time and -steps options to adjust fade
+
+commit 38c2c45514d50b825a5c74abedc30cb2272064d7
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Mar 29 22:59:29 2007 -0700
+
+    Add autogen.sh
+
+commit d52f81e43da29d94122d62c1b1be34946960033c
+Author: Keith Packard <keithp@neko.keithp.com>
+Date:   Thu Mar 29 22:56:13 2007 -0700
+
+    Initial xbacklight program
diff --git a/debian/changelog b/debian/changelog
index 4b826d4..f80d7a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-xbacklight (1.1-2) UNRELEASED; urgency=low
+xbacklight (1.1.1-1) UNRELEASED; urgency=low
 
   * Switch to debhelper 7 and dh.
   * Build in a build directory.
   * Run autoreconf at build time.
+  * New upstream release
+    - works with new Backlight property (closes: #563277)
+    - fixes manpage typo (closes: #509306)
 
- -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:11:35 +0000
+ -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:13:59 +0000
 
 xbacklight (1.1-1) unstable; urgency=low
 

commit 6bb1db09e53022fba4265820915255fa78fa80e4
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:13:09 2010 +0000

    Revamp debian/rules
    
    * Switch to debhelper 7 and dh.
    * Build in a build directory.
    * Run autoreconf at build time.

diff --git a/debian/changelog b/debian/changelog
index dd53ce5..4b826d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xbacklight (1.1-2) UNRELEASED; urgency=low
+
+  * Switch to debhelper 7 and dh.
+  * Build in a build directory.
+  * Run autoreconf at build time.
+
+ -- Julien Cristau <jcristau@debian.org>  Mon, 04 Jan 2010 18:11:35 +0000
+
 xbacklight (1.1-1) unstable; urgency=low
 
   * Initial release.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index 521abd6..bc88bf1 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends:
  libxrender-dev,
  libx11-dev,
  pkg-config,
+ xutils-dev,
+ automake,
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git
diff --git a/debian/rules b/debian/rules
index cc5867c..ba30702 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,13 +9,11 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-
 CFLAGS = -Wall -g
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -24,69 +22,18 @@ else
 	CFLAGS += -O2
 endif
 
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-  confflags += --build $(DEB_HOST_GNU_TYPE)
-else
-  confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
-endif
-
-
-config.status: configure
-	dh_testdir
-	./configure $(confflags) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
-
-
-build: build-stamp
+BUILDDIR = obj-$(DEB_BUILD_GNU_TYPE)
 
-build-stamp:  config.status
-	dh_testdir
-	$(MAKE)
+override_dh_auto_configure:
+	autoreconf -vfi
+	dh_auto_configure --builddirectory=$(BUILDDIR) -- \
+		CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
-	touch $@
+build build-arch build-indep binary binary-arch binary-indep:
+	dh --builddirectory=$(BUILDDIR) $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp 
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
-	rm -f config.log
-
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-
-	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-
-
-# 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_install --list-missing --sourcedir=$(CURDIR)/debian/tmp
-	dh_installchangelogs
-	dh_installdocs
-	dh_installexamples
-	dh_installmenu
-	dh_installman
-	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 
+	dh --builddirectory=$(BUILDDIR) $@
+	rm -f aclocal.m4 configure config.guess config.sub config.h.in
+	rm -f depcomp install-sh missing
+	find -name Makefile.in -delete

commit 7a8112489a07ff62f5089e4fed61b9fb0e537321
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:01:56 2010 +0000

    Wrap the build-depends control field

diff --git a/debian/control b/debian/control
index 8478688..521abd6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: Julien Cristau <jcristau@debian.org>
-Build-Depends: debhelper (>= 5), libxrandr-dev (>= 2:1.2), libxrender-dev, libx11-dev, pkg-config
+Build-Depends:
+ debhelper (>= 5),
+ libxrandr-dev (>= 2:1.2),
+ libxrender-dev,
+ libx11-dev,
+ pkg-config,
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git

commit d923b093127c477d252059b5e9948388af445164
Author: Julien Cristau <jcristau@debian.org>
Date:   Mon Jan 4 18:00:28 2010 +0000

    Revert "Add generated files from autoreconf"
    
    This reverts commit c4615e5e714f130ec61ddf49d1281d042c1acf74.
    
    Let's autoreconf at runtime instead.

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index cc468f9..0000000
--- a/Makefile.in
+++ /dev/null
@@ -1,647 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-@SET_MAKE@
-
-# 
-#  Copyright 2005  Red Hat, Inc.
-# 
-#  Permission to use, copy, modify, distribute, and sell this software and its
-#  documentation for any purpose is hereby granted without fee, provided that
-#  the above copyright notice appear in all copies and that both that
-#  copyright notice and this permission notice appear in supporting
-#  documentation, and that the name of Red Hat not be used in
-#  advertising or publicity pertaining to distribution of the software without
-#  specific, written prior permission.  Red Hat makes no
-#  representations about the suitability of this software for any purpose.  It
-#  is provided "as is" without express or implied warranty.
-# 
-#  RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-#  EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, 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.
-
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-bin_PROGRAMS = xbacklight$(EXEEXT)
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/config.h.in \
-	$(top_srcdir)/configure COPYING config.guess config.sub \
-	depcomp install-sh missing
-subdir = .
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-	$(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES =
-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"
-binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
-PROGRAMS = $(bin_PROGRAMS)
-am_xbacklight_OBJECTS = xbacklight.$(OBJEXT)
-xbacklight_OBJECTS = $(am_xbacklight_OBJECTS)
-am__DEPENDENCIES_1 =
-xbacklight_DEPENDENCIES = $(am__DEPENDENCIES_1)
-DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
-depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-CCLD = $(CC)
-LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-SOURCES = $(xbacklight_SOURCES)
-DIST_SOURCES = $(xbacklight_SOURCES)
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-    *) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-appmanDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(appman_DATA)
-ETAGS = etags
-CTAGS = ctags
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-         && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPPFLAGS = @CPPFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EXEEXT = @EXEEXT@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-LDFLAGS = @LDFLAGS@
-LIBOBJS = @LIBOBJS@
-LIBS = @LIBS@
-LIB_MAN_DIR = @LIB_MAN_DIR@
-LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
-LTLIBOBJS = @LTLIBOBJS@
-MAINT = @MAINT@
-MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-MAKEINFO = @MAKEINFO@
-MISC_MAN_DIR = @MISC_MAN_DIR@
-MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
-OBJEXT = @OBJEXT@
-PACKAGE = @PACKAGE@
-PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-PACKAGE_NAME = @PACKAGE_NAME@
-PACKAGE_STRING = @PACKAGE_STRING@
-PACKAGE_TARNAME = @PACKAGE_TARNAME@
-PACKAGE_VERSION = @PACKAGE_VERSION@
-PATH_SEPARATOR = @PATH_SEPARATOR@
-PKG_CONFIG = @PKG_CONFIG@
-SET_MAKE = @SET_MAKE@
-SHELL = @SHELL@
-STRIP = @STRIP@
-VERSION = @VERSION@
-XRANDR_CFLAGS = @XRANDR_CFLAGS@
-XRANDR_LIBS = @XRANDR_LIBS@
-ac_ct_CC = @ac_ct_CC@
-am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-am__include = @am__include@
-am__leading_dot = @am__leading_dot@
-am__quote = @am__quote@
-am__tar = @am__tar@
-am__untar = @am__untar@
-bindir = @bindir@
-build = @build@
-build_alias = @build_alias@
-build_cpu = @build_cpu@
-build_os = @build_os@
-build_vendor = @build_vendor@
-datadir = @datadir@
-datarootdir = @datarootdir@
-docdir = @docdir@
-dvidir = @dvidir@
-exec_prefix = @exec_prefix@
-host = @host@
-host_alias = @host_alias@
-host_cpu = @host_cpu@
-host_os = @host_os@
-host_vendor = @host_vendor@
-htmldir = @htmldir@
-includedir = @includedir@
-infodir = @infodir@
-install_sh = @install_sh@
-libdir = @libdir@
-libexecdir = @libexecdir@
-localedir = @localedir@
-localstatedir = @localstatedir@
-mandir = @mandir@
-mkdir_p = @mkdir_p@
-oldincludedir = @oldincludedir@
-pdfdir = @pdfdir@
-prefix = @prefix@
-program_transform_name = @program_transform_name@
-psdir = @psdir@
-sbindir = @sbindir@
-sharedstatedir = @sharedstatedir@
-sysconfdir = @sysconfdir@
-target_alias = @target_alias@
-AUTOMAKE_OPTIONS = foreign
-AM_CFLAGS = $(XRANDR_CFLAGS)
-xbacklight_LDADD = $(XRANDR_LIBS)
-xbacklight_SOURCES = \
-        xbacklight.c
-
-appman_PRE = \
-        xbacklight.man
-
-appmandir = $(APP_MAN_DIR)
-appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
-EXTRA_DIST = $(appman_PRE) COPYING
-CLEANFILES = $(appman_DATA)
-SED = sed
-
-# Strings to replace in man pages
-XORGRELSTRING = @PACKAGE_STRING@
-XORGMANNAME = X Version 11
-MAN_SUBSTS = \
-	-e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-	-e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \
-	-e 's|__xservername__|Xorg|g' \
-	-e 's|__xconfigfile__|xorg.conf|g' \
-	-e 's|__projectroot__|$(prefix)|g' \
-	-e 's|__apploaddir__|$(appdefaultdir)|' \
-	-e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \
-	-e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \
-	-e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \
-	-e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
-	-e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
-
-SUFFIXES = .$(APP_MAN_SUFFIX) .man
-all: config.h
-	$(MAKE) $(AM_MAKEFLAGS) all-am
-
-.SUFFIXES:
-.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj
-am--refresh:
-	@:
-$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
-	@for dep in $?; do \
-	  case '$(am__configure_deps)' in \
-	    *$$dep*) \
-	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
-	      cd $(srcdir) && $(AUTOMAKE) --foreign  \
-		&& exit 0; \
-	      exit 1;; \
-	  esac; \
-	done; \
-	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
-	cd $(top_srcdir) && \
-	  $(AUTOMAKE) --foreign  Makefile
-.PRECIOUS: Makefile
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-	@case '$?' in \
-	  *config.status*) \
-	    echo ' $(SHELL) ./config.status'; \
-	    $(SHELL) ./config.status;; \
-	  *) \
-	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-	esac;
-
-$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-	$(SHELL) ./config.status --recheck
-
-$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-	cd $(srcdir) && $(AUTOCONF)
-$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-	cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-
-config.h: stamp-h1
-	@if test ! -f $@; then \
-	  rm -f stamp-h1; \
-	  $(MAKE) stamp-h1; \
-	else :; fi
-
-stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-	@rm -f stamp-h1
-	cd $(top_builddir) && $(SHELL) ./config.status config.h
-$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
-	cd $(top_srcdir) && $(AUTOHEADER)
-	rm -f stamp-h1
-	touch $@
-
-distclean-hdr:
-	-rm -f config.h stamp-h1
-install-binPROGRAMS: $(bin_PROGRAMS)
-	@$(NORMAL_INSTALL)
-	test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
-	  if test -f $$p \
-	  ; then \
-	    f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
-	   echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
-	   $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
-	  else :; fi; \
-	done
-
-uninstall-binPROGRAMS:
-	@$(NORMAL_UNINSTALL)
-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
-	  f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
-	  rm -f "$(DESTDIR)$(bindir)/$$f"; \
-	done
-
-clean-binPROGRAMS:
-	-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
-xbacklight$(EXEEXT): $(xbacklight_OBJECTS) $(xbacklight_DEPENDENCIES) 
-	@rm -f xbacklight$(EXEEXT)
-	$(LINK) $(xbacklight_LDFLAGS) $(xbacklight_OBJECTS) $(xbacklight_LDADD) $(LIBS)
-
-mostlyclean-compile:
-	-rm -f *.$(OBJEXT)
-
-distclean-compile:
-	-rm -f *.tab.c
-
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xbacklight.Po@am__quote@
-
-.c.o:
-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c $<
-
-.c.obj:
-@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
-uninstall-info-am:
-install-appmanDATA: $(appman_DATA)
-	@$(NORMAL_INSTALL)
-	test -z "$(appmandir)" || $(mkdir_p) "$(DESTDIR)$(appmandir)"
-	@list='$(appman_DATA)'; for p in $$list; do \
-	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-	  f=$(am__strip_dir) \
-	  echo " $(appmanDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(appmandir)/$$f'"; \
-	  $(appmanDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(appmandir)/$$f"; \
-	done
-
-uninstall-appmanDATA:
-	@$(NORMAL_UNINSTALL)
-	@list='$(appman_DATA)'; for p in $$list; do \
-	  f=$(am__strip_dir) \
-	  echo " rm -f '$(DESTDIR)$(appmandir)/$$f'"; \
-	  rm -f "$(DESTDIR)$(appmandir)/$$f"; \
-	done
-
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	mkid -fID $$unique
-tags: TAGS
-
-TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	tags=; \
-	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-	  test -n "$$unique" || unique=$$empty_fix; \
-	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-	    $$tags $$unique; \
-	fi
-ctags: CTAGS
-CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-		$(TAGS_FILES) $(LISP)
-	tags=; \
-	here=`pwd`; \
-	list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-	unique=`for i in $$list; do \
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-	  done | \
-	  $(AWK) '    { files[$$0] = 1; } \
-	       END { for (i in files) print i; }'`; \
-	test -z "$(CTAGS_ARGS)$$tags$$unique" \
-	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-	     $$tags $$unique
-
-GTAGS:
-	here=`$(am__cd) $(top_builddir) && pwd` \
-	  && cd $(top_srcdir) \
-	  && gtags -i $(GTAGS_ARGS) $$here
-
-distclean-tags:
-	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-
-distdir: $(DISTFILES)
-	$(am__remove_distdir)
-	mkdir $(distdir)
-	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
-	list='$(DISTFILES)'; for file in $$list; do \
-	  case $$file in \
-	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
-	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
-	  esac; \
-	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \


Reply to: