ChangeLog | 369 ++++++++++++++++++++++++++++++++++++++++++++------ debian/changelog | 20 ++ debian/control | 15 +- debian/rules | 2 debian/xsfbs/xsfbs.mk | 9 - 5 files changed, 359 insertions(+), 56 deletions(-)
New commits: commit 4944fe61626f260a3ed5eed42653c6a8d0be0157 Author: David Nusinow <[EMAIL PROTECTED]> Date: Sun Sep 9 21:51:29 2007 -0400 * Build against and build-dep on xserver 1.4 * Bump standards version to 3.7.2.2. No changes necessary. diff --git a/debian/changelog b/debian/changelog index 94add15..38d9296 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-vesa (1:1.3.0-3) UNRELEASED; urgency=low +xserver-xorg-video-vesa (1:1.3.0-3) experimental; urgency=low [ Timo Aaltonen ] * Replaces/Conflicts: xserver-xorg-driver-vesa. @@ -12,7 +12,11 @@ xserver-xorg-video-vesa (1:1.3.0-3) 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 03:11:08 +0200 + [ David Nusinow ] + * Build against and build-dep on xserver 1.4 + * Bump standards version to 3.7.2.2. No changes necessary. + + -- David Nusinow <[EMAIL PROTECTED]> Sun, 09 Sep 2007 21:49:38 -0400 xserver-xorg-video-vesa (1:1.3.0-2) experimental; urgency=low diff --git a/debian/control b/debian/control index cb13bea..319484a 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, xserver-xorg-dev (>= 2:1.2.99.902), x11proto-xext-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.4), x11proto-xext-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev +Standards-Version: 3.7.2.2 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-vesa.git commit 7b2690d5b34672ed93f40c23562583aac61492dc Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 30 03:12:40 2007 +0200 Update upstream ChangeLog diff --git a/ChangeLog b/ChangeLog index fa37d43..fed6e63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,68 +1,349 @@ -2006-06-03 Daniel Stone <[EMAIL PROTECTED]> +commit 9bbe1c49b9d22736eded05909e144cc6e03050b4 +Author: Ian Romanick <[EMAIL PROTECTED]> +Date: Mon Jan 15 17:31:18 2007 -0800 - * configure.ac: - Bump to 1.2.1. + Correct '#ifdef' to '#ifndef'. Oops. - * src/vesa.c: - Don't call VBEGetSetDACPaletteFormat when running in direct colour or - YUV modes. (David Sterratt) +commit 824ccaab986e1c2be6229350731b43f8831ebef7 +Author: Ian Romanick <[EMAIL PROTECTED]> +Date: Mon Jan 15 13:16:52 2007 -0800 -2006-05-19 Adam Jackson <[EMAIL PROTECTED]> + Add conditional support for pci-rework branch. + + To build VESA driver for use with pci-rework Xserver, add + --enable-pciacces to the configure command line. Otherwise, the + "traditional" VESA driver will be built. - * configure.ac: - * src/vesa.h: - Bump to 1.2.0 +commit 7f4f198b21bc1df254912adb9592339b21d121f5 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Thu Nov 30 16:04:26 2006 -0500 -2006-05-18 Kevin E. Martin <kem-at-freedesktop-dot-org> + Bump to 1.3.0 - * src/vesa.c: (VESAScreenInit), (VESACloseScreen): - * src/vesa.h: - Fix ShadowFB support to work with recent miext/shadow changes from - bug #5460. +commit 7777730e7749fe6921e76a4a1738e0e2a0b16376 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Thu Nov 30 16:03:35 2006 -0500 -2006-04-07 Adam Jackson <[EMAIL PROTECTED]> + Fix shadow support yet again. - * configure.ac: - * src/vesa.c: - * src/vesa.h: - Unlibcwrap. Bump server version requirement. Bump to 1.1.0. +commit 7664016db9869d57d4279a9cb32a6ae0086c5b28 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Fri Oct 13 18:48:08 2006 -0400 -2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org> + Bump to 1.2.2 - * configure.ac: - Update package version for X11R7 release. +commit 3b07dd7f43be7c1263f80eb279605a89c860dc4b +Author: Daniel Stone <[EMAIL PROTECTED]> +Date: Sat Jun 3 09:46:27 2006 +0000 -2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org> + Don't call VBEGetSetDACPaletteFormat when running in direct colour or YUV + modes. (David Sterratt) Bump to 1.2.1. - * configure.ac: - Update package version number for final X11R7 release candidate. +commit a7315a314fa647a427805dc51f29558f6c607faa +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Fri May 19 19:10:12 2006 +0000 -2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org> + Bump to 1.2.0 - * man/Makefile.am: - Change *man_SOURCES ==> *man_PRE to fix autotools warnings. +commit 2f586dac58dfa30246c7d404a3b08f6e287e5975 +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Thu May 18 21:14:44 2006 +0000 -2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org> + Fix ShadowFB support to work with recent miext/shadow changes from bug + #5460. - * configure.ac: - Update package version number for X11R7 RC3 release. +commit 4129d5a0c0648afcf36b004e7f7b5b2de9b7ac27 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Fri Apr 7 21:47:15 2006 +0000 -2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org> + Unlibcwrap. Bump server version requirement. Bump to 1.1.0. - * configure.ac: - Remove extraneous AC_MSG_RESULT. +commit fba272fcbedd2c03760646f587144ab4c111c7df +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Wed Dec 21 02:30:04 2005 +0000 -2005-11-29 Adam Jackson <[EMAIL PROTECTED]> + Update package version for X11R7 release. - * configure.ac: - Only build dlloader modules by default. +commit 1bfb30439eccfa39a021cf84b630fe8b2a51bf3c +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Mon Dec 19 16:25:56 2005 +0000 -2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> + Stub COPYING files - * configure.ac: - Update package version number for X11R7 RC2 release. +commit 6eae0ead000939ee39967e580d9d356fa00bc236 +Author: Alan Coopersmith <[EMAIL PROTECTED]> +Date: Mon Dec 19 09:07:51 2005 +0000 -2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org> + Typo fixes, mailing list & url updates, and other changes to prepare for + X11R6.9 & 7.0 releases. - * configure.ac: - Update pkgcheck dependencies to work with separate build roots. +commit 14a6c4cb9adde5f5f6009bd4eb30f6649eeea540 +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Thu Dec 15 00:24:21 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit a7f95952dcc8319051118db938d0341bf5479a6e +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Tue Dec 6 22:48:40 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit 7ddc236e517ddae2660523a63c3d060029121e3d +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Sat Dec 3 05:49:36 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit 45d73281a9efe09292eab995c9796eb613edd6d1 +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Fri Dec 2 02:16:11 2005 +0000 + + Remove extraneous AC_MSG_RESULT. + +commit ea8c88acd1cc1962cf8360144d4ea1c4b222ba17 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Tue Nov 29 23:30:06 2005 +0000 + + Only build dlloader modules by default. + +commit 62a4b6d0ec9b2ace7660cefd7d4aef6162c0d54d +Author: Alan Coopersmith <[EMAIL PROTECTED]> +Date: Mon Nov 28 22:04:14 2005 +0000 + + 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 415fa60ef3a042851e93de5842312a8a695131b8 +Author: Eric Anholt <[EMAIL PROTECTED]> +Date: Mon Nov 21 10:49:22 2005 +0000 + + Add .cvsignores for drivers. + +commit 10f025468598dafe646013cddafc43d90f6cbf0c +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Wed Nov 9 21:31:21 2005 +0000 + + Bump version numbers for X11R6.9/X11R7 RC2. + +commit e559685ed6f0e5ab2d947ea02dea11129623a37d +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Wed Nov 9 21:15:22 2005 +0000 + + Update package version number for X11R7 RC2 release. + +commit 0eb288746f85c73e7ae21838dfc52f177b963b29 +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Tue Nov 1 15:08:57 2005 +0000 + + Update pkgcheck depedencies to work with separate build roots. + +commit 4e79cb7dd2d91af9777f4bea952c962c4e6c3a24 +Author: Alan Coopersmith <[EMAIL PROTECTED]> +Date: Wed Oct 26 21:36:25 2005 +0000 + + Don't try to restore savedPal in CloseScreen if savedPal is NULL, to avoid + segfault. + +commit 1ec47d75f37e1ab13145981524fc0c5bd6caae97 +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Wed Oct 19 02:48:06 2005 +0000 + + Update package version number for RC1 release. + +commit 12cd0de9c963f61347ffde4513d5ed7deced79cc +Author: Alan Coopersmith <[EMAIL PROTECTED]> +Date: Tue Oct 18 00:01:55 2005 +0000 + + Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro + substitutions to work better with BSD make + +commit 849b2b280720536ba318a3fb79b34b0eb920245d +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Mon Oct 17 22:57:37 2005 +0000 + + More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead + of indirectly + +commit 08beda07409160136c8fbe846144731af699a66f +Author: Alan Coopersmith <[EMAIL PROTECTED]> +Date: Mon Oct 17 00:09:08 2005 +0000 + + Use sed & cpp to substitute variables in driver man pages + +commit ff8c7b0b4d3c6789d9ff8d37e84f9c5a445c3515 +Author: Daniel Stone <[EMAIL PROTECTED]> +Date: Fri Aug 26 07:39:03 2005 +0000 + + Wrap afb calls in #ifdef USE_AFB. (Debian #015) + +commit 58313d626fbd332209f28e345aa8bdcc47113729 +Author: Daniel Stone <[EMAIL PROTECTED]> +Date: Fri Aug 26 06:55:35 2005 +0000 + + Wrap afb calls in #ifdef USE_AFB. (Debian #015) + +commit 0a3e6b28c75312d42ed5dc5db3d31262d7ec3b75 +Author: Daniel Stone <[EMAIL PROTECTED]> +Date: Thu Aug 18 09:03:55 2005 +0000 + + Update autogen.sh to one that does objdir != srcdir. + +commit 3251a5e09646f88a80b40385d2bb8e5417bdc388 +Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]> +Date: Wed Aug 10 14:07:25 2005 +0000 + + Don\'t lose existing CFLAGS in all the input drivers and some of the video + drivers + +commit ab1ec5ee5b02d4cd3faf7ae5338fa4081ec1257c +Author: Kevin E Martin <[EMAIL PROTECTED]> +Date: Fri Jul 29 21:22:46 2005 +0000 + + Various changes preparing packages for RC0: + - Verify and update package version numbers as needed + - Implement versioning scheme + - Change bug address to point to bugzilla bug entry form + - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to + reenable it) + - Fix makedepend to use pkgconfig and pass distcheck + - Update build script to build macros first + - Update modular Xorg version + +commit dfe2847e4720793b4ff80d717aba31079a065392 +Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]> +Date: Wed Jul 13 21:51:06 2005 +0000 + + add Makefile.am + +commit 8100f70d79c0d1a405eeb576898a182cef8d4c3b +Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]> +Date: Wed Jul 13 21:50:33 2005 +0000 + + add Makefile.am + +commit be230c6144ff1dd12b0d7acce4a2a478c0be3527 +Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]> +Date: Wed Jul 13 21:46:36 2005 +0000 + + Build system for vesa video driver + +commit af35fdc8d552424cc74872aac364e48f42d5e409 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Mon Jul 11 02:30:06 2005 +0000 + + Prep for modular builds by adding guarded #include "config.h" everywhere. + +commit b3ef5c7885d59f81847e2e7394683c91617b5cc1 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Sat Jun 25 21:17:00 2005 +0000 + + Bug #3626: _X_EXPORT tags for video and input drivers. + +commit 9f2b6b63add7822dea966f489f496c7a2edfa19c +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Mon May 9 17:40:51 2005 +0000 + + VBE Set Mode (0x02) to not clear the screen causes problems on some BIOSes. + This fix adds an option to disable it (Bugzilla #3246). + +commit 0b142fd735496c72ead409e1f89caa1da8d80f6e +Author: Daniel Stone <[EMAIL PROTECTED]> +Date: Wed Apr 20 12:25:32 2005 +0000 + + Fix includes right throughout the Xserver tree: + change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h; + change "foo.h", "extensions/foo.h" and "X11/foo.h" to + <X11/extensions/foo.h> for extension headers, e.g. Xv.h; + change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files. + +commit 16af3cc966b0f79388e9a8a68f75f62f6c30a756 +Author: Markus Kuhn <[EMAIL PROTECTED]> +Date: Sat Dec 4 00:43:10 2004 +0000 + + Encoding of numerous files changed to UTF-8 + +commit 160cc48048a4944d0a8d0b8a42c22bae61de0319 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Fri Sep 17 03:04:54 2004 +0000 + + Bug #1192: Remove cfb support from drivers where its use is an option. + Delete xf24_32bpp, as s3virge was the last user. Fix up some comments + to refer to fb rather than cfb. + +commit 09f88863a0bdf236200107631ff93f27bb03f6f4 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Wed Aug 11 19:52:13 2004 +0000 + + Fix vesa.c's shadow symbol list. + +commit 088edb719db194dd352c09ae3fa799e4653de9e6 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Tue Aug 3 02:44:21 2004 +0000 + + Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so + DoLoadableServer NO builds work again. + +commit a6a753d5a5c1c167670a4144c7ace39d688fd1e5 +Author: Adam Jackson <[EMAIL PROTECTED]> +Date: Fri Jul 30 20:30:55 2004 +0000 + + Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all + framebuffer formats except cfb and the overlay modes should work, and + r128 and radeon need to be loaded from the ati driver (both issues to + be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga + drivers. elfloader users shouldn't be affected. + +commit 03b2fd85a09d9787d1895cdb7e418e7543288fd9 +Author: Eric Anholt <[EMAIL PROTECTED]> +Date: Wed Jun 16 09:24:10 2004 +0000 + + DRI XFree86-4_3_99_12-merge import + +commit 283c0359be82bfac45781ad06d2ff0965daef73e +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Fri Apr 23 19:52:54 2004 +0000 + + Merging XORG-CURRENT into trunk + +commit fd59c1875f4f249cf42b46cfa763a1d221463f74 +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Sun Mar 14 08:33:41 2004 +0000 + + Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 + +commit 3837d4b3421a71c631b6f17813c747446bf49246 +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Wed Mar 3 12:12:28 2004 +0000 + + Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 + +commit acd0b5c42b504749bb6bd3f0c416fc838fc31b05 +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Thu Feb 26 13:35:55 2004 +0000 + + readding XFree86's cvs IDs + +commit 11f19e03e7d229b3828513d464288c4aad99d26d +Author: Egbert Eich <[EMAIL PROTECTED]> +Date: Thu Feb 26 09:23:28 2004 +0000 + + Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 + +commit 617431e758a198202ba5f54347492e9b25084c07 +Author: Kaleb Keithley <[EMAIL PROTECTED]> +Date: Tue Nov 25 19:28:43 2003 +0000 + + XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks + +commit 1d3328676ee5e2435332c28888b9bc9ff15a68ee +Author: Kaleb Keithley <[EMAIL PROTECTED]> +Date: Fri Nov 14 16:48:55 2003 +0000 + + XFree86 4.3.0.1 + +commit 53bc9c90fed82c0bab644acdc30114fe3a390652 +Author: Kaleb Keithley <[EMAIL PROTECTED]> +Date: Fri Nov 14 16:48:55 2003 +0000 + + Initial revision commit 28ae2a16d4f1d1f633fd61badddea47339ced7c3 Author: Brice Goglin <[EMAIL PROTECTED]> Date: Mon Apr 30 03:12:01 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-vesa 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 a55828c..94add15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,18 @@ xserver-xorg-video-vesa (1:1.3.0-3) UNRELEASED; urgency=low + [ Timo Aaltonen ] * Replaces/Conflicts: xserver-xorg-driver-vesa. - -- Timo Aaltonen <[EMAIL PROTECTED]> Tue, 24 Apr 2007 14:40:25 +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-vesa + 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 03:11:08 +0200 xserver-xorg-video-vesa (1:1.3.0-2) experimental; urgency=low diff --git a/debian/control b/debian/control index 21ed5c5..cb13bea 100644 --- a/debian/control +++ b/debian/control @@ -2,9 +2,11 @@ Source: xserver-xorg-video-vesa Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> -Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5.0.0), pkg-config, xserver-xorg-dev (>= 2:1.2.0), x11proto-xext-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev +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-xext-dev, x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev Standards-Version: 3.6.1 +XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa +XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-vesa.git Package: xserver-xorg-video-vesa Architecture: any @@ -20,8 +22,8 @@ Description: X.Org X server -- VESA display driver badly. . 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 module can be found as the module 'driver/xf86-video-vesa' at - :pserver:[EMAIL PROTECTED]:/cvs/xorg + This package is built from the X.org xf86-video-vesa driver module. diff --git a/debian/rules b/debian/rules index 5606fc2..a12ce10 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ binary-arch: build install serverabi dh_testroot dh_installdocs - dh_installchangelogs + dh_installchangelogs ChangeLog dh_install --sourcedir=debian/tmp --list-missing dh_link dh_strip commit 02193949fa9305f797a2e03d9f2be0634e2c73d9 Author: Timo Aaltonen <[EMAIL PROTECTED]> Date: Tue Apr 24 14:41:00 2007 +0300 Replaces/Conflicts: xserver-xorg-driver-vesa. diff --git a/debian/changelog b/debian/changelog index e681c6d..c64ef0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-video-vesa (1:1.3.0-2) UNRELEASED; urgency=low + + * Replaces/Conflicts: xserver-xorg-driver-vesa. + + -- Timo Aaltonen <[EMAIL PROTECTED]> Tue, 24 Apr 2007 14:40:25 +0300 + xserver-xorg-video-vesa (1:1.3.0-1) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/control b/debian/control index 3eef32f..1a07316 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ Package: xserver-xorg-video-vesa 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-vesa +Conflicts: xserver-xorg-driver-vesa Description: X.Org X server -- VESA display driver This driver for the X.Org X server (see xserver-xorg for a further description) uses the standard VESA interface provided on all video cards, but runs commit 271778bd6338575afa3e4ae7f614f38cdff8e2fb Author: Branden Robinson <[EMAIL PROTECTED](none)> Date: Thu Apr 12 23:18:32 2007 -0400 Test for existence of debian/patches directory before creating a symlink to it. This prevents packages that apply no patches from ending up with a broken symlink in them. Remove SVN keyword. Update copyright notice. diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk index d88c6db..63dde45 100755 --- a/debian/xsfbs/xsfbs.mk +++ b/debian/xsfbs/xsfbs.mk @@ -1,11 +1,10 @@ #!/usr/bin/make -f -# $Id$ -# Debian rules file for xorg-x11 source package +# Debian X Strike Force Build System (XSFBS): Make portion # Copyright 1996 Stephen Early # Copyright 1997 Mark Eichin -# Copyright 1998-2005 Branden Robinson +# Copyright 1998-2005, 2007 Branden Robinson # Copyright 2005 David Nusinow # # Licensed under the GNU General Public License, version 2. See the file @@ -127,7 +126,7 @@ $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir if [ ! -e $(STAMP_DIR)/log ]; then \ mkdir $(STAMP_DIR)/log; \ fi; \ - if [ ! -e patches ]; then \ + if [ -e debian/patches ] && [ ! -e patches ]; then \ ln -s debian/patches patches; \ fi; \ >$@ commit 72811b4cede7275a35d36b44bcb5f431a8aa0133 Author: Julien Cristau <[EMAIL PROTECTED]> Date: Fri Mar 2 20:28:15 2007 +0100 Fix copy/paste typo in the input driver provides. diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk index 0343aec..d88c6db 100755 --- a/debian/xsfbs/xsfbs.mk +++ b/debian/xsfbs/xsfbs.mk @@ -359,7 +359,7 @@ VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2>/dev/null) INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2>/dev/null) SERVER_DEPENDS = xserver-xorg-core (>= $(SERVERMINVERS)) VIDDRIVER_PROVIDES = xserver-xorg-video-$(VIDEOABI) -INPDRIVER_PROVIDES = xserver-xorg-video-$(INPUTABI) +INPDRIVER_PROVIDES = xserver-xorg-input-$(INPUTABI) ifeq ($(PACKAGE),) PACKAGE=$(shell awk '/^Package:/ { print $$2; exit }' < debian/control) endif -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]