libxdamage: Changes to 'debian-unstable'

2017-08-20 Thread Drew Parsons
 autogen.sh|   12 
 debian/changelog  |   14 
 debian/compat |2 
 debian/control|   27 -
 debian/patches/autogen.sh-install |   22 +
 debian/patches/series |1 
 debian/rules  |   85 -
 debian/source/format  |1 
 debian/xsfbs/repack.sh|   32 -
 debian/xsfbs/xsfbs.mk |  285 -
 debian/xsfbs/xsfbs.sh |  622 --
 11 files changed, 51 insertions(+), 1052 deletions(-)

New commits:
commit 2d8d3029682c755676f2a56d40a29250851c9c1a
Author: Drew Parsons 
Date:   Sun Aug 20 15:26:17 2017 +0800

upload 1:1.1.4-3 to unstable

diff --git a/debian/changelog b/debian/changelog
index 12dd203..24476a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdamage (1:1.1.4-3) UNRELEASED; urgency=medium
+libxdamage (1:1.1.4-3) unstable; urgency=medium
 
   * Team upload.
   * Standards-Version: 4.0.1
@@ -10,7 +10,7 @@ libxdamage (1:1.1.4-3) UNRELEASED; urgency=medium
   * Convert debian/rules build to dh.
   * Remove libxdamage1-dbg, symbols now provided by libxdamage1-dbgsym.
 
- -- Drew Parsons   Sun, 20 Aug 2017 15:07:44 +0800
+ -- Drew Parsons   Sun, 20 Aug 2017 15:25:45 +0800
 
 libxdamage (1:1.1.4-2) unstable; urgency=low
 

commit 288da2617586f8d17fcc65c50d4f328e0e804cd3
Author: Drew Parsons 
Date:   Sun Aug 20 15:25:03 2017 +0800

Remove libxdamage1-dbg, symbols now provided by libxdamage1-dbgsym

diff --git a/debian/changelog b/debian/changelog
index 057aebb..12dd203 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxdamage (1:1.1.4-3) UNRELEASED; urgency=medium
   * debian/control Homepage: https://www.x.org
   * Install autogen.sh as debian patch (taken from upstream git repo).
   * Convert debian/rules build to dh.
+  * Remove libxdamage1-dbg, symbols now provided by libxdamage1-dbgsym.
 
  -- Drew Parsons   Sun, 20 Aug 2017 15:07:44 +0800
 
diff --git a/debian/control b/debian/control
index 2339c51..3c88b4b 100644
--- a/debian/control
+++ b/debian/control
@@ -39,28 +39,6 @@ Description: X11 damaged region extension library
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXdamage
 
-Package: libxdamage1-dbg
-Section: debug
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= ${binary:Version})
-Multi-Arch: same
-Description: X11 damaged region extension library (debug package)
- libXdamage provides an X Window System client interface to the DAMAGE
- extension to the X protocol.
- .
- The Damage extension provides for notification of when on-screen regions have
- been 'damaged' (altered).
- .
- This package contains the debug versions of the library found in libxdamage1.
- 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/libXdamage
-
 Package: libxdamage-dev
 Section: libdevel
 Architecture: any

commit b07bdaee36ead5c2e5308234fa55099c8b953401
Author: Drew Parsons 
Date:   Sun Aug 20 15:23:07 2017 +0800

Convert debian/rules build to dh

diff --git a/debian/changelog b/debian/changelog
index bdc305f..057aebb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ libxdamage (1:1.1.4-3) UNRELEASED; urgency=medium
   * Debian source format 3.0 (quilt)
 - remove debian/xsfbs: quilt support is now standard
   * debian/control Homepage: https://www.x.org
-  * Install autogen.sh as debian patch (taken from upstream git repo)
+  * Install autogen.sh as debian patch (taken from upstream git repo).
+  * Convert debian/rules build to dh.
 
  -- Drew Parsons   Sun, 20 Aug 2017 15:07:44 +0800
 
diff --git a/debian/rules b/debian/rules
index 17e8285..a91add1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,52 +1,14 @@
 #!/usr/bin/make -f
-# debian/rules for the Debian libxdamage package.
-# Copyright © 2004 Scott James Remnant 
-# Copyright © 2005 Daniel Stone 
-# Copyright © 2005 David Nusinow 
+%:
+   dh $@
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# set this to the name of the main shlib's binary package
-PACKAGE = libxdamage1
-
-include debian/xsfbs/xsfbs.mk
-
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-   NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
-   MAKEFLAGS += -j$(NUMJOBS)
-endif
-
-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 -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= 

libxdamage: Changes to 'debian-unstable'

2014-07-12 Thread Julien Cristau
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit d7d308316f744a2503ffeaa317b558dcce199645
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jul 12 17:24:51 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index f5ed7df..b985b95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libxdamage (1:1.1.4-1ubuntu1) UNRELEASED; urgency=low
+libxdamage (1:1.1.4-2) unstable; urgency=low
 
+  [ Timo Aaltonen ]
   * control: Mark -dev as M-A: same. (LP: #1230252)
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 04 Oct 2013 10:12:08 +0300
+ -- Julien Cristau jcris...@debian.org  Sat, 12 Jul 2014 17:22:46 +0200
 
 libxdamage (1:1.1.4-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1x5zbb-0008rb...@moszumanska.debian.org



libxdamage: Changes to 'debian-unstable'

2013-10-04 Thread Timo Aaltonen
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 8c1f98bb7153bd4f6f5b2dcdcce752e5d56be0f7
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Fri Oct 4 10:12:15 2013 +0300

control: Mark -dev as M-A: same. (LP: #1230252)

diff --git a/debian/changelog b/debian/changelog
index dd4e17c..f5ed7df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxdamage (1:1.1.4-1ubuntu1) UNRELEASED; urgency=low
+
+  * control: Mark -dev as M-A: same. (LP: #1230252)
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Fri, 04 Oct 2013 10:12:08 +0300
+
 libxdamage (1:1.1.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index cfe9f8f..12dc683 100644
--- a/debian/control
+++ b/debian/control
@@ -64,6 +64,7 @@ Package: libxdamage-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= 
${binary:Version}), libx11-dev, libxfixes-dev, x11proto-damage-dev (= 1.1)
+Multi-Arch: same
 Description: X11 damaged region extension library (development headers)
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.


-- 
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/e1vrzyh-0008f0...@vasks.debian.org



libxdamage: Changes to 'debian-unstable'

2013-06-24 Thread Julien Cristau
 ChangeLog|   68 +++
 Makefile.am  |6 +-
 configure.ac |   97 +++
 debian/changelog |   11 
 debian/compat|2 
 debian/control   |2 
 debian/rules |   29 ---
 include/X11/extensions/Xdamage.h |2 
 src/Makefile.am  |2 
 src/Xdamage.c|   28 +--
 src/xdamageint.h |2 
 11 files changed, 161 insertions(+), 88 deletions(-)

New commits:
commit 8b5ab8dec8bbe62ebf681fa343f9fb0c13f68deb
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jun 24 10:18:37 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ec06fe8..dd4e17c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdamage (1:1.1.4-1) UNRELEASED; urgency=low
+libxdamage (1:1.1.4-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
@@ -7,7 +7,7 @@ libxdamage (1:1.1.4-1) UNRELEASED; urgency=low
   * Replace dh_clean -k with dh_prep.
   * Add build-{arch,indep} rules (same as build).
 
- -- Julien Cristau jcris...@debian.org  Mon, 24 Jun 2013 09:55:23 +0200
+ -- Julien Cristau jcris...@debian.org  Mon, 24 Jun 2013 10:18:30 +0200
 
 libxdamage (1:1.1.3-2) unstable; urgency=low
 

commit 89494d8a41cb0891998ce21b1b6afb412c318c90
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jun 24 10:12:38 2013 +0200

Add build-{arch,indep} rules (same as build).

diff --git a/debian/changelog b/debian/changelog
index e9b2b21..ec06fe8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxdamage (1:1.1.4-1) UNRELEASED; urgency=low
   * Use dpkg-buildflags.
   * Disable silent rules.
   * Replace dh_clean -k with dh_prep.
+  * Add build-{arch,indep} rules (same as build).
 
  -- Julien Cristau jcris...@debian.org  Mon, 24 Jun 2013 09:55:23 +0200
 
diff --git a/debian/rules b/debian/rules
index 587b8cc..17e8285 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ else
 endif
 confflags += $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
 
-
+build-arch: build
+build-indep: build
 build: build-stamp
 build-stamp: $(STAMP_DIR)/patch
dh_testdir
@@ -88,3 +89,4 @@ binary-indep: build install
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build-indep build-arch

commit 0f191d5f3938ce99fbdf38064936169b32a5b183
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jun 24 10:10:59 2013 +0200

Fix build/patch rules dependency

diff --git a/debian/rules b/debian/rules
index 31652d6..587b8cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,8 +29,8 @@ endif
 confflags += $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
 
 
-build: patch build-stamp
-build-stamp:
+build: build-stamp
+build-stamp: $(STAMP_DIR)/patch
dh_testdir
autoreconf -vfi
mkdir -p build
@@ -47,7 +47,6 @@ clean: xsfclean
dh_testdir
dh_testroot
rm -f build-stamp
-
rm -f config.cache config.log config.status
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
@@ -63,14 +62,12 @@ install: build
dh_testroot
dh_prep
dh_installdirs
-
cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 
 # Build architecture-dependent files here.
 binary-arch: build install
dh_testdir
dh_testroot
-
dh_installdocs
dh_install --list-missing --exclude=libXdamage.la
dh_installchangelogs

commit 1b9573772b9e7516005900dea5bcc33f0e28bc91
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jun 24 10:07:54 2013 +0200

Replace dh_clean -k with dh_prep.

diff --git a/debian/changelog b/debian/changelog
index 86813cb..e9b2b21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxdamage (1:1.1.4-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Use dpkg-buildflags.
   * Disable silent rules.
+  * Replace dh_clean -k with dh_prep.
 
  -- Julien Cristau jcris...@debian.org  Mon, 24 Jun 2013 09:55:23 +0200
 
diff --git a/debian/rules b/debian/rules
index 05d9e75..31652d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,7 +61,7 @@ clean: xsfclean
 install: build
dh_testdir
dh_testroot
-   dh_clean -k
+   dh_prep
dh_installdirs
 
cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install

commit 7ac02516a3bfd186943ccb83454c1933e4622bb1
Author: Julien Cristau jcris...@debian.org
Date:   Mon Jun 24 10:00:21 2013 +0200

Disable silent rules.

diff --git a/debian/changelog b/debian/changelog
index f29ebfa..86813cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxdamage (1:1.1.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * 

libxdamage: Changes to 'debian-unstable'

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

New commits:
commit 9660473df252808287ebdd05f41f16d18fc814a7
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 15:37:43 2011 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ed783df..1f94cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-libxdamage (1:1.1.3-2) UNRELEASED; urgency=low
+libxdamage (1:1.1.3-2) unstable; urgency=low
+
+  * Team upload.
 
   [ Steve Langasek ]
   * Build for multiarch.
@@ -7,7 +9,7 @@ libxdamage (1:1.1.3-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 15:34:07 +0200
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 15:37:16 +0200
 
 libxdamage (1:1.1.3-1) unstable; urgency=low
 

commit 787efd0916ed65bdd25a059219ebbd0dc8256ee2
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 15:36:52 2011 +0200

Bump Standards-Version to 3.9.2.

diff --git a/debian/changelog b/debian/changelog
index 9a49eed..ed783df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxdamage (1:1.1.3-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 15:34:07 +0200
 
diff --git a/debian/control b/debian/control
index 79cb7a3..45dc1f9 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+1),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
 

commit 9f759418f2a696c365ca5ce526800bf9a5f4eecb
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 15:36:37 2011 +0200

Remove David Nusinow from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index e5f596c..9a49eed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ libxdamage (1:1.1.3-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 15:34:07 +0200
 
 libxdamage (1:1.1.3-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e999075..79cb7a3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxdamage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org
+Uploaders: Drew Parsons dpars...@debian.org
 Build-Depends:
  debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),

commit 77af563a111fc396e89b7a7762cbfad827c5264b
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jun 11 15:34:20 2011 +0200

Add changelog entry for multiarch

diff --git a/debian/changelog b/debian/changelog
index f032c9f..e5f596c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxdamage (1:1.1.3-2) UNRELEASED; urgency=low
+
+  [ Steve Langasek ]
+  * Build for multiarch.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 11 Jun 2011 15:34:07 +0200
+
 libxdamage (1:1.1.3-1) unstable; urgency=low
 
   [ Julien Cristau ]

commit c56827bed87fc48db289a7e5d060ae9871f22254
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Mar 23 22:40:39 2011 -0700

build for multiarch

diff --git a/debian/control b/debian/control
index 0ebc720..e999075 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, Drew Parsons 
dpars...@debian.org
 Build-Depends:
- debhelper (= 5.0.0),
+ debhelper (= 8.1.3),
  libx11-dev (= 1:0.99.2),
  libxfixes-dev (= 1:3.0.0-4),
  x11proto-damage-dev (= 1.1),
@@ -21,6 +21,8 @@ Package: libxdamage1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
 Description: X11 damaged region extension library
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.
@@ -39,6 +41,7 @@ Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= ${binary:Version})
+Multi-Arch: same
 Description: X11 damaged region extension library (debug package)
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.
diff 

libxdamage: Changes to 'debian-unstable'

2010-06-18 Thread Julien Cristau
 .gitignore   |   69 ++---
 COPYING  |1 
 ChangeLog|  128 +++
 INSTALL  |8 --
 Makefile.am  |   12 +--
 configure.ac |   14 ++--
 debian/changelog |6 +
 debian/control   |2 
 debian/gbp.conf  |4 +
 include/X11/extensions/Xdamage.h |2 
 src/.gitignore   |6 -
 src/Xdamage.c|3 
 src/xdamageint.h |2 
 13 files changed, 212 insertions(+), 45 deletions(-)

New commits:
commit 30e386c65dbe107b47e5a4399825938e36cf7c02
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jun 18 14:18:07 2010 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9551d45..f032c9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdamage (1:1.1.3-1) UNRELEASED; urgency=low
+libxdamage (1:1.1.3-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Remove myself from Uploaders.
@@ -10,7 +10,7 @@ libxdamage (1:1.1.3-1) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568279.
 
- -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 03:03:13 +0100
+ -- Julien Cristau jcris...@debian.org  Fri, 18 Jun 2010 14:18:01 +0100
 
 libxdamage (1:1.1.2-1) unstable; urgency=low
 

commit 0d98ad0c6b705ec2293960f1c907daf7bd760dfe
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jun 18 14:15:44 2010 +0100

Bump xutils-dev build-dep for newer macros.

diff --git a/debian/changelog b/debian/changelog
index 8ed7e1d..9551d45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxdamage (1:1.1.3-1) UNRELEASED; urgency=low
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * New upstream release.
+  * Bump xutils-dev build-dep for newer macros.
 
   [ Brice Goglin ]
   * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568279.
diff --git a/debian/control b/debian/control
index 55f284d..0ebc720 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  quilt,
  automake,
  libtool,
- xutils-dev (= 1:7.5~1)
+ xutils-dev (= 1:7.5+1),
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git

commit 103a990f5d4a7c0003c54e1c076edd9b0d1b031e
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jun 18 14:19:29 2010 +0100

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 20b00da..c2c9b3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+commit 8abc1c8e920821f5ed68e639d3fb71a4ad90a102
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jun 8 18:50:45 2010 -0700
+
+libXdamage 1.1.3
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 0b0b68a2a06f01ad3e185aafb2e9665779bc0084
+Author: Matthieu Herrb matthieu.he...@laas.fr
+Date:   Sun Mar 9 07:56:45 2008 +0100
+
+nuke RCS Ids
+
+Signed-off-by: Matthieu Herrb matthieu.he...@laas.fr
+Reviewed by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 5a77a5e402ab245f2de08886e5fb2934a6c54571
+Author: Jamey Sharp ja...@minilop.net
+Date:   Fri Apr 9 17:26:07 2010 -0700
+
+Always call SyncHandle after issuing an X request.
+
+commit a414d85a9da3f5b23975a64c351ad00138092107
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Mon Mar 29 16:50:34 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 f8914c5dba4c6514b83c7d8f5c550a2603e4da66
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Mon Mar 29 14:53:48 2010 -0400
+
+config: remove the pkgconfig pc.in file from EXTRA_DIST
+
+Automake always includes it in the tarball.
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 5dd2b14345ba9b8b88d11dc027dc71625fbf15bc
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Fri Nov 27 20:56:04 2009 -0500
+
+Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
+
+Now that the INSTALL file is generated.
+Allows running make maintainer-clean.
+
+commit 98333e9afea1c5dfb0f4b90c10f25e6b77e72817
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Oct 28 14:09:10 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 

libxdamage: Changes to 'debian-unstable'

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

New commits:
commit 4c267f6a1a1f35137858f629ae95f264464e810a
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:49 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 562ef74..55f284d 100644
--- a/debian/control
+++ b/debian/control
@@ -30,8 +30,6 @@ Description: X11 damaged region 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/libXdamage
@@ -53,8 +51,6 @@ Description: X11 damaged region 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/libXdamage
@@ -75,8 +71,6 @@ Description: X11 damaged region 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/libXdamage


-- 
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/e1oamdz-0006uu...@alioth.debian.org



libxdamage: Changes to 'debian-unstable'

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

New commits:
commit 311797ab5fbd29f345ded23eb66ac2a9cb127728
Author: Brice Goglin bgog...@debian.org
Date:   Wed Feb 3 18:31:05 2010 +0100

Remove Jamey Sharp and Josh Triplett from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 0ff70f4..8bdab98 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 libxdamage (1:1.1.2-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Remove myself from Uploaders.
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
 
+  [ Brice Goglin ]
+  * Remove Jamey Sharp and Josh Triplett from Uploaders, closes: #568279.
+
  -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 03:03:13 +0100
 
 libxdamage (1:1.1.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 924d198..562ef74 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxdamage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@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



libxdamage: Changes to 'debian-unstable'

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

New commits:
commit da67313b354bad01e7f8a32f2be56a6115df898d
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 23 03:03:16 2010 +0100

Remove myself from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index c4d79fb..b22c8ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxdamage (1:1.1.2-2) UNRELEASED; urgency=low
+
+  * Remove myself from Uploaders.
+
+ -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 03:03:13 +0100
+
 libxdamage (1:1.1.2-1) unstable; urgency=low
 
   [ Brice Goglin ]
diff --git a/debian/control b/debian/control
index dae1d5e..924d198 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxdamage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org, Julien Cristau jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@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



libxdamage: Changes to 'debian-unstable'

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

New commits:
commit d6baca18ed6c706484ddff87a7edbbc4ee682b4d
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 23 13:45:48 2010 +0100

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 b22c8ef..0ff70f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libxdamage (1:1.1.2-2) UNRELEASED; urgency=low
 
   * Remove myself from Uploaders.
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
 
  -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 03:03:13 +0100
 
diff --git a/debian/rules b/debian/rules
index 7938fbc..b0924df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ build: patch build-stamp
 build-stamp:
dh_testdir
autoreconf -vfi
-   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE)  \
+   mkdir -p build
+   cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS=$(CFLAGS) 
-   cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
+   cd build  $(MAKE)
$@
 
 clean: xsfclean
@@ -54,7 +54,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 aclocal.m4 config.guess config.h.in config.sub configure
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
find -name Makefile.in -delete
@@ -66,7 +66,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



libxdamage: Changes to 'debian-unstable'

2009-11-25 Thread Julien Cristau
 INSTALL  |  238 +--
 debian/changelog |9 +-
 debian/control   |2 
 3 files changed, 12 insertions(+), 237 deletions(-)

New commits:
commit f846669e6f914e6d5bc8c47f75949c34d38ec96f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 15:43:50 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 5c92d28..c4d79fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
+libxdamage (1:1.1.2-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add a link to www.X.org in the long description.
@@ -19,7 +19,7 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Bump Standards-Version to 3.8.3 (no changes).
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
+ -- Julien Cristau jcris...@debian.org  Wed, 25 Nov 2009 15:43:49 +0100
 
 libxdamage (1:1.1.1-4) unstable; urgency=low
 

commit 614ecd156984da4948344fdcd9ffc50fe54b5a91
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 15:43:42 2009 +0100

Bump Standards-Version to 3.8.3 (no changes).

diff --git a/debian/changelog b/debian/changelog
index dcb..5c92d28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,9 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
   * Drop pre-dependency on x11-common from libxdamage-dev. This was needed
 for upgrades from sarge.
 
+  [ Julien Cristau ]
+  * Bump Standards-Version to 3.8.3 (no changes).
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
 
 libxdamage (1:1.1.1-4) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1364c09..dae1d5e 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5~1)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
 

commit 37d04e3d2e569c5ad222c7f546549b7ff8a0fdeb
Author: Julien Cristau jcris...@debian.org
Date:   Wed Nov 25 15:42:22 2009 +0100

Restore upstream's INSTALL file

diff --git a/INSTALL b/INSTALL
index 23e5f25..1c5b4b5 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,236 +1,8 @@
-Installation Instructions
-*
+libXdamage is built with the traditional configure script:
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
+   $ ./configure --prefix=/usr/X11R6
 
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==
-
-These are generic installation instructions.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
-disabled by default to prevent problems with accidental use of stale
-cache files.)
-
-   If you need to do unusual things to compile the package, please try
-to figure out how `configure' could check whether to do them, and mail
-diffs or instructions to the address given in the `README' so they can
-be considered for the next release.  If you are using the cache, and at
-some point `config.cache' contains results you don't want to keep, you
-may remove or edit it.
-
-   The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
-
-The simplest way to compile this package is:
-
-  1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.  If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
-
- Running `configure' takes awhile.  While running, it prints some
- messages telling which features it is checking for.
-
-  2. Type `make' to compile the package.
-
-  3. Optionally, type `make check' to run any self-tests that come with
- the package.
-
-  4. Type `make install' to install the programs and any data files and
- documentation.
-
-  5. You can 

libxdamage: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 debian/changelog  |5 -
 debian/control|2 
 debian/xsfbs/xsfbs.mk |   21 
 debian/xsfbs/xsfbs.sh |  233 --
 4 files changed, 8 insertions(+), 253 deletions(-)

New commits:
commit 6466d47b6c90804166dbe4320db9238665f46ab2
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:13:48 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 8f4eca6..c1c0a50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,8 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
   * Run autoreconf on build. Add build-deps on automake, libtool
 and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
+  * Drop pre-dependency on x11-common from libxdamage-dev. This was needed
+for upgrades from sarge.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
 
diff --git a/debian/control b/debian/control
index 1505fba..1364c09 100644
--- a/debian/control
+++ b/debian/control
@@ -63,7 +63,6 @@ Package: libxdamage-dev
 Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= 
${binary:Version}), libx11-dev, libxfixes-dev, x11proto-damage-dev (= 1.1)
-Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 damaged region extension library (development headers)
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.

commit 74adab86f72863bcea9ae3dbb81d28394e63aabb
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Nov 24 13:13:17 2009 +0200

Add libtool to bdeps.

diff --git a/debian/changelog b/debian/changelog
index 99de0bc..8f4eca6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,8 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
-  * Run autoreconf on build. Add build-deps on automake and xutils-dev.
+  * Run autoreconf on build. Add build-deps on automake, libtool
+and xutils-dev.
   * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
diff --git a/debian/control b/debian/control
index 6b77686..1505fba 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends:
  pkg-config,
  quilt,
  automake,
+ libtool,
  xutils-dev (= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage

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 %X%z/)' $ $@
-
-# Update POT and PO files.
-.PHONY: updatepo
-updatepo: debian/po/pothead
-   debian/scripts/debconf-updatepo --pot-header=pothead --verbose
+   dh_clean
 
 # Remove files from the upstream source tree that we don't need, or which have
 # licensing problems.  It must be run before creating the .orig.tar.gz.

commit 9a4314c976e0d22e8d47f5d86163791e407a6ecc
Author: Julien Cristau jcris...@debian.org
Date:   Fri Sep 25 15:43:28 2009 +0200

xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage

These variables aren't set anywhere.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 1f86848..82eb45f 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -176,7 +176,7 @@ cleanscripts:
 xsfclean: cleanscripts unpatch
dh_testdir
rm -rf .pc
-   rm -rf $(STAMP_DIR) $(SOURCE_DIR)
+   rm -rf $(STAMP_DIR)
rm -rf imports
dh_clean debian/shlibs.local \
 debian/po/pothead
@@ -252,7 +252,6 @@ $(STAMP_DIR)/genscripts: $(STAMP_DIR)/stampdir
  | sed -e '/^#INCLUDE_SHELL_LIB#$$/d' $$MAINTSCRIPT.tmp; \
sed -e 's/@SOURCE_VERSION@/$(SOURCE_VERSION)/' \
-e 's/@OFFICIAL_BUILD@/$(OFFICIAL_BUILD)/' \
-   -e 's/@DEFAULT_DCRESOLUTIONS@/$(DEFAULT_DCRESOLUTIONS)/' \
  $$MAINTSCRIPT.tmp $$MAINTSCRIPT; \
rm $$MAINTSCRIPT.tmp; \
  fi; \

commit bda208ec00d0b7b3632f57fb27e014684cdf73ba
Author: Julien Cristau jcris...@debian.org
Date:   Fri Sep 25 15:33:39 2009 +0200

xsfbs.sh: fix typo and remove svn 

libxdamage: Changes to 'debian-unstable'

2009-11-23 Thread Timo Aaltonen
 .gitignore   |7 
 ChangeLog|   92 
 Makefile.am  |   14 
 Makefile.in  |  688 -
 README   |   24 
 aclocal.m4   | 7480 -
 config.guess | 1500 --
 config.h.in  |   67 
 config.sub   | 1616 --
 configure|22317 ---
 configure.ac |   57 
 debian/changelog |   10 
 debian/control   |4 
 debian/rules |   18 
 depcomp  |  530 
 include/X11/extensions/Xdamage.h |8 
 install-sh   |  323 
 ltmain.sh| 6871 
 missing  |  360 
 mkinstalldirs|  158 
 src/Makefile.am  |4 
 src/Makefile.in  |  501 
 src/Xdamage.c|   24 
 23 files changed, 184 insertions(+), 42489 deletions(-)

New commits:
commit 9426bad34b6cc118b238abc58e94f7df8ef1be06
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:07:45 2009 +0200

Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.

diff --git a/debian/changelog b/debian/changelog
index afcc488..99de0bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * New upstream release.
   * Run autoreconf on build. Add build-deps on automake and xutils-dev.
+  * Parse space-separated DEB_BUILD_OPTIONS, and handle parallel=N.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
 
diff --git a/debian/rules b/debian/rules
index abed675..7938fbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,13 +13,14 @@ PACKAGE = libxdamage1
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
 else
CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+   NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
+   MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

commit 5aba90577ca1fa1d235259ea275f49ce5ee4bf9f
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:06:01 2009 +0200

Run autoreconf on build. Add build-deps on automake and xutils-dev.

diff --git a/debian/changelog b/debian/changelog
index 01954c7..afcc488 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxdamage (1:1.1.2-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
+  * Run autoreconf on build. Add build-deps on automake and xutils-dev.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Mon, 23 Nov 2009 13:59:55 +0200
 
diff --git a/debian/control b/debian/control
index 00fa85e..6b77686 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ Build-Depends:
  libxfixes-dev (= 1:3.0.0-4),
  x11proto-damage-dev (= 1.1),
  pkg-config,
- quilt
+ quilt,
+ automake,
+ xutils-dev (= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
diff --git a/debian/rules b/debian/rules
index bfad251..abed675 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,15 +35,14 @@ endif
 build: patch build-stamp
 build-stamp:
dh_testdir
-
-   test -d obj-$(DEB_BUILD_GNU_TYPE) || mkdir obj-$(DEB_BUILD_GNU_TYPE)
+   autoreconf -vfi
+   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
cd obj-$(DEB_BUILD_GNU_TYPE)  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS=$(CFLAGS) 
cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE)
-
-   touch build-stamp
+   $@
 
 clean: xsfclean
dh_testdir
@@ -55,7 +54,9 @@ clean: xsfclean
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
rm -rf obj-*
-
+   rm -f aclocal.m4 config.guess config.h.in config.sub configure
+   rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
+   find -name Makefile.in -delete
dh_clean
 
 install: build

commit 6393642e64cd61677a04a7a46930cb6789d8e9c2
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Mon Nov 23 14:02:11 2009 +0200

Delete generated files.

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index cea233b..000
--- a/Makefile.in
+++ /dev/null
@@ -1,688 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, 

libxdamage: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 debian/control |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit ea48f453361692b51ae92329a3170350d98610c7
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:04:26 2009 +0200

Bump Standards-Version to 3.8.2 for real

diff --git a/debian/control b/debian/control
index 687d229..00fa85e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  x11proto-damage-dev (= 1.1),
  pkg-config,
  quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
 

commit 239adb77cfb16c1d75b48343ab0b0613757feacc
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:04:08 2009 +0200

Wrap build-deps

diff --git a/debian/control b/debian/control
index 1f72351..687d229 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org, Julien Cristau jcris...@debian.org
-Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2), libxfixes-dev 
(= 1:3.0.0-4), x11proto-damage-dev (= 1.1), pkg-config, quilt
+Build-Depends:
+ debhelper (= 5.0.0),
+ libx11-dev (= 1:0.99.2),
+ libxfixes-dev (= 1:3.0.0-4),
+ x11proto-damage-dev (= 1.1),
+ pkg-config,
+ quilt
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git


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



libxdamage: Changes to 'debian-unstable'

2009-08-01 Thread Brice Goglin
 debian/README.source   |   73 +
 debian/changelog   |5 ++-
 debian/control |2 -
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   29 ++
 debian/xsfbs/xsfbs.sh  |   78 -
 6 files changed, 121 insertions(+), 98 deletions(-)

New commits:
commit 83b117354545e129bc44c64e0e250842513b9779
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 11:20:39 2009 +0200

Move -dbg packages to section debug

diff --git a/debian/changelog b/debian/changelog
index dcca495..7a4a5fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ libxdamage (1:1.1.1-5) UNRELEASED; urgency=low
   * Add upstream URL to debian/copyright.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538586.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:19:52 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:20:29 +0200
 
 libxdamage (1:1.1.1-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 10962f9..1f72351 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: X11 damaged region extension library
  git://anongit.freedesktop.org/git/xorg/lib/libXdamage
 
 Package: libxdamage1-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= ${binary:Version})

commit c0fbed3037d17709c5419eff25258743fcbd8a84
Author: Brice Goglin bgog...@debian.org
Date:   Sat Aug 1 11:20:20 2009 +0200

Bump Standards-Version to 3.8.2 now that we have README.source

diff --git a/debian/changelog b/debian/changelog
index 9edca3c..dcca495 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ libxdamage (1:1.1.1-5) UNRELEASED; urgency=low
   * Add a link to www.X.org in the long description.
   * Drop CVS header from debian/copyright.
   * Add upstream URL to debian/copyright.
+  * Add README.source, bump Standards-Version to 3.8.2.
+  * Use updated xsfbs, closes: #538586.
 
- -- Brice Goglin bgog...@debian.org  Fri, 13 Jun 2008 11:16:35 +0200
+ -- Brice Goglin bgog...@debian.org  Sat, 01 Aug 2009 11:19:52 +0200
 
 libxdamage (1:1.1.1-4) unstable; urgency=low
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jun 3 03:37:37 2009 +0200

Kill custom readlink function

This was needed for very, very old versions of debianutils.
Closes: #498890

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 197eb74..781826f 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -303,16 +303,6 @@ EOF
   fi
 }
 
-# we require a readlink command or shell function
-if ! which readlink  /dev/null 21; then
-  message The readlink command was not found.  Please install version \
-  1.13.1 or later of the debianutils package.
-  readlink () {
-# returns what symlink in $1 actually points to
-perl -e '$l = shift; exit 1 unless -l $l; $r = readlink $l; exit 1 unless 
$r; print $r\n' $1
-  }
-fi
-
 check_symlink () {
   # syntax: check_symlink symlink
   #

commit 7deebf983f53c505bc25171ab77fdc408f250a6e
Author: Julien Cristau jcris...@debian.org
Date:   Tue May 26 15:58:19 2009 +0200

xsfbs: don't run dpkg --print-installation-architecture

This is deprecated in new dpkg, and had no users anyway.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 8840ff9..197eb74 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -57,8 +57,6 @@ EOF
   exit $SHELL_LIB_USAGE_ERROR
 fi
 
-ARCHITECTURE=$(dpkg --print-installation-architecture)
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 4178d948cd66a938222d0d7c6353ee8d60229e40
Author: David Nusinow dnusi...@debian.org
Date:   Mon May 25 20:08:50 2009 -0400

Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..34ab4bf
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,73 @@
+--
+Quick Guide To Patching This Package For The Impatient
+--
+
+1. Make sure you have quilt installed
+2. Unpack the package as usual with dpkg-source -x
+3. Run the patch target in debian/rules
+4. Create a new patch with quilt new (see quilt(1))
+5. Edit all the files you want to include in the patch with quilt edit 
+   (see quilt(1)).
+6. Write the patch with quilt refresh (see quilt(1))
+7. Run the clean target in debian/rules
+
+Alternatively, instead of using quilt directly, you can drop the patch in to 
+debian/patches and add the name of the patch to debian/patches/series.
+
+
+Guide To The X Strike Force Packages
+
+
+The 

libxdamage: Changes to 'debian-unstable'

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

New commits:
commit b8f23b2901ddf1463739041b03548aee3c68d032
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Jun 13 10:34:15 2008 +0200

Misc fixes to debian/control and debian/copyright

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

diff --git a/debian/changelog b/debian/changelog
index 9c65b71..9edca3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxdamage (1:1.1.1-5) UNRELEASED; urgency=low
+
+  * Add a link to www.X.org in the long description.
+  * Drop CVS header from debian/copyright.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 13 Jun 2008 11:16:35 +0200
+
 libxdamage (1:1.1.1-4) unstable; urgency=low
 
   * Remove Branden from Uploaders with his permission.
diff --git a/debian/control b/debian/control
index 33253ce..10962f9 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,7 @@ Description: X11 damaged region extension library
  been 'damaged' (altered).
  .
  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 damaged region 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 damaged region extension library 
(development headers)
  libxdamage1.  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 8843adc..3b4c586 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,5 @@
-$Id: COPYING,v 1.1 2005/05/17 16:47:59 sandmann Exp $
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
 
 Copyright © 2001,2003 Keith Packard
 Copyright © 2007 Eric Anholt

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 

libxdamage: Changes to 'debian-unstable'

2008-05-18 Thread Julien Cristau
 debian/changelog |   12 +++
 debian/control   |   16 ++--
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  114 +
 debian/xsfbs/xsfbs.sh|7 -
 5 files changed, 42 insertions(+), 257 deletions(-)

New commits:
commit 8d97b8c8913275c8df25cc5a2181827c2395b9e2
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 18 11:32:57 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 88eaed5..9c65b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdamage (1:1.1.1-4) UNRELEASED; urgency=low
+libxdamage (1:1.1.1-4) unstable; urgency=low
 
   * Remove Branden from Uploaders with his permission.
   * Drop the -1 debian revision from the libx11-dev build-dep.
@@ -8,7 +8,7 @@ libxdamage (1:1.1.1-4) UNRELEASED; urgency=low
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Add myself to Uploaders.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun, 18 May 2008 10:37:26 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Sun, 18 May 2008 11:32:52 +0200
 
 libxdamage (1:1.1.1-3) unstable; urgency=low
 

commit 0941572ee06b27938e82419585288492b0e4815d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun May 18 10:40:04 2008 +0200

debian/control updates

* Remove Branden from Uploaders with his permission.
* Drop the -1 debian revision from the libx11-dev build-dep.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.
* libxdamage1{,-dbg} don't need to depend on x11-common.
* Use ${binary:Version} instead of the deprecated ${Source-Version}.
* Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 34365e4..88eaed5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+libxdamage (1:1.1.1-4) UNRELEASED; urgency=low
+
+  * Remove Branden from Uploaders with his permission.
+  * Drop the -1 debian revision from the libx11-dev build-dep.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from Vcs-* control fields.
+  * libxdamage1{,-dbg} don't need to depend on x11-common.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Add myself to Uploaders.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Sun, 18 May 2008 10:37:26 +0200
+
 libxdamage (1:1.1.1-3) unstable; urgency=low
 
   * Add XS-Vcs-Browser.
diff --git a/debian/control b/debian/control
index c944c17..33253ce 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,16 @@ Source: libxdamage
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Drew Parsons [EMAIL PROTECTED], Jamey Sharp [EMAIL PROTECTED], 
Josh Triplett [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxfixes-dev 
(= 1:3.0.0-4), x11proto-damage-dev (= 1.1), pkg-config, quilt
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
+Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Jamey Sharp [EMAIL PROTECTED], Josh Triplett [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2), libxfixes-dev 
(= 1:3.0.0-4), x11proto-damage-dev (= 1.1), pkg-config, quilt
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
 
 Package: libxdamage1
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 damaged region extension library
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.
@@ -30,7 +30,7 @@ Package: libxdamage1-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxdamage1 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= ${binary:Version})
 Description: X11 damaged region extension library (debug package)
  libXdamage provides an X Window System client interface to the DAMAGE
  extension to the X protocol.
@@ -51,7 +51,7 @@ Description: X11 damaged region extension library (debug 
package)
 Package: libxdamage-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= 
${Source-Version}), libx11-dev, libxfixes-dev, x11proto-damage-dev (= 1.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= 
${binary:Version}), libx11-dev, libxfixes-dev, x11proto-damage-dev (= 1.1)
 Pre-Depends: x11-common (= 1:7.0.0)
 Description: X11 damaged region extension library (development headers)
  libXdamage provides an X 

libxdamage: Changes to 'debian-unstable'

2007-04-20 Thread Julien Cristau
 .gitignore|   20 
 AUTHORS   |2 
 COPYING   |3 
 ChangeLog |  193 
 INSTALL   |  238 
 Makefile.am   |2 
 Makefile.in   |   19 
 NEWS  |2 
 README|   11 
 aclocal.m4|   96 
 config.guess  |  667 +
 config.h.in   |9 
 config.sub|  230 
 configure | 7962 +++---
 configure.ac  |4 
 debian/changelog  |   30 
 debian/control|8 
 debian/copyright  |1 
 debian/libxdamage1.shlibs |1 
 debian/patches/00_upstream_000_unlockdisplay.diff |   25 
 debian/patches/series |1 
 debian/rules  |2 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 
 debian/xsfbs/xsfbs.mk |  380 +
 debian/xsfbs/xsfbs.sh |  907 ++
 include/X11/extensions/Xdamage.h  |7 
 ltmain.sh |   12 
 mkinstalldirs |   89 
 src/.gitignore|6 
 src/Makefile.am   |2 
 src/Makefile.in   |   17 
 src/Xdamage.c |   24 
 src/xdamageint.h  |2 
 33 files changed, 6840 insertions(+), 4282 deletions(-)

New commits:
commit cb87c1c5e4aeeb6b25121c0649f96e9782944261
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 22:38:46 2007 +0200

Fix the shlibs file: it's libXdamage, not libxdamage...

diff --git a/debian/changelog b/debian/changelog
index 1ac3223..34365e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ libxdamage (1:1.1.1-3) unstable; urgency=low
   * Add XS-Vcs-Browser.
   * Remove Fabio from Uploaders, with his permission.
   * Upload to unstable.
+  * Fix the shlibs file: it's libXdamage, not libxdamage...
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 22:34:37 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 22:37:32 +0200
 
 libxdamage (1:1.1.1-2) experimental; urgency=low
 
diff --git a/debian/libxdamage1.shlibs b/debian/libxdamage1.shlibs
index 151d9dd..011fe1c 100644
--- a/debian/libxdamage1.shlibs
+++ b/debian/libxdamage1.shlibs
@@ -1 +1 @@
-libxdamage 1 libxdamage1 (= 1:1.1)
+libXdamage 1 libxdamage1 (= 1:1.1)

commit a93b5ad0d05a5ad100033a5e9bfa116e2597c040
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 22:34:53 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a0eefec..1ac3223 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libxdamage (1:1.1.1-3) UNRELEASED; urgency=low
+libxdamage (1:1.1.1-3) unstable; urgency=low
 
   * Add XS-Vcs-Browser.
   * Remove Fabio from Uploaders, with his permission.
+  * Upload to unstable.
 
- -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 22:29:32 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 22:34:37 +0200
 
 libxdamage (1:1.1.1-2) experimental; urgency=low
 

commit 5327961e7f7c317595a8addf54703b09b6a59ae5
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Apr 20 22:30:06 2007 +0200

Add XS-Vcs-Browser and remove Fabio from Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 793bf95..a0eefec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxdamage (1:1.1.1-3) UNRELEASED; urgency=low
+
+  * Add XS-Vcs-Browser.
+  * Remove Fabio from Uploaders, with his permission.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 20 Apr 2007 22:29:32 +0200
+
 libxdamage (1:1.1.1-2) experimental; urgency=low
 
   * Bump shlibs to libxdamage = 1:1.1.
diff --git a/debian/control b/debian/control
index 946d0b4..c944c17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: libxdamage
 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], Drew Parsons [EMAIL 
PROTECTED], Jamey Sharp [EMAIL PROTECTED], Josh Triplett [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Drew Parsons [EMAIL PROTECTED], Jamey Sharp [EMAIL PROTECTED], 
Josh Triplett [EMAIL 

libxdamage: Changes to 'debian-unstable'

2007-01-23 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 54976ef5d622cb041c49adc5ec6473a5955cea40
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Nov 28 02:10:14 2006 +

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

commit b0aba53e9cc7b1e072bae05fc8e78e0c7fa7c514
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Tue Nov 28 00:57:59 2006 +

releasing version 1:1.0.3-3

commit 73d5fd42f5a4eb3668a058000835a4b92563d998
Author: Jamey Sharp [EMAIL PROTECTED]
Date:   Mon Nov 27 20:30:20 2006 +

Add upstream patch to fix bug #400445.

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

Add watch files.

commit 606016a5c567499309588f020cd59a30968835c5
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Aug 27 23:36:43 2006 +

Merge libxdamage to trunk from 7.1 branch now that it's in unstable

commit 7c3539a75f19e459a69aa70c1f85966949cd4b62
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 3f1fac0dd2e57b11170b8e88707e286cfe6e043c
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 ae8c9883ca72cb1045c6c8f0c3996b48a2c20cd8
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 e90f149c70bb5c5155cae584f3c31cc456dae864
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Jan 25 01:34:54 2006 +

Set libs to be uploaded to experimental. Also pull in some libxft fixes 
from what's in unstable

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

Update libs to 7.0 release with packaging

commit 6af6e673663596e4b0f099275efa8fa9e1c7e7c5
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]