xserver-xorg-video-tseng: Changes to 'debian-unstable'

2012-05-01 Thread Cyril Brulebois
 ChangeLog  |  158 +
 configure.ac   |   41 ++---
 debian/changelog   |7 ++
 man/Makefile.am|   22 +--
 man/tseng.man  |1 
 src/tseng_cursor.c |2 
 src/tseng_dga.c|6 +-
 src/tseng_driver.c |   12 ++--
 src/tseng_mode.c   |   38 +++-
 9 files changed, 231 insertions(+), 56 deletions(-)

New commits:
commit 38ff92c6b0fab58db834626a775ca5a4d3a64c7a
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 1 19:59:21 2012 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 2803ac8..310fc6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-tseng (1:1.2.4-3) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.4-3) unstable; urgency=low
 
   * Merge from upstream master branch up to 8f41e5d8bb to fix the
 FTBFS with X server 1.12.
 
- -- Cyril Brulebois k...@debian.org  Tue, 01 May 2012 19:57:12 +0200
+ -- Cyril Brulebois k...@debian.org  Tue, 01 May 2012 19:59:16 +0200
 
 xserver-xorg-video-tseng (1:1.2.4-2) unstable; urgency=low
 

commit 8ea2449f9b662e4285be1e4bccc8b5d18f88fe58
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 1 19:57:57 2012 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 14b4f32..1d5994b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,161 @@
+commit 8f41e5d8bb40d6bb184b4806b701a3e11caf43c3
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Tue Nov 1 20:37:14 2011 -0700
+
+Build fix for -Werror=int-to-pointer-cast
+
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit 9d9895962f4078404dae06a2db5d3fe3a23e0133
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Wed Oct 19 01:11:49 2011 -0700
+
+Fix a compiler warning
+
+tseng_cursor.c:163:1: warning: no previous prototype for 
'TsengLoadCursorImage' [-Wmissing-prototypes]
+
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit 39dd08e1b84c9aecf4eb296db51f25f4b2ff925c
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Wed Oct 19 01:09:30 2011 -0700
+
+Build fix for ABI Version 12
+
+ABI Version 12 removes support for multiple PCI domains.  If you need to
+use this driver on a system with more than one PCI domain, you should
+either port this driver to using libpciaccess directly or stick with an
+older server.
+
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit 542e65deaf834c3d58c44064206445e4d18f6daa
+Author: BALATON Zoltan bala...@eik.bme.hu
+Date:   Sat Jun 11 12:50:16 2011 +0200
+
+Fix regression from pciaccess conversion (bug#32682)
+
+Due to a typo in TsengGetFbAddress it is unable to get framebuffer base
+address and thus fails to load with an error message saying No valid
+Framebuffer address in PCI config space although previously it does
+print the correct framebuffer address.
+
+Signed-off-by: Julien Cristau jcris...@debian.org
+
+commit a123285200c6747bfc2631f684a9d1c06c868fb4
+Author: Trevor Woerner twoer...@gmail.com
+Date:   Fri Oct 22 20:48:13 2010 -0400
+
+Convert x+m/calloc/free to m/calloc/free.
+
+Reviewed-by: Mikhail Gusarov dotted...@dottedmag.net
+Signed-off-by: Trevor Woerner twoer...@gmail.com
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 477fe18698b95b546669a3d2089045ed4c7141d8
+Author: Jesse Adkins jesserayadk...@gmail.com
+Date:   Tue Sep 28 13:29:52 2010 -0700
+
+Purge cvs tags.
+
+Signed-off-by: Jesse Adkins jesserayadk...@gmail.com
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 6959ac1434c3594221f340f4d7f3d1489f585f8e
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Jul 21 16:49:04 2010 -0400
+
+config: add comments for main statements
+
+commit 398afc967e3774012576c63315b1de9b9d7e6892
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Jul 21 16:07:00 2010 -0400
+
+config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 141beb8c016038d668433391fa44fde077cfb8b8
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Jul 21 14:37:42 2010 -0400
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit e655cbc99c454dde624520762d447fa1227cff2a
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Jul 21 14:05:23 2010 -0400
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 27b18cd6f06b50f3072e28ef56bb48f97de23e57
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Jul 21 09:27:42 2010 -0400
+
+config: complete AC_INIT m4 quoting
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 524aea5bc711b65c00f6b31a7617f3d6e940b34d
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Tue Jul 20 21:44:58 2010 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2011-02-05 Thread Cyril Brulebois
 .gitignore |   69 -
 COPYING|   89 ++-
 ChangeLog  |  127 ++
 Makefile.am|   12 
 configure.ac   |   18 -
 debian/README.source   |   24 -
 debian/changelog   |   26 ++
 debian/compat  |2 
 debian/control |   22 -
 debian/rules   |  100 ---
 debian/xsfbs/repack.sh |   32 --
 debian/xsfbs/xsfbs.mk  |  285 --
 debian/xsfbs/xsfbs.sh  |  622 -
 man/.cvsignore |3 
 man/Makefile.am|   41 +--
 src/.cvsignore |6 
 src/Makefile.am|2 
 src/tseng.h|3 
 src/tseng_mode.c   |2 
 19 files changed, 361 insertions(+), 1124 deletions(-)

New commits:
commit 65939d83cb98271e4b0a3000d454205b9d7c3988
Author: Cyril Brulebois k...@debian.org
Date:   Sat Feb 5 14:59:20 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index df46184..89db353 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-tseng (1:1.2.4-2) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.4-2) unstable; urgency=low
 
   * Switch to dh:
 - Use debhelper 8.
@@ -10,7 +10,7 @@ xserver-xorg-video-tseng (1:1.2.4-2) UNRELEASED; urgency=low
   * Remove long obsolete Replaces/Conflicts.
   * Wrap Depends/Provides.
 
- -- Cyril Brulebois k...@debian.org  Fri, 04 Feb 2011 08:37:34 +0100
+ -- Cyril Brulebois k...@debian.org  Sat, 05 Feb 2011 14:59:19 +0100
 
 xserver-xorg-video-tseng (1:1.2.4-1) experimental; urgency=low
 

commit 84c3177afcd527602aa01d67699c499f1494badf
Author: Cyril Brulebois k...@debian.org
Date:   Fri Feb 4 08:40:21 2011 +0100

Wrap Depends/Provides.

diff --git a/debian/changelog b/debian/changelog
index ecbe465..df46184 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xserver-xorg-video-tseng (1:1.2.4-2) UNRELEASED; urgency=low
   * Remove xsfbs accordingly.
   * Update Uploaders list. Thanks, David!
   * Remove long obsolete Replaces/Conflicts.
+  * Wrap Depends/Provides.
 
  -- Cyril Brulebois k...@debian.org  Fri, 04 Feb 2011 08:37:34 +0100
 
diff --git a/debian/control b/debian/control
index 2098229..8153e58 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,12 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.g
 
 Package: xserver-xorg-video-tseng
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
-Provides: ${xviddriver:Provides}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${xviddriver:Depends},
+Provides:
+ ${xviddriver:Provides}
 Description: X.Org X server -- Tseng display driver
  This package provides the driver for Tseng Labs cards.
  .

commit 4bacef5943f0ce10d39b17a941dd9ba913328fd5
Author: Cyril Brulebois k...@debian.org
Date:   Fri Feb 4 08:39:57 2011 +0100

Remove long obsolete Replaces/Conflicts.

diff --git a/debian/changelog b/debian/changelog
index 8252cd0..ecbe465 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xserver-xorg-video-tseng (1:1.2.4-2) UNRELEASED; urgency=low
   debhelper sequence.
   * Remove xsfbs accordingly.
   * Update Uploaders list. Thanks, David!
+  * Remove long obsolete Replaces/Conflicts.
 
  -- Cyril Brulebois k...@debian.org  Fri, 04 Feb 2011 08:37:34 +0100
 
diff --git a/debian/control b/debian/control
index 5ea9004..2098229 100644
--- a/debian/control
+++ b/debian/control
@@ -24,8 +24,6 @@ Package: xserver-xorg-video-tseng
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
 Provides: ${xviddriver:Provides}
-Replaces: xserver-xorg ( 6.8.2-35), xserver-xorg-driver-tseng
-Conflicts: xserver-xorg-driver-tseng
 Description: X.Org X server -- Tseng display driver
  This package provides the driver for Tseng Labs cards.
  .

commit e673218e1a1ae18f95b749075759fd26b8617b5f
Author: Cyril Brulebois k...@debian.org
Date:   Fri Feb 4 08:39:43 2011 +0100

Update Uploaders list. Thanks, David!

diff --git a/debian/changelog b/debian/changelog
index 66c1c67..8252cd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ xserver-xorg-video-tseng (1:1.2.4-2) UNRELEASED; urgency=low
 - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf
   debhelper sequence.
   * Remove xsfbs accordingly.
+  * Update Uploaders list. Thanks, David!
 
  -- Cyril Brulebois k...@debian.org  Fri, 04 Feb 2011 08:37:34 +0100
 
diff --git a/debian/control b/debian/control
index 562ddeb..5ea9004 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-tseng
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 8),
  dh-autoreconf,

commit 7589619fff54b80cbfaf3a3a94040c6e3c4afeb9

xserver-xorg-video-tseng: Changes to 'debian-unstable'

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

New commits:
commit a4bc4d25fe38a2778593a8b1b606c2507f9981f0
Author: Mikhail Gusarov dotted...@debian.org
Date:   Fri May 7 18:58:59 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 8ecb271..0a80f3b 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,5 @@ Description: X.Org X server -- Tseng display driver
  .
  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 package is built from the X.org xf86-video-tseng driver module.


-- 
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/e1oamr1-0002xz...@alioth.debian.org



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2010-05-03 Thread Cyril Brulebois
 debian/README.source  |2 +-
 debian/changelog  |   12 ++--
 debian/control|8 
 debian/xsfbs/xsfbs.mk |   35 ++-
 4 files changed, 37 insertions(+), 20 deletions(-)

New commits:
commit e5f44c8e69e6c725b7a40b7b6628adddf6ff8aa7
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 4 00:55:59 2010 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 583a717..b2764a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-tseng (1:1.2.3-2) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.3-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -12,7 +12,7 @@ xserver-xorg-video-tseng (1:1.2.3-2) UNRELEASED; urgency=low
   * Add myself to Uploaders.
   * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
 
- -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 02:25:14 +0100
+ -- Cyril Brulebois k...@debian.org  Tue, 04 May 2010 00:55:53 +0200
 
 xserver-xorg-video-tseng (1:1.2.3-1) experimental; urgency=low
 

commit 8c91a180ddd08cdb04958cfcbd300bc6d2a9a9cb
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 4 00:55:44 2010 +0200

Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).

diff --git a/debian/changelog b/debian/changelog
index 6ae5e97..583a717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ xserver-xorg-video-tseng (1:1.2.3-2) UNRELEASED; urgency=low
 ${xviddriver:Depends} in Depends, and bump B-D on xserver-xorg-dev
 accordingly.
   * Add myself to Uploaders.
+  * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed).
 
  -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 02:25:14 +0100
 
diff --git a/debian/control b/debian/control
index ac0a5d9..8ecb271 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  x11proto-render-dev,
  x11proto-xext-dev,
  dpkg-dev (= 1.14.17)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tseng
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.git
 

commit ab0dbc237a736aaf2d7a5b5efb820ea1a7ddb42b
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 4 00:55:34 2010 +0200

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 70d577a..6ae5e97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xserver-xorg-video-tseng (1:1.2.3-2) UNRELEASED; urgency=low
   * Update to new xsfbs, replace deprecated ${xserver:Depends} with
 ${xviddriver:Depends} in Depends, and bump B-D on xserver-xorg-dev
 accordingly.
+  * Add myself to Uploaders.
 
  -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 02:25:14 +0100
 
diff --git a/debian/control b/debian/control
index 80d4ccc..ac0a5d9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-tseng
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  pkg-config,

commit efbcc71fd246782f01c4112201b871a9d22e515f
Author: Cyril Brulebois k...@debian.org
Date:   Tue May 4 00:55:18 2010 +0200

Update to new xsfbs, replace deprecated ${xserver:Depends} with 
${xviddriver:Depends} in Depends, and bump B-D on xserver-xorg-dev accordingly.

diff --git a/debian/changelog b/debian/changelog
index eec201f..70d577a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 xserver-xorg-video-tseng (1:1.2.3-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Cyril Brulebois ]
+  * Update to new xsfbs, replace deprecated ${xserver:Depends} with
+${xviddriver:Depends} in Depends, and bump B-D on xserver-xorg-dev
+accordingly.
+
  -- Julien Cristau jcris...@debian.org  Sat, 23 Jan 2010 02:25:14 +0100
 
 xserver-xorg-video-tseng (1:1.2.3-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index c35f303..80d4ccc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev,
- xserver-xorg-dev (= 2:1.7),
+ xserver-xorg-dev (= 2:1.7.6.901),
  x11proto-video-dev,
  x11proto-core-dev,
  x11proto-fonts-dev,
@@ -24,7 +24,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.g
 
 Package: xserver-xorg-video-tseng
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
 Provides: ${xviddriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35), xserver-xorg-driver-tseng
 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2010-01-22 Thread Julien Cristau
 debian/changelog |   17 -
 debian/control   |2 +-
 2 files changed, 13 insertions(+), 6 deletions(-)

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

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index 6302cb3..46b455a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 01:49:13 +0200
 
diff --git a/debian/control b/debian/control
index 6163906..c35f303 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-tseng
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Julien Cristau 
jcris...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  pkg-config,

commit cc80e1781f023b47ecf7f370120e9754c82820b3
Author: Cyril Brulebois k...@debian.org
Date:   Sun Dec 6 01:07:25 2009 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index d8730c4..f9d6b1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,16 @@
-xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.3-1) experimental; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Build against Xserver 1.7.
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
 choose a driver during autoconfiguration.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 01:49:13 +0200
+  [ Cyril Brulebois ]
+  * Upload to experimental.
+
+ -- Cyril Brulebois k...@debian.org  Sun, 06 Dec 2009 01:07:18 +0100
 
 xserver-xorg-video-tseng (1:1.2.1-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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

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

New commits:
commit 6aad17524e1cecab9dc1aad6b33d14f2b479f16e
Author: Julien Cristau jcris...@debian.org
Date:   Sat Jan 16 16:48:48 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 d8730c4..6302cb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,16 @@
 xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Build against Xserver 1.7.
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
 choose a driver during autoconfiguration.
 
+  [ Julien Cristau ]
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
  -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 01:49:13 +0200
 
 xserver-xorg-video-tseng (1:1.2.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 186f680..e73d060 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,12 +37,12 @@ build-stamp: $(STAMP_DIR)/patch
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.sub config.h.in configure
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
rm -f $$(find -name Makefile.in)
@@ -67,7 +67,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 serverabi


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2009-12-05 Thread Timo Aaltonen
 debian/changelog   |2 ++
 debian/patches/01_gen_pci_ids.diff |   17 -
 debian/patches/series  |1 -
 3 files changed, 2 insertions(+), 18 deletions(-)

New commits:
commit 1b30d911c702ca75c32aadfbd4e98b42496dac28
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Sat Dec 5 10:08:21 2009 +0200

Remove 01_gen_pci_ids.diff. The X server now uses an internal table to 
choose a driver during autoconfiguration.

diff --git a/debian/changelog b/debian/changelog
index 5b8a0cb..d8730c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Build against Xserver 1.7.
+  * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
+choose a driver during autoconfiguration.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 01:49:13 +0200
 
diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
deleted file mode 100644
index d6d9a10..000
--- a/debian/patches/01_gen_pci_ids.diff
+++ /dev/null
@@ -1,17 +0,0 @@
 /dev/null
-+++ xserver-xorg-video-tseng/src/tseng.ids
-@@ -0,0 +1,5 @@
-+100C3202
-+100C3205
-+100C3206
-+100C3207
-+100C3208
 xserver-xorg-video-tseng.orig/src/Makefile.am
-+++ xserver-xorg-video-tseng/src/Makefile.am
-@@ -37,3 +37,6 @@
-  tseng.h \
-  tseng_mode.c \
-tseng_pcirename.h
-+
-+pcidatadir = $(datadir)/xserver-xorg/pci
-+pcidata_DATA = tseng.ids
diff --git a/debian/patches/series b/debian/patches/series
index b55d79f..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-01_gen_pci_ids.diff


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2009-12-05 Thread Timo Aaltonen
 debian/xserver-xorg-video-tseng.install |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7e04b042cfb3083afb3b6d4fe0bafd224f920582
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Sat Dec 5 14:44:40 2009 +0200

Don't try to install the pci-ids.

diff --git a/debian/xserver-xorg-video-tseng.install 
b/debian/xserver-xorg-video-tseng.install
index 8a9f4ba..614cfb4 100644
--- a/debian/xserver-xorg-video-tseng.install
+++ b/debian/xserver-xorg-video-tseng.install
@@ -1,3 +1,2 @@
 usr/lib/xorg/modules/drivers/*.so
 usr/share/man/man4/*
-usr/share/xserver-xorg/pci/*


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2009-12-04 Thread Timo Aaltonen
 debian/changelog |3 ++-
 debian/control   |2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 4b5fb7f342d23531cef04d44b50a62f2070a1cc8
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Sat Dec 5 02:09:32 2009 +0200

Build against Xserver 1.7.

diff --git a/debian/changelog b/debian/changelog
index 839127c..5b8a0cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
+  * Build against Xserver 1.7.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 01 Dec 2009 10:54:05 +0200
+ -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 01:49:13 +0200
 
 xserver-xorg-video-tseng (1:1.2.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7d7dba0..6163906 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev,
- xserver-xorg-dev (= 2:1.5),
+ xserver-xorg-dev (= 2:1.7),
  x11proto-video-dev,
  x11proto-core-dev,
  x11proto-fonts-dev,


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2009-12-01 Thread Timo Aaltonen
 ChangeLog |   42 
 README|   20 
 configure.ac  |2 
 debian/README.source  |   73 ++
 debian/changelog  |7 +
 debian/control|2 
 debian/xsfbs/xsfbs.mk |   21 
 debian/xsfbs/xsfbs.sh |  245 --
 man/tseng.man |2 
 src/tseng_driver.c|   80 +---
 10 files changed, 156 insertions(+), 338 deletions(-)

New commits:
commit dfdbcc6f44dccb64dedf7894358656635236e9aa
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Dec 1 10:54:59 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 89f86f1..839127c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 01 Dec 2009 10:54:05 +0200
 
diff --git a/debian/control b/debian/control
index fcb2ef0..7d7dba0 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  x11proto-render-dev,
  x11proto-xext-dev,
  dpkg-dev (= 1.14.17)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tseng
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.git
 

commit a66268f1002df4b864ddca783f48234cb733e4b8
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Tue Dec 1 10:54:34 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index af47d82..5da6e54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+commit 5734845c91179a1138d75aaad48102cb077a2b12
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Sep 7 14:52:01 2009 +1000
+
+bump version to 1.2.3
+
+commit d095c1d51b1a895471ce0b1970ae21ee6499ae51
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 28 15:22:41 2009 +1000
+
+tseng: change to using ABI version check
+
+commit 17ebee6804a99af32747b801c5b979ba5248a9d8
+Author: Dave Airlie airl...@redhat.com
+Date:   Tue Jul 28 13:32:40 2009 +1000
+
+tseng: update for resources/RAC API removal
+
+commit 25548be8814796925625b11f390dca29b1e47358
+Author: Adam Jackson a...@redhat.com
+Date:   Thu Jul 2 11:53:03 2009 -0400
+
+tseng 1.2.2
+
+commit 1ce0bf811255b1faa00aa279e8972a1a027849ab
+Author: Adam Jackson a...@redhat.com
+Date:   Thu May 28 15:23:41 2009 -0400
+
+Remove useless loader symbol lists.
+
+commit 7addf8709202634ac45b4c51d910e2798054271c
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Fri Jan 30 21:05:06 2009 -0800
+
+Add README with pointers to mailing list, bugzilla  git repos
+
+commit 9d4aea1211de81fb27069d087bd4393d27355239
+Author: Alan Coopersmith alan.coopersm...@sun.com
+Date:   Fri Jan 9 16:37:31 2009 -0800
+
+Remove xorgconfig  xorgcfg from See Also list in man page
+
 commit 7f7e48cf5cf7512b5c1f5f3bf31eeafb201a9ad8
 Author: Dave Airlie airl...@redhat.com
 Date:   Mon Dec 22 15:02:32 2008 +1000
diff --git a/debian/changelog b/debian/changelog
index cda66b9..89f86f1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tseng (1:1.2.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Tue, 01 Dec 2009 10:54:05 +0200
+
 xserver-xorg-video-tseng (1:1.2.1-1) unstable; urgency=low
 
   * Run autoreconf on build.

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
--- 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2009-04-09 Thread Julien Cristau
 ChangeLog  |   20 
 Makefile.in|  673 -
 aclocal.m4 | 8256 -
 config.guess   | 1526 ---
 config.h.in|   72 
 config.sub | 1658 ---
 configure  |23300 -
 configure.ac   |2 
 debian/changelog   |   15 
 debian/control |   16 
 debian/rules   |   20 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   29 
 debian/xsfbs/xsfbs.sh  |   66 
 depcomp|  589 -
 install-sh |  519 -
 ltmain.sh  | 6964 --
 man/Makefile.in|  426 
 missing|  367 
 mkinstalldirs  |  161 
 src/Makefile.in|  552 -
 src/tseng.h|3 
 src/tseng_driver.c |6 
 23 files changed, 112 insertions(+), 45160 deletions(-)

New commits:
commit e316bd2600982e4dfcedb7cdb8d4544c92ac4c2e
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 13:07:37 2009 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 0a243d9..cda66b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-xserver-xorg-video-tseng (1:1.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.1-1) unstable; urgency=low
 
   * Run autoreconf on build.
   * Allow parallel builds.
   * New upstream release.
+  * Upload to unstable.
 
- -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 13:05:45 +0100
+ -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 13:07:32 +0100
 
 xserver-xorg-video-tseng (1:1.2.0-2) experimental; urgency=low
 

commit 70b26c22ec3677fe7b4e3e0867dd832525797295
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 13:07:06 2009 +0100

update changelogs

diff --git a/ChangeLog b/ChangeLog
index d48d28b..af47d82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+commit 7f7e48cf5cf7512b5c1f5f3bf31eeafb201a9ad8
+Author: Dave Airlie airl...@redhat.com
+Date:   Mon Dec 22 15:02:32 2008 +1000
+
+tseng 1.2.1
+
+commit 5de98d43ddca983a43d30a27339427b1e60ded74
+Author: Adam Jackson a...@redhat.com
+Date:   Fri Aug 15 14:08:37 2008 -0400
+
+Uninclude xf86Version.h
+
+commit 6312fd997afc4f739838ce53c19dcccf90900119
+Author: Paulo Cesar Pereira de Andrade p...@mandriva.com.br
+Date:   Fri Jul 18 16:24:50 2008 -0300
+
+Remove dependency on xf1bpp and xf4bpp
+
+Not just don't include the header files.
+
 commit 08b489a266d79cb650ec71249708412d5908c017
 Author: Adam Jackson a...@redhat.com
 Date:   Wed Mar 19 16:10:24 2008 -0400
diff --git a/debian/changelog b/debian/changelog
index 6736873..0a243d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-xserver-xorg-video-tseng (1:1.2.0-3) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.1-1) UNRELEASED; urgency=low
 
   * Run autoreconf on build.
   * Allow parallel builds.
+  * New upstream release.
 
  -- Julien Cristau jcris...@debian.org  Thu, 09 Apr 2009 13:05:45 +0100
 

commit 22a2c14b5192abf79cb9714d50b166a03e3236ef
Author: Julien Cristau jcris...@debian.org
Date:   Thu Apr 9 13:06:30 2009 +0100

delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 574571f..000
--- a/Makefile.in
+++ /dev/null
@@ -1,673 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# 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@
-
-#  Copyright 2005 Adam Jackson.
-#
-#  Permission is hereby granted, free of charge, to any person obtaining a
-#  copy of this software and associated documentation files (the Software),
-#  to deal in the Software without restriction, including without limitation
-#  on the rights to use, copy, modify, merge, publish, distribute, sub
-#  license, and/or sell copies of the Software, and to permit persons to whom
-#  the Software is furnished to do so, subject to the following conditions:
-#
-#  The above copyright notice and this permission notice (including the next
-#  paragraph) shall be included in all copies or substantial portions of the
-#  Software.
-#
-#  THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-#  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-#  FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.  IN NO EVENT SHALL
-#  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-#  IN AN ACTION OF 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2008-06-06 Thread Julien Cristau
 .cvsignore |   20 
 .gitignore |   21 
 ChangeLog  |   48 +
 Makefile.in|   31 
 aclocal.m4 |  265 +--
 config.guess   |   60 +
 config.h.in|6 
 config.sub |   66 +
 configure  | 1256 +++--
 configure.ac   |   16 
 debian/changelog   |   16 
 debian/control |   10 
 debian/patches/01_gen_pci_ids.diff |   18 
 debian/rules   |2 
 debian/xsfbs/xsfbs-autoreconf.mk   |  150 
 debian/xsfbs/xsfbs.mk  |  121 ---
 debian/xsfbs/xsfbs.sh  |  394 ++-
 depcomp|   93 ++
 install-sh |  514 ++-
 ltmain.sh  |  277 +---
 man/Makefile.am|1 
 man/Makefile.in|9 
 missing|   61 +
 mkinstalldirs  |5 
 src/Makefile.am|3 
 src/Makefile.in|   34 -
 src/tseng.h|   12 
 src/tseng_accel.c  |1 
 src/tseng_acl.c|  232 --
 src/tseng_acl.h|  232 --
 src/tseng_bank.c   |   87 --
 src/tseng_clock.c  |  509 --
 src/tseng_colexp.c |  543 ---
 src/tseng_cursor.c |1 
 src/tseng_dga.c|1 
 src/tseng_dpms.c   |  248 ---
 src/tseng_driver.c |   43 +
 src/tseng_inline.h |  228 --
 src/tseng_pcirename.h  |  122 +++
 src/tseng_ramdac.c |  667 ---
 40 files changed, 2544 insertions(+), 3879 deletions(-)

New commits:
commit b1b629df4b8aa009cb7109cf6e636ae84b5314ec
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jun 6 15:13:26 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index a0d3cfb..368d97d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-tseng (1:1.2.0-1) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.2.0-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
@@ -14,7 +14,7 @@ xserver-xorg-video-tseng (1:1.2.0-1) UNRELEASED; urgency=low
 dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
 dpkg-dev = 1.14.17.
 
- -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 02:25:46 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Fri, 06 Jun 2008 15:13:21 +0200
 
 xserver-xorg-video-tseng (1:1.1.1-4) unstable; urgency=low
 

commit 920e6ef85698736937f95062521d6587c1a3abec
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Fri Jun 6 15:13:17 2008 +0200

Run dpkg-shlibdeps with --warnings=6.

Drivers reference symbols from /usr/bin/Xorg and other modules,
and that's not a bug, so we want dpkg-shlibdeps to shut up about
symbols it can't find.  Build-depend on dpkg-dev = 1.14.17.

diff --git a/debian/changelog b/debian/changelog
index 7c7c0cf..a0d3cfb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ xserver-xorg-video-tseng (1:1.2.0-1) UNRELEASED; urgency=low
   * Remove Branden from Uploaders with his permission and add myself.
   * Bump Standards-Version to 3.7.3.
   * Drop the XS- prefix from Vcs-* control fields.
+  * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
+/usr/bin/Xorg and other modules, and that's not a bug, so we want
+dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
+dpkg-dev = 1.14.17.
 
  -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 02:25:46 +0200
 
diff --git a/debian/control b/debian/control
index 947be7c..c25caf8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
+Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev, dpkg-dev (= 
1.14.17)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tseng
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.git
diff --git a/debian/rules b/debian/rules
index 65f5b88..40968c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

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

New commits:
commit d6942156056381fe9c0002314859ca4476a135ac
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 02:26:04 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 90e66ae..cb69929 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tseng (1:1.1.1-4) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 02:25:46 +0200
+
 xserver-xorg-video-tseng (1:1.1.1-3) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4
diff --git a/debian/copyright b/debian/copyright
index 96c4967..e789b52 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
 
 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-tseng: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 Makefile.in |  125 +--
 aclocal.m4  |  676 ---
 configure   | 1119 
 debian/changelog|   23 
 debian/control  |4 
 debian/patches/01_gen_pci_ids.diff  |   21 
 debian/patches/series   |1 
 debian/rules|4 
 debian/xserver-xorg-video-tseng.install |1 
 man/Makefile.in |   92 +-
 src/Makefile.in |  149 ++--
 11 files changed, 1408 insertions(+), 807 deletions(-)

New commits:
commit f106a921709a4d9788dd9c4ee835132bcc4c4b73
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:18:40 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 90e66ae..738223c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-tseng (1:1.1.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:49 -0400
+
 xserver-xorg-video-tseng (1:1.1.1-3) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4

commit 8973e60600d781a91514bb97db01a91ade4e97ee
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 9 22:24:00 2007 -0400

* Build against and build-dep on xserver 1.4
* Bump standards version to 3.7.2.2. No change needed.

diff --git a/debian/changelog b/debian/changelog
index b060546..90e66ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-tseng (1:1.1.1-3) experimental; urgency=low
+
+  * Build against and build-dep on xserver 1.4
+  * Bump standards version to 3.7.2.2. No change needed.
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 09 Sep 2007 22:17:05 -0400
+
 xserver-xorg-video-tseng (1:1.1.1-2) experimental; urgency=low
 
   * Build against xserver 2:1.3.99.0. Build-dep on that
diff --git a/debian/control b/debian/control
index b5f7d95..8a7dc38 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 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-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
-Standards-Version: 3.7.2
+Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
+Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tseng
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.git
 

commit e3f8f0beb46de84307940bc52f3344b02ff964a3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Aug 20 21:35:33 2007 -0400

Add 01_gen_pci_ids.diff.

This patch provides a set of pci ids supported by this driver that the X
server can use to autoload it when necessary.

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

+ autoreconf to deal with the patch

diff --git a/Makefile.in b/Makefile.in
index 21f61f8..3c7fb95 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 = $(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 = .
 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2007-05-02 Thread Julien Cristau
 debian/changelog |5 +++--
 debian/control   |2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 92e2b51a7959bae71889c389e1a01e1a77d06bc2
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed May 2 15:54:28 2007 +0200

Bump Standards-Version to 3.7.2.

diff --git a/debian/changelog b/debian/changelog
index 9389dd1..3ba7e2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-video-tseng (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-video-tseng (1:1.1.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
+  * Bump Standards-Version to 3.7.2.
 
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-tseng.
@@ -18,7 +19,7 @@ xserver-xorg-video-tseng (1:1.1.1-1) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin [EMAIL PROTECTED]  Mon, 30 Apr 2007 00:48:10 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 02 May 2007 15:54:15 +0200
 
 xserver-xorg-video-tseng (1:1.1.0-5) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index c1b9c7b..f8d4c87 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
 Build-Depends: debhelper (= 5.0.0), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-tseng
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-tseng.git
 


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2007-04-29 Thread Brice Goglin
 .cvsignore|   20 
 ChangeLog |  594 ++-
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 autogen.sh|   12 
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  230 +
 configure | 7897 ++
 configure.ac  |2 
 debian/changelog  |   24 
 debian/control|   14 
 debian/rules  |4 
 debian/xsfbs/xsfbs.mk |   28 
 ltmain.sh |   12 
 man/.cvsignore|3 
 man/Makefile.am   |2 
 man/Makefile.in   |   16 
 man/tseng.man |4 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/Makefile.in   |   14 
 src/README|2 
 src/tseng_mode.c  |4 
 24 files changed, 5534 insertions(+), 4514 deletions(-)

New commits:
commit 02bad63c592271594ea1e031b694a9c7ada361a3
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Apr 30 00:54:45 2007 +0200

Update upstream ChangeLog

diff --git a/ChangeLog b/ChangeLog
index e402090..d1f3f88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,259 +1,345 @@
-2006-04-11  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng_mode.c: (TsengSave), (TsengRestore):
-
-   Fix dotclock breakage on ET6000.
-   The fish crawled out of the swamp, but still had gills and fins.
-   The internal ramdac still has multiple dotclock registers, and the
-   previous change only fixed up the external ramdacs of ET4000W32ps.
-   (Reported by the other tseng owner: Adam Jackson)
-
-2006-03-08  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng_mode.c: (STG1703Restore), (CH8398Store),
-   (TsengModeInit):
-
-   Remove daft dependance on mode-ClockIndex. We used it to tell
-   vgaHWInit to use clock 2, while ClockIndex = -1 is clock 3. So
-   just use clock 3 for the ramdacs and be done with.
-
-2006-01-31  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng.h:
-   * src/tseng_driver.c: (TsengPreInit):
-   * src/tseng_mode.c: (STG1703Mode), (CH8398Mode),
-   (TsengSetupClockRange), (TsengSave), (TsengRestore),
-   (TsengModeInit):
-
-   Remove dual clockranges. ET4000W32p now always uses the dac bus
-   as 16bits wide.
-
-2006-01-29  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng_driver.c: (TsengPreInit):
-   * src/tseng_mode.c: (STG1703Detect), (STG1703Restore),
-   (STG1703Clock), (STG1703Mode), (CH8398Detect), (CH8398PrintRegs),
-   (CH8398Store), (CH8398Restore), (CH8398Clock), (CH8398Mode),
-   (TsengRAMDACProbe), (TsengSave), (TsengRestore), (TsengModeInit):
-
-   Fully implement the Chrontel CH8398. This has the exact same
-24bpp weirdness, so i guess this is an fb issue.
-
-2006-01-28  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng.h:
-   * src/tseng_driver.c: (TsengGetRec), (TsengFreeRec),
-   (TsengPreInit):
-   * src/tseng_mode.c: (STG1703Detect), (STG1703PrintRegs),
-   (STG1703Store), (STG1703Restore), (STG1703Clock), (STG1703Mode),
-   (TsengRAMDACProbe), (tseng_set_ramdac_bpp), (TsengSave),
-   (TsengRestore), (TsengModeInit):
-
-   Fully implement the SGS-Thomson STG-1703. This is working great
-   except for 24bpp, where there seems to be an offset issue. Red is
-   blue, green is red, blue is green. Will dig that one out later on.
-   8bpp and 16bpp (both with 8 and 16bit dac bus) and 32bpp are great.
-
-2006-01-28  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng.h:
-   * src/tseng_mode.c: (tseng_set_ramdac_bpp), (ET6000CalcClock),
-   (TsengSave), (TsengRestore), (TsengModeInit):
-   
-   - Remove pTseng-ModeReg
-   - Split ET6000 bpp, dotclock and ram clock handling from the 
- ET4000s ramdac code.
-
-2006-01-27  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng.h:
-   * src/tseng_mode.c: (tseng_set_ramdac_bpp), (tseng_clock_setup),
-   (TsengModeInit):
-
-   Clear duplicate PrivFlag.
-
-2006-01-26  Luc Verhaegen  [EMAIL PROTECTED]
-
-   * src/tseng.h:
-   * src/tseng_cursor.c: (ET4000CursorRead), (ET4000CursorWrite),
-   (TsengShowCursor), (TsengHideCursor), (TsengSetCursorPosition),
-   (TsengSetCursorColors), (TsengLoadCursorImage),
-   (TsengHWCursorInit), (TsengCursorStore), (TsengCursorRestore):
-   * src/tseng_driver.c: (TsengUnlock), (TsengLock),
-   (TsengPreInitPCI), (et6000_check_videoram), (TsengDetectMem),
-   (TsengProcessHibit), (TsengPreInit), (TsengEnterVT),
-   (TsengLeaveVT), (TsengSaveScreen):
-   * src/tseng_mode.c: (vgaHWReadDacReadAddr), (vgaHWWriteBank),
-   (vgaHWReadBank), (vgaHWWriteSegment), (vgaHWReadSegment),
-   (vgaHWWriteModeControl), (vgaHWHerculesSecondPage), (ET6000IORead),
-   (ET6000IOWrite), (TsengRAMDACProbe), (tseng_set_ramdac_bpp),
-   (TsengAdjustFrame), (TsengSave), (TsengRestore), (TsengModeInit),
-   (TsengCrtcDPMSSet), 

xserver-xorg-video-tseng: Changes to 'debian-unstable'

2007-04-24 Thread Timo Aaltonen
 debian/changelog |6 +-
 debian/control   |3 ++-
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit b102fa028b3de6556c75c1c5a402b2d8fc0c794f
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Tue Apr 24 14:36:42 2007 +0300

Replaces/Conflicts: xserver-xorg-driver-tseng.

diff --git a/debian/changelog b/debian/changelog
index c5b04ca..ec49609 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 xserver-xorg-video-tseng (1:1.1.0-4) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Bump dependency on xserver-xorg-core to = 2:1.1.1-11, as previous
 versions don't have the bug script.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue,  7 Nov 2006 07:30:45 +0100
+  [ Timo Aaltonen ]
+  * Replaces/Conflicts: xserver-xorg-driver-tseng.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 24 Apr 2007 14:36:12 +0300
 
 xserver-xorg-video-tseng (1:1.1.0-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a50b843..b4614f9 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Package: xserver-xorg-video-tseng
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (= 2:1.1.1-11)
 Provides: xserver-xorg-video-1.0
-Replaces: xserver-xorg ( 6.8.2-35)
+Replaces: xserver-xorg ( 6.8.2-35), xserver-xorg-driver-tseng
+Conflicts: xserver-xorg-driver-tseng
 Description: X.Org X server -- Tseng display driver
  This package provides the driver for Tseng Labs cards.
  .


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



xserver-xorg-video-tseng: Changes to 'debian-unstable'

2007-02-03 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit ad9d5c9e7ce701450c36efd437bc01e8c6a3766b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to = 2:1.1.1-11, to make sure that the bug script is
present.

commit 07d0aa2a64c83fba9db45a2bc842de4eb57112ad
Author: Thierry Reding [EMAIL PROTECTED]
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 5d2570b300d615a96a2236c5b1645871299a8d16
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Sep 19 00:38:46 2006 +

Prepare changelog for upload to unstable

commit ec3afc07c07de08a9cee966a5deeddb8cabc9f9a
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Mon Sep 18 12:26:34 2006 +

merge tseng 7.1 video driver to trunk for upload to unstable

commit 0fa5c246d700d15c0bda082474577d90dbdd9e0d
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Mon Sep 18 06:33:05 2006 +

more fixes for unversioned directory names

commit 599fce415fead275a2658c8336c0aada0ce36e76
Author: David Nusinow [EMAIL PROTECTED]
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 3fbabe7462fbac8fb8ce9c976e2323536d5c95ad
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit a49d89022cc55357c6548a746d5ccda0334739ad
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit b83a64beaf76adabbb33fcee43ac0bbab643127d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 6d3b07036e43381616ba08eee13fa169fc811135
Author: David Nusinow [EMAIL PROTECTED]
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 15e9ff35cea627b276c5eea124101918ae9eaf5d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 82945dd2c86982b0cb933b43253dedda19f47977
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 3a086f67bbcd6b9c7bb2afc636ab3f51006a9b11
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 9cc3b05959ad03087b2d3f2ccd7cf9ddfe6fc07f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 2db5edcce741bc700b39b7a80924ba6fc94d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit c966a0dd831350a148dd8946d9fe482df18f1430
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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