xserver-xorg-video-tga: Changes to 'debian-experimental'

2010-10-16 Thread Cyril Brulebois
 .cvsignore|   19 
 .gitignore|   20 
 ChangeLog |  359 
 Makefile.in   |  674 -
 aclocal.m4| 8175 
 config.guess  | 1500 --
 config.h.in   |   66 
 config.sub| 1616 --
 configure |22683 --
 configure.ac  |   20 
 debian/README.source  |   73 
 debian/changelog  |   49 
 debian/control|   27 
 debian/patches/01_gen_pci_ids.diff|   18 
 debian/patches/series |1 
 debian/rules  |   29 
 debian/xserver-xorg-video-tga.install |1 
 debian/xsfbs/repack.sh|   32 
 debian/xsfbs/xsfbs-autoreconf.mk  |  150 
 debian/xsfbs/xsfbs.mk |  188 
 debian/xsfbs/xsfbs.sh |  533 
 depcomp   |  530 
 install-sh|  323 
 ltmain.sh | 6871 --
 missing   |  360 
 mkinstalldirs |  158 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.am   |3 
 src/Makefile.in   |  569 
 src/tga.h |4 
 src/tga_driver.c  |  203 
 src/tga_line.c|4 
 src/tga_pcirename.h   |  122 
 34 files changed, 1000 insertions(+), 44392 deletions(-)

New commits:
commit 1f24ebd374862f9ac1cff6b53c573d1d0c30df87
Author: Cyril Brulebois 
Date:   Sat Oct 16 21:22:50 2010 +0200

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index a260d31..af16158 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-tga (1:1.2.1-3) UNRELEASED; urgency=low
+xserver-xorg-video-tga (1:1.2.1-3) experimental; urgency=low
 
   * Build against Xserver 1.9.1 rc1.
   * Add myself to Uploaders.
 
- -- Cyril Brulebois   Sat, 16 Oct 2010 21:22:28 +0200
+ -- Cyril Brulebois   Sat, 16 Oct 2010 21:22:48 +0200
 
 xserver-xorg-video-tga (1:1.2.1-2) unstable; urgency=medium
 

commit 68d420406f7d3a8ceb52c3d4120ce212674c87bb
Author: Cyril Brulebois 
Date:   Sat Oct 16 21:22:44 2010 +0200

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 532f896..a260d31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-tga (1:1.2.1-3) UNRELEASED; urgency=low
 
   * Build against Xserver 1.9.1 rc1.
+  * Add myself to Uploaders.
 
  -- Cyril Brulebois   Sat, 16 Oct 2010 21:22:28 +0200
 
diff --git a/debian/control b/debian/control
index 67a15e9..4cf9ad6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-tga
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Brice Goglin 

+Uploaders: David Nusinow , Brice Goglin 
, Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5.0.0),
  automake,

commit 86c638ed89a3a47c35829f8a7303699ddb2bb23e
Author: Cyril Brulebois 
Date:   Sat Oct 16 21:22:31 2010 +0200

Build against Xserver 1.9.1 rc1.

diff --git a/debian/changelog b/debian/changelog
index 4f70636..532f896 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tga (1:1.2.1-3) UNRELEASED; urgency=low
+
+  * Build against Xserver 1.9.1 rc1.
+
+ -- Cyril Brulebois   Sat, 16 Oct 2010 21:22:28 +0200
+
 xserver-xorg-video-tga (1:1.2.1-2) unstable; urgency=medium
 
   * Update xsfbs, use new ${xviddriver:Depends} substvar.
diff --git a/debian/control b/debian/control
index 5adc85a..67a15e9 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  libtool,
  xutils-dev,
  pkg-config,
- xserver-xorg-dev (>= 2:1.7.6.901),
+ xserver-xorg-dev (>= 2:1.9.0.901),
  x11proto-video-dev,
  x11proto-xext-dev,
  x11proto-xf86dga-dev,

commit 3e8499f3f99dde41fbdb0317c1db48e0d8e43f99
Author: Julien Cristau 
Date:   Sat May 15 16:25:52 2010 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 37bf862..4f70636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-video-tga (1:1.2.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-tga (1:1.2.1-2) unstable; urgency=medium
 
   * Update xsfbs, use new ${xviddriver:Depends} substvar.
 
- -- Julien Cristau   Sat, 15 May 2010 16:25:12 +0200
+ -- Julien Cristau   Sat, 15 May 2010 16:25:36 +0200
 
 xserver-xorg-video-tga (1:1.2.1-1) unstable; urgency=low
 

commit a6da8ca5f5248c67502fb053a4f9affbf49cf17d
Author: Julien Cristau 
Date:   Sat May 15 16:25:29 2010 +0200

Update xsfbs, use new ${xviddriver:Depends} substvar.

diff --git a/debian/changelog b/debi

xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-09-14 Thread Brice Goglin
 debian/changelog |6 ++
 debian/copyright |3 +++
 2 files changed, 9 insertions(+)

New commits:
commit 8eb8564aa771e56ee309fa6dc4990429c540fa43
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sat Sep 15 02:22:13 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 9635527..cc353ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tga (1:1.1.0-9) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 02:22:00 +0200
+
 xserver-xorg-video-tga (1:1.1.0-8) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4
diff --git a/debian/copyright b/debian/copyright
index 9863397..9af012c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1996-1998 by Alan Hourihane, Wigan, England.
 
 Permission to use, copy, modify, distribute, and sell this software and its


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



xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-09-09 Thread David Nusinow
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit b49011a5cf53a7c0db027aaa583cd13a9938e2c5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Sep 9 23:04:51 2007 -0400

* Build against and build-dep on xserver 1.4

diff --git a/debian/changelog b/debian/changelog
index 59e0f6b..9635527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tga (1:1.1.0-8) experimental; urgency=low
+
+  * Build against and build-dep on xserver 1.4
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 09 Sep 2007 23:03:14 -0400
+
 xserver-xorg-video-tga (1:1.1.0-7) experimental; urgency=low
 
   * Build against xserver 1.3.99.0. Bump build depends to that version.
diff --git a/debian/control b/debian/control
index 1df2553..2cd2e7a 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]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, xserver-xorg-dev (>= 
2:1.3.99.0), x11proto-video-dev, x11proto-xext-dev, x11proto-xf86dga-dev, 
x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev
+Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-xext-dev, x11proto-xf86dga-dev, 
x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev
 Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tga
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tga.git


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



xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-08-22 Thread David Nusinow
 Makefile.in   |  129 ++-
 aclocal.m4|  676 +---
 configure | 1127 +-
 debian/changelog  |   35 -
 debian/control|   17 
 debian/patches/01_gen_pci_ids.diff|   18 
 debian/patches/series |1 
 debian/rules  |6 
 debian/xserver-xorg-video-tga.install |1 
 debian/xsfbs/xsfbs.mk |9 
 src/Makefile.in   |  153 ++--
 11 files changed, 1379 insertions(+), 793 deletions(-)

New commits:
commit 4fcacd2b14ab878622a7c6bffee1630ab1a3ef06
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Aug 22 20:39:39 2007 -0400

Bump standards version to 3.7.2.2. No changes needed.

diff --git a/debian/changelog b/debian/changelog
index 47191bf..59e0f6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ xserver-xorg-video-tga (1:1.1.0-7) experimental; urgency=low
   * Add 01_gen_pci_ids.diff. This patch provides a set of PCI id's that this
 driver supports so that the server can automatically load it when needed.
 + Enable our build system and add quilt to the build-deps
+  * Bump standards version to 3.7.2.2. No changes needed.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 20:34:00 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 20:39:09 -0400
 
 xserver-xorg-video-tga (1:1.1.0-6) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index 4639959..1df2553 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, xserver-xorg-dev (>= 
2:1.3.99.0), x11proto-video-dev, x11proto-xext-dev, x11proto-xf86dga-dev, 
x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tga
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tga.git
 

commit 122cd91f9382b89e54ca8042159a521b4e7abff9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Aug 22 20:36:10 2007 -0400

Add 01_gen_pci_ids.diff.

This patch provides a set of PCI id's that this driver supports so that
the server can automatically load it when needed.

+ Enable our build system and add quilt to the build-deps

+ Autoreconf

diff --git a/Makefile.in b/Makefile.in
index b504f96..f574bde 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# 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  Free Software Foundation, Inc.
+# 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.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -55,17 +51,17 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
@@ -73,10 +69,13 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   insta

xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-02-21 Thread David Nusinow
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |5 -
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 3e1a217283a284c748e550a3fc231d35c207be60
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Feb 21 22:09:02 2007 -0500

Generate Provides line automatically

diff --git a/debian/control b/debian/control
index e44cabc..a43cf0a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Standards-Version: 3.6.1
 Package: xserver-xorg-video-tga
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips 
mipsel netbsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-video-1.1
+Provides: ${xviddriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- TGA display driver
  This package provides the driver for the TGA family

commit dacefd5a6bb9f786c78f35358273e3214c7492e9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Feb 21 21:37:52 2007 -0500

Update serverabi generation to also account for driver Provides

* Have the drivers use the file serverminver instead of serverabiver in 
order
  to generate the versioned dependency on the server. This is clearer
  naming.
* Use serverabiver to actually store the server's video ABI version. This
  is used to generate the Provides: line for drivers so the server can
  depend on them properly. This goes in to the substvar
  xviddriver:Provides.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index dbb2872..ae767b1 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -354,8 +354,10 @@ # Generate the shlibs.local file.
 debian/shlibs.local:
cat debian/*.shlibs >$@
 
+SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminvers 2>/dev/null)
 SERVERABI = $(shell cat /usr/share/xserver-xorg/serverabiver 2>/dev/null)
-SERVER_DEPENDS = xserver-xorg-core (>= $(SERVERABI))
+SERVER_DEPENDS = xserver-xorg-core (>= $(SERVERMINVERS))
+DRIVER_PROVIDES = xserver-xorg-video-$(SERVERABI)
 ifeq ($(PACKAGE),)
 PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }' < debian/control)
 endif
@@ -367,6 +369,7 @@ ifeq ($(SERVERABI),)
@exit 1
 else
echo "xserver:Depends=$(SERVER_DEPENDS)" >> debian/$(PACKAGE).substvars
+   echo "xviddriver:Provides=$(DRIVER_PROVIDES)" >> 
debian/$(PACKAGE).substvars
 endif
 
 include debian/xsfbs/xsfbs-autoreconf.mk


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



xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-02-20 Thread David Nusinow
 debian/changelog  |4 ++--
 debian/control|2 +-
 debian/rules  |2 +-
 debian/xsfbs/xsfbs.mk |   15 +++
 4 files changed, 19 insertions(+), 4 deletions(-)

New commits:
commit 142d0c9c9e4eac25b456769351038df10a8e8234
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Feb 20 22:28:56 2007 -0500

Generate server dependencies automatically from the ABI

diff --git a/debian/changelog b/debian/changelog
index 3111e9a..d29015b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
 xserver-xorg-video-tga (1:1.1.0-5) UNRELEASED; urgency=low
 
-  * Bump xserver ABI metadata to 1.1 for use with server 1.2
+  * Generate server dependencies automatically from the ABI
 
- -- David Nusinow <[EMAIL PROTECTED]>  Sat, 10 Feb 2007 21:23:51 -0500
+ -- David Nusinow <[EMAIL PROTECTED]>  Tue, 20 Feb 2007 22:26:12 -0500
 
 xserver-xorg-video-tga (1:1.1.0-4) UNRELEASED; urgency=low
 
diff --git a/debian/control b/debian/control
index e46fcd9..e44cabc 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Standards-Version: 3.6.1
 
 Package: xserver-xorg-video-tga
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips 
mipsel netbsd-i386 powerpc
-Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 2:1.2.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: xserver-xorg-video-1.1
 Replaces: xserver-xorg (<< 6.8.2-35)
 Description: X.Org X server -- TGA display driver
diff --git a/debian/rules b/debian/rules
index 8262d07..cff5191 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ install: build
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build install serverabi
dh_testdir
dh_testroot
 

commit 9ed8b0c26438b90f187ef7c165d5a76cf8f340eb
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat Feb 17 16:01:41 2007 +0100

Add new "serverabi" rule to generate drivers dependency on the server.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 7b8206e..dbb2872 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -354,6 +354,21 @@ # Generate the shlibs.local file.
 debian/shlibs.local:
cat debian/*.shlibs >$@
 
+SERVERABI = $(shell cat /usr/share/xserver-xorg/serverabiver 2>/dev/null)
+SERVER_DEPENDS = xserver-xorg-core (>= $(SERVERABI))
+ifeq ($(PACKAGE),)
+PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }' < debian/control)
+endif
+
+.PHONY: serverabi
+serverabi:
+ifeq ($(SERVERABI),)
+   @echo error: xserver-xorg-dev needs to be installed
+   @exit 1
+else
+   echo "xserver:Depends=$(SERVER_DEPENDS)" >> debian/$(PACKAGE).substvars
+endif
+
 include debian/xsfbs/xsfbs-autoreconf.mk
 
 # vim:set noet ai sts=8 sw=8 tw=0:


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



xserver-xorg-video-tga: Changes to 'debian-experimental'

2007-02-11 Thread David Nusinow
New branch 'debian-experimental' available with the following commits:
commit 41dbeaec3dd65defa0db02604ce73cbaf0573ded
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sat Feb 10 21:25:14 2007 -0500

Prepare drivers for use with xserver 1.2, which has a new ABI (version 1.1)


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