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

2012-04-01 Thread Cyril Brulebois
 ChangeLog |   64 ++
 configure.ac  |2 -
 debian/changelog  |7 +
 man/i128.man  |1 
 src/i128_driver.c |   37 +--
 src/i128dga.c |6 ++---
 src/i128reg.h |2 -
 7 files changed, 97 insertions(+), 22 deletions(-)

New commits:
commit d58d69be4a81852b20573382b4eeeb7c261b855f
Author: Cyril Brulebois 
Date:   Mon Apr 2 02:21:11 2012 +

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 955e31e..36bc0d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xserver-xorg-video-i128 (1:1.3.5-1) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.5-1) unstable; urgency=low
 
   * New upstream release:
 - Add support for Xserver 1.12.
 
- -- Cyril Brulebois   Mon, 02 Apr 2012 02:19:42 +
+ -- Cyril Brulebois   Mon, 02 Apr 2012 02:21:09 +
 
 xserver-xorg-video-i128 (1:1.3.4-2) unstable; urgency=low
 

commit a19c22ef0eb68a537eba014a38ef61511b885d69
Author: Cyril Brulebois 
Date:   Mon Apr 2 02:20:03 2012 +

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 9b61adc..123a424 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+commit 2228b7f80cc2f2a13dc00fd659b592407f1bbef1
+Author: Alan Coopersmith 
+Date:   Fri Mar 23 18:51:51 2012 -0700
+
+xf86-video-i128 1.3.5
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3b23ca1d037b9d70f8e3a1ce5b5af0cba05f45cc
+Author: Adam Jackson 
+Date:   Mon Dec 19 17:48:13 2011 -0500
+
+Fix for new vgaHW ABI
+
+Signed-off-by: Adam Jackson 
+
+commit 0a46285e074dded359c859b8ffa2a0c9c437b21b
+Author: Adam Jackson 
+Date:   Mon Dec 19 16:29:49 2011 -0500
+
+Make failure to XAA non-fatal
+
+No shadowfb support in this driver yet.
+
+Signed-off-by: Adam Jackson 
+
+commit 0e357623bc3d68e6eaf9bb755f44cca2d5321f8b
+Author: Jeremy Huddleston 
+Date:   Wed Oct 19 00:24:00 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 
+
+commit c3eb2c3f05902be4e4e5b929663753276cde3611
+Author: Jeremy Huddleston 
+Date:   Wed Oct 19 00:23:12 2011 -0700
+
+Use unsigned long rather than deprecated IOADDRESS
+
+Signed-off-by: Jeremy Huddleston 
+
+commit f5c6593c9309541eedd374431dbd72151b8fb3ab
+Author: Jeremy Huddleston 
+Date:   Wed Oct 19 00:22:09 2011 -0700
+
+Use malloc/calloc/realloc/free directly
+
+Signed-off-by: Jeremy Huddleston 
+
+commit b9e0edbd4ab23c811714a648cb729b5c11356795
+Author: Jesse Adkins 
+Date:   Tue Sep 28 13:29:51 2010 -0700
+
+Purge cvs tags.
+
+Signed-off-by: Jesse Adkins 
+Signed-off-by: Alan Coopersmith 
+
 commit d7c1073cf42e3486b49f5a55f2c5f2929b18417f
 Author: Adam Jackson 
 Date:   Tue Aug 10 10:51:59 2010 -0400
diff --git a/debian/changelog b/debian/changelog
index 4bd927a..955e31e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-i128 (1:1.3.5-1) UNRELEASED; urgency=low
+
+  * New upstream release:
+- Add support for Xserver 1.12.
+
+ -- Cyril Brulebois   Mon, 02 Apr 2012 02:19:42 +
+
 xserver-xorg-video-i128 (1:1.3.4-2) unstable; urgency=low
 
   * Switch to dh:

commit 2228b7f80cc2f2a13dc00fd659b592407f1bbef1
Author: Alan Coopersmith 
Date:   Fri Mar 23 18:51:51 2012 -0700

xf86-video-i128 1.3.5

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 5ae48b0..76571d4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-i128],
-[1.3.4],
+[1.3.5],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 [xf86-video-i128])
 AC_CONFIG_SRCDIR([Makefile.am])

commit 3b23ca1d037b9d70f8e3a1ce5b5af0cba05f45cc
Author: Adam Jackson 
Date:   Mon Dec 19 17:48:13 2011 -0500

Fix for new vgaHW ABI

Signed-off-by: Adam Jackson 

diff --git a/src/i128_driver.c b/src/i128_driver.c
index 7990c9b..bdb999e 100644
--- a/src/i128_driver.c
+++ b/src/i128_driver.c
@@ -492,6 +492,7 @@ I128PreInit(ScrnInfoPtr pScrn, int flags)
 return FALSE;
  
 hwp = VGAHWPTR(pScrn);
+vgaHWSetStdFuncs(hwp);
 vgaHWGetIOBase(hwp);
 
 /* Set pScrn->monitor */

commit 0a46285e074dded359c859b8ffa2a0c9c437b21b
Author: Adam Jackson 
Date:   Mon Dec 19 16:29:49 2011 -0500

Make failure to XAA non-fatal

No shadowfb support in this driver yet.

Signed-off-by: Adam Jackson 

diff --git a/src/i128_driver.c b/src/i128_driver.c
index 92f9d58..7990c9b 100644
--- a/src/i128_driver.c
+++ b/src/i128_driver.c
@@ -1117,8 +1117,9 @@ I128PreInit(ScrnInfoPtr pScrn, int flags)
 }
 } else {

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

2011-02-05 Thread Cyril Brulebois
 .gitignore |   70 +
 COPYING|   47 +++
 ChangeLog  |  240 ++
 Makefile.am|   15 -
 README |   76 ++---
 README.sgml|   98 ---
 configure.ac   |   48 +--
 debian/README.source   |   24 -
 debian/changelog   |   33 ++
 debian/compat  |2 
 debian/control |   25 +
 debian/copyright   |   44 ++-
 debian/patches/series  |1 
 debian/rules   |  102 
 debian/xsfbs/repack.sh |   32 --
 debian/xsfbs/xsfbs.mk  |  285 --
 debian/xsfbs/xsfbs.sh  |  622 -
 man/.cvsignore |2 
 man/Makefile.am|   59 +---
 src/.cvsignore |6 
 src/i128accel.c|4 
 src/i128init.c |   15 +
 22 files changed, 543 insertions(+), 1307 deletions(-)

New commits:
commit cf32fd06c369ae7bfeebf90fc3ebae09b16891ee
Author: Cyril Brulebois 
Date:   Sat Feb 5 14:46:30 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index fe68d9d..4bd927a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i128 (1:1.3.4-2) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.4-2) unstable; urgency=low
 
   * Switch to dh:
 - Use debhelper 8.
@@ -12,7 +12,7 @@ xserver-xorg-video-i128 (1:1.3.4-2) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1 (no changes needed).
   * Add quilt build-dep for future use.
 
- -- Cyril Brulebois   Thu, 03 Feb 2011 12:47:31 +0100
+ -- Cyril Brulebois   Sat, 05 Feb 2011 14:46:29 +0100
 
 xserver-xorg-video-i128 (1:1.3.4-1) experimental; urgency=low
 

commit 6ee7eed31d76552f27b377641e59d439f3c890da
Author: Cyril Brulebois 
Date:   Sat Feb 5 09:32:11 2011 +0100

Add a placeholding series file.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..fdffa2a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# placeholder

commit e7d48b3fb064c208af82198ed9aa422499c91999
Author: Cyril Brulebois 
Date:   Fri Feb 4 11:43:44 2011 +0100

Fix sequence ordering.

Since both the autoreconf and quilt sequences insert a command before
dh_auto_configure, it is important that we use the quilt one in the first
place, so that autoreconf is run on a patched tree. Ditto for dh_clean.

diff --git a/debian/rules b/debian/rules
index 63d3106..3d192dc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,4 +14,4 @@ override_dh_shlibdeps:
dh_shlibdeps -- --warnings=6
 
 %:
-   dh $@ --with autoreconf,quilt,xsf --builddirectory=build/
+   dh $@ --with quilt,autoreconf,xsf --builddirectory=build/

commit 73bb9ecdfd9837b0d008c73e71071d44854c3bf6
Author: Cyril Brulebois 
Date:   Fri Feb 4 11:43:39 2011 +0100

Add quilt build-dep for future use.

diff --git a/debian/changelog b/debian/changelog
index 7f74a55..fe68d9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ xserver-xorg-video-i128 (1:1.3.4-2) UNRELEASED; urgency=low
   * Remove long obsolete Replaces/Conflicts.
   * Wrap Depends/Provides.
   * Bump Standards-Version to 3.9.1 (no changes needed).
+  * Add quilt build-dep for future use.
 
  -- Cyril Brulebois   Thu, 03 Feb 2011 12:47:31 +0100
 
diff --git a/debian/control b/debian/control
index 0afa036..2363a37 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Cyril Brulebois 
 Build-Depends:
  debhelper (>= 8),
  dh-autoreconf,
+ quilt,
  pkg-config,
  xserver-xorg-dev (>= 2:1.9.4),
  x11proto-video-dev,

commit cac8ff3d317b71ba541d604751fe60b33b57a814
Author: Cyril Brulebois 
Date:   Thu Feb 3 12:51:36 2011 +0100

Bump Standards-Version to 3.9.1 (no changes needed).

diff --git a/debian/changelog b/debian/changelog
index 2bdbb50..7f74a55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xserver-xorg-video-i128 (1:1.3.4-2) UNRELEASED; urgency=low
   * Update Uploaders list. Thanks, David & Brice!
   * Remove long obsolete Replaces/Conflicts.
   * Wrap Depends/Provides.
+  * Bump Standards-Version to 3.9.1 (no changes needed).
 
  -- Cyril Brulebois   Thu, 03 Feb 2011 12:47:31 +0100
 
diff --git a/debian/control b/debian/control
index a861be4..0afa036 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  x11proto-render-dev,
  x11proto-xext-dev,
  xutils-dev (>= 1:7.5+4)
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-i128
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
 

commit a579b03c5904c61994e6489ee5e81013001dfc2b
Author: Cyril Brulebois 
Date:   Thu Feb 3 12:51:20 2011 +0100

Wrap Depends/Provides.

diff --git a/debian/changelog b/debian/changelog
index 9be9753..2bdbb50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xserver-xorg-video-i128 (1:1.3.4-2) UNRELEASED; urgency=low

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

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

New commits:
commit 8dc863493718faf845e5dcb4b9985cff53632244
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:57 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 2451d51..6fb64bc 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,5 @@ Description: X.Org X server -- i128 display driver
  .
  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 package is built from the X.org xf86-video-i128 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/e1oamot-aj...@alioth.debian.org



xserver-xorg-video-i128: 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 b31734c85826db962400e5185100bf1256ed257c
Author: Cyril Brulebois 
Date:   Mon May 3 23:22:50 2010 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 60b2f93..3cfe05f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i128 (1:1.3.3-2) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.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-i128 (1:1.3.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   Sat, 23 Jan 2010 02:27:39 +0100
+ -- Cyril Brulebois   Mon, 03 May 2010 23:22:44 +0200
 
 xserver-xorg-video-i128 (1:1.3.3-1) experimental; urgency=low
 

commit 62595815f7d67055cc29bf28b3afce2745674bbb
Author: Cyril Brulebois 
Date:   Mon May 3 23:22:29 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 edf13b0..60b2f93 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ xserver-xorg-video-i128 (1:1.3.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   Sat, 23 Jan 2010 02:27:39 +0100
 
diff --git a/debian/control b/debian/control
index 24ac7cc..2451d51 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-i128
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
 

commit 17369edcf2bbf52bae2143ab079fb0d3d0cdfd7f
Author: Cyril Brulebois 
Date:   Mon May 3 23:22:13 2010 +0200

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 56b63d5..edf13b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xserver-xorg-video-i128 (1:1.3.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   Sat, 23 Jan 2010 02:27:39 +0100
 
diff --git a/debian/control b/debian/control
index 5b40c0c..24ac7cc 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-i128
 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),
  pkg-config,

commit 1f1f9ab9503eb76ffbe471a35c1eb8f4ac061c34
Author: Cyril Brulebois 
Date:   Mon May 3 23:21:51 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 581d8fa..56b63d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 xserver-xorg-video-i128 (1:1.3.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   Sat, 23 Jan 2010 02:27:39 +0100
 
 xserver-xorg-video-i128 (1:1.3.3-1) experimental; urgency=low
diff --git a/debian/control b/debian/control
index 464b58f..5b40c0c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Brice Goglin 
= 5.0.0),
  pkg-config,
- xserver-xorg-dev (>= 2:1.7),
+ xserver-xorg-dev (>= 2:1.7.6.901),
  x11proto-video-dev,
  x11proto-core-dev,
  x11proto-fonts-dev,
@@ -23,7 +23,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.gi
 
 Package: xserver-xorg-video-i128
 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-i128
 Conflicts: xserver-xorg-driver-i128

commit 81fc271788605b52e85c2d11635a0371fb44605e
Author: Cyril Brulebois 
Date:   Sun May 2 02:14:45 2010 +0200

Add xorg-driver-{video,input} to Provides.

diff --git a/debian/xsfbs/xsf

xserver-xorg-video-i128: 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 be0eb3be3f848e2a945ce4178fe0fc1e8ea248df
Author: Julien Cristau 
Date:   Sat Jan 23 01:46:35 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index f722c40..321bced 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xserver-xorg-video-i128 (1:1.3.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   Sat, 05 Dec 2009 01:49:07 +0200
 
diff --git a/debian/control b/debian/control
index c3d1d5a..464b58f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-i128
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Julien Cristau 
, Brice Goglin 
+Uploaders: David Nusinow , Brice Goglin 

 Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,

commit bae841fea1af5f72f77b1454ce7d669a25f41a42
Author: Cyril Brulebois 
Date:   Sun Dec 6 03:02:17 2009 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index e93d833..b90e31f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
-xserver-xorg-video-i128 (1:1.3.3-1) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.3-1) experimental; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Build against Xserver 1.7.
 
- -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:07 +0200
+  [ Cyril Brulebois ]
+  * Upload to experimental.
+
+ -- Cyril Brulebois   Sun, 06 Dec 2009 03:02:15 +0100
 
 xserver-xorg-video-i128 (1:1.3.2-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-i128: 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 cceec80042c61ea1006cb545f2b578429c789b35
Author: Julien Cristau 
Date:   Sat Jan 16 16:48:49 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 e93d833..f722c40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 xserver-xorg-video-i128 (1:1.3.3-1) UNRELEASED; urgency=low
 
+  [ Timo Aaltonen ]
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
   * Build against Xserver 1.7.
 
+  [ Julien Cristau ]
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
+
  -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:07 +0200
 
 xserver-xorg-video-i128 (1:1.3.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3048dc1..f5a1494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,12 +39,12 @@ configure:
 build: build-stamp
 build-stamp: configure
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:
@@ -56,7 +56,7 @@ clean:
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)
@@ -69,7 +69,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-i128: 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 ca1ba38711a7cac8b6244c6dfc3942aa8a4ed804
Author: Timo Aaltonen 
Date:   Sat Dec 5 02:09:26 2009 +0200

Build against Xserver 1.7.

diff --git a/debian/changelog b/debian/changelog
index d87acd8..e93d833 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-i128 (1:1.3.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.8.3.
+  * Build against Xserver 1.7.
 
- -- Timo Aaltonen   Mon, 30 Nov 2009 16:25:38 +0200
+ -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:07 +0200
 
 xserver-xorg-video-i128 (1:1.3.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index bb35aa8..c3d1d5a 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow , Julien Cristau 
= 5.0.0),
  pkg-config,
- xserver-xorg-dev (>= 2:1.5.99.901),
+ 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-i128: Changes to 'debian-unstable'

2009-11-30 Thread Timo Aaltonen
 ChangeLog |   18 +++
 configure.ac  |2 
 debian/changelog  |7 +
 debian/control|2 
 debian/xsfbs/xsfbs.mk |   21 
 debian/xsfbs/xsfbs.sh |  233 --
 src/i128.h|2 
 src/i128_driver.c |6 +
 8 files changed, 36 insertions(+), 255 deletions(-)

New commits:
commit 9f7a3ddabebc6c3ee5a577ef73d190014022ba48
Author: Timo Aaltonen 
Date:   Mon Nov 30 16:27:58 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 4005251..d87acd8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-i128 (1:1.3.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen   Mon, 30 Nov 2009 16:25:38 +0200
 
diff --git a/debian/control b/debian/control
index 1b959ed..bb35aa8 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-i128
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
 

commit 3000141c2b1bb51209bffdbbc1d6f13766605882
Author: Timo Aaltonen 
Date:   Mon Nov 30 16:27:28 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index 27d2705..2237c97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+commit 8909e47f36cbb030060d5a40d673a962f997c93a
+Author: Dave Airlie 
+Date:   Thu Jul 30 12:04:27 2009 +1000
+
+i128: bump for release 1.3.3
+
+commit 6a5098d0f2439a2f2e338ab30fccc19032fae82a
+Author: Dave Airlie 
+Date:   Tue Jul 28 15:22:40 2009 +1000
+
+i128: change to using ABI version check
+
+commit ec37c2ec027ebcaa3bf138c32e417821b78527b0
+Author: Dave Airlie 
+Date:   Tue Jul 28 13:32:30 2009 +1000
+
+i128: update for resources/RAC API removal
+
 commit 6a1eae8adf2bc8ba2c0e86e28d3b121a54aa8c3b
 Author: Adam Jackson 
 Date:   Thu Jul 2 11:16:59 2009 -0400
diff --git a/debian/changelog b/debian/changelog
index 3163c6a..4005251 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-i128 (1:1.3.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Timo Aaltonen   Mon, 30 Nov 2009 16:25:38 +0200
+
 xserver-xorg-video-i128 (1:1.3.2-1) unstable; urgency=low
 
   [ David Nusinow ]

commit 2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1
Author: Julien Cristau 
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 
Date:   Fri Sep 25 15:43:28 2009 +0200

xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage

These variables aren't set anywhere.

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

commit bda208ec00d0b7b3632f57fb27e014684cdf73ba
Author: Julien Cristau 
Date:   Fri Sep 25 15:33:39 2009 +0200

xsfbs.sh: fix typo and remove svn keyword

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 45acd59..813fd8d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh

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

2009-07-20 Thread Brice Goglin
 ChangeLog  |   68 ++
 configure.ac   |5 +
 debian/README.source   |   73 +++
 debian/changelog   |   10 ++
 debian/control |4 -
 debian/xserver-xorg-video-i128.install |1 
 debian/xsfbs/xsfbs.sh  |   12 ---
 man/i128.man   |2 
 src/i128IBMDAC.c   |   84 +-
 src/i128_driver.c  |  122 +++--
 src/i128exa.c  |6 +
 11 files changed, 178 insertions(+), 209 deletions(-)

New commits:
commit f487ce14842a83bf76d36ed17594490935e5c5be
Author: Brice Goglin 
Date:   Mon Jul 20 18:51:04 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 95d27c1..3163c6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i128 (1:1.3.2-1) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.2-1) unstable; urgency=low
 
   [ David Nusinow ]
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
@@ -8,8 +8,9 @@ xserver-xorg-video-i128 (1:1.3.2-1) UNRELEASED; urgency=low
   [ Brice Goglin ]
   * Add README.source, bump Standards-Version to 3.8.2.
   * New upstream release.
+  * Add myself to Uploaders.
 
- -- Brice Goglin   Mon, 20 Jul 2009 18:50:10 +0200
+ -- Brice Goglin   Mon, 20 Jul 2009 18:50:54 +0200
 
 xserver-xorg-video-i128 (1:1.3.1-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index d33d367..1b959ed 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-i128
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Julien Cristau 

+Uploaders: David Nusinow , Julien Cristau 
, Brice Goglin 
 Build-Depends:
  debhelper (>= 5.0.0),
  pkg-config,

commit 65e363e57af625ae72567aa9f856c5b5b1ec313f
Author: Brice Goglin 
Date:   Mon Jul 20 18:27:39 2009 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index 43db9fe..27d2705 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+commit 6a1eae8adf2bc8ba2c0e86e28d3b121a54aa8c3b
+Author: Adam Jackson 
+Date:   Thu Jul 2 11:16:59 2009 -0400
+
+i128 1.3.2
+
+commit b690e9f84e3c4504f3344185c6a8572805dd73d8
+Author: Mark Kettenis 
+Date:   Thu Jun 4 11:46:18 2009 -0600
+
+Fix endianness bugs in cursor realization code.
+
+The default cursor realization code seems to work just fine.  We just
+have to set the HARDWARE_CURSOR_NIBBLE_SWAPPED flag on big endian
+platforms.
+
+This isn't really surprising since these cards use fairly standard IBM
+or TI RAMDACs.
+
+Signed-off-by: Matthieu Herrb 
+
+commit f42dd67d9372bf7f46cf8a35877e4ab8ac82d89b
+Author: Adam Jackson 
+Date:   Thu May 28 14:59:53 2009 -0400
+
+Remove useless loader symbol lists.
+
+commit cee4cdf061ca8e6376846c0eac2fc6d57711129e
+Author: Mark Kettenis 
+Date:   Mon May 4 21:54:30 2009 +0200
+
+Properly unmap things with libpciaccess.
+
+If the xf86-vide-i128 is compiled with XSERVER_LIBPCIACCESS, registers and
+frmaebuffer memory are mapped through libpciaccess.  However, I128UnmapMem
+tried to unmap things vy using xf86UnmapVidMem.  This failed because the 
memory
+wasn't registered (which only happens if you mapped the memory using
+xf86MapPciMem.
+
+Fixes bugzilla #20541
+
+Signed-off-by: Matthieu Herrb 
+
+commit 8bd4dc99bbaa8bf8c6649dc25fc75859e16e35ec
+Author: Thomas Jaeger 
+Date:   Fri Jan 30 16:25:07 2009 -0500
+
+CheckComposite: Add a few checks
+
+It looks like the driver doesn't support any form of repeating and only
+nearest-neighbor interpolation.
+
+commit 8936b17d83c6fa2b67c447ae3cac5159d8d84649
+Author: Chris Ball 
+Date:   Tue Feb 24 13:00:05 2009 -0500
+
+Build fix for EXA 3
+
+EXA in xserver head now requires us to pass -DEXA_DRIVER_KNOWN_MAJOR=3.
+
+Signed-off-by: Chris Ball 
+
+commit 4fcee9dd9075b28474ae5b248a9edc0789f55b05
+Author: Alan Coopersmith 
+Date:   Fri Jan 9 16:28:55 2009 -0800
+
+Remove xorgconfig & xorgcfg from See Also list in man page
+
 commit 4be161bca1ae9fca29e882c5909405781b565cb1
 Author: Julien Cristau 
 Date:   Thu Sep 4 19:51:58 2008 +0200
diff --git a/debian/changelog b/debian/changelog
index 05f353b..95d27c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i128 (1:1.3.1-4) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.2-1) UNRELEASED; urgency=low
 
   [ David Nusinow ]
   * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
@@ -7,8 +7,9 @@ xserver-xorg-video-i128 (1:1.3.1-4) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * Add README.source, bump Standards-Version to 3.8.2.
+  * New upstream release.
 
- -- Brice Goglin   Mon, 20 Jul 2009 18:24:09

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

2009-05-04 Thread David Nusinow
 debian/changelog   |8 
 debian/control |1 -
 debian/patches/01_gen_pci_ids.diff |   16 
 debian/patches/series  |1 -
 debian/rules   |4 ++--
 5 files changed, 10 insertions(+), 20 deletions(-)

New commits:
commit 822951b1341fb9f0f10cd05735c153cd9e366951
Author: David Nusinow 
Date:   Mon May 4 22:01:55 2009 -0400

Remove 01_gen_pci_ids.diff.

The X server now uses an internal table to choose a driver during
autoconfiguration.

Disable the patch system and remove quilt from the build-deps

diff --git a/debian/changelog b/debian/changelog
index 0e00618..9c5d393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-i128 (1:1.3.1-4) UNRELEASED; urgency=low
+
+  * Remove 01_gen_pci_ids.diff. The X server now uses an internal table to
+choose a driver during autoconfiguration.
++ Disable the patch system and remove quilt from the build-deps
+
+ -- David Nusinow   Mon, 04 May 2009 22:01:04 -0400
+
 xserver-xorg-video-i128 (1:1.3.1-3) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index a0fbcb0..48f8f06 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: David Nusinow , Julien Cristau 
= 5.0.0),
  pkg-config,
- quilt,
  xserver-xorg-dev (>= 2:1.5.99.901),
  x11proto-video-dev,
  x11proto-core-dev,
diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
deleted file mode 100644
index 0728c01..000
--- a/debian/patches/01_gen_pci_ids.diff
+++ /dev/null
@@ -1,16 +0,0 @@
 xserver-xorg-video-i128.orig/src/Makefile.am
-+++ xserver-xorg-video-i128/src/Makefile.am
-@@ -40,3 +40,6 @@
-  i128reg.h \
-  IBMRGB.h \
-  Ti302X.h
-+
-+pcidatadir = $(datadir)/xserver-xorg/pci
-+pcidata_DATA = i128.ids
 /dev/null
-+++ xserver-xorg-video-i128/src/i128.ids
-@@ -0,0 +1,4 @@
-+105D2309
-+105D2339
-+105D493D
-+105D5348
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b55d79f..000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01_gen_pci_ids.diff
diff --git a/debian/rules b/debian/rules
index d63bfba..3048dc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ endif
 # kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
 confflags += --disable-static
 
-configure: $(STAMP_DIR)/patch
+configure:
dh_testdir
autoreconf -vfi
 
@@ -47,7 +47,7 @@ build-stamp: configure
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
>$@
 
-clean: xsfclean
+clean:
dh_testdir
dh_testroot
rm -f build-stamp


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



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

2009-04-09 Thread Julien Cristau
 ChangeLog  |   27 
 Makefile.in|  683 -
 aclocal.m4 | 8256 -
 config.guess   | 1526 ---
 config.h.in|   72 
 config.sub | 1658 ---
 configure  |23496 -
 configure.ac   |2 
 debian/changelog   |   21 
 debian/control |   16 
 debian/rules   |   22 
 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|  432 
 missing|  367 
 mkinstalldirs  |  161 
 src/Makefile.in|  562 -
 src/i128IBMDAC.c   |1 
 src/i128_driver.c  |   45 
 src/i128accel.c|6 
 src/i128exa.c  |2 
 src/i128init.c |2 
 src/i128pcirename.h|6 
 27 files changed, 156 insertions(+), 45406 deletions(-)

New commits:
commit 79e62d1b5c1433da188474b04fd0de089bc6b314
Author: Julien Cristau 
Date:   Thu Apr 9 10:15:10 2009 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3cede31..0e00618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-i128 (1:1.3.1-3) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau   Thu, 09 Apr 2009 10:15:06 +0100
+
 xserver-xorg-video-i128 (1:1.3.1-2) experimental; urgency=low
 
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.

commit 2ed171f9f390de4e97141c0016d3ba615e8c943e
Author: Julien Cristau 
Date:   Tue Feb 17 17:20:42 2009 +0100

xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so

libx11's postinst was the only post-sarge user, and it's gone now.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 72efa95..8840ff9 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -719,72 +719,6 @@ run () {
   fi
 }
 
-register_x_lib_dir_with_ld_so () {
-  # syntax: register_x_lib_dir_with_ld_so
-  #
-  # Configure the dynamic loader ld.so to search /usr/X11R6/lib for shared
-  # libraries.
-  #
-  # Call this function from the postinst script of a package that places a
-  # shared library in /usr/X11R6/lib, before invoking ldconfig.
-
-  local dir ldsoconf
-
-  dir="/usr/X11R6/lib"
-  ldsoconf="/etc/ld.so.conf"
-
-  # is the line not already present?
-  if ! fgrep -qsx "$dir" "$ldsoconf"; then
-observe "adding $dir directory to $ldsoconf"
-echo "$dir" >> "$ldsoconf"
-  fi
-}
-
-deregister_x_lib_dir_with_ld_so () {
-  # syntax: deregister_x_lib_dir_with_ld_so
-  #
-  # Configure dynamic loader ld.so to not search /usr/X11R6/lib for shared
-  # libraries, if and only if no shared libaries remain there.
-  #
-  # Call this function from the postrm script of a package that places a shared
-  # library in /usr/X11R6/lib, in the event "$1" is "remove", and before
-  # invoking ldconfig.
-
-  local dir ldsoconf fgrep_status cmp_status
-
-  dir="/usr/X11R6/lib"
-  ldsoconf="/etc/ld.so.conf"
-
-  # is the line present?
-  if fgrep -qsx "$dir" "$ldsoconf"; then
-# are there any shared objects in the directory?
-if [ "$(echo "$dir"/lib*.so.*.*)" = "$dir/lib*.so.*.*" ]; then
-  # glob expansion produced nothing, so no shared libraries are present
-  observe "removing $dir directory from $ldsoconf"
-  # rewrite the file (very carefully)
-  set +e
-  fgrep -svx "$dir" "$ldsoconf" > "$ldsoconf.dpkg-tmp"
-  fgrep_status=$?
-  set -e
-  case $fgrep_status in
-0|1) ;; # we don't actually care if any lines matched or not
-*) die "error reading \"$ldsoconf\"; fgrep exited with status" \
-  "$fgrep_status" ;;
-  esac
-  set +e
-  cmp -s "$ldsoconf.dpkg-tmp" "$ldsoconf"
-  cmp_status=$?
-  set -e
-  case $cmp_status in
-0) rm "$ldsoconf.dpkg-tmp" ;; # files are identical
-1) mv "$ldsoconf.dpkg-tmp" "$ldsoconf" ;; # files differ
-*) die "error comparing \"$ldsoconf.dpkg-tmp\" to \"$ldsoconf\";" \
-  "cmp exited with status $cmp_status" ;;
-  esac
-fi
-  fi
-}
-
 make_symlink_sane () {
   # syntax: make_symlink_sane symlink target
   #

commit c1481702588a9bfb1d6fd8bb7af1314370bc9253
Author: Julien Cristau 
Date:   Mon Feb 9 19:03:46 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index e4be839..3cede31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-i128 (1:1.3.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.1-2) experimental; urgency=low
 
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
   * Build against xserver 1.6 rc.
 
- -- Julien Cristau   Mon, 09 Feb 2009 18:59:56 +0100
+ -- Julien Cristau   Mon, 09 Feb 2009 19:03:42 +0100
 
 xserver-xorg-video-i128 (1:1.3.1-1)

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

2008-06-05 Thread Julien Cristau
 .cvsignore |   19 
 .gitignore |   20 
 ChangeLog  |   54 +
 Makefile.in|   31 
 aclocal.m4 |  265 +--
 config.guess   |   60 +
 config.h.in|6 
 config.sub |   66 +
 configure  | 1262 +++--
 configure.ac   |   16 
 debian/changelog   |   18 
 debian/compat  |2 
 debian/control |   10 
 debian/patches/01_gen_pci_ids.diff |   14 
 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/IBMRGB.h   |2 
 src/Makefile.am|1 
 src/Makefile.in|   32 
 src/Ti302X.h   |2 
 src/i128.h |5 
 src/i128IBMDAC.c   |2 
 src/i128_driver.c  |  112 ++-
 src/i128accel.c|2 
 src/i128dga.c  |4 
 src/i128exa.c  |1 
 src/i128init.c |3 
 src/i128pcirename.h|  122 +++
 src/i128reg.h  |2 
 38 files changed, 2590 insertions(+), 1170 deletions(-)

New commits:
commit b12b228d4fb268a303ecd1bd36390e8fff5b6918
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Jun 5 21:39:04 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 78d034e..a7e7f18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-i128 (1:1.3.0-1) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.3.0-1) unstable; urgency=low
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
@@ -16,7 +16,7 @@ xserver-xorg-video-i128 (1:1.3.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 01:54:02 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 05 Jun 2008 21:38:16 +0200
 
 xserver-xorg-video-i128 (1:1.2.1-4) unstable; urgency=low
 

commit 0b191499b3cfa364782e0cda993cef7f4cb4cb59
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu Jun 5 21:37:36 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 b618291..78d034e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ xserver-xorg-video-i128 (1:1.3.0-1) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.7.3.
   * Add myself to Uploaders.
   * Bump debhelper compat level to 5.
+  * 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 01:54:02 +0200
 
diff --git a/debian/control b/debian/control
index 3f14ddb..a5321aa 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]>, 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-i128
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
diff --git a/debian/rules b/debian/rules
index 6a7cd3b..fd60b37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ binary-arch: build install serverabi
dh_compress
dh_fixperms
dh_installdeb
-   dh_shlibdeps
+   dh_shlibdeps -- --warnings=6
dh_gencontrol
dh_md5sums
dh_builddeb

commit c165

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

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

New commits:
commit 826c1dc6472bf9a2bf019bf04fcd017d9a66b4d8
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sat Sep 15 01:54:15 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index cc0b1ca..9598136 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-i128 (1:1.2.1-4) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:54:02 +0200
+
 xserver-xorg-video-i128 (1:1.2.1-3) experimental; urgency=low
 
   * Build against and build-dep on X server 1.4
diff --git a/debian/copyright b/debian/copyright
index b5fbf1d..485a648 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995-2000 by Robin Cutshaw <[EMAIL PROTECTED]>
 Copyright 1998 by Number Nine Visual Technology, Inc.
 


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



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

2007-09-16 Thread David Nusinow
 Makefile.in|  129 +--
 aclocal.m4 |  676 +--
 configure  | 1127 -
 debian/changelog   |   16 
 debian/control |4 
 debian/patches/01_gen_pci_ids.diff |   20 
 debian/patches/series  |1 
 debian/rules   |4 
 debian/xserver-xorg-video-i128.install |1 
 man/Makefile.in|   96 +-
 src/Makefile.in|  153 ++--
 11 files changed, 1402 insertions(+), 825 deletions(-)

New commits:
commit 1fadda26d5f7f7de5f10e18b388ab76f07578520
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Sep 16 16:18:37 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index cc0b1ca..7814f2f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-i128 (1:1.2.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Sep 2007 15:43:44 -0400
+
 xserver-xorg-video-i128 (1:1.2.1-3) experimental; urgency=low
 
   * Build against and build-dep on X server 1.4

commit af45eb0abd40a59088ce3b53de40385cebe5fab2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 13 23:11:37 2007 -0400

* Add 01_gen_pci_ids.diff
  This patch provides a set of PCI IDs that this driver supports so that it
  can be automatically loaded by the X server

diff --git a/Makefile.in b/Makefile.in
index ac46fca..37fea39 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 \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-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
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -94,8 +93,6 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
@@ -104,10 +101,6 @@ AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
-BUILD_LINUXDOC_FALSE = @BUILD_LINUXDOC_FALSE@
-BUILD_LINUXDOC_TRUE = @BUILD_LINUXDOC_TRUE

xserver-xorg-video-i128: 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 c7658504010525d22e81bee234276ff3f491e876
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 2 14:27:57 2007 +0200

Bump Standards-Version to 3.7.2.

diff --git a/debian/changelog b/debian/changelog
index edce85e..0aece6c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-video-i128 (1:1.2.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-i128 (1:1.2.1-2) 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-i128.
@@ -17,7 +18,7 @@ xserver-xorg-video-i128 (1:1.2.1-2) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 29 Apr 2007 19:26:32 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 02 May 2007 14:27:17 +0200
 
 xserver-xorg-video-i128 (1:1.2.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 47392c4..f041fc0 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 (>= 4.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-i128
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
 


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



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

2007-04-29 Thread Brice Goglin
 ChangeLog |  287 +++---
 1 files changed, 259 insertions(+), 28 deletions(-)

New commits:
commit 5aa0279111a2a9003d71e51ccd4eae170dc9f7ed
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Apr 29 19:39:08 2007 +0200

Update upstream ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 64c7900..762e1e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,45 +1,276 @@
-2006-04-06  Eric Anholt  <[EMAIL PROTECTED]>
+commit 161b0487ab444d9c697bf1f1ff32b3fada83cfe5
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Tue Feb 27 10:28:42 2007 -0800
 
-   * src/i128_driver.c: (I128PreInit):
-   Don't forget to zero the xf86ModReqInfo before using it.
-   Noticed by Alex Deucher.
+Replace references to XFree86/XF86Config in man page
 
-2005-12-20  Kevin E. Martin  
+commit f9996f11e947fb4292a2f156dcd63a3b990aa0cd
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Dec 1 17:32:11 2006 -0500
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Fix version number to 1.2.1
 
-2005-12-14  Kevin E. Martin  
+commit 8bbc4bb70d5208963efa7e5627f0f3adef1ccf16
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Oct 13 18:31:38 2006 -0400
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Bump to 1.1.0.6
 
-2005-12-06  Kevin E. Martin  
+commit 14062aa41f9e3846aef733f66d2544ab33503af6
+Author: Eric Anholt <[EMAIL PROTECTED]>
+Date:   Fri Apr 7 04:15:34 2006 +
 
-   * man/Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+Don't forget to zero the xf86ModReqInfo before using it. Noticed by Alex
+Deucher.
 
-2005-12-03  Kevin E. Martin  
+commit daf6a54ec89dbe9f943c02f9ba5cea20b02e66a8
+Author: Eric Anholt <[EMAIL PROTECTED]>
+Date:   Thu Mar 9 06:06:25 2006 +
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Update drivers that support EXA for the new EXA ABI. This consists of
+moving all the accel and card members into the driver ptr, filling in
+the exa_major/ exa_minor fields, and always using LoadSubModule so we
+can check the module version up front. Only tested on ATI.
 
-2005-12-01  Kevin E. Martin  
+commit 4778b0724cb0edb53e110d4774ec7af26d6348bc
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Dec 21 02:30:00 2005 +
 
-   * configure.ac:
-   Remove extraneous AC_MSG_RESULT.
+Update package version for X11R7 release.
 
-2005-11-29  Adam Jackson  <[EMAIL PROTECTED]>
+commit 27fd31114c2d3f9d232da7f49f4ca0a901a31be0
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Mon Dec 19 16:25:53 2005 +
 
-   * configure.ac:
-   Only build dlloader modules by default.
+Stub COPYING files
 
-2005-11-09  Kevin E. Martin  
+commit c53e62103707053f1737558eca3689d1d6ca9317
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Thu Dec 15 00:24:17 2005 +
 
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
+Update package version number for final X11R7 release candidate.
 
-2005-11-01  Kevin E. Martin  
+commit 63518d66adb729f8536230d8ac247296612f61f0
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Tue Dec 6 22:48:34 2005 +
 
-   * configure.ac:
-   Update pkgcheck dependencies to work with separate build roots.
+Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+
+commit 73979afbf55fb60fb3f00dc50025b6852eaba156
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Sat Dec 3 05:49:33 2005 +
+
+Update package version number for X11R7 RC3 release.
+
+commit daf5da8b112db896598f101bc765b31b792e37dd
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Fri Dec 2 02:16:08 2005 +
+
+Remove extraneous AC_MSG_RESULT.
+
+commit 24fbb6fea98b5a6569abd27a3f22218b494ee4b5
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Nov 29 23:29:59 2005 +
+
+Only build dlloader modules by default.
+
+commit 6a8876ad16fc765be749d09918b017c33bf7f648
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Nov 28 22:04:09 2005 +
+
+Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
+update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
+
+commit 3e173f114cab770f0a9711463d44af26f7b46eda
+Author: Eric Anholt <[EMAIL PROTECTED]>
+Date:   Mon Nov 21 10:49:14 2005 +
+
+Add .cvsignores for drivers.
+
+commit 92c550bdfd132915a662789368bda40a6199e9e3
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Nov 9 21:15:15 2005 +
+
+Update package version number for X11R7 RC2 release.
+
+commit b645ec0f8ce667f9d22dcdf42b9a874fdfa09c9c
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Tue Nov 1 15:08:53 2005 +
+
+Update pkgcheck depedencies to work with separate build roots.
+
+commit 284c18210cef9ed99ebd688be15d2e166e799dcf
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed O

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

2007-04-29 Thread Brice Goglin
 .cvsignore|   19 
 ChangeLog |   13 
 Makefile.in   |   16 
 aclocal.m4|  379 +-
 autogen.sh|   12 
 config.guess  |  667 ++--
 config.h.in   |9 
 config.sub|  230 +
 configure | 8030 ++
 configure.ac  |4 
 debian/changelog  |   23 
 debian/control|   14 
 debian/rules  |4 
 debian/xsfbs/xsfbs.mk |   28 
 ltmain.sh |   12 
 man/.cvsignore|2 
 man/Makefile.am   |2 
 man/Makefile.in   |   16 
 man/i128.man  |6 
 mkinstalldirs |   89 
 src/.cvsignore|6 
 src/IBMRGB.h  |2 
 src/Makefile.in   |   14 
 src/Ti302X.h  |2 
 src/i128IBMDAC.c  |1 
 src/i128_driver.c |8 
 src/i128accel.c   |1 
 src/i128dga.c |1 
 src/i128exa.c |1 
 src/i128init.c|1 
 30 files changed, 5274 insertions(+), 4338 deletions(-)

New commits:
commit 237e7b13e23cbf516a8d1f9debeeae780f223b17
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Apr 29 19:29:28 2007 +0200

Pull upstream manpage fix 161b0487ab444d9c697bf1f1ff32b3fada83cfe5

diff --git a/debian/changelog b/debian/changelog
index 7ac61f4..edce85e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xserver-xorg-video-i128 (1:1.2.1-2) UNRELEASED; urgency=low
   * Replaces/Conflicts: xserver-xorg-driver-i128.
 
   [ Brice Goglin ]
+  * Pull upstream manpage fix 161b0487ab444d9c697bf1f1ff32b3fada83cfe5
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
 (needed to let xsfbs get access to serverminver).

commit 6f13d906cd933134c7736b69e28f9f453498fca9
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sun Apr 29 19:27:03 2007 +0200

Miscellaneous fixed in debian/control and debian/rules.

  * Install the upstream changelog.
  * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
(needed to let xsfbs get access to serverminver).
  * Add XS-Vcs-*.
  * Add a link to www.X.org and a reference to the xf86-video-i128
module in the long description.
  * Remove Fabio from uploaders with his permission. He's always welcome 
back.

diff --git a/debian/changelog b/debian/changelog
index 8d9621d..7ac61f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,16 @@ xserver-xorg-video-i128 (1:1.2.1-2) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-i128.
 
- -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 13:20:39 +0300
+  [ Brice Goglin ]
+  * Install the upstream changelog.
+  * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902
+(needed to let xsfbs get access to serverminver).
+  * Add XS-Vcs-*.
+  * Add a link to www.X.org and a reference to the xf86-video-i128
+module in the long description.
+  * Remove Fabio from uploaders with his permission. He's always welcome back.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sun, 29 Apr 2007 19:26:32 +0200
 
 xserver-xorg-video-i128 (1:1.2.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 1886c0a..47392c4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,11 @@ Source: xserver-xorg-video-i128
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), pkg-config, xserver-xorg-dev (>= 
2:1.2.0), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, x11proto-xext-dev
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
+Build-Depends: debhelper (>= 4.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
+XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-i128
+XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-i128.git
 
 Package: xserver-xorg-video-i128
 Architecture: any
@@ -16,8 +18,8 @@ Description: X.Org X server -- i128 display driver
  This package provides the driver for Number 9 Imagine (I128) video cards.
  .
  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 as the module 'driver/xf86-video-i128' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This package is built from the X.org xf86-video-i128 driver module.
diff --git a/debian/rules b/debian/rules
index c2b0926..ad66901 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ binary-arch: build install serverabi
dh_testroot
 
dh_installdocs
-   dh

xserver-xorg-video-i128: 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 cf3c795ffe9b8ca375a0e38e25bca7b59f1ccc6b
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Tue Apr 24 13:21:24 2007 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 41e630d..56593f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 xserver-xorg-video-i128 (1:1.2.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:41 +0100
+  [ Timo Aaltonen ]
+  * Replaces/Conflicts: xserver-xorg-driver-i128.
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 13:20:39 +0300
 
 xserver-xorg-video-i128 (1:1.2.0-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 3f273e8..4e46031 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Package: xserver-xorg-video-i128
 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-i128
+Conflicts: xserver-xorg-driver-i128
 Description: X.Org X server -- i128 display driver
  This package provides the driver for Number 9 Imagine (I128) video cards.
  .


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



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

2007-02-01 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit a019d82a267fa3e118aca0e6dab96ffa6ed9042b
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 6ab834fcd173596c6880dc7e736f24f69c7dc4bc
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 47f9a9289176dbd50fd04e9e1624120ca395e830
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Sep 19 00:37:38 2006 +

Prepare changelog for upload to unstable

commit 593997cd69b21836fdbd4359b8c1547368e1b9eb
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 10:53:55 2006 +

merge i128 7.1 video driver to trunk for upload to unstable

commit 88d08f9736708f130d8f921cc6a25b8b17ee286b
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:33:05 2006 +

more fixes for unversioned directory names

commit ab8cf6cf42faf491188f698021329a1c83e6c806
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 92a13dbcd71aac63be80cd1fb16cb6fe068abe88
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit d69e0886abc255f67e9a698b7e1d4a0c7eb86fbe
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 a6f3fd838749dfc113f23a98d99da6c276a72b2a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

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

Move .install files to new naming scheme for drivers

commit c269cc20e94fecb2a2bd324b9cd7fb8e274c56e4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 965686b54337586acd9f1b23b36b4ab539282a51
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 7c28f49b2ad397931e8617734d9602a6511a00d5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

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

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

Add packaging for various drivers

commit b5833bd39d202157ff265a064896cf4f95072a2f
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 379485a1155d219f4fb90800f4af57df075c2728
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]