.gitignore       |   77 +++++++++++++++++++++++++++++++++------
 ChangeLog        |  107 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am      |   32 ++++------------
 configure.ac     |   25 +++++-------
 debian/changelog |   12 ++++--
 debian/control   |    5 +-
 debian/copyright |   37 ++++++++-----------
 debian/rules     |    4 +-
 8 files changed, 222 insertions(+), 77 deletions(-)

New commits:
commit 62a182ed09581b246c6bb477cb94841d36517b90
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:14:23 2011 +0100

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 3b97e5e..7c8db24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xbacklight (1.1.2-1) UNRELEASED; urgency=low
+xbacklight (1.1.2-1) unstable; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
@@ -11,7 +11,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1.
   * Bump xutils-dev build-dep to 1:7.5+4 for util-macros 1.8.
 
- -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
+ -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:14:08 +0100
 
 xbacklight (1.1.1-1) unstable; urgency=low
 

commit 68c38452794cb24b819f90fb97fa9990470ed805
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:14:04 2011 +0100

    Bump xutils-dev build-dep to 1:7.5+4 for util-macros 1.8.

diff --git a/debian/changelog b/debian/changelog
index 9e20c46..3b97e5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
   * Update debian/copyright from COPYING.
   * Pass target to dh as first argument for v8 compatibility.
   * Bump Standards-Version to 3.9.1.
+  * Bump xutils-dev build-dep to 1:7.5+4 for util-macros 1.8.
 
  -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
diff --git a/debian/control b/debian/control
index bc8f2c6..fe21170 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  libxrandr-dev (>= 2:1.2),
  libx11-dev,
  pkg-config,
- xutils-dev (>= 1:7.5~),
+ xutils-dev (>= 1:7.5+4),
  automake,
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight

commit 918207556268d82b6cedf124f35ea58582df64a2
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:12:07 2011 +0100

    Bump Standards-Version to 3.9.1.

diff --git a/debian/changelog b/debian/changelog
index 069faac..9e20c46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
   * Drop no longer necessary libxrender-dev build-dep.
   * Update debian/copyright from COPYING.
   * Pass target to dh as first argument for v8 compatibility.
+  * Bump Standards-Version to 3.9.1.
 
  -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
diff --git a/debian/control b/debian/control
index 285dcf1..bc8f2c6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  pkg-config,
  xutils-dev (>= 1:7.5~),
  automake,
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xbacklight
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xbacklight.git
 

commit fe183c6f2def1e0726f440e4360d1ceeb0cc0609
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:10:31 2011 +0100

    Pass target to dh as first argument for v8 compatibility.

diff --git a/debian/changelog b/debian/changelog
index 03018ac..069faac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Drop no longer necessary libxrender-dev build-dep.
   * Update debian/copyright from COPYING.
+  * Pass target to dh as first argument for v8 compatibility.
 
  -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
diff --git a/debian/rules b/debian/rules
index e222d74..3d06f9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,10 +34,10 @@ override_dh_auto_configure:
                CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
 
 build build-arch build-indep binary binary-arch binary-indep:
-       dh --builddirectory=$(BUILDDIR) $@
+       dh $@ --builddirectory=$(BUILDDIR)
 
 clean:
-       dh --builddirectory=$(BUILDDIR) $@
+       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 e23a01476808dd63789c2ac4756393881e11dd34
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:05:47 2011 +0100

    Update debian/copyright from COPYING.

diff --git a/debian/changelog b/debian/changelog
index 87961a0..03018ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
     legacy BACKLIGHT.
   * New upstream release.
   * Drop no longer necessary libxrender-dev build-dep.
+  * Update debian/copyright from COPYING.
 
  -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 2bc3f0d..910dcae 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,26 +2,23 @@ This package was debianized by Julien Cristau 
<jcris...@debian.org> on
 Thu Jun 21, 2007.
 It was downloaded from http://xorg.freedesktop.org/releases/individual/app/
 
-Upstream author: Keith Packard.
+Copyright © 2007 Keith Packard
 
-Copyright and license:
+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 the copyright holders not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  The copyright holders make no representations
+about the suitability of this software for any purpose.  It is provided "as
+is" without express or implied warranty.
 
- Copyright © 2007 Keith Packard.
- 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 Keith Packard not be used in
- advertising or publicity pertaining to distribution of the software without
- specific, written prior permission.  Keith Packard makes no
- representations about the suitability of this software for any purpose.  It
- is provided "as is" without express or implied warranty.
-
- KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
- INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- EVENT SHALL KEITH PACKARD 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.
+THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
+EVENT SHALL THE COPYRIGHT HOLDERS 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.
 

commit 351d73c97322fe0a3b4c4d7deb8391d7aec62298
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:04:22 2011 +0100

    Drop no longer necessary libxrender-dev build-dep.

diff --git a/debian/changelog b/debian/changelog
index c80325a..87961a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xbacklight (1.1.2-1) UNRELEASED; urgency=low
   * Refer to the Backlight property in the package description instead of the
     legacy BACKLIGHT.
   * New upstream release.
+  * Drop no longer necessary libxrender-dev build-dep.
 
  -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
diff --git a/debian/control b/debian/control
index 1f68e11..285dcf1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,6 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Build-Depends:
  debhelper (>= 7.3),
  libxrandr-dev (>= 2:1.2),
- libxrender-dev,
  libx11-dev,
  pkg-config,
  xutils-dev (>= 1:7.5~),

commit 049e4d75cd73eef0e999e01d488d9688e14b61d5
Author: Julien Cristau <jcris...@debian.org>
Date:   Sun Feb 13 00:02:31 2011 +0100

    Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 121f567..17d3a2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+commit 30ed7c0b3f2dc131e9fa4bb53ba702b65b05b46a
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Fri Oct 29 23:36:28 2010 -0700
+
+    xbacklight 1.1.2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 3aab2f2e43ba5f9afbf7d20d54b70150ca6773a1
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Thu Sep 23 10:04:24 2010 -0700
+
+    config: Remove unnecessary calls from configure.ac
+    
+    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 98a594c61ed407facfefc430715df09d5ccc8c6c
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Tue Jul 20 18:45:18 2010 -0400
+
+    config: update AC_PREREQ statement to 2.60
+    
+    Unrelated to the previous patches, the new value simply reflects
+    the reality that the minimum level for autoconf to configure
+    all x.org modules is 2.60 dated June 2006.
+    
+    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
+    
+    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>
+
+commit 3a5f2d5dad2c281e49be2eb3b1cc041bd9ada715
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Thu Jul 1 00:31:18 2010 -0700
+
+    Remove unused direct dependency on libXrender
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit 5b4cd1f97f578e6574c905b7630841ced0193fc4
+Author: Alan Coopersmith <alan.coopersm...@oracle.com>
+Date:   Wed Jun 30 23:25:03 2010 -0700
+
+    config: upgrade to util-macros 1.8 for additional man page support
+    
+    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+    The value of MAN_SUBST is the same for all X.Org packages.
+    
+    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
+    The existing statement can now be removed from the configuration file.
+    
+    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
+    Enables silent rule and use platform appropriate version of sed.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>
+
+commit cc6e442b15988076f5ebc5513654826869378eee
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Thu Nov 26 09:19:52 2009 -0500
+
+    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+    
+    Now that the INSTALL file is generated.
+    Allows running make maintainer-clean.
+
+commit 7fcffe84dccc00f4318179f5237d2937c80abc02
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Wed Oct 28 14:09:08 2009 -0400
+
+    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
+    
+    Add missing INSTALL file. Use standard GNU file on building tarball
+    README may have been updated
+    Remove AUTHORS file as it is empty and no content available yet.
+    Remove NEWS file as it is empty and no content available yet.
+
+commit f634bdf93c3623f48f6e9f6baf65ff64835db0f6
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Tue Oct 27 15:07:24 2009 -0400
+
+    Deploy the new XORG_DEFAULT_OPTIONS #24242
+    
+    This macro aggregate a number of existing macros that sets commmon
+    X.Org components configuration options. It shields the configuration file 
from
+    future changes.
+
+commit 0fa72795f798e34dd918b51b01fd07adc098cdc5
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Mon Oct 26 22:08:38 2009 -0400
+
+    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
+    
+    ChangeLog filename is known to Automake and requires no further
+    coding in the makefile.
+
+commit 36b4b6dba0df92071f54c32154ef8d0366029282
+Author: Gaetan Nadon <mems...@videotron.ca>
+Date:   Thu Oct 22 12:34:15 2009 -0400
+
+    .gitignore: use common defaults with custom section # 24239
+    
+    Using common defaults will reduce errors and maintenance.
+    Only the very small or inexistent custom section need periodic maintenance
+    when the structure of the component changes. Do not edit defaults.
+
 commit cbf474d6751dd32154163b8997519319655f0545
 Author: Alan Coopersmith <alan.coopersm...@sun.com>
 Date:   Thu Sep 24 17:54:45 2009 -0700
diff --git a/debian/changelog b/debian/changelog
index 4d814d8..c80325a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-xbacklight (1.1.1-2) UNRELEASED; urgency=low
+xbacklight (1.1.2-1) UNRELEASED; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
   * Refer to the Backlight property in the package description instead of the
     legacy BACKLIGHT.
+  * New upstream release.
 
- -- Julien Cristau <jcris...@debian.org>  Sat, 16 Jan 2010 16:47:12 +0000
+ -- Julien Cristau <jcris...@debian.org>  Sun, 13 Feb 2011 00:02:16 +0100
 
 xbacklight (1.1.1-1) unstable; urgency=low
 

commit 30ed7c0b3f2dc131e9fa4bb53ba702b65b05b46a
Author: Alan Coopersmith <alan.coopersm...@oracle.com>
Date:   Fri Oct 29 23:36:28 2010 -0700

    xbacklight 1.1.2
    
    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>

diff --git a/configure.ac b/configure.ac
index 0f0c7d9..85ebde4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,9 @@ dnl
 dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
-AC_INIT(xbacklight,[1.1.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xbacklight)
+AC_INIT([xbacklight], [1.1.2],
+        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
+        [xbacklight])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit 3aab2f2e43ba5f9afbf7d20d54b70150ca6773a1
Author: Alan Coopersmith <alan.coopersm...@oracle.com>
Date:   Thu Sep 23 10:04:24 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>

diff --git a/configure.ac b/configure.ac
index 8f30175..0f0c7d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -34,13 +34,7 @@ XORG_DEFAULT_OPTIONS
 
 AM_CONFIG_HEADER(config.h)
 
-AC_PROG_CC
-AC_PROG_INSTALL
-
-
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 x11)
-AC_SUBST(XRANDR_CFLAGS)
-AC_SUBST(XRANDR_LIBS)
 
 AC_OUTPUT([Makefile])

commit 98a594c61ed407facfefc430715df09d5ccc8c6c
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <mems...@videotron.ca>

diff --git a/configure.ac b/configure.ac
index 29b4066..8f30175 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl  PERFORMANCE OF THIS SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
-AC_PREREQ([2.57])
+AC_PREREQ([2.60])
 AC_INIT(xbacklight,[1.1.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xbacklight)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE

commit 3a5f2d5dad2c281e49be2eb3b1cc041bd9ada715
Author: Alan Coopersmith <alan.coopersm...@oracle.com>
Date:   Thu Jul 1 00:31:18 2010 -0700

    Remove unused direct dependency on libXrender
    
    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>

diff --git a/configure.ac b/configure.ac
index 9920ad9..29b4066 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AC_PROG_INSTALL
 
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)
+PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 x11)
 AC_SUBST(XRANDR_CFLAGS)
 AC_SUBST(XRANDR_LIBS)
 

commit 5b4cd1f97f578e6574c905b7630841ced0193fc4
Author: Alan Coopersmith <alan.coopersm...@oracle.com>
Date:   Wed Jun 30 23:25:03 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersm...@oracle.com>

diff --git a/Makefile.am b/Makefile.am
index adb4b45..bd25ded 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,29 +40,11 @@ EXTRA_DIST = $(appman_PRE) COPYING
 MAINTAINERCLEANFILES = ChangeLog INSTALL
 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
 
+# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
 .man.$(APP_MAN_SUFFIX):
-       sed $(MAN_SUBSTS) < $< > $@
+       $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
 
 
 .PHONY: ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index 629da11..9920ad9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,10 +26,10 @@ AC_INIT(xbacklight,[1.1.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
-# Require xorg-macros: XORG_DEFAULT_OPTIONS
+# Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
 m4_ifndef([XORG_MACROS_VERSION],
-          [m4_fatal([must install xorg-macros 1.3 or later before running 
autoconf/autogen])])
-XORG_MACROS_VERSION(1.3)
+          [m4_fatal([must install xorg-macros 1.8 or later before running 
autoconf/autogen])])
+XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
 
 AM_CONFIG_HEADER(config.h)

commit cc6e442b15988076f5ebc5513654826869378eee
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Thu Nov 26 09:19:52 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

diff --git a/Makefile.am b/Makefile.am
index f34ff4c..adb4b45 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,7 @@ appmandir = $(APP_MAN_DIR)
 appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@)
 
 EXTRA_DIST = $(appman_PRE) COPYING
+MAINTAINERCLEANFILES = ChangeLog INSTALL
 CLEANFILES = $(appman_DATA)
 
 SED = sed

commit 7fcffe84dccc00f4318179f5237d2937c80abc02
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Wed Oct 28 14:09:08 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

diff --git a/Makefile.am b/Makefile.am
index 401a7c8..f34ff4c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -64,9 +64,12 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
        sed $(MAN_SUBSTS) < $< > $@
 
 
-.PHONY: ChangeLog
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+       $(INSTALL_CMD)
 
 ChangeLog:
        $(CHANGELOG_CMD)
 
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL
diff --git a/configure.ac b/configure.ac
index 4ba8c60..629da11 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.57])
 AC_INIT(xbacklight,[1.1.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xbacklight)
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS

commit f634bdf93c3623f48f6e9f6baf65ff64835db0f6
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Tue Oct 27 15:07:24 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file 
from
    future changes.

diff --git a/configure.ac b/configure.ac
index c56de7e..4ba8c60 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,15 +27,16 @@ AM_INIT_AUTOMAKE([dist-bzip2])
 AM_MAINTAINER_MODE
 
 # Require xorg-macros: XORG_DEFAULT_OPTIONS
-m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.3 or 
later before running autoconf/autogen])])
+m4_ifndef([XORG_MACROS_VERSION],
+          [m4_fatal([must install xorg-macros 1.3 or later before running 
autoconf/autogen])])
 XORG_MACROS_VERSION(1.3)
+XORG_DEFAULT_OPTIONS
 
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC
 AC_PROG_INSTALL
 
-XORG_DEFAULT_OPTIONS
 
 # Checks for pkg-config packages
 PKG_CHECK_MODULES(XRANDR, xrandr >= 1.2.0 xrender x11)

commit 0fa72795f798e34dd918b51b01fd07adc098cdc5
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Mon Oct 26 22:08:38 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

diff --git a/Makefile.am b/Makefile.am
index a73beca..401a7c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,8 +63,6 @@ SUFFIXES = .$(APP_MAN_SUFFIX) .man
 .man.$(APP_MAN_SUFFIX):
        sed $(MAN_SUBSTS) < $< > $@
 
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES=ChangeLog
 
 .PHONY: ChangeLog
 

commit 36b4b6dba0df92071f54c32154ef8d0366029282
Author: Gaetan Nadon <mems...@videotron.ca>
Date:   Thu Oct 22 12:34:15 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

diff --git a/.gitignore b/.gitignore
index 5a26cac..0a1fdf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1,79 @@
-.deps
-Makefile
-Makefile.in
+#
+#              X.Org module default exclusion patterns
+#              The next section if for module specific patterns
+#
+#      Do not edit the following section
+#      GNU Build System (Autotools)
 aclocal.m4
-autom4te.cache
+autom4te.cache/
+autoscan.log
+ChangeLog
 compile
 config.guess
 config.h
 config.h.in
 config.log
+config-ml.in
+config.py
 config.status
+config.status.lineno
 config.sub
 configure
+configure.scan
 depcomp
+.deps/
+INSTALL
 install-sh
+.libs/
+libtool
+libtool.m4
+ltmain.sh
+lt~obsolete.m4
+ltoptions.m4
+ltsugar.m4
+ltversion.m4
+Makefile
+Makefile.in
+mdate-sh
 missing
-stamp-h1
-xbacklight
-xbacklight.1
+mkinstalldirs
+*.pc
+py-compile
+stamp-h?
+symlink-tree
+texinfo.tex
+ylwrap
+
+#      Do not edit the following section
+#      Edit Compile Debug Document Distribute
 *~
-*.o
-ChangeLog
-xbacklight-*.tar.*
-tags
+*.[0-9]
+*.[0-9]x
+*.bak
+*.bin
+core
+*.dll
+*.exe
+*-ISO*.bdf
+*-JIS*.bdf
+*-KOI8*.bdf
+*.kld
+*.ko
+*.ko.cmd
+*.lai
+*.l[oa]
+*.[oa]
+*.obj
+*.patch
+*.so
+*.pcf.gz
+*.pdb
+*.tar.bz2
+*.tar.gz
+#
+#              Add & Override patterns for xbacklight 
+#
+#              Edit the following section as needed
+# For example, !report.pc overrides *.pc. See 'man gitignore'
+# 
+xbacklight


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pooku-0002pe...@alioth.debian.org

Reply via email to