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

2009-12-05 Thread Timo Aaltonen
 debian/README.source |   73 +
 debian/changelog |6 
 debian/control   |   11 
 debian/xsfbs/repack.sh   |   32 ++
 debian/xsfbs/xsfbs-autoreconf.mk |  150 --
 debian/xsfbs/xsfbs.mk|  167 ++--
 debian/xsfbs/xsfbs.sh|  533 +--
 7 files changed, 275 insertions(+), 697 deletions(-)

New commits:
commit 7d2c0af38e9f9fb9e43b0311df0021668ef5e388
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Sat Dec 5 11:16:37 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 867327b..20fb13d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ xserver-xorg-video-imstt (1:1.1.0-8) UNRELEASED; urgency=low
   
   [ Timo Aaltonen ]
   * Build against Xserver 1.7.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 11:12:22 +0200
 
diff --git a/debian/control b/debian/control
index 3615761..42265fa 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  x11proto-fonts-dev,
  x11proto-randr-dev,
  x11proto-render-dev
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.3
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-imstt
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-imstt.git
 

commit 517bdb3edaeff38ff22caa7ff7fc77604d2caf9c
Author: Timo Aaltonen tjaal...@cc.hut.fi
Date:   Sat Dec 5 11:15:12 2009 +0200

Build against Xserver 1.7.

diff --git a/debian/changelog b/debian/changelog
index 741c9d5..867327b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,7 +8,10 @@ xserver-xorg-video-imstt (1:1.1.0-8) UNRELEASED; urgency=low
 choose a driver during autoconfiguration.
 + Disable the patch system and remove quilt from the build-depends
   
- -- David Nusinow dnusi...@debian.org  Mon, 04 May 2009 22:11:12 -0400
+  [ Timo Aaltonen ]
+  * Build against Xserver 1.7.
+
+ -- Timo Aaltonen tjaal...@ubuntu.com  Sat, 05 Dec 2009 11:12:22 +0200
 
 xserver-xorg-video-imstt (1:1.1.0-7) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 236078c..3615761 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,14 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org
-Build-Depends: debhelper (= 5.0.0), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev
+Build-Depends:
+ debhelper (= 5.0.0),
+ pkg-config,
+ xserver-xorg-dev (= 2:1.7),
+ 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-imstt
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-imstt.git

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

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

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

New commits:
commit 8218ce2efc9449fb6ea9b0a2ba1c1cf8a2f73033
Author: David Nusinow dnusi...@debian.org
Date:   Mon May 4 22:12:05 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-depends

diff --git a/debian/changelog b/debian/changelog
index d5ccbd4..741c9d5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 xserver-xorg-video-imstt (1:1.1.0-8) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
- -- Brice Goglin bgog...@debian.org  Sat, 15 Sep 2007 01:56:47 +0200
+  [ David Nusinow ]
+  * 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-depends
+  
+ -- David Nusinow dnusi...@debian.org  Mon, 04 May 2009 22:11:12 -0400
 
 xserver-xorg-video-imstt (1:1.1.0-7) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 467d46f..236078c 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 dnusi...@debian.org, Branden Robinson 
bran...@debian.org
-Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev
+Build-Depends: debhelper (= 5.0.0), pkg-config, xserver-xorg-dev (= 2:1.4), 
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-imstt
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-imstt.git
diff --git a/debian/patches/01_gen_pci_ids.diff 
b/debian/patches/01_gen_pci_ids.diff
deleted file mode 100644
index cb4ed29..000
--- a/debian/patches/01_gen_pci_ids.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: xserver-xorg-video-imstt/src/Makefile.am
-===
 xserver-xorg-video-imstt.orig/src/Makefile.am  2007-09-13 
22:42:39.0 -0400
-+++ xserver-xorg-video-imstt/src/Makefile.am   2007-09-13 22:44:21.0 
-0400
-@@ -33,3 +33,9 @@
-  imstt_driver.c \
-  imstt.h \
-  imstt_reg.h
-+
-+pcidatadir = $(datadir)/xserver-xorg/pci
-+pcidata_DATA = imstt.ids
-+
-+imstt.ids : imstt.h
-+  awk '/PCI_/ {print $$3 }' $(srcdir)/imstt.h | sed 's/^0x/10E0/'  
imstt.ids
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 c150638..305b500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ endif
 # kbd_drv.a isn't phenomenally useful; kbd_drv.so more so
 confflags += --disable-static
 
-build: patch build-stamp
+build: build-stamp
 build-stamp:
dh_testdir
 
@@ -44,7 +44,7 @@ build-stamp:
 
touch build-stamp
 
-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-imstt: Changes to 'debian-unstable'

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

New commits:
commit edb49db686fd3416a6c6b135beeba6b4d5035b81
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:57:11 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 790cc97..98082ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-imstt (1:1.1.0-7) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:56:47 +0200
+
 xserver-xorg-video-imstt (1:1.1.0-6) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/copyright b/debian/copyright
index 8961d75..a273e68 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
  Copyright 2000  Ani Joshi [EMAIL PROTECTED]
 
 


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



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

2007-09-16 Thread David Nusinow
 Makefile.in |  125 +--
 aclocal.m4  |  676 ---
 configure   | 1119 
 debian/changelog|   18 
 debian/control  |4 
 debian/patches/01_gen_pci_ids.diff  |   14 
 debian/patches/series   |1 
 debian/rules|4 
 debian/xserver-xorg-video-imstt.install |1 
 man/Makefile.in |   92 +-
 src/Makefile.in |  152 ++--
 11 files changed, 1397 insertions(+), 809 deletions(-)

New commits:
commit fb4820b6d0783868439ca62dc298488fe595231d
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 790cc97..5010664 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-imstt (1:1.1.0-7) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:45 -0400
+
 xserver-xorg-video-imstt (1:1.1.0-6) experimental; urgency=low
 
   [ Julien Cristau ]

commit 74f670753c671d8a8a9111834612a0d54f8a4e8e
Author: David Nusinow [EMAIL PROTECTED]
Date:   Thu Sep 13 22:46:16 2007 -0400

* Add 01_gen_pci_ids.diff.
  This patch provides a set of PCI ID's supported by this driver so that it
  can be autoloaded by the X server
  + Enable our patch system and add quilt to the build-depends

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 = .
 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@
@@ -130,6 +127,7 @@ FFLAGS = @FFLAGS@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
+INSTALL = @INSTALL@
 INSTALL_DATA = 

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

2007-04-29 Thread Brice Goglin
 .cvsignore|   19 
 ChangeLog |  243 +++-
 aclocal.m4|  147 +++--
 autogen.sh|   12 
 config.guess  |  667 --
 config.h.in   |9 
 config.sub|  230 +--
 configure | 1469 +-
 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   |2 
 man/imstt.man |4 
 mkinstalldirs |   89 ++-
 src/.cvsignore|6 
 src/imstt_reg.h   |4 
 20 files changed, 1455 insertions(+), 1531 deletions(-)

New commits:
commit 9288993f64086f38b7523c40534052db0d3e838a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sun Apr 29 20:02:24 2007 +0200

Update upstream ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 405d40b..ff5f312 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,53 +1,230 @@
-2006-04-07  Adam Jackson  [EMAIL PROTECTED]
+commit c4ff1e44f6e41e464475e4863b5b1d70623db6f7
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Thu Mar 1 10:49:50 2007 -0800
 
-   * configure.ac:
-   * src/imstt.h:
-   * src/imstt_accel.c:
-   * src/imstt_driver.c:
-   Unlibcwrap.  Bump server version requirement.  Bump to 1.1.0.
+Replace references to XFree86/XF86Config in man page
 
-2006-02-08  Luc Verhaegen [EMAIL PROTECTED]
+commit 164274aa66ca490aaf04c54a23fc4e97547c1061
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 19:13:05 2006 +
 
-   * src/imstt_driver.c: (IMSTTPreInit):
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
 
-   Remove idiotic usage of pScrn-clock, useless anyway.
+commit 0c37cdb702bbaa7e1bce7c0be77ea8f15e7f39ca
+Author: Luc Verhaegen [EMAIL PROTECTED]
+Date:   Wed Feb 8 16:35:50 2006 +
 
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+imstt: Remove idiotic usage of pScrn-clock, useless anyway.
 
-   * configure.ac:
-   Update package version for X11R7 release.
+commit 42218b7de901f6fec51bbb9a7837e0c663058057
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:30:00 2005 +
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+Update package version for X11R7 release.
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+commit 27b6a1901c86e9fba6a183665172f805f9ef3523
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Mon Dec 19 16:25:53 2005 +
 
-2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
+Stub COPYING files
 
-   * man/Makefile.am:
-   Change *man_SOURCES == *man_PRE to fix autotools warnings.
+commit 7e941b7550f5965e9a5ec75e2fea900c6d902420
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Thu Dec 15 00:24:17 2005 +
 
-2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
+Update package version number for final X11R7 release candidate.
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+commit cc4740ec057b5c3f876091e360296333a6a439b9
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Tue Dec 6 22:48:35 2005 +
 
-2005-12-01  Kevin E. Martin  kem-at-freedesktop-dot-org
+Change *man_SOURCES == *man_PRE to fix autotools warnings.
 
-   * configure.ac:
-   Remove extraneous AC_MSG_RESULT.
+commit f1174b23c366f906cf3f4d978206de185bfff4fe
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Sat Dec 3 05:49:33 2005 +
 
-2005-11-29  Adam Jackson  [EMAIL PROTECTED]
+Update package version number for X11R7 RC3 release.
 
-   * configure.ac:
-   Only build dlloader modules by default.
+commit f5c842c17331bf418f7da714137940b95b1b4046
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Fri Dec 2 02:16:08 2005 +
 
-2005-11-09  Kevin E. Martin  kem-at-freedesktop-dot-org
+Remove extraneous AC_MSG_RESULT.
 
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
+commit 910bd2e5b47e21879900b36a1e8964ff52479ba9
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Tue Nov 29 23:29:59 2005 +
 
-2005-11-01  Kevin E. Martin  kem-at-freedesktop-dot-org
+Only build dlloader modules by default.
 
-   * configure.ac:
-   Update pkgcheck dependencies to work with separate build roots.
+commit 2b7642308e5c48a0d503dd05579147fa541a64e3
+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 8d74f834e4c3f1b30a280a28553de3d8189b4a94
+Author: Eric Anholt [EMAIL PROTECTED]
+Date:   Mon Nov 21 10:49:15 2005 +
+
+Add .cvsignores for drivers.
+
+commit b34b787d2fcf294b5591d23d1ad9571c53b0ab4c
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Nov 9 

xserver-xorg-video-imstt: 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 d23ceacc3b8e78db7e6229fb9b9d8d3169553b4b
Author: Timo Aaltonen [EMAIL PROTECTED]
Date:   Tue Apr 24 13:27:54 2007 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 9619746..274f413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
 xserver-xorg-video-imstt (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:41 +0100
+  [ Timo Aaltonen ]
+  * Replaces/Conflicts: xserver-xorg-driver-imstt.
+
+ -- Timo Aaltonen [EMAIL PROTECTED]  Tue, 24 Apr 2007 13:26:37 +0300
 
 xserver-xorg-video-imstt (1:1.1.0-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 62305ca..75b4e21 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Package: xserver-xorg-video-imstt
 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-imstt
+Conflicts: xserver-xorg-driver-imstt
 Description: X.Org X server -- IMSTT display driver
  This package provides the driver for the Integrated Micro Solutions Twin Turbo
  family of video cards.


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



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

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

Add some more watch files.

commit b009625f77d670208ec3beb3343a1685cf65
Author: David Nusinow [EMAIL PROTECTED]
Date:   Tue Sep 19 00:37:48 2006 +

Prepare changelog for upload to unstable

commit 1ccc2ebf8f8a6ee610b215eb553840bc2a124f76
Author: Steve Langasek [EMAIL PROTECTED]
Date:   Mon Sep 18 11:02:08 2006 +

merge imstt 7.1 video driver to trunk for upload to unstable

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

more fixes for unversioned directory names

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

Prepare changelogs for upload to unstable

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

Fix Branden's email address

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

Change driver package names to new scheme

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

Move .install files to new naming scheme for drivers

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

Pull in and use xsfbs

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

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

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

Add packaging for various drivers

commit 52893c75fe967abbb69ef86edf88b4cf0534e07b
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 544eefc4674606722427d2deb2ee3e06519dd7b4
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]