[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



 debian/changelog    |    6 ++++++
 debian/control      |    2 +-
 src/Makefile.am     |    6 ------
 src/via_drmclient.h |    1 -
 4 files changed, 7 insertions(+), 8 deletions(-)

New commits:
commit c8edc1578a48a61e19910d8f51503a22f5532395
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Sep 9 21:24:54 2007 -0400

    * Build against and build-dep on Xserver 1.4

diff --git a/debian/changelog b/debian/changelog
index 32c6345..9dda195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-via (1:0.2.2-4) experimental; urgency=low
+
+  * Build against and build-dep on Xserver 1.4
+
+ -- David Nusinow <dnusinow@debian.org>  Sun, 09 Sep 2007 21:15:57 -0400
+
 xserver-xorg-video-via (1:0.2.2-3) experimental; urgency=low
 
   * Build against xserver 2:1.3.99.0 and build-dep on that version
diff --git a/debian/control b/debian/control
index 7c08084..2f20b76 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 <dnusinow@debian.org>, Branden Robinson <branden@debian.org>
-Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.3.99.0), libxvmc-dev, x11proto-xf86dri-dev, x11proto-gl-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev (>> 2.0) [!hurd-i386], libgl1-mesa-dev | libgl1-dev, quilt
+Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.4), libxvmc-dev, x11proto-xf86dri-dev, x11proto-gl-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev (>> 2.0) [!hurd-i386], libgl1-mesa-dev | libgl1-dev, quilt
 Standards-Version: 3.7.2.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-via
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-via.git

commit 9c1157215097f9239c60b2483956dd4cdfbdedc7
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Sep 9 21:21:03 2007 -0400

    Also unapply patch 2 in the sources. grr....

diff --git a/src/via_drmclient.h b/src/via_drmclient.h
index c34458c..2b7dbfb 100644
--- a/src/via_drmclient.h
+++ b/src/via_drmclient.h
@@ -26,7 +26,6 @@
 
 #include "drm.h"
 #include "xf86drm.h"
-#include <stdint.h>
 
 #if HAVE_INTTYPES_H
 #  include <inttypes.h>

commit 80f7cc00ca6ef2c76df30bae60f46811d97c2b65
Author: David Nusinow <dnusinow@debian.org>
Date:   Sun Sep 9 21:18:03 2007 -0400

    Don't commit the patch as part of the source

diff --git a/src/Makefile.am b/src/Makefile.am
index a980b96..c403cd4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -79,9 +79,3 @@ EXTRA_DIST = \
          via_xvmc.c \
          via_xvmc.h 
 endif
-
-pcidatadir = $(datadir)/xserver-xorg/pci
-pcidata_DATA = via.ids
-
-via.ids : via_id.h
-	awk '/^#define.*PCI_CHIP/ {print $$3}' ${srcdir}/via_id.h | sed -e 's/0x/1106/' > via.ids



Reply to: