libxrandr: Changes to 'debian-unstable'

2016-12-06 Thread Emilio Pozuelo Monfort
 debian/changelog |   14 --
 debian/compat|2 +-
 debian/control   |   29 +
 debian/rules |   11 ---
 4 files changed, 18 insertions(+), 38 deletions(-)

New commits:
commit 8403da8e05a3b2a78eb6e90141ba4257f421f116
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 00:17:28 2016 +0100

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 6188cb9..7eaddb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
+libxrandr (2:1.5.1-1) unstable; urgency=medium
 
   [ Andreas Boll ]
   * New upstream release.
@@ -16,7 +16,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
   * Pass -c4 to dpkg-gensymbols.
   * Drop no longer needed dpkg-dev versioned build-dependency.
 
- -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
+ -- Emilio Pozuelo Monfort   Wed, 07 Dec 2016 00:17:09 +0100
 
 libxrandr (2:1.5.0-1) sid; urgency=medium
 

commit 0d83c929cb202c0b057e3db4d6aab9de981f57aa
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 00:14:47 2016 +0100

Drop dpkg-dev build-dep

diff --git a/debian/changelog b/debian/changelog
index d196d60..6188cb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
   * debhelper installs to debian/tmp by default, no need to specify it.
   * Switch to -dbgsym packages.
   * Pass -c4 to dpkg-gensymbols.
+  * Drop no longer needed dpkg-dev versioned build-dependency.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
 
diff --git a/debian/control b/debian/control
index ef2bc3f..6a8a737 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,6 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Build-Depends:
  debhelper (>= 10),
-# dpkg-buildflags --export=configure
- dpkg-dev (>= 1.16.1),
  libx11-dev (>= 1:0.99.2),
  libxext-dev (>= 1:0.99.1),
  x11proto-randr-dev (>= 1.5),

commit a12ae99fea40ec2d54aca69803a9f0c60e4c7d05
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 00:13:53 2016 +0100

Pass -c4 to dpkg-gensymbols

diff --git a/debian/changelog b/debian/changelog
index 5aa3ea3..d196d60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
   dh-autoreconf, automake and libtool.
   * debhelper installs to debian/tmp by default, no need to specify it.
   * Switch to -dbgsym packages.
+  * Pass -c4 to dpkg-gensymbols.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
 
diff --git a/debian/rules b/debian/rules
index 6ecbfcf..5c12e4c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,4 +20,4 @@ override_dh_strip:
dh_strip --dbgsym-migration="$(PACKAGE)-dbg (<< 2:1.5.1-1~)"
 
 override_dh_makeshlibs:
-   dh_makeshlibs -V'libxrandr2 (>= 2:1.5)'
+   dh_makeshlibs -V'libxrandr2 (>= 2:1.5)' -- -c4

commit 6c2e5054b593d239323a42c3f5fd858aebea06e9
Author: Emilio Pozuelo Monfort 
Date:   Wed Dec 7 00:12:27 2016 +0100

Switch to -dbgsym packages

diff --git a/debian/changelog b/debian/changelog
index ad4cf00..5aa3ea3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
 + --with autoreconf is enabled by default now. Drop build-deps on
   dh-autoreconf, automake and libtool.
   * debhelper installs to debian/tmp by default, no need to specify it.
+  * Switch to -dbgsym packages.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
 
diff --git a/debian/control b/debian/control
index fd4bf48..ef2bc3f 100644
--- a/debian/control
+++ b/debian/control
@@ -37,28 +37,6 @@ Description: X11 RandR extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
 
-Package: libxrandr2-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version})
-Multi-Arch: same
-Description: X11 RandR extension library (debug package)
- libXrandr provides an X Window System client interface to the RandR
- extension to the X protocol.
- .
- The RandR extension allows for run-time configuration of display attributes
- such as resolution, rotation, and reflection.
- .
- This package contains the debug versions of the library found in libxrandr2.
- Non-developers likely have little use for this package.
- .
- More information about X.Org can be found at:
- 
- .
- This module can be found at
- git://anongit.freedesktop.org/git/xorg/lib/libXrandr
-
 Package: libxrandr-dev
 Section: libdevel
 Architecture: any
diff --git a/debian/rules b/debian/rules
index ed1cf3a..6ecbfcf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_install:

libxrandr: Changes to 'debian-unstable'

2016-10-25 Thread Andreas Boll
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfa895071229aec80485bfa375ed609987c18eb5
Author: Andreas Boll 
Date:   Tue Oct 25 11:57:12 2016 +0200

Close bug #840441

diff --git a/debian/changelog b/debian/changelog
index 0fb9c20..8cd51ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-- Fixes CVE-2016-7947 and CVE-2016-7948.
+- Fixes CVE-2016-7947 and CVE-2016-7948 (Closes: #840441).
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Update a bunch of URLs in packaging to https.
   * Bump Standards-Version to 3.9.8, no changes needed.



libxrandr: Changes to 'debian-unstable'

2016-10-07 Thread Andreas Boll
 ChangeLog   |   84 
 configure.ac|2 
 debian/changelog|   10 
 debian/control  |   12 ++---
 debian/copyright|2 
 debian/upstream/signing-key.asc |   64 ++
 debian/watch|2 
 src/XrrConfig.c |   32 +--
 src/XrrCrtc.c   |   83 ++-
 src/XrrMonitor.c|   25 ++-
 src/XrrOutput.c |   11 +
 src/XrrProvider.c   |   28 +++--
 src/XrrScreen.c |   56 +-
 13 files changed, 344 insertions(+), 67 deletions(-)

New commits:
commit b195413968237dc5015c982e738838d087b70c2b
Author: Andreas Boll 
Date:   Fri Oct 7 13:42:08 2016 +0200

Bump Standards-Version to 3.9.8, no changes needed.

diff --git a/debian/changelog b/debian/changelog
index 4e08f6d..0fb9c20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
 - Fixes CVE-2016-7947 and CVE-2016-7948.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
   * Update a bunch of URLs in packaging to https.
+  * Bump Standards-Version to 3.9.8, no changes needed.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
 
diff --git a/debian/control b/debian/control
index 9b97265..510e461 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxrandr.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxrandr.git
 

commit 0d5009c4d391b9aecdf5364d81d7bb103d7dfb08
Author: Andreas Boll 
Date:   Fri Oct 7 13:41:45 2016 +0200

Update a bunch of URLs in packaging to https.

diff --git a/debian/changelog b/debian/changelog
index 88b0347..4e08f6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.5.1-1) UNRELEASED; urgency=medium
   * New upstream release.
 - Fixes CVE-2016-7947 and CVE-2016-7948.
   * Update d/upstream/signing-key.asc with Matthieu Herrb's key.
+  * Update a bunch of URLs in packaging to https.
 
  -- Andreas Boll   Fri, 07 Oct 2016 13:38:27 +0200
 
diff --git a/debian/control b/debian/control
index 3493e47..9b97265 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,8 @@ Build-Depends:
  libtool,
  xutils-dev (>= 1:7.5+4),
 Standards-Version: 3.9.6
-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/lib/libxrandr.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/lib/libxrandr.git
 
 Package: libxrandr2
 Section: libs
@@ -35,7 +35,7 @@ Description: X11 RandR extension library
  such as resolution, rotation, and reflection.
  .
  More information about X.Org can be found at:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
@@ -57,7 +57,7 @@ Description: X11 RandR extension library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
@@ -85,7 +85,7 @@ Description: X11 RandR extension library (development headers)
  libxrandr2.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
- 
+ 
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
diff --git a/debian/copyright b/debian/copyright
index 0cb8d6c..674e200 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
 This package was downloaded from
-http://xorg.freedesktop.org/releases/individual/lib/
+https://xorg.freedesktop.org/releases/individual/lib/
 
 Copyright © 2000, Compaq Computer Corporation,
 Copyright © 2002, Hewlett Packard, Inc.
diff --git a/debian/watch b/debian/watch
index 673b481..b91c305 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 #git=git://anongit.freedesktop.org/xorg/lib/libXrandr
 version=3
 opts=pgpsigurlmangle=s/$/.sig/ \
-http://xorg.freedesktop.org/releases/individual/lib/ libXrandr-(.*)\.tar\.gz
+https://xorg.freedesktop.org/releases/individual/lib/ libXrandr-(.*)\.tar\.gz

commit 0d44adf959c9c1370d5e25fabe9374859d78de62
Author: Andreas Boll 
Date:   Fri Oct 7 13:39:26 2016 +0200

Update d/upstream/signing-key.asc with Matthieu Herrb's key.

diff --git 

libxrandr: Changes to 'debian-unstable'

2015-07-27 Thread Timo Aaltonen
 configure.ac|   10 
 debian/changelog|   12 
 debian/compat   |2 
 debian/control  |7 
 debian/libxrandr2.symbols   |5 
 debian/rules|   82 -
 debian/upstream/signing-key.asc |  111 +++
 debian/watch|1 
 debian/xsfbs/repack.sh  |   32 --
 debian/xsfbs/xsfbs.mk   |  285 --
 debian/xsfbs/xsfbs.sh   |  622 
 include/X11/extensions/Xrandr.h |   30 +
 src/Makefile.am |3 
 src/Xrandr.c|   82 ++---
 src/Xrandrint.h |   14 
 src/XrrCrtc.c   |4 
 src/XrrMonitor.c|  200 
 src/XrrOutput.c |6 
 src/XrrProperty.c   |2 
 src/XrrProvider.c   |8 
 src/XrrProviderProperty.c   |2 
 src/XrrScreen.c |4 
 22 files changed, 431 insertions(+), 1093 deletions(-)

New commits:
commit 7326acef466234c663499c064a2f84c60e97
Author: Timo Aaltonen tjaal...@debian.org
Date:   Mon Jul 27 23:22:26 2015 +0300

upload to sid

diff --git a/debian/changelog b/debian/changelog
index 1b97fdb..e5e4ed8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.5.0-1) UNRELEASED; urgency=medium
+libxrandr (2:1.5.0-1) sid; urgency=medium
 
   * New upstream release.
   * control: Bump policy to 3.9.6, no changes.
@@ -8,7 +8,7 @@ libxrandr (2:1.5.0-1) UNRELEASED; urgency=medium
   * Bump compat to 9, migrate to dh.
   * Purge xsfbs.
 
- -- Timo Aaltonen tjaal...@debian.org  Fri, 24 Jul 2015 14:33:20 +0300
+ -- Timo Aaltonen tjaal...@debian.org  Mon, 27 Jul 2015 23:20:59 +0300
 
 libxrandr (2:1.4.2-1) sid; urgency=medium
 

commit 4ef1668c7de216ad45fca809d3607c3bdcf59dab
Author: Timo Aaltonen tjaal...@debian.org
Date:   Mon Jul 27 23:20:43 2015 +0300

Purge xsfbs.

diff --git a/debian/changelog b/debian/changelog
index dedfd6a..1b97fdb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxrandr (2:1.5.0-1) UNRELEASED; urgency=medium
   * control: Bump x11proto-randr-dev build-dep.
   * symbols: Updated.
   * Bump compat to 9, migrate to dh.
+  * Purge xsfbs.
 
  -- Timo Aaltonen tjaal...@debian.org  Fri, 24 Jul 2015 14:33:20 +0300
 
diff --git a/debian/xsfbs/repack.sh b/debian/xsfbs/repack.sh
deleted file mode 100755
index 5935cc9..000
--- a/debian/xsfbs/repack.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if ! [ -d debian/prune ]; then
-   exit 0
-fi
-
-if [ x$1 != x--upstream-version ]; then
-   exit 1
-fi
-
-version=$2
-filename=$3
-
-if [ -z $version ] || ! [ -f $filename ]; then
-   exit 1
-fi
-
-dir=$(pwd)
-tempdir=$(mktemp -d)
-
-cd $tempdir
-tar xf $dir/$filename
-cat $dir/debian/prune/* | while read file; do rm -f */$file; done
-
-tar czf $dir/$filename *
-cd $dir
-rm -rf $tempdir
-echo Done pruning upstream tarball
-
-exit 0
diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
deleted file mode 100755
index 3c59c20..000
--- a/debian/xsfbs/xsfbs.mk
+++ /dev/null
@@ -1,285 +0,0 @@
-#!/usr/bin/make -f
-
-# Debian X Strike Force Build System (XSFBS): Make portion
-
-# Copyright 1996 Stephen Early
-# Copyright 1997 Mark Eichin
-# Copyright 1998-2005, 2007 Branden Robinson
-# Copyright 2005 David Nusinow
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# Originally by Stephen Early sde1...@debian.org
-# Modified by Mark W. Eichin eic...@kitten.gen.ma.us
-# Modified by Adam Heath doo...@debian.org
-# Modified by Branden Robinson bran...@debian.org
-# Modified by Fabio Massimo Di Nitto fabbi...@fabbione.net
-# Modified by David Nusinow dnusi...@debian.org
-# Acknowledgements to Manoj Srivastava.
-
-# Pass $(DH_OPTIONS) into the environment for debhelper's benefit.
-export DH_OPTIONS
-
-# force quilt to not use ~/.quiltrc and to use debian/patches
-QUILT = QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
-
-# Set up parameters for the upstream build environment.
-
-# Determine (source) package name from Debian changelog.
-SOURCE_NAME:=$(shell dpkg-parsechangelog -ldebian/changelog \
-| grep '^Source:' | awk '{print $$2}')
-
-# Determine package version from Debian changelog.
-SOURCE_VERSION:=$(shell dpkg-parsechangelog -ldebian/changelog \
-| grep '^Version:' | awk '{print $$2}')
-
-# Determine upstream version number.
-UPSTREAM_VERSION:=$(shell echo $(SOURCE_VERSION) | sed 's/-.*//')
-
-# Determine the source version without the epoch for make-orig-tar-gz
-NO_EPOCH_VER:=$(shell echo $(UPSTREAM_VERSION) | sed 's/^.://')
-
-# Figure out who's building this package.
-BUILDER:=$(shell echo $${DEBEMAIL:-$${EMAIL:-$$(echo $$LOGNAME@$$(cat 
/etc/mailname 2/dev/null))}})
-
-# Find out if this is an official 

libxrandr: Changes to 'debian-unstable'

2013-06-30 Thread Julien Cristau
 AUTHORS |2 
 COPYING |4 
 ChangeLog   |  182 
 Makefile.am |8 
 autogen.sh  |4 
 configure.ac|   11 -
 debian/changelog|   23 ++
 debian/compat   |2 
 debian/control  |   16 +
 debian/libxrandr2.symbols   |   12 +
 debian/patches/series   |1 
 debian/rules|   32 +--
 include/X11/extensions/Xrandr.h |  137 +--
 src/Makefile.am |8 
 src/Xrandr.c|   85 -
 src/Xrandrint.h |   21 +-
 src/XrrConfig.c |   44 ++--
 src/XrrCrtc.c   |   32 +--
 src/XrrMode.c   |   10 -
 src/XrrOutput.c |   21 +-
 src/XrrProperty.c   |   56 --
 src/XrrProvider.c   |  217 
 src/XrrProviderProperty.c   |  355 
 src/XrrScreen.c |   16 -
 24 files changed, 1144 insertions(+), 155 deletions(-)

New commits:
commit 4bc520826e65f4bb81f0ccb3bada96eeb29ef11c
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 18:34:26 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index fd4828d..d66230a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.4.1-1) UNRELEASED; urgency=low
+libxrandr (2:1.4.1-1) sid; urgency=low
 
   * New upstream release.
   * Use dpkg-buildflags.
@@ -8,7 +8,7 @@ libxrandr (2:1.4.1-1) UNRELEASED; urgency=low
   * Make libxrandr-dev Multi-Arch: same (closes: #678895).
   * Disable silent build rules.
 
- -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 18:16:18 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 18:31:40 +0200
 
 libxrandr (2:1.4.0-1) experimental; urgency=low
 

commit 015e11e12dcfdbb8826667b5d07bbdb0543952f9
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 18:31:34 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index 3ca6ff8..fd4828d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxrandr (2:1.4.1-1) UNRELEASED; urgency=low
   * Use dh_prep instead of dh_clean -k.
   * Remove unused DEB_HOST_ARCH setting from d/rules.
   * Make libxrandr-dev Multi-Arch: same (closes: #678895).
+  * Disable silent build rules.
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 18:16:18 +0200
 
diff --git a/debian/rules b/debian/rules
index 479fd97..529635b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,7 @@ build/config.status: configure
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info \
+--disable-silent-rules \
 $(confflags)
 
 

commit a153949bb501599e1e1390f8e9152e57e464c855
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 18:27:29 2013 +0200

Make libxrandr-dev Multi-Arch: same (closes: #678895).

diff --git a/debian/changelog b/debian/changelog
index 6aa9ab3..3ca6ff8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxrandr (2:1.4.1-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Use dh_prep instead of dh_clean -k.
   * Remove unused DEB_HOST_ARCH setting from d/rules.
+  * Make libxrandr-dev Multi-Arch: same (closes: #678895).
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 18:16:18 +0200
 
diff --git a/debian/control b/debian/control
index 245625e..9683588 100644
--- a/debian/control
+++ b/debian/control
@@ -65,6 +65,7 @@ Description: X11 RandR extension library (debug package)
 Package: libxrandr-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},

commit b3628df1131c6f553fa4a25eaa49766819204d0f
Author: Julien Cristau jcris...@debian.org
Date:   Sun Jun 30 18:26:32 2013 +0200

Remove unused DEB_HOST_ARCH setting from d/rules.

diff --git a/debian/changelog b/debian/changelog
index e1a2331..6aa9ab3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxrandr (2:1.4.1-1) UNRELEASED; urgency=low
   * Use dpkg-buildflags.
   * Bump debhelper compat level to 7.
   * Use dh_prep instead of dh_clean -k.
+  * Remove unused DEB_HOST_ARCH setting from d/rules.
 
  -- Julien Cristau jcris...@debian.org  Sun, 30 Jun 2013 18:16:18 +0200
 
diff --git a/debian/rules b/debian/rules
index dee1f2e..479fd97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,6 @@ PACKAGE = libxrandr2
 include debian/xsfbs/xsfbs.mk
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture 

libxrandr: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 ChangeLog|  148 +++
 configure.ac |   89 -
 debian/changelog |   17 ++
 man/Xrandr.man   |   83 --
 4 files changed, 254 insertions(+), 83 deletions(-)

New commits:
commit bab6d3f15081687aa15c1ed58ecf9221e3373ed0
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:57:24 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 77b7239..57b7818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxrandr (2:1.3.2-2) UNRELEASED; urgency=low
+libxrandr (2:1.3.2-2) unstable; urgency=low
 
   * Brown paper bag upload:
 - Merge back origin/debian-unstable, fixing the loss of the
   2:1.3.1-2 upload (including multiarch changes).
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:53:42 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:57:22 +0200
 
 libxrandr (2:1.3.2-1) unstable; urgency=low
 

commit ac49f1e1f2b5c1c8a0d59a14dba78a0ec76cfc05
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:54:45 2011 +0200

Document brown paper bag upload.

diff --git a/debian/changelog b/debian/changelog
index 0bee882..77b7239 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxrandr (2:1.3.2-2) UNRELEASED; urgency=low
+
+  * Brown paper bag upload:
+- Merge back origin/debian-unstable, fixing the loss of the
+  2:1.3.1-2 upload (including multiarch changes).
+
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:53:42 +0200
+
 libxrandr (2:1.3.2-1) unstable; urgency=low
 
   * New upstream release:

commit de8b03a486c9b659c1a02a97bc8fc5053a06f527
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:42:13 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 84ae889..512f8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
+libxrandr (2:1.3.2-1) unstable; urgency=low
 
   * New upstream release:
 - Documentation updates.
   * Bump Standards-Version to 3.9.2 (no changes).
   * Update Uploaders list. Thanks, David!
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:42:11 +0200
 
 libxrandr (2:1.3.1-1) unstable; urgency=low
 

commit 93672868650dec77efc68b0de36c2d5ce11bbe29
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:42:09 2011 +0200

Update Uploaders list. Thanks, David!

diff --git a/debian/changelog b/debian/changelog
index d9d50b3..84ae889 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
   * New upstream release:
 - Documentation updates.
   * Bump Standards-Version to 3.9.2 (no changes).
+  * Update Uploaders list. Thanks, David!
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
 
diff --git a/debian/control b/debian/control
index 7e8b601..aba00ea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit fb9a4f54f908c9257314fe8f40b5f43ba8de0b9a
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:41:43 2011 +0200

Bump Standards-Version to 3.9.2 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 67707b4..d9d50b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
 
   * New upstream release:
 - Documentation updates.
+  * Bump Standards-Version to 3.9.2 (no changes).
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
 
diff --git a/debian/control b/debian/control
index 02f9750..7e8b601 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
 

commit 773e5fcf20409ef7c43514c23940c8c0b361099b
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:40:34 2011 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 5545274..80284ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+commit 754b492ddf490682c5fff2518a36d0afb5655a36
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jun 29 21:50:39 2011 -0700
+
+libXrandr 1.3.2
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 2a8e4e3b6c28d095e315da6874a72e05ef113edb
+Author: Cyril Brulebois k...@debian.org
+Date:   Thu Mar 31 03:43:57 2011 +0200
+

libxrandr: Changes to 'debian-unstable'

2011-06-11 Thread Julien Cristau
 debian/README.source |2 +-
 debian/changelog |   13 +
 debian/control   |9 ++---
 debian/libxrandr-dev.install |6 +++---
 debian/libxrandr2.install|2 +-
 debian/rules |2 ++
 debian/xsfbs/xsfbs.mk|   35 ++-
 7 files changed, 48 insertions(+), 21 deletions(-)

New commits:
commit 8403952b17edfe232c01e6b5620c0b79ff1afaab
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 23:13:01 2011 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 4732dec..d332252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libxrandr (2:1.3.1-2) UNRELEASED; urgency=low
+libxrandr (2:1.3.1-2) unstable; urgency=low
+
+  * Team upload.
 
   [ Steve Langasek ]
   * Build for multiarch.
@@ -7,7 +9,7 @@ libxrandr (2:1.3.1-2) UNRELEASED; urgency=low
   * Remove David Nusinow from Uploaders.
   * Bump Standards-Version to 3.9.2.
 
- -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 23:02:03 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 23:12:54 +0200
 
 libxrandr (2:1.3.1-1) unstable; urgency=low
 

commit aa10f3d1c7496eecadca5412e5a14c2312ab9346
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 23:12:53 2011 +0200

Bump Standards-Version to 3.9.2.

diff --git a/debian/changelog b/debian/changelog
index 3d65e51..4732dec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxrandr (2:1.3.1-2) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Remove David Nusinow from Uploaders.
+  * Bump Standards-Version to 3.9.2.
 
  -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 23:02:03 +0200
 
diff --git a/debian/control b/debian/control
index a0f0d54..4957447 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
 

commit 18ca81afacf7a98d3ea135704f411a69669a3347
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 23:05:21 2011 +0200

Remove David Nusinow from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 1bb4f2f..3d65e51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libxrandr (2:1.3.1-2) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Build for multiarch.
 
+  [ Julien Cristau ]
+  * Remove David Nusinow from Uploaders.
+
  -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 23:02:03 +0200
 
 libxrandr (2:1.3.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 15f86f4..a0f0d54 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),

commit 05e55e33653ff8da598ffbabb6705e10ef6e39b6
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 23:02:16 2011 +0200

Add changelog entry for multiarch

diff --git a/debian/changelog b/debian/changelog
index eb8e6ff..1bb4f2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxrandr (2:1.3.1-2) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * Build for multiarch.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 23:02:03 +0200
+
 libxrandr (2:1.3.1-1) unstable; urgency=low
 
   * New upstream release.

commit 406a32c9a29a5d9918d7637ad2c85bde0b9fbb25
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Mar 23 23:14:17 2011 -0700

build for multiarch

diff --git a/debian/control b/debian/control
index 02f9750..15f86f4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
- debhelper (= 5.0.0),
+ debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),
  libxext-dev (= 1:0.99.1),
  x11proto-randr-dev (= 1.3),
@@ -23,6 +23,8 @@ Package: libxrandr2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 RandR extension library
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.
@@ -41,6 +43,7 @@ Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version})
+Multi-Arch: same
 Description: X11 RandR extension library (debug package)
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.
diff --git a/debian/libxrandr-dev.install 

libxrandr: Changes to 'debian-unstable'

2010-11-19 Thread Cyril Brulebois
 .gitignore|   72 +++--
 COPYING   |   45 +
 ChangeLog |  272 ++
 Makefile.am   |   10 -
 configure.ac  |   24 +--
 debian/changelog  |   11 +
 debian/control|4 
 debian/copyright  |   28 +++
 debian/rules  |2 
 include/X11/extensions/Xrandr.h   |1 
 man/Makefile.am   |  114 +-
 man/XRRConfigCurrentConfiguration.man |1 
 man/XRRConfigCurrentRate.man  |1 
 man/XRRConfigRates.man|1 
 man/XRRConfigRotations.man|1 
 man/XRRConfigSizes.man|1 
 man/XRRConfigTimes.man|1 
 man/XRRFreeScreenConfigInfo.man   |1 
 man/XRRGetScreenInfo.man  |1 
 man/XRRQueryExtension.man |1 
 man/XRRQueryVersion.man   |1 
 man/XRRRootToScreen.man   |1 
 man/XRRSelectInput.man|1 
 man/XRRSetScreenConfig.man|1 
 man/XRRSetScreenConfigAndRate.man |1 
 man/Xrandr.man|3 
 src/Makefile.am   |6 
 src/Xrandrint.h   |2 
 src/XrrConfig.c   |3 
 src/XrrCrtc.c |   13 -
 src/XrrProperty.c |2 
 31 files changed, 505 insertions(+), 121 deletions(-)

New commits:
commit 8a116d479cd5d8593c01ddc59b65f2f11b70a6a6
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 11:43:19 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 7da0324..eb8e6ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.3.1-1) UNRELEASED; urgency=low
+libxrandr (2:1.3.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros.
@@ -7,7 +7,7 @@ libxrandr (2:1.3.1-1) UNRELEASED; urgency=low
   * Exclude libXrandr.la from dh_install accordingly.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois k...@debian.org  Fri, 19 Nov 2010 11:38:07 +0100
+ -- Cyril Brulebois k...@debian.org  Fri, 19 Nov 2010 11:43:13 +0100
 
 libxrandr (2:1.3.0-3) unstable; urgency=low
 

commit 9f73a847d47c7e0beeec7a7a362393f166526acf
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 11:43:11 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index c4b39ff..7da0324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxrandr (2:1.3.1-1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Switch from --list-missing to --fail-missing for additional safety.
   * Exclude libXrandr.la from dh_install accordingly.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois k...@debian.org  Fri, 19 Nov 2010 11:38:07 +0100
 
diff --git a/debian/control b/debian/control
index b456055..02f9750 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit 173439a7c4821839422a54cd697c820130ca3bfd
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 11:42:43 2010 +0100

Exclude libXrandr.la from dh_install accordingly.

diff --git a/debian/changelog b/debian/changelog
index 0451607..c4b39ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxrandr (2:1.3.1-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for new macros.
   * Update debian/copyright from upstream COPYING.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Exclude libXrandr.la from dh_install accordingly.
 
  -- Cyril Brulebois k...@debian.org  Fri, 19 Nov 2010 11:38:07 +0100
 
diff --git a/debian/rules b/debian/rules
index 73aff0f..eda03d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -80,7 +80,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --fail-missing
+   dh_install --sourcedir=debian/tmp --fail-missing -XlibXrandr.la
dh_installchangelogs ChangeLog
dh_installman
dh_link

commit 996d79b983a36b94f764f3e67df53bc850528c0b
Author: Cyril Brulebois k...@debian.org
Date:   Fri Nov 19 11:40:57 2010 +0100

Switch from --list-missing to --fail-missing for additional safety.

diff --git a/debian/changelog b/debian/changelog
index 2492db7..0451607 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.3.1-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump xutils-dev build-dep for new 

libxrandr: Changes to 'debian-unstable'

2010-05-07 Thread Mikhail Gusarov
 debian/control |6 --
 1 file changed, 6 deletions(-)

New commits:
commit 0a7c55ce94f2cc45d432a173c1c47905dd485e3f
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:50 2010 +0700

Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

diff --git a/debian/control b/debian/control
index 21f0314..f5a4b85 100644
--- a/debian/control
+++ b/debian/control
@@ -32,8 +32,6 @@ Description: X11 RandR extension library
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
@@ -55,8 +53,6 @@ Description: X11 RandR extension library (debug package)
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
@@ -77,8 +73,6 @@ Description: X11 RandR extension library (development headers)
  .
  More information about X.Org can be found at:
  URL:http://www.X.org
- URL:http://xorg.freedesktop.org
- URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr


-- 
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/e1oamfe-0007at...@alioth.debian.org



libxrandr: Changes to 'debian-unstable'

2010-02-07 Thread Brice Goglin
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 6f9832081b4f7841d41c4dc307c0453409c8556e
Author: Brice Goglin bgog...@debian.org
Date:   Sun Feb 7 11:54:14 2010 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 9ff89b7..7c94fef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
+libxrandr (2:1.3.0-3) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * Drop pre-dependency on x11-common from libxrandr-dev. This was needed
@@ -14,7 +14,7 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568282.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
+ -- Brice Goglin bgog...@debian.org  Sun, 07 Feb 2010 11:54:09 +0100
 
 libxrandr (2:1.3.0-2) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2010-02-03 Thread Brice Goglin
 debian/changelog |3 +++
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit d431a277eba64bad46557aec622d7e4d18c110f2
Author: Brice Goglin bgog...@debian.org
Date:   Wed Feb 3 18:34:37 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 741862c..9ff89b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568282.
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
 
 libxrandr (2:1.3.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index dca2095..21f0314 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Jamey Sharp 
sharp...@debian.org, Josh Triplett j...@freedesktop.org
+Uploaders: David Nusinow dnusi...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2010-01-22 Thread Julien Cristau
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ec289559a9c55ec424fbf3db0d8d96d15657da2c
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 23 01:46:39 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index c483f38..741862c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
 
diff --git a/debian/control b/debian/control
index 9ce8de2..dca2095 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Jamey Sharp 
sharp...@debian.org, Josh Triplett j...@freedesktop.org, Julien Cristau 
jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Jamey Sharp 
sharp...@debian.org, Josh Triplett j...@freedesktop.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2010-01-16 Thread Julien Cristau
 debian/changelog |5 +
 debian/rules |   14 +++---
 2 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 2ab55591b8e7e9c8bbf25b69f65878059160
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 16 16:48:53 2010 +

Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!

diff --git a/debian/changelog b/debian/changelog
index 294a007..c483f38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * Drop pre-dependency on x11-common from libxrandr-dev. This was needed
 for upgrades from sarge.
   * Move -dbg package to section debug.
   * Bump Standards-Version to 3.8.3.
 
+  [ Julien Cristau ]
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
 
 libxrandr (2:1.3.0-2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 97375e5..f7680d3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,19 +35,19 @@ configure: $(STAMP_DIR)/patch
dh_testdir
autoreconf -vfi
 
-obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
+build/config.status: configure
dh_testdir
-   test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE)  \
+   test -d build || mkdir build
+   cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS=$(CFLAGS)
 
 
 build: build-stamp
-build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status
+build-stamp: build/config.status
dh_testdir
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
+   cd build  $(MAKE)
$@
 
 clean: xsfclean
@@ -59,7 +59,7 @@ clean: xsfclean
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
-   rm -rf obj-*
+   rm -rf build
rm -f $$(find -name Makefile.in)
rm -f compile config.guess config.sub configure depcomp install-sh
rm -f ltmain.sh missing INSTALL aclocal.m4 config.h.in mkinstalldirs
@@ -72,7 +72,7 @@ install: build
dh_clean -k
dh_installdirs
 
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+   cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 # Build architecture-dependent files here.
 binary-arch: build install


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 debian/README.source   |   73 +++
 debian/changelog   |9 +
 debian/control |5 
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |   50 ++-
 debian/xsfbs/xsfbs.sh  |  311 -
 6 files changed, 130 insertions(+), 350 deletions(-)

New commits:
commit 09a999678504be72e50f8c686ca214834019fea8
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:37:31 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 4720531..294a007 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
   * Drop pre-dependency on x11-common from libxrandr-dev. This was needed
 for upgrades from sarge.
   * Move -dbg package to section debug.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
 
diff --git a/debian/control b/debian/control
index 202b5be..9ce8de2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
 

commit cafd6e8ce24918c5a1a7046000cdb6dc7c97c939
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:36:32 2009 +0200

Fix the package name in the changelog entry.

diff --git a/debian/changelog b/debian/changelog
index 191a0fb..4720531 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
 
-  * Drop pre-dependency on x11-common from libxtst-dev. This was needed
+  * Drop pre-dependency on x11-common from libxrandr-dev. This was needed
 for upgrades from sarge.
   * Move -dbg package to section debug.
 

commit 31904d77f0d2e48207c28ca525074f8c91303f7e
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:36:19 2009 +0200

Move -dbg package to section debug.

diff --git a/debian/changelog b/debian/changelog
index d9af76a..191a0fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
 
   * Drop pre-dependency on x11-common from libxtst-dev. This was needed
 for upgrades from sarge.
+  * Move -dbg package to section debug.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
 
diff --git a/debian/control b/debian/control
index c5ceaa0..202b5be 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: X11 RandR extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXrandr
 
 Package: libxrandr2-dbg
-Section: libdevel
+Section: debug
 Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version})

commit d58bb2f640d8b2a8faf1a420666cc3fe7da1a88a
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:35:47 2009 +0200

Drop pre-dependency on x11-common from libxtst-dev. This was needed for 
upgrades from sarge.

diff --git a/debian/changelog b/debian/changelog
index 95d7cd3..d9af76a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxrandr (2:1.3.0-3) UNRELEASED; urgency=low
+
+  * Drop pre-dependency on x11-common from libxtst-dev. This was needed
+for upgrades from sarge.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 24 Nov 2009 13:34:24 +0200
+
 libxrandr (2:1.3.0-2) unstable; urgency=low
 
   * libxrandr-dev depends on randrproto 1.3 (closes: #519981).  Thanks, Adrian
diff --git a/debian/control b/debian/control
index f75edb4..c5ceaa0 100644
--- a/debian/control
+++ b/debian/control
@@ -65,7 +65,6 @@ Package: libxrandr-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev (= 1.3), libxrender-dev
-Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 RandR extension library (development headers)
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.

commit 2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1
Author: Julien Cristau jcris...@debian.org
Date:   Fri Sep 25 16:39:23 2009 +0200

xsfbs.mk: remove more obsolete code

We can use plain debconf-updatepo, and don't need to clean the 'imports'
directory or shlibs.local.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 82eb45f..5e16b10 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -177,19 +177,7 @@ xsfclean: cleanscripts unpatch
dh_testdir
rm -rf .pc
rm -rf $(STAMP_DIR)
-   rm -rf imports
-   dh_clean debian/shlibs.local \
-debian/po/pothead
-
-# Generate the debconf templates POT file header.
-debian/po/pothead: debian/po/pothead.in
-   sed -e 's/SOURCE_VERSION/$(SOURCE_VERSION)/' \
- -e 's/DATE/$(shell date +%F 

libxrandr: Changes to 'debian-unstable'

2009-03-16 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 619ed1c96426132ad5eb10fa725bd5b365fa9062
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 16 20:23:43 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index af59718..95d7cd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxrandr (2:1.3.0-2) UNRELEASED; urgency=low
+libxrandr (2:1.3.0-2) unstable; urgency=low
 
   * libxrandr-dev depends on randrproto 1.3 (closes: #519981).  Thanks, Adrian
 Bunk!
 
- -- Julien Cristau jcris...@debian.org  Mon, 16 Mar 2009 20:22:08 +0100
+ -- Julien Cristau jcris...@debian.org  Mon, 16 Mar 2009 20:23:40 +0100
 
 libxrandr (2:1.3.0-1) unstable; urgency=low
 

commit 788a04ffbc64afdc6f96c8ad9c41b5f916ba31df
Author: Julien Cristau jcris...@debian.org
Date:   Mon Mar 16 20:23:23 2009 +0100

libxrandr-dev depends on randrproto 1.3 (closes: #519981).

diff --git a/debian/changelog b/debian/changelog
index 6ec72b1..af59718 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxrandr (2:1.3.0-2) UNRELEASED; urgency=low
+
+  * libxrandr-dev depends on randrproto 1.3 (closes: #519981).  Thanks, Adrian
+Bunk!
+
+ -- Julien Cristau jcris...@debian.org  Mon, 16 Mar 2009 20:22:08 +0100
+
 libxrandr (2:1.3.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 62243c8..f75edb4 100644
--- a/debian/control
+++ b/debian/control
@@ -64,7 +64,7 @@ Description: X11 RandR extension library (debug package)
 Package: libxrandr-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev (= 1.2.99.3), libxrender-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev (= 1.3), libxrender-dev
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 RandR extension library (development headers)
  libXrandr provides an X Window System client interface to the RandR


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



libxrandr: Changes to 'debian-unstable'

2009-03-12 Thread Julien Cristau
 .gitignore  |9 
 ChangeLog   |  204 
 INSTALL |  237 
 Makefile.am |8 
 Makefile.in |  725 -
 README  |   25 
 aclocal.m4  | 8207 ---
 config.guess| 1526 --
 config.h.in |   64 
 config.sub  | 1658 ---
 configure   |21803 
 configure.ac|   15 
 debian/changelog|   34 
 debian/control  |   15 
 debian/copyright|   25 
 debian/libxrandr2.shlibs|1 
 debian/libxrandr2.symbols   |8 
 debian/rules|   24 
 depcomp |  589 -
 include/X11/extensions/Xrandr.h |   74 
 install-sh  |  519 
 ltmain.sh   | 6964 
 man/.gitignore  |3 
 man/Makefile.in |  452 
 missing |  367 
 mkinstalldirs   |  161 
 src/.gitignore  |7 
 src/Makefile.am |6 
 src/Makefile.in |  534 
 src/Xrandr.c|   38 
 src/Xrandrint.h |   11 
 src/XrrConfig.c |2 
 src/XrrCrtc.c   |  294 
 src/XrrMode.c   |3 
 src/XrrOutput.c |   64 
 src/XrrProperty.c   |   18 
 src/XrrScreen.c |   25 
 37 files changed, 821 insertions(+), 43898 deletions(-)

New commits:
commit f31d8d2d189cd6bd11ad6ccc05a354c01b2998b0
Author: Julien Cristau jcris...@debian.org
Date:   Thu Mar 12 17:12:59 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 32af7bd..6ec72b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxrandr (2:1.3.0-1) UNRELEASED; urgency=low
+libxrandr (2:1.3.0-1) unstable; urgency=low
 
   * New upstream release.
   * Bump randrproto build-dep to 1.3.
   * Bump shlibs.
   * Update debian/copyright.
 
- -- Julien Cristau jcris...@debian.org  Thu, 12 Mar 2009 16:53:01 +0100
+ -- Julien Cristau jcris...@debian.org  Thu, 12 Mar 2009 17:12:56 +0100
 
 libxrandr (2:1.2.99.4-2) experimental; urgency=low
 

commit 13f41a61cd8eb673ddcc5c7bb34d4bb717b95de4
Author: Julien Cristau jcris...@debian.org
Date:   Thu Mar 12 17:08:50 2009 +0100

Update debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 65dfcfc..32af7bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.3.0-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump randrproto build-dep to 1.3.
   * Bump shlibs.
+  * Update debian/copyright.
 
  -- Julien Cristau jcris...@debian.org  Thu, 12 Mar 2009 16:53:01 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 80fd1df..cfe695f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,9 @@
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/lib/
 
+Authors: Jim Gettys, HP Labs, HP.
+ Keith Packard, Intel Corporation.
+
 Copyright © 2000, Compaq Computer Corporation, 
 Copyright © 2002, Hewlett Packard, Inc.
 
@@ -20,3 +23,25 @@ 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.
+
+Copyright © 2006 Keith Packard
+Copyright © 2008 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 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.
+
+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 939370c6299a29378bc160ac89b097d157b955a9
Author: Julien Cristau jcris...@debian.org
Date:   Thu Mar 12 16:58:06 2009 +0100

Bump shlibs.

Set the shlibs version in the 

libxrandr: Changes to 'debian-unstable'

2008-07-08 Thread Julien Cristau
 .gitignore  |1 
 ChangeLog   |   66 +++
 INSTALL |5 
 Makefile.am |   12 
 Makefile.in |   69 ++-
 aclocal.m4  |  265 -
 config.guess|   32 +
 config.sub  |   44 +-
 configure   |  770 +---
 configure.ac|4 
 debian/changelog|8 
 depcomp |   33 -
 include/X11/extensions/Xrandr.h |   10 
 install-sh  |  228 ++-
 ltmain.sh   |   58 ++-
 man/Makefile.am |3 
 man/Makefile.in |9 
 man/Xrandr.man  |   11 
 src/Makefile.in |   29 -
 src/Xrandr.c|   26 -
 20 files changed, 1162 insertions(+), 521 deletions(-)

New commits:
commit 015086cfa50195e40d813be9af499aeb6b955c4d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Jul 8 23:31:16 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7edb827..a3f0cc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.2.3-1) UNRELEASED; urgency=low
+libxrandr (2:1.2.3-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add a link to www.X.org in the long description.
@@ -7,7 +7,7 @@ libxrandr (2:1.2.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * New upstream release.
 
- -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:25:10 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 08 Jul 2008 23:26:14 +0200
 
 libxrandr (2:1.2.2-2) unstable; urgency=low
 

commit c2e92b93de8faeae5125136283e93f0b772e1900
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Jul 8 23:24:44 2008 +0200

autoreconf

diff --git a/INSTALL b/INSTALL
index 5458714..d3c5b40 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ Installation Instructions
 *
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+2006, 2007 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -67,6 +67,9 @@ The simplest way to compile this package is:
  all sorts of other programs in order to regenerate files that came
  with the distribution.
 
+  6. Often, you can also type `make uninstall' to remove the installed
+ files again.
+
 Compilers and Options
 =
 
diff --git a/Makefile.in b/Makefile.in
index 6a6f9f4..0103dea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008  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.
@@ -15,8 +15,6 @@
 @SET_MAKE@
 
 # 
-#  $Id$
-# 
 #  Copyright © 2003 Keith Packard, Noah Levitt
 # 
 #  Permission to use, copy, modify, distribute, and sell this software and its
@@ -129,6 +127,7 @@ DEFS = @DEFS@
 DEPDIR = @DEPDIR@
 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
+DSYMUTIL = @DSYMUTIL@
 ECHO = @ECHO@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
@@ -159,6 +158,7 @@ MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
 MISC_MAN_DIR = @MISC_MAN_DIR@
 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 MKDIR_P = @MKDIR_P@
+NMEDIT = @NMEDIT@
 OBJEXT = @OBJEXT@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
@@ -236,7 +236,8 @@ SUBDIRS = src man
 AM_CFLAGS = $(RANDR_CFLAGS) $(X_CFLAGS)
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = xrandr.pc
-EXTRA_DIST = xrandr.pc.in autogen.sh
+EXTRA_DIST = xrandr.pc.in autogen.sh ChangeLog
+MAINTAINERCLEANFILES = ChangeLog
 all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -395,8 +396,8 @@ ID: $(HEADERS) $(SOURCES) $(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; }'`; \
+ $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+ END { if (nonempty) { for (i in files) print i; }; }'`; \
mkid -fID $$unique
 tags: TAGS
 
@@ -421,8 +422,8 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in 
$(TAGS_DEPENDENCIES) \
unique=`for i in $$list; do \
if test -f $$i; then echo $$i; else echo $(srcdir)/$$i; fi; \
  done | \
- $(AWK) '{ files[$$0] = 1; } \
-  

libxrandr: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog  |7 
 debian/control|3 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   22 --
 debian/xsfbs/xsfbs.sh |  387 +++---
 5 files changed, 228 insertions(+), 194 deletions(-)

New commits:
commit f84b94211b0f59025e1eb442e3d5f3aafcae61af
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 10:49:39 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Add a link to www.X.org in the long description.
  * Add upstream URL to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 92c937c..e569c06 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxrandr (2:1.2.2-3) UNRELEASED; urgency=low
+
+  * Add a link to www.X.org in the long description.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:25:10 +0200
+
 libxrandr (2:1.2.2-2) unstable; urgency=low
 
   * Add debian/libxrandr2.symbols.
diff --git a/debian/control b/debian/control
index 33299ba..28236f8 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Description: X11 RandR extension library
  such as resolution, rotation, and reflection.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
@@ -42,6 +43,7 @@ Description: X11 RandR extension library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
@@ -64,6 +66,7 @@ Description: X11 RandR extension library (development headers)
  libxrandr2.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ URL:http://www.X.org
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
  .
diff --git a/debian/copyright b/debian/copyright
index a2b0579..80fd1df 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
+
 Copyright © 2000, Compaq Computer Corporation, 
 Copyright © 2002, Hewlett Packard, Inc.
 

commit 4c2fb5aa80a15b5a9a9b51b03c7dc30496a22561
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat May 31 13:23:24 2008 +0200

Update xsfbs/quilt patching rules to be compatible with the
3.0 (quilt) source package.

Thanks to Raphael Hertzog.
See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index c11923f..b871b3b 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -21,10 +21,8 @@
 # Pass $(DH_OPTIONS) into the environment for debhelper's benefit.
 export DH_OPTIONS
 
-# force quilt to not use ~/.quiltrc
-QUILT = quilt --quiltrc /dev/null
-# force QUILT_PATCHES to the default in case it is exported in the environment
-QUILT_PATCHES = patches/
+# force quilt to not use ~/.quiltrc and to use debian/patches
+QUILT = QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
 
 # Set up parameters for the upstream build environment.
 
@@ -121,19 +119,11 @@ $(STAMP_DIR)/stampdir:
 # Set up the package build directory as quilt expects to find it.
 .PHONY: prepare
 stampdir_targets+=prepare
-prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/patches 
$(STAMP_DIR)/log
+prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/log
 $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
-   if [ ! -e $(STAMP_DIR)/patches ]; then \
-   mkdir $(STAMP_DIR)/patches; \
-   ln -s $(STAMP_DIR)/patches .pc; \
-   echo 2 $(STAMP_DIR)/patches/.version; \
-   fi; \
if [ ! -e $(STAMP_DIR)/log ]; then \
mkdir $(STAMP_DIR)/log; \
fi; \
-   if [ -e debian/patches ]  [ ! -e patches ]; then \
-   ln -s debian/patches patches; \
-   fi; \
$@
 
 # Apply all patches to the upstream source.
@@ -162,10 +152,10 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
 
 # Revert all patches to the upstream source.
 .PHONY: unpatch
-unpatch:
+unpatch: $(STAMP_DIR)/prepare
rm -f $(STAMP_DIR)/patch
@echo -n Unapplying patches...; \
-   if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
+   if $(QUILT) applied /dev/null 2/dev/null; then \
  if $(QUILT) pop -a -v $(STAMP_DIR)/log/unpatch 21; then \
cat $(STAMP_DIR)/log/unpatch; \
echo successful.; \
@@ -192,7 +182,7 @@ cleanscripts:
 .PHONY: xsfclean
 xsfclean: cleanscripts unpatch
dh_testdir
-   rm -rf .pc patches
+   rm -rf .pc
rm -rf $(STAMP_DIR) $(SOURCE_DIR)
rm -rf imports
dh_clean debian/shlibs.local \

commit dcf4204d5328834172df80951a18de014b0f74ef
Author: Julien 

libxrandr: Changes to 'debian-unstable'

2008-05-18 Thread Julien Cristau
 debian/changelog |4 +
 debian/control   |   12 +--
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|   80 
 4 files changed, 11 insertions(+), 235 deletions(-)

New commits:
commit 2ac2c38f12c83bd5436f679a409ec1c8902eb6c6
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 18 23:00:48 2008 +0200

debian/control updates

* Drop -1 debian revisions from build-deps.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.
* libxrandr2{,-dbg} don't need to depend on x11-common.

diff --git a/debian/changelog b/debian/changelog
index a87af84..9beca4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ libxrandr (2:1.2.2-2) UNRELEASED; urgency=low
 Symbols added in the first version (RandR protocol 1.0) carry no version,
 symbols added for RandR 1.1 need = 4.3, and RandR 1.2 symbols need
 libxrandr2 = 2:1.2.0.
+  * Drop -1 debian revisions from build-deps.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from Vcs-* control fields.
+  * libxrandr2{,-dbg} don't need to depend on x11-common.
 
  -- Julien Cristau [EMAIL PROTECTED]  Tue, 05 Feb 2008 16:16:57 +0100
 
diff --git a/debian/control b/debian/control
index bf14be8..6590159 100644
--- a/debian/control
+++ b/debian/control
@@ -3,15 +3,15 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Jamey Sharp [EMAIL PROTECTED], 
Josh Triplett [EMAIL PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-randr-dev (= 1.2), x11proto-render-dev, 
libxrender-dev (= 1:0.9.0-2), pkg-config, quilt
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
+Build-Depends: debhelper (= 4.0.0), libx11-dev (= 1:0.99.2), libxext-dev (= 
1:0.99.1), x11proto-randr-dev (= 1.2), x11proto-render-dev, libxrender-dev (= 
1:0.9.0-2), pkg-config, quilt
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
 
 Package: libxrandr2
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 RandR extension library
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.
@@ -30,7 +30,7 @@ Package: libxrandr2-dbg
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxrandr2 (= 
${binary:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version})
 Description: X11 RandR extension library (debug package)
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.

commit c87ea43906787791a87a659c0a9d6312945ffb32
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Apr 13 03:12:18 2008 +0200

Remove xsfbs-autoreconf.mk

It has never been used, and that doesn't look likely to change.

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index dce8fc8..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id$
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or http://www.gnu.org/copyleft/gpl.txt.
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied

libxrandr: Changes to 'debian-unstable'

2008-05-18 Thread Julien Cristau
 debian/changelog |   25 +++--
 debian/compat|2 +-
 debian/control   |2 +-
 debian/rules |4 ++--
 4 files changed, 27 insertions(+), 6 deletions(-)

New commits:
commit 61ae108cc07ce84d99989a39bdaa2138f0adbe67
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon May 19 00:34:23 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 707ac1c..92c937c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.2.2-2) UNRELEASED; urgency=low
+libxrandr (2:1.2.2-2) unstable; urgency=low
 
   * Add debian/libxrandr2.symbols.
 Symbols added in the first version (RandR protocol 1.0) carry no version,
@@ -11,7 +11,7 @@ libxrandr (2:1.2.2-2) UNRELEASED; urgency=low
   * Merge changes from the 7.1 branch (libxrandr 1.1.1) which had never been
 merged to the trunk (yes, that was two years ago).
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 05 Feb 2008 16:16:57 +0100
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 19 May 2008 00:32:55 +0200
 
 libxrandr (2:1.1.1-1) experimental; urgency=low
 

commit b25e056ad7f8462f22d4f0c7f9f687bb313e7099
Author: Drew Parsons [EMAIL PROTECTED]
Date:   Sat Aug 19 12:29:06 2006 +

All dbg packages in lib should have priority extra,
see http://lists.debian.org/debian-devel/2006/08/msg00737.html

diff --git a/debian/changelog b/debian/changelog
index 4001e59..3f3ca60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxrandr (2:1.1.1-2) UNRELEASED; urgency=low
+
+  * dbg package has priority extra.
+
+ -- Drew Parsons [EMAIL PROTECTED]  Sat, 19 Aug 2006 22:08:40 +1000
+
 libxrandr (2:1.1.1-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index e60e8a1..646f392 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Description: X11 RandR extension library
 
 Package: libxrandr2-dbg
 Architecture: any
+Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxrandr2 (= 
${Source-Version})
 Description: X11 RandR extension library (debug package)
  libXrandr provides an X Window System client interface to the RandR

commit 8a3b6280380b381facb30d1ce87fd519039ad6d9
Author: Branden Robinson [EMAIL PROTECTED]
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages.  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

diff --git a/debian/control b/debian/control
index 3c89120..e60e8a1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-randr-dev, x11proto-render-dev, libxrender-dev (= 
1:0.9.0-2), pkg-config, quilt
-Standards-Version: 3.7.2.0
+Standards-Version: 3.7.2
 
 Package: libxrandr2
 Architecture: any

commit dc11cd98cf4c35d42fa719c9973a8239739efddf
Author: Andres Salomon [EMAIL PROTECTED]
Date:   Sat Jul 29 20:56:19 2006 +

add myself as an uploader; prepare release.

diff --git a/debian/changelog b/debian/changelog
index 01e611f..4001e59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrandr (2:1.1.1-1) UNRELEASED; urgency=low
+libxrandr (2:1.1.1-1) experimental; urgency=low
 
   * New upstream release.
   * Drop patches/01_manpage_location.diff; merged upstream.
@@ -6,7 +6,7 @@ libxrandr (2:1.1.1-1) UNRELEASED; urgency=low
 extension dropped.
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
 idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
   * Drop duplicate x11-common dep in -dev package.
   * Bump standards version to 3.7.2.0.
   * Version x11-common pre-dep in -dev package to 1:7.0.0 to match
@@ -15,7 +15,7 @@ libxrandr (2:1.1.1-1) UNRELEASED; urgency=low
   * Fix dh_strip call to skip the -dbg package.
   * Include manpages in -dev package.
 
- -- Andres Salomon [EMAIL PROTECTED]  Mon, 17 Jul 2006 01:21:15 -0400
+ -- Andres Salomon [EMAIL PROTECTED]  Sat, 29 Jul 2006 16:56:00 -0400
 
 libxrandr (2:1.1.0.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 12b3d9e..3c89120 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: 

libxrandr: Changes to 'debian-unstable'

2008-02-05 Thread Julien Cristau
 debian/changelog  |9 +
 debian/libxrandr2.symbols |   46 ++
 2 files changed, 55 insertions(+)

New commits:
commit ed8006bd9109a8b0c1e28b26874ef8809242a56d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Feb 5 16:28:22 2008 +0100

Add debian/libxrandr2.symbols.

Symbols added in the first version (RandR protocol 1.0) carry no version,
symbols added for RandR 1.1 need = 4.3, and RandR 1.2 symbols need
libxrandr2 = 2:1.2.0.

diff --git a/debian/changelog b/debian/changelog
index dc77169..a87af84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libxrandr (2:1.2.2-2) UNRELEASED; urgency=low
+
+  * Add debian/libxrandr2.symbols.
+Symbols added in the first version (RandR protocol 1.0) carry no version,
+symbols added for RandR 1.1 need = 4.3, and RandR 1.2 symbols need
+libxrandr2 = 2:1.2.0.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 05 Feb 2008 16:16:57 +0100
+
 libxrandr (2:1.2.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/libxrandr2.symbols b/debian/libxrandr2.symbols
new file mode 100644
index 000..8560535
--- /dev/null
+++ b/debian/libxrandr2.symbols
@@ -0,0 +1,46 @@
+libXrandr.so.2 libxrandr2 #MINVER#
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 4.3
+ [EMAIL PROTECTED] 4.3
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 4.3
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 4.3
+ [EMAIL PROTECTED] 2:1.2.0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0
+ [EMAIL PROTECTED] 0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



libxrandr: Changes to 'debian-unstable'

2007-09-06 Thread Julien Cristau
 ChangeLog |   15 
 INSTALL   |  236 +-
 Makefile.in   |  131 +++--
 aclocal.m4|  698 --
 config.guess  |   34 +
 config.h.in   |9 
 config.sub|   36 +
 configure | 1161 +++---
 configure.ac  |2 
 debian/changelog  |9 
 debian/control|6 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++---
 ltmain.sh |  233 ++
 man/Makefile.in   |   83 +--
 missing   |   61 +-
 mkinstalldirs |5 
 src/Makefile.in   |  121 ++---
 src/Xrandr.c  |4 
 21 files changed, 2236 insertions(+), 1054 deletions(-)

New commits:
commit 3b9e1bd2479d8fc5eacddd6af8e6106e457b4526
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 16:37:39 2007 +0200

Update Uploaders field, s/Source-Version/binary:Version/g, prepare for 
upload.

* Add myself to uploaders
* Remove Branden and Fabio with their permission
* Use ${binary:Version} instead of the deprecated ${Source-Version}
* Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index d1178aa..dc77169 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-libxrandr (2:1.2.2-1) UNRELEASED; urgency=low
+libxrandr (2:1.2.2-1) unstable; urgency=low
 
   * New upstream release.
+  * Add myself to Uploaders, and remove Branden and Fabio with their
+permission.
+  * Use ${binary:Version} instead of ${Source-Version}.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 15:37:44 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 16:34:32 +0200
 
 libxrandr (2:1.2.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5981c93..bf14be8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED], Jamey Sharp [EMAIL 
PROTECTED], Josh Triplett [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jamey Sharp [EMAIL PROTECTED], 
Josh Triplett [EMAIL PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-randr-dev (= 1.2), x11proto-render-dev, 
libxrender-dev (= 1:0.9.0-2), pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
@@ -30,7 +30,7 @@ Package: libxrandr2-dbg
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxrandr2 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxrandr2 (= 
${binary:Version})
 Description: X11 RandR extension library (debug package)
  libXrandr provides an X Window System client interface to the RandR
  extension to the X protocol.
@@ -51,7 +51,7 @@ Description: X11 RandR extension library (debug package)
 Package: libxrandr-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${Source-Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev (= 1.2), libxrender-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxrandr2 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-randr-dev (= 1.2), libxrender-dev
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 RandR extension library (development headers)
  libXrandr provides an X Window System client interface to the RandR

commit f65c19a37e618bb0413a86169c9421f0060e243f
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 15:38:17 2007 +0200

Update changelogs for new upstream release.

diff --git a/ChangeLog b/ChangeLog
index afa401e..0819f18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+commit 029491243b43c2e03a62c143ac21941449f335aa
+Author: Eric Anholt [EMAIL PROTECTED]
+Date:   Wed Sep 5 10:01:06 2007 -0700
+
+Bump version to 1.2.2.
+
+commit 126143add5349fc34488b23d54d1bdcc7e8847b9
+Author: Keith Packard [EMAIL PROTECTED]
+Date:   Tue Jul 3 09:58:09 2007 -0700
+
+CrtcChange event format conversion was using 'height' for 'width'.
+
+CrtcChange events were getting the source 'height' value stored in the
+'width' target in both conversion directions.
+
 commit 3e753542bcf0fd49fe977e56b7ab7e540bbd4282
 Author: Keith Packard [EMAIL PROTECTED]
 Date:   Sun Mar 4 20:03:59 2007 -0800
diff --git a/debian/changelog b/debian/changelog
index 5fa9614..d1178aa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxrandr (2:1.2.2-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 15:37:44 +0200
+
 libxrandr (2:1.2.1-1) 

libxrandr: Changes to 'debian-unstable'

2007-01-24 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 00c9a3eb76711822dc0c8b57f3657d064a9212a9
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jan 5 14:24:12 2007 +

* Install Xrandr(3) in libxrandr-dev, and use dh_installman.
* Run dh_install with --list-missing.

commit c7763f4638265739f071e8590da79f91bf586d8d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Nov 28 02:09:04 2006 +

* Adjust Section and Priority values to what the override says.
* Update location of upstream repository from CVS to git in the long
  descriptions.

commit 65f1144db6140713deafe242ae52880ce5c191ad
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Tue Nov 28 00:58:19 2006 +

releasing version 2:1.1.0.2-5

commit d2a3089792f4c533170fa10c286c84ff46c7c23b
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Mon Nov 27 19:27:51 2006 +

Add upstream patch to fix bug #400441.

commit 0362bd822ec6360c5ef3ce4b7ab8db98f1e4b4e3
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Sun Nov 26 00:01:31 2006 +

Add libxrender-dev dependency to libxrandr-dev.

commit e55e925708d2e0312cbe44ba8be2389f8d6ec4f6
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit bb41693e2066c8e026655752315945c3dbf710b1
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit 2dda098f3d00c041b6d7a79d0abcc94c8420090b
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 05:19:40 2006 +

* Add quilt to build-depends

commit 21c04af58033f1d2abc6f904c5743a162dcdab6a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit 88cff34bb3e8e08202ff92ca6df0a31b3a9c970c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit 9eaa3df622208f0165caff7236a075626a7afef9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Mar 10 04:40:50 2006 +

* Backport fix from upstream for manpage location
* Run autoreconf for them to allow the change to take effect'

commit a0f27005501d06a888da108994dfe9141dbd9d9d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit f3c386f905deccaaa8bf562c22024263b3a07fb0
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]