libxxf86dga: Changes to 'debian-unstable'

2013-08-12 Thread Julien Cristau
 ChangeLog|  125 +++
 autogen.sh   |4 +
 configure.ac |9 +++
 debian/changelog |   18 +++
 debian/compat|2 
 debian/control   |1 
 debian/rules |   15 ++
 src/XF86DGA2.c   |   83 +++-
 8 files changed, 223 insertions(+), 34 deletions(-)

New commits:
commit 906a2f9b8aeee7c5f14708d998f0b2fda180b36e
Author: Julien Cristau 
Date:   Mon Aug 12 23:16:56 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 90b73a0..898c410 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxxf86dga (2:1.1.4-1) UNRELEASED; urgency=low
+libxxf86dga (2:1.1.4-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
@@ -6,7 +6,7 @@ libxxf86dga (2:1.1.4-1) UNRELEASED; urgency=low
   * Use dpkg-buildflags.
   * Disable silent build rules.
 
- -- Julien Cristau   Mon, 12 Aug 2013 22:36:57 +0200
+ -- Julien Cristau   Mon, 12 Aug 2013 23:16:53 +0200
 
 libxxf86dga (2:1.1.3-2+deb7u1) wheezy-security; urgency=high
 

commit e0db7af39dbb531520880735004de839d723254e
Author: Julien Cristau 
Date:   Mon Aug 12 23:13:48 2013 +0200

Disable silent build rules.

diff --git a/debian/changelog b/debian/changelog
index 1d35fd3..90b73a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxxf86dga (2:1.1.4-1) UNRELEASED; urgency=low
   * Bump debhelper compat level to 7.
   * Use dh_prep instead of dh_clean -k.
   * Use dpkg-buildflags.
+  * Disable silent build rules.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:36:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 43b228e..d8f3eed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,6 +41,7 @@ build-stamp: configure $(STAMP_DIR)/genscripts
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
+--disable-silent-rules \
 $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build && $(MAKE)
>$@

commit cf00b6086c6dd63af53728f841691759565e61c7
Author: Julien Cristau 
Date:   Mon Aug 12 23:11:50 2013 +0200

Use dpkg-buildflags.

diff --git a/debian/changelog b/debian/changelog
index 33ce36b..1d35fd3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxxf86dga (2:1.1.4-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump debhelper compat level to 7.
   * Use dh_prep instead of dh_clean -k.
+  * Use dpkg-buildflags.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:36:57 +0200
 
diff --git a/debian/control b/debian/control
index f84ba77..d9756a4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Cyril Brulebois 
 Build-Depends:
+ dpkg-dev (>= 1.16.1),
  debhelper (>= 8.1.3),
  libx11-dev (>= 1:0.99.2),
  x11proto-xf86dga-dev (>= 2.0.99.1),
diff --git a/debian/rules b/debian/rules
index ef310fc..43b228e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,12 +12,6 @@ PACKAGE = libxxf86dga1
 
 include debian/xsfbs/xsfbs.mk
 
-CFLAGS = -Wall -g
-ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
-   CFLAGS += -O0
-else
-   CFLAGS += -O2
-endif
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
@@ -47,7 +41,7 @@ build-stamp: configure $(STAMP_DIR)/genscripts
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
-CFLAGS="$(CFLAGS)" 
+$(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
cd build && $(MAKE)
>$@
 

commit 547d8b0b3d337b0302084800b4e37d33e1bfa4d2
Author: Julien Cristau 
Date:   Mon Aug 12 23:11:02 2013 +0200

Use dh_prep instead of dh_clean -k.

diff --git a/debian/changelog b/debian/changelog
index 7bce453..33ce36b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxxf86dga (2:1.1.4-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
+  * Use dh_prep instead of dh_clean -k.
 
  -- Julien Cristau   Mon, 12 Aug 2013 22:36:57 +0200
 
diff --git a/debian/rules b/debian/rules
index 39c5e5e..ef310fc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,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 518bc33ab0c4d9793cb2f5b583c7504a25f538e8
Author: Julien Cristau 
Date:   Mon Aug 12 23:08:35 2013 +0200

Bump debhelper compat level to 7

libxxf86dga: Changes to 'debian-unstable'

2012-06-30 Thread Julien Cristau
 debian/changelog |6 ++
 src/XF86DGA2.c   |3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 5165027a19d139195cb799d3d801e44f156a5bc3
Author: Julien Cristau 
Date:   Sat Jun 30 20:44:27 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 966dc6e..7da34b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxxf86dga (2:1.1.3-2) unstable; urgency=low
+
+  * Pull build fix from upstream for BSD (closes: #671047)
+
+ -- Julien Cristau   Sat, 30 Jun 2012 20:44:15 +0200
+
 libxxf86dga (2:1.1.3-1) unstable; urgency=low
 
   * New upstream release.

commit d4f89f7f42484963575b4c7d2fa694051e111e76
Author: Jeremy Huddleston 
Date:   Fri Mar 9 02:48:14 2012 -0800

Include  for uintptr_t

Found-by: Tinderbox

Signed-off-by: Jeremy Huddleston 

diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c
index 32f455b..964de18 100644
--- a/src/XF86DGA2.c
+++ b/src/XF86DGA2.c
@@ -21,6 +21,7 @@ Copyright (c) 1995,1996  The XFree86 Project, Inc
 #include 
 #include 
 
+#include 
 
 /* If you change this, change the Bases[] array below as well */
 #define MAX_HEADS 16

commit 56b5a5887349e9d0e1d28da157fe6441ca691f56
Author: Jeremy Huddleston 
Date:   Thu Mar 8 11:49:36 2012 -0800

Build fix when sizeof(off_t) > sizeof(void *)

https://trac.macports.org/ticket/33532

Signed-off-by: Jeremy Huddleston 

diff --git a/src/XF86DGA2.c b/src/XF86DGA2.c
index e81b486..32f455b 100644
--- a/src/XF86DGA2.c
+++ b/src/XF86DGA2.c
@@ -928,7 +928,7 @@ DGAMapPhysical(
 if ((pMap->fd = open(name, O_RDWR)) < 0)
return False;
 pMap->virtual = mmap(NULL, size, PROT_READ | PROT_WRITE,
-   MAP_FILE | MAP_SHARED, pMap->fd, (off_t)base);
+   MAP_FILE | MAP_SHARED, pMap->fd, 
(off_t)(uintptr_t)base);
 if (pMap->virtual == (void *)-1)
return False;
 mprotect(pMap->virtual, size, PROT_READ | PROT_WRITE);


-- 
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/e1sl2hz-mf...@vasks.debian.org



libxxf86dga: Changes to 'debian-unstable'

2012-04-30 Thread Julien Cristau
 ChangeLog |   71 ++
 configure.ac  |   32 +
 debian/changelog  |   10 +
 debian/control|   26 ++---
 debian/libxxf86dga-dev.install|6 +--
 debian/libxxf86dga1.install   |2 -
 debian/rules  |   19 --
 include/X11/extensions/Xxf86dga.h |2 -
 include/X11/extensions/xf86dga1.h |2 -
 man/XDGA.man  |   14 +++
 src/Makefile.am   |2 -
 src/XF86DGA.c |   36 +--
 src/XF86DGA2.c|   60 
 13 files changed, 189 insertions(+), 93 deletions(-)

New commits:
commit 2e2db6a5d56c8711ab2df4102eee2cf753277a91
Author: Julien Cristau 
Date:   Mon Apr 30 15:01:22 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ba55911..966dc6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxxf86dga (2:1.1.3-1) UNRELEASED; urgency=low
+libxxf86dga (2:1.1.3-1) unstable; urgency=low
 
   * New upstream release.
   * Remove David and Andres from Uploaders.
@@ -6,7 +6,7 @@ libxxf86dga (2:1.1.3-1) UNRELEASED; urgency=low
   * Build for multiarch.
   * Drop useless Depends on x11-common.
 
- -- Julien Cristau   Mon, 30 Apr 2012 13:13:49 +0200
+ -- Julien Cristau   Mon, 30 Apr 2012 15:11:07 +0200
 
 libxxf86dga (2:1.1.2-1) unstable; urgency=low
 

commit 936dfd1579299cf115753d9e1e9c8aa2e56b1f92
Author: Julien Cristau 
Date:   Mon Apr 30 14:15:14 2012 +0200

Drop useless Depends on x11-common.

diff --git a/debian/changelog b/debian/changelog
index 50840cd..ba55911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxxf86dga (2:1.1.3-1) UNRELEASED; urgency=low
   * Remove David and Andres from Uploaders.
   * d/rules: add build-{arch,indep} target, don't use dh_testroot in clean.
   * Build for multiarch.
+  * Drop useless Depends on x11-common.
 
  -- Julien Cristau   Mon, 30 Apr 2012 13:13:49 +0200
 
diff --git a/debian/control b/debian/control
index 204e887..f84ba77 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,6 @@ Pre-Depends:
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- x11-common,
 Description: X11 Direct Graphics Access extension library
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative
@@ -49,7 +48,6 @@ Pre-Depends:
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- x11-common,
  libxxf86dga1 (= ${binary:Version}),
 Description: X11 Direct Graphics Access extension library (debug package)
  libXxf86dga provides the XFree86-DGA extension, which allows direct

commit bc4b4401ed5bda08fb5e8d7aeb7952030a298a6c
Author: Julien Cristau 
Date:   Mon Apr 30 14:14:52 2012 +0200

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 9cfd4a0..50840cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxxf86dga (2:1.1.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * Remove David and Andres from Uploaders.
   * d/rules: add build-{arch,indep} target, don't use dh_testroot in clean.
+  * Build for multiarch.
 
  -- Julien Cristau   Mon, 30 Apr 2012 13:13:49 +0200
 
diff --git a/debian/control b/debian/control
index 00d0954..204e887 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Cyril Brulebois 
 Build-Depends:
- debhelper (>= 5.0.0),
+ debhelper (>= 8.1.3),
  libx11-dev (>= 1:0.99.2),
  x11proto-xf86dga-dev (>= 2.0.99.1),
  libxext-dev (>= 1:0.99.1),
@@ -19,8 +19,14 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 
 Package: libxxf86dga1
 Architecture: any
+Multi-Arch: same
 Section: libs
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ x11-common,
 Description: X11 Direct Graphics Access extension library
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative
@@ -35,9 +41,16 @@ Description: X11 Direct Graphics Access extension library
 
 Package: libxxf86dga1-dbg
 Architecture: any
+Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= 
${binary:Version})
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ x11-common,
+ libxxf86dga1 (= ${binary:Version}),
 Description: X11 Direct Graphics Access extension library (debug package)
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative
@@ -55,15 +68,18 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
 
 Package: libxxf86

libxxf86dga: Changes to 'debian-unstable'

2010-11-19 Thread Cyril Brulebois
 .gitignore  |   73 +---
 COPYING |   22 
 ChangeLog   |  178 
 Makefile.am |   10 +-
 configure.ac|   16 ++-
 debian/changelog|   13 ++
 debian/control  |4 
 debian/copyright|   22 
 debian/rules|2 
 man/Makefile.am |  125 +++-
 man/XDGA.man|1 
 man/XDGAChangePixmapMode.man|1 
 man/XDGACloseFramebuffer.man|1 
 man/XDGACopyArea.man|1 
 man/XDGACopyTransparentArea.man |1 
 man/XDGACreateColormap.man  |1 
 man/XDGAFillRectangle.man   |1 
 man/XDGAGetViewportStatus.man   |1 
 man/XDGAInstallColormap.man |1 
 man/XDGAKeyEventToXKeyEvent.man |1 
 man/XDGAOpenFramebuffer.man |1 
 man/XDGAQueryExtension.man  |1 
 man/XDGAQueryModes.man  |1 
 man/XDGAQueryVersion.man|1 
 man/XDGASelectInput.man |1 
 man/XDGASetClientVersion.man|1 
 man/XDGASetMode.man |1 
 man/XDGASetViewport.man |1 
 man/XDGASync.man|1 
 man/XF86DGA.man |1 
 man/XFree86-DGA.man |1 
 src/Makefile.am |6 -
 src/XF86DGA.c   |3 
 src/XF86DGA2.c  |3 
 34 files changed, 377 insertions(+), 121 deletions(-)

New commits:
commit 399081d0e2cadbb1259755716d0a1bead32e946b
Author: Cyril Brulebois 
Date:   Fri Nov 19 12:00:40 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1e2c784..9d76d04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxxf86dga (2:1.1.2-1) UNRELEASED; urgency=low
+libxxf86dga (2:1.1.2-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -13,7 +13,7 @@ libxxf86dga (2:1.1.2-1) UNRELEASED; urgency=low
   * Exclude libXxf86dga.la from dh_install accordingly.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois   Fri, 19 Nov 2010 11:50:01 +0100
+ -- Cyril Brulebois   Fri, 19 Nov 2010 12:00:34 +0100
 
 libxxf86dga (2:1.1.1-2) unstable; urgency=low
 

commit 390f6e5da42ccbc7f5bf9da462d4ede7677f1236
Author: Cyril Brulebois 
Date:   Fri Nov 19 12:00:23 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index bf129b1..1e2c784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libxxf86dga (2:1.1.2-1) UNRELEASED; urgency=low
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
   * Exclude libXxf86dga.la from dh_install accordingly.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois   Fri, 19 Nov 2010 11:50:01 +0100
 
diff --git a/debian/control b/debian/control
index ea21345..0f02b5e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxxf86dga
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 

+Uploaders: David Nusinow , Andres Salomon 
, Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5.0.0),
  libx11-dev (>= 1:0.99.2),

commit 60366fef66ff54febf0e9859dcbeb56730b7d61a
Author: Cyril Brulebois 
Date:   Fri Nov 19 11:59:46 2010 +0100

Exclude libXxf86dga.la from dh_install accordingly.

diff --git a/debian/changelog b/debian/changelog
index e838067..bf129b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libxxf86dga (2:1.1.2-1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Bump xutils-dev build-dep for new macros.
   * Switch from --list-missing to --fail-missing for additional safety.
+  * Exclude libXxf86dga.la from dh_install accordingly.
 
  -- Cyril Brulebois   Fri, 19 Nov 2010 11:50:01 +0100
 
diff --git a/debian/rules b/debian/rules
index 23b348b..c0203c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --fail-missing
+   dh_install --sourcedir=debian/tmp --fail-missing -XlibXxf86dga.la
dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg

commit 7840ffaa478b2dcd36a26b2ae8ba185675b2b724
Author: Cyril Brulebois 
Date:   Fri Nov 19 11:53:41 2010 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a0a129b..e838067 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ libxxf86dga (2:1.1.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update debian/copyright from upstream COPYING.
   * Bump xutils-dev build-dep for new macros.
+  * Switch from --list-missing to --fail-missing for additional 

libxxf86dga: Changes to 'debian-unstable'

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

New commits:
commit 04a012c3492408f5aa3faeaabcd0b908b6fb29cf
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:51 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 cc7d297..19ca20d 100644
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,6 @@ Description: X11 Direct Graphics Access extension library
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
@@ -51,8 +49,6 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
@@ -79,8 +75,6 @@ Description: X11 Direct Graphics Access extension library 
(development headers)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga


-- 
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/e1oamgy-b2...@alioth.debian.org



libxxf86dga: 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 2b8cbf5acea2cd73265538bd6f2683db2463d655
Author: Julien Cristau 
Date:   Sat Jan 23 01:46:41 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 79fa448..3f28134 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxxf86dga (2:1.1.1-3) UNRELEASED; urgency=low
 
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Julien Cristau   Sat, 16 Jan 2010 16:47:39 +
 
diff --git a/debian/control b/debian/control
index 51df985..cc7d297 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxxf86dga
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Andres Salomon 
, Julien Cristau 
+Uploaders: David Nusinow , Andres Salomon 

 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



libxxf86dga: Changes to 'debian-unstable'

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

New commits:
commit fcef691c51b86ed09eb8d5bc0ea6c753f7b1d9bc
Author: Julien Cristau 
Date:   Sat Jan 16 16:48:54 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 6af4d7e..79fa448 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxxf86dga (2:1.1.1-3) UNRELEASED; urgency=low
+
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
+ -- Julien Cristau   Sat, 16 Jan 2010 16:47:39 +
+
 libxxf86dga (2:1.1.1-2) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/rules b/debian/rules
index 7b2c293..f48c1ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,12 +40,12 @@ build: build-stamp
 build-stamp: configure $(STAMP_DIR)/genscripts
dh_testdir
 
-   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
@@ -57,7 +57,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 compile config.guess config.sub configure
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
rm -f src/config.h.in
@@ -71,7 +71,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



libxxf86dga: Changes to 'debian-unstable'

2010-01-06 Thread Julien Cristau
 debian/changelog |   16 
 debian/control   |6 +++---
 2 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit d70f79d80ecc8cbbba94ee6c4b30c8239af8ecbf
Author: Julien Cristau 
Date:   Wed Jan 6 13:04:03 2010 +

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 1568ada..6af4d7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxxf86dga (2:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau   Wed, 06 Jan 2010 13:02:51 +
+
 libxxf86dga (2:1.1.1-1) experimental; urgency=low
 
   [ Brice Goglin ]

commit 77f019208709ae231c398655b3009a57772e9c45
Author: Julien Cristau 
Date:   Wed Dec 2 16:08:19 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 27f8d84..1568ada 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
+libxxf86dga (2:1.1.1-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
@@ -25,7 +25,7 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
   * Drop -1 revisions from build-deps [lintian].
   * Bump Standards-Version to 3.8.3.
 
- -- Timo Aaltonen   Tue, 24 Nov 2009 12:07:19 +0200
+ -- Julien Cristau   Wed, 02 Dec 2009 16:08:15 +0100
 
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
 

commit b73a98ec1327c9118ed1f04c6956bee283ee80fb
Author: Julien Cristau 
Date:   Wed Dec 2 16:07:52 2009 +0100

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 8ba548c..27f8d84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
 libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
 
-  [ Julien Cristau ]
-  * Sync debian/control 'Section' fields with the override.
-  * Drop -1 revisions from build-deps [lintian].
-
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
   * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
@@ -24,6 +20,11 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
   * Drop pre-dependency on x11-common from libxxf86dga-dev. This was needed
 for upgrades from sarge.
 
+  [ Julien Cristau ]
+  * Sync debian/control 'Section' fields with the override.
+  * Drop -1 revisions from build-deps [lintian].
+  * Bump Standards-Version to 3.8.3.
+
  -- Timo Aaltonen   Tue, 24 Nov 2009 12:07:19 +0200
 
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 0f71653..51df985 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/libxxf86dga
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 

commit 07b4060d818167c05a2eca9ac54427b6e1d1ac27
Author: Julien Cristau 
Date:   Wed Dec 2 16:06:00 2009 +0100

Drop -1 revisions from build-deps [lintian].

diff --git a/debian/changelog b/debian/changelog
index 97c4177..8ba548c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Sync debian/control 'Section' fields with the override.
+  * Drop -1 revisions from build-deps [lintian].
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
diff --git a/debian/control b/debian/control
index 9f06f6a..0f71653 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Julien Cristau 
 Build-Depends:
  debhelper (>= 5.0.0),
- libx11-dev (>= 1:0.99.2-1),
+ libx11-dev (>= 1:0.99.2),
  x11proto-xf86dga-dev (>= 2.0.99.1),
- libxext-dev (>= 1:0.99.1-1),
+ libxext-dev (>= 1:0.99.1),
  pkg-config,
  quilt,
  automake,


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



libxxf86dga: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 debian/changelog   |4 
 debian/control |   12 +---
 debian/libxxf86dga-dev.install |1 +
 3 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 495ed4870f47fbe40a16046cbdd92d45010ab639
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:25:38 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 199f8ac..97c4177 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
   * Bump the build-dep on xutils-dev (>= 1:7.5~1).
   * Add includes in -dev, bump {Build-,}Depends, add Replaces on
 x11proto-xf86dga-dev.
+  * Drop pre-dependency on x11-common from libxxf86dga-dev. This was needed
+for upgrades from sarge.
 
  -- Timo Aaltonen   Tue, 24 Nov 2009 12:07:19 +0200
 
diff --git a/debian/control b/debian/control
index 5019b76..9f06f6a 100644
--- a/debian/control
+++ b/debian/control
@@ -68,7 +68,6 @@ Depends:
  x11proto-xf86dga-dev (>= 2.0.99.1)
 Replaces:
  x11proto-xf86dga-dev (<< 2.0.99.1)
-Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Direct Graphics Access extension library (development headers)
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative

commit 5af36c9322f7d61402f07752638992e0314ebc75
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:24:27 2009 +0200

Add includes in -dev, bump {Build-,}Depends, add Replaces on 
x11proto-xf86dga-dev.

diff --git a/debian/changelog b/debian/changelog
index e13952b..199f8ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * New upstream release.
   * Bump the build-dep on xutils-dev (>= 1:7.5~1).
+  * Add includes in -dev, bump {Build-,}Depends, add Replaces on
+x11proto-xf86dga-dev.
 
  -- Timo Aaltonen   Tue, 24 Nov 2009 12:07:19 +0200
 
diff --git a/debian/control b/debian/control
index e9ee1b1..5019b76 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Andres Salomon 
= 5.0.0),
  libx11-dev (>= 1:0.99.2-1),
- x11proto-xf86dga-dev (>= 2.0.3),
+ x11proto-xf86dga-dev (>= 2.0.99.1),
  libxext-dev (>= 1:0.99.1-1),
  pkg-config,
  quilt,
@@ -60,7 +60,14 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
 Package: libxxf86dga-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= 
${binary:Version}), libx11-dev, x11proto-xf86dga-dev (>= 2.0.3)
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxxf86dga1 (= ${binary:Version}),
+ libx11-dev,
+ x11proto-xf86dga-dev (>= 2.0.99.1)
+Replaces:
+ x11proto-xf86dga-dev (<< 2.0.99.1)
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Direct Graphics Access extension library (development headers)
  libXxf86dga provides the XFree86-DGA extension, which allows direct
diff --git a/debian/libxxf86dga-dev.install b/debian/libxxf86dga-dev.install
index fc0f567..3a634fe 100644
--- a/debian/libxxf86dga-dev.install
+++ b/debian/libxxf86dga-dev.install
@@ -2,3 +2,4 @@ usr/share/man/*
 usr/lib/libXxf86dga.a
 usr/lib/libXxf86dga.so
 usr/lib/pkgconfig/xxf86dga.pc
+usr/include/X11/extensions/


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



libxxf86dga: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 .gitignore|   12 ++
 ChangeLog |  107 +++
 Makefile.am   |   10 +-
 README|   25 +
 configure.ac  |   11 +-
 debian/changelog  |8 +
 debian/control|2 
 include/X11/extensions/Xxf86dga.h |  176 ++
 include/X11/extensions/xf86dga1.h |  115 
 man/.gitignore|3 
 man/Makefile.am   |1 
 src/.gitignore|9 -
 src/Makefile.am   |8 +
 src/XF86DGA.c |5 -
 src/XF86DGA2.c|5 -
 15 files changed, 469 insertions(+), 28 deletions(-)

New commits:
commit 3238d68a89883f768e1cd01223c02a639300915e
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:12:47 2009 +0200

Bump the build-dep on xutils-dev (>= 1:7.5~1).

diff --git a/debian/changelog b/debian/changelog
index eca5d59..e13952b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ libxxf86dga (2:1.1.1-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
+  * Bump the build-dep on xutils-dev (>= 1:7.5~1).
 
  -- Timo Aaltonen   Tue, 24 Nov 2009 12:07:19 +0200
 
diff --git a/debian/control b/debian/control
index 934a69c..e9ee1b1 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends:
  quilt,
  automake,
  libtool,
- xutils-dev (>= 1:7.4+4)
+ xutils-dev (>= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86dga
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git

commit 6789b9389df4ac6ed90a12394272aa2db0e531ad
Author: Timo Aaltonen 
Date:   Tue Nov 24 12:12:17 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index 1758c26..b2c9b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,110 @@
+commit 990b19154368d9a1733636367d6a99d863d558ee
+Author: Peter Hutterer 
+Date:   Tue Oct 6 16:14:45 2009 +1000
+
+libXxf86dga 1.1.1
+
+Signed-off-by: Peter Hutterer 
+
+commit 3cfcfc6246fb213bb0edf529b4f2b40907e5161c
+Author: Peter Hutterer 
+Date:   Tue Oct 6 15:38:27 2009 +1000
+
+Include Xxf86dga.h, not xf86dga.
+
+f78f3ed3571ab0bd75753a7ab388120a383d894a removed xf86dga.h and instead
+provided Xxf86dga.h. Let's use it!
+
+Also, remove two superfluous includes, including it once per file is 
enough.
+
+Signed-off-by: Peter Hutterer 
+
+commit 0bd51760a0d92181faedbd52e7d7249c8179f95d
+Author: Peter Hutterer 
+Date:   Tue Oct 6 15:34:22 2009 +1000
+
+Actually use XORG_DEFAULT_OPTIONS
+
+For some reason, this part didn't make it into
+8eab9123467b047f2b4ddec7df48a679c9254ca1.
+
+Signed-off-by: Peter Hutterer 
+
+commit 5bf5c3c78963cec3cd22e445c62cc7cfd2a37df2
+Author: Peter Hutterer 
+Date:   Thu Oct 1 22:34:39 2009 +1000
+
+libXxf86dga 1.1
+
+Signed-off-by: Peter Hutterer 
+
+commit 8eab9123467b047f2b4ddec7df48a679c9254ca1
+Author: Peter Hutterer 
+Date:   Thu Oct 1 22:33:10 2009 +1000
+
+Require macros 1.3 for XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Peter Hutterer 
+
+commit 9be294d7455ce5799b09bc6bb06c18bea80287be
+Author: Peter Hutterer 
+Date:   Mon Sep 21 10:16:25 2009 +1000
+
+Bump to 1.0.99.2
+
+Signed-off-by: Peter Hutterer 
+
+commit f78f3ed3571ab0bd75753a7ab388120a383d894a
+Author: Carl Worth 
+Date:   Wed Sep 16 17:08:17 2009 -0700
+
+Rename xf86dga.h to Xxf86dga.h
+
+The xf86dgaproto package (as of 2.0.99.2) now provides an include file
+named xf86dga.h for compatibility. We now depend on that version.
+
+commit fd90936abab52caf163c83d114a22980adcc3ee0
+Author: Peter Hutterer 
+Date:   Thu Aug 27 10:56:55 2009 +1000
+
+Bump to 1.0.99.1
+
+Signed-off-by: Peter Hutterer 
+
+commit e28cffbe48279a622b19cab1c83ab0a97e60ccef
+Author: Peter Hutterer 
+Date:   Wed Aug 26 16:41:04 2009 +1000
+
+Move Xlib headers from xf86dgaproto to here.
+
+Signed-off-by: Peter Hutterer 
+
+commit 66abdd3e52ef3071c7d89313cc95935a4ee7ba52
+Author: Alan Coopersmith 
+Date:   Mon Feb 2 20:34:37 2009 -0800
+
+Add README with pointers to mailing list, bugzilla & git repos
+
+Signed-off-by: Alan Coopersmith 
+
+commit 11ff34f811737514ded5231b73407d63a1baf68d
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Mon Feb 2 14:22:44 2009 -0200
+
+Janitor: make distcheck and .gitignore.
+
+commit d5bcd25affa9df2d937f57fac914de4b6f740ae6
+Author: Matthieu Herrb 
+Date:   Sun Mar 9 08:47:58 2008 +0100
+
+nuke RCS Ids
+
+commit 7acb8e34e19ca4ac3347cd42c31adf877397f23b
+Author: James Cloos 
+Date:   Thu Dec 6 16:38:43 2007 -0500
+
+Replace static ChangeLog with dist-hook to generate from git log
+
 commit 5968e0f1e992db63b003f2389657cd527a806efd
 Author: Eric Anholt 
 Date:   Wed Sep 5 10:17:57 2007 -0700
diff --git a/debian/changelog b/d

libxxf86dga: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 Makefile.in  |  662 -
 aclocal.m4   | 8126 
 config.guess | 1516 ---
 config.sub   | 1626 
 configure|21291 ---
 debian/changelog |4 
 debian/control   |   11 
 debian/rules |   23 
 depcomp  |  584 -
 install-sh   |  507 -
 ltmain.sh| 6938 -
 man/Makefile.in  |  455 -
 missing  |  367 
 src/Makefile.in  |  507 -
 src/config.h.in  |   64 
 15 files changed, 28 insertions(+), 42653 deletions(-)

New commits:
commit acecae25a06a11bf2ffc26ae1fd285e5f19adf07
Author: Brice Goglin 
Date:   Sun Aug 2 23:31:57 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 97b466e..000
--- a/Makefile.in
+++ /dev/null
@@ -1,662 +0,0 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/xxf86dga.pc.in \
-   $(top_srcdir)/configure COPYING ChangeLog config.guess \
-   config.sub depcomp install-sh ltmain.sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES = xxf86dga.pc
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-   html-recursive info-recursive install-data-recursive \
-   install-dvi-recursive install-exec-recursive \
-   install-html-recursive install-info-recursive \
-   install-pdf-recursive install-ps-recursive install-recursive \
-   installcheck-recursive installdirs-recursive pdf-recursive \
-   ps-recursive uninstall-recursive
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-*) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
-pkgconfigDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(pkgconfig_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
- && rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_D

libxxf86dga: Changes to 'debian-unstable'

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

New commits:
commit fd608b4cd918304ea069781a6e0bd75b4624b564
Author: Brice Goglin 
Date:   Sat Aug 1 13:55:56 2009 +0200

Move -dbg packages to section debug

diff --git a/debian/changelog b/debian/changelog
index 0d5e4f6..f8e805b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ libxxf86dga (2:1.0.2-2) UNRELEASED; urgency=low
   * Add upstream URL to debian/copyright.
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538601.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin   Sat, 01 Aug 2009 13:55:12 +0200
+ -- Brice Goglin   Sat, 01 Aug 2009 13:55:46 +0200
 
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f1648c4..cdc4ba3 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Description: X11 Direct Graphics Access extension library
 
 Package: libxxf86dga1-dbg
 Architecture: any
-Section: libdevel
+Section: debug
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= 
${binary:Version})
 Description: X11 Direct Graphics Access extension library (debug package)

commit 34605cdfd6a7d351dcad450b54d8812cca138d11
Author: Brice Goglin 
Date:   Sat Aug 1 13:55:31 2009 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 66abfd6..0d5e4f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ libxxf86dga (2:1.0.2-2) UNRELEASED; urgency=low
   * Add a link to www.X.org and a reference to the upstream module
 in the long description.
   * Add upstream URL to debian/copyright.
+  * Add README.source, bump Standards-Version to 3.8.2.
+  * Use updated xsfbs, closes: #538601.
 
- -- Brice Goglin   Fri, 13 Jun 2008 11:38:24 +0200
+ -- Brice Goglin   Sat, 01 Aug 2009 13:55:12 +0200
 
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 38b9ba3..f1648c4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Julien Cristau 
 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-xf86dga-dev (>= 2.0.3), libxext-dev (>= 1:0.99.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/libxxf86dga
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau 
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 2>&1; 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 
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 
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 "q

libxxf86dga: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog |   10 -
 debian/control   |   18 +
 debian/copyright |3 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  102 --
 debian/xsfbs/xsfbs.sh|  387 +--
 6 files changed, 243 insertions(+), 427 deletions(-)

New commits:
commit fed954f23ae240f3db76ebd225d734ddc03becd1
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 10:53:18 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Bump Standards-Version to 3.7.3 (no changes).
  * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in 
debian/control.
  * Add a link to www.X.org and a reference to the upstream module
in the long description.
  * Add upstream URL to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index d6de3f3..66abfd6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,16 @@
 libxxf86dga (2:1.0.2-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Sync debian/control 'Section' fields with the override.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 01:55:58 +0200
+  [ Brice Goglin ]
+  * Bump Standards-Version to 3.7.3 (no changes).
+  * Drop the XS- prefix from Vcs-Git and Vcs-Browser fields in debian/control.
+  * Add a link to www.X.org and a reference to the upstream module
+in the long description.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:38:24 +0200
 
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index f282eff..38b9ba3 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Andres Salomon <[EMAIL 
PROTECTED]>, Julien Cristau <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-xf86dga-dev (>= 2.0.3), libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86dga
-XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86dga
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 
 Package: libxxf86dga1
 Architecture: any
@@ -19,8 +19,12 @@ Description: X11 Direct Graphics Access extension library
  games.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
 
 Package: libxxf86dga1-dbg
 Architecture: any
@@ -37,8 +41,12 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
 
 Package: libxxf86dga-dev
 Architecture: any
@@ -55,5 +63,9 @@ Description: X11 Direct Graphics Access extension library 
(development headers)
  libxxf86dga1.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXxf86dga
diff --git a/debian/copyright b/debian/copyright
index 1f2ca81..26a5b9b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
+
 Copyright (c) 1995  Jon Tombs
 Copyright (c) 1995, 1996  The XFree86 Project, 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_DI

libxxf86dga: Changes to 'debian-unstable'

2007-09-05 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |3 +++
 2 files changed, 9 insertions(+)

New commits:
commit 3076e5b81617531a095e75a4556bd11decb81d0d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 01:57:02 2007 +0200

Sync package 'Section' fields with the override.

diff --git a/debian/changelog b/debian/changelog
index d112ac8..d6de3f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxxf86dga (2:1.0.2-2) UNRELEASED; urgency=low
+
+  * Sync debian/control 'Section' fields with the override.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 01:55:58 +0200
+
 libxxf86dga (2:1.0.2-1) unstable; urgency=low
 
   * Remove outdated cvs information from the package descriptions, and add
diff --git a/debian/control b/debian/control
index a7f255b..f282eff 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 
 Package: libxxf86dga1
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Direct Graphics Access extension library
  libXxf86dga provides the XFree86-DGA extension, which allows direct
@@ -23,6 +24,7 @@ Description: X11 Direct Graphics Access extension library
 
 Package: libxxf86dga1-dbg
 Architecture: any
+Section: libdevel
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= 
${binary:Version})
 Description: X11 Direct Graphics Access extension library (debug package)
@@ -40,6 +42,7 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
 
 Package: libxxf86dga-dev
 Architecture: any
+Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= 
${binary:Version}), libx11-dev, x11proto-xf86dga-dev (>= 2.0.3)
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Direct Graphics Access extension library (development headers)


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



libxxf86dga: Changes to 'debian-unstable'

2007-09-05 Thread Julien Cristau
 .gitignore   |   19 
 ChangeLog|  273 +++-
 Makefile.in  |  134 +-
 aclocal.m4   |  823 +
 config.guess |  687 ++-
 config.sub   |  244 +++-
 configure| 2379 +--
 configure.ac |4 
 debian/changelog |   10 
 debian/control   |   10 
 debian/rules |2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ++
 debian/xsfbs/xsfbs.mk|  388 ++
 debian/xsfbs/xsfbs.sh|  900 ++
 depcomp  |   64 -
 install-sh   |  348 -
 ltmain.sh|  243 ++-
 man/.gitignore   |3 
 man/Makefile.am  |2 
 man/Makefile.in  |   85 -
 missing  |   61 -
 src/.gitignore   |9 
 src/Makefile.in  |  125 +-
 src/XF86DGA.c|6 
 src/config.h.in  |9 
 25 files changed, 4636 insertions(+), 2342 deletions(-)

New commits:
commit 0e98071e56741426b3d2d3488ab6c80fd0a5da58
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 00:55:25 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index e1c4063..d112ac8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxxf86dga (2:1.0.2-1) UNRELEASED; urgency=low
+libxxf86dga (2:1.0.2-1) unstable; urgency=low
 
   * Remove outdated cvs information from the package descriptions, and add
 XS-Vcs-* headers.
@@ -9,7 +9,7 @@ libxxf86dga (2:1.0.2-1) UNRELEASED; urgency=low
   * Remove Branden and Fabio from Uploaders with their permission; add myself.
   * Use ${binary:Version} instead of ${Source-Version}.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 00:48:22 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 00:55:13 +0200
 
 libxxf86dga (2:1.0.1-2) unstable; urgency=low
 

commit 3ca30d8ee1202474820adeb6f5a2749b3fc8e77a
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 00:54:22 2007 +0200

Really bump (build)dep on xf86dgaproto; use binary:Version instead of 
Source-Version

diff --git a/debian/changelog b/debian/changelog
index a9e488b..e1c4063 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ libxxf86dga (2:1.0.2-1) UNRELEASED; urgency=low
   64bit systems
   * Install the upstream changelog.
   * Remove Branden and Fabio from Uploaders with their permission; add myself.
+  * Use ${binary:Version} instead of ${Source-Version}.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 00:42:00 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 06 Sep 2007 00:48:22 +0200
 
 libxxf86dga (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9df1f71..a7f255b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Andres Salomon <[EMAIL 
PROTECTED]>, Julien Cristau <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-xf86dga-dev, libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
+Build-Depends: debhelper (>= 5.0.0), libx11-dev (>= 1:0.99.2-1), 
x11proto-xf86dga-dev (>= 2.0.3), libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86dga
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
@@ -24,7 +24,7 @@ Description: X11 Direct Graphics Access extension library
 Package: libxxf86dga1-dbg
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxxf86dga1 (= 
${binary:Version})
 Description: X11 Direct Graphics Access extension library (debug package)
  libXxf86dga provides the XFree86-DGA extension, which allows direct
  graphics access to a framebuffer-like region, and also allows relative
@@ -40,7 +40,7 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
 
 Package: libxxf86dga-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= 
${Source-Version}), libx11-dev, x11proto-xf86dga-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxxf86dga1 (= 
${binary:Version}), libx11-dev, x11proto-xf86dga-dev (>= 2.0.3)
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 Direct Graphics Access extension library (development headers)
  libXxf86dga provides the XFree86-DGA extension, which allows direct

commit a041f9d24fae2f53939cd246a5c97102a3b5c226
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Sep 6 00:42:33 2007 +0200

Remove Branden and Fabio from Uploaders with t

libxxf86dga: Changes to 'debian-unstable'

2007-04-07 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |   11 ++-
 2 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit a18f19afc1a253cbe3266b5eb732feacdaf583f1
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat Apr 7 18:12:11 2007 +0200

Remove outdated info from the descriptions, add XS-Vcs-*.

diff --git a/debian/changelog b/debian/changelog
index 86760d5..76a53b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxxf86dga (2:1.0.1-3) UNRELEASED; urgency=low
+
+  * Remove outdated cvs information from the package descriptions, and add
+XS-Vcs-* headers.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sat, 07 Apr 2007 18:11:38 +0200
+
 libxxf86dga (2:1.0.1-2) unstable; urgency=low
 
   [ Andres Salomon ]
diff --git a/debian/control b/debian/control
index a05c4b4..dd75058 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Debian X Strike Force 
 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), 
x11proto-xf86dga-dev, libxext-dev (>= 1:0.99.1-1), pkg-config, quilt
 Standards-Version: 3.7.2
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxxf86dga
+XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libxxf86dga.git
 
 Package: libxxf86dga1
 Architecture: any
@@ -18,9 +20,6 @@ Description: X11 Direct Graphics Access extension library
  More information about X.Org can be found at:
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
- .
- This module can be found as the module 'lib/Xxf86dga' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
 
 Package: libxxf86dga1-dbg
 Architecture: any
@@ -38,9 +37,6 @@ Description: X11 Direct Graphics Access extension library 
(debug package)
  More information about X.Org can be found at:
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
- .
- This module can be found as the module 'lib/Xxf86dga' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
 
 Package: libxxf86dga-dev
 Architecture: any
@@ -58,6 +54,3 @@ Description: X11 Direct Graphics Access extension library 
(development headers)
  More information about X.Org can be found at:
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
- .
- This module can be found as the module 'lib/Xxf86dga' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg


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



libxxf86dga: Changes to 'debian-unstable'

2007-01-25 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 68b6c6ae76e63c96859aaccab9b300648121b9ce
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 67a7c09b73f21e39b70e592834b38212af47d779
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Sep 19 02:20:55 2006 +

Merge changes that should have been done on trunk but were done on the 
branch instead. oops

commit 8d485f1aa9945da8c0ae5f4aacccd1e197321cf4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Sep 19 02:06:46 2006 +

Merge libxxf86dga from 7.1 branch to trunk in preparation for upload to 
usntable

commit 09302e1a88497c09431fb1397d8602f55ffd4bb3
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 0d71072df2f799a68d909bcd8f6322615a4c9825
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 19 06:45:51 2006 +

* Add quilt to build-depends

commit a68c482d7400870ce256348433059039baa1f493
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 29239fa990c3f6520e1013e339ba7303827cac18
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 e9242e71952c6c492ff3f53c9eec9e6d63789f51
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Mar 11 22:45:03 2006 +

Epoch bump for my minor version number stupidity. I RULE

commit 385c130515b1da43b938097d8d0ca67170aa399a
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 d50a394ac6eb7371fe26ef6e480004d186ac7f38
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 27 05:28:08 2006 +

Fix version number goof that kept causing the uploads to be rejected

commit 50f335dc8c63c1bee607d1e04f129db58f5a3f1b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 27 01:17:57 2006 +

* typofix in libxxf86dga changelog
* Change maintainer of libxpm to XSF and so forth. Thanks Daniel Stone.

commit fee58721c23ac1be76d6136854a79894841a9f3d
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 489bc9dde474f09ef81d893b702c7b4aabfe8d91
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit 077bb76c7f1ff64bb1dc7f2d1d23e6e10b52aa1b
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]