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

2013-07-28 Thread Michele Cane
 .gitignore   |   70 +-
 COPYING  |   31 --
 ChangeLog|  244 +++
 Makefile.am  |   17 ++-
 README   |   41 
 README.sgml  |   71 --
 configure.ac |   49 --
 debian/changelog |8 +
 debian/control   |4 
 man/.gitignore   |2 
 man/Makefile.am  |   59 
 src/.gitignore   |6 -
 src/newport_cursor.c |2 
 src/newport_driver.c |   11 --
 14 files changed, 422 insertions(+), 193 deletions(-)

New commits:
commit 25fdb7f016fd18c8747d740876dde5ea8cf3e4da
Author: Michele Cane 
Date:   Sun Jul 21 20:56:02 2013 +0200

Build against Xserver 1.14.

diff --git a/debian/changelog b/debian/changelog
index 1e99ee8..7b08447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xserver-xorg-video-newport (1:0.2.4-1) UNRELEASED; urgency=low
 
   * New upstream release. 
   * Bump Standards-Version to 3.9.4, no changes needed.
+  * Build against Xserver 1.14.
 
  -- Michele Cane   Sun, 21 Jul 2013 20:50:38 +0200
 
diff --git a/debian/control b/debian/control
index 738c09d..1c89f78 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  quilt,
  xutils-dev,
  pkg-config,
- xserver-xorg-dev (>= 2:1.9.4),
+ xserver-xorg-dev (>= 2:1.14),
  x11proto-video-dev,
  x11proto-core-dev,
  x11proto-fonts-dev,

commit 83a3d71f694b8a827bc70c0d3428cd433c4adba3
Author: Michele Cane 
Date:   Sun Jul 21 20:54:07 2013 +0200

Bump Standards-Version to 3.9.4, no changes needed.

diff --git a/debian/changelog b/debian/changelog
index 9503b4b..1e99ee8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-newport (1:0.2.4-1) UNRELEASED; urgency=low
 
   * New upstream release. 
+  * Bump Standards-Version to 3.9.4, no changes needed.
 
  -- Michele Cane   Sun, 21 Jul 2013 20:50:38 +0200
 
diff --git a/debian/control b/debian/control
index d322d53..738c09d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  x11proto-fonts-dev,
  x11proto-randr-dev,
  x11proto-render-dev,
-Standards-Version: 3.9.1
+Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
 

commit bd16d03887f060967bd7a9d847ae53320d601f85
Author: Michele Cane 
Date:   Sun Jul 21 20:51:58 2013 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index b1ef836..2262350 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,247 @@
+commit 0d20e0453fcbe348e517e65fa45126ea4b4477cc
+Author: Julien Cristau 
+Date:   Sat May 12 13:29:07 2012 +0200
+
+xf86-video-newport 0.2.4
+
+commit 3e01816ce8a8d42144cb6726435ee72cf698ce92
+Author: Matt Turner 
+Date:   Mon Sep 26 22:54:13 2011 -0400
+
+Remove if(E != NULL) checks around free(E)
+
+Signed-off-by: Matt Turner 
+
+commit 95b2e6f88fca70216d0bffd813981316ec74b2de
+Author: Paulo Zanoni 
+Date:   Mon Dec 13 15:55:18 2010 -0200
+
+Replace X{c,r,}alloc and Xfree for stdlib functions
+
+Signed-off-by: Paulo Zanoni 
+Reviewed-by: Jeremy Huddleston 
+Signed-off-by: Julien Cristau 
+
+commit 21c5ff7a38fb0a678f90478659e5e486213fb6a0
+Author: Gaetan Nadon 
+Date:   Wed Jul 21 16:49:04 2010 -0400
+
+config: add comments for main statements
+
+commit 1e66f6b1960fbc1261da1118083c5283f06fc1c5
+Author: Gaetan Nadon 
+Date:   Wed Jul 21 16:07:00 2010 -0400
+
+config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
+
+Signed-off-by: Gaetan Nadon 
+
+commit f669d93ea1a6e2de304ff0a73e5d8ace0c9094ba
+Author: Gaetan Nadon 
+Date:   Wed Jul 21 14:37:41 2010 -0400
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+Signed-off-by: Gaetan Nadon 
+
+commit be8da92fde7a6d5606ff052ae18ce7027fc14160
+Author: Gaetan Nadon 
+Date:   Wed Jul 21 14:05:22 2010 -0400
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Signed-off-by: Gaetan Nadon 
+
+commit cd3146c2e05b6e2005ff696e6b2daf448246d11d
+Author: Gaetan Nadon 
+Date:   Wed Jul 21 09:27:42 2010 -0400
+
+config: complete AC_INIT m4 quoting
+
+Signed-off-by: Gaetan Nadon 
+
+commit 7fa3f4afea77c3eb7768ee18b7ddf352024bdf4a
+Author: Gaetan Nadon 
+Date:   Tue Jul 20 21:44:57 2010 -0400
+
+config: remove unrequired AC_SUBST([XORG_CFLAGS])
+
+This macro is called by PKG_CHECK_MODULES
+
+Signed-off-by: Gaetan Nadon 
+
+commit fbbe579d900759cdf3cca486e5af9ed537c1fae2
+Author: Gaetan Nadon 
+Date:   Tue Jul 20 20:24:42 2010 -0400
+
+config: remove unrequired AC_HEADER_STDC
+
+Autoconf says:
+"This macro is obsolescent, as current systems have conforming
+header files. New programs need not use this macro".
+
+Signed-off-by: Gaetan Nadon 
+
+commit 6a5c1636c9b2e73e02af94e14cc7a7d41a442ce9
+Author: Ga

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

2011-02-20 Thread Cyril Brulebois
 debian/README.source   |   24 -
 debian/changelog   |   16 +
 debian/compat  |2 
 debian/control |   23 -
 debian/patches/series  |1 
 debian/rules   |   99 ---
 debian/xsfbs/repack.sh |   32 --
 debian/xsfbs/xsfbs.mk  |  276 -
 debian/xsfbs/xsfbs.sh  |  622 -
 9 files changed, 41 insertions(+), 1054 deletions(-)

New commits:
commit beebd2039bda9f8e12afee71225be011667c3d1e
Author: Cyril Brulebois 
Date:   Sun Feb 20 23:27:24 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 11e4361..6ab255a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.3-2) unstable; urgency=low
 
   * Switch to dh:
 - Use debhelper 8.
@@ -12,7 +12,7 @@ xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
   * Wrap Depends/Provides.
   * Bump Standards-Version to 3.9.1 (no changes needed).
 
- -- Cyril Brulebois   Sun, 20 Feb 2011 23:13:57 +0100
+ -- Cyril Brulebois   Sun, 20 Feb 2011 23:27:21 +0100
 
 xserver-xorg-video-newport (1:0.2.3-1) unstable; urgency=low
 

commit c61a20b92caa2a86c2b592f9111823220f06d5aa
Author: Cyril Brulebois 
Date:   Sun Feb 20 23:27:10 2011 +0100

Replace obsolete ${xserver:Depends} with ${xviddriver:Depends}.

diff --git a/debian/changelog b/debian/changelog
index f405add..11e4361 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
   debhelper sequence.
   * Remove xsfbs accordingly.
   * Update Uploaders list. Thanks, David!
+  * Replace obsolete ${xserver:Depends} with ${xviddriver:Depends}.
   * Remove long obsolete Replaces/Conflicts.
   * Wrap Depends/Provides.
   * Bump Standards-Version to 3.9.1 (no changes needed).
diff --git a/debian/control b/debian/control
index bd714f2..d322d53 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,7 @@ Architecture: mips
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- ${xserver:Depends},
+ ${xviddriver:Depends},
 Provides:
  ${xviddriver:Provides}
 Description: X.Org X server -- Newport display driver

commit b86ea67d24128c779b3cc3e500706aff937f8139
Author: Cyril Brulebois 
Date:   Sun Feb 20 23:19:23 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 73cb824..f405add 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
   * Update Uploaders list. Thanks, David!
   * Remove long obsolete Replaces/Conflicts.
   * Wrap Depends/Provides.
+  * Bump Standards-Version to 3.9.1 (no changes needed).
 
  -- Cyril Brulebois   Sun, 20 Feb 2011 23:13:57 +0100
 
diff --git a/debian/control b/debian/control
index b19694f..bd714f2 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  x11proto-fonts-dev,
  x11proto-randr-dev,
  x11proto-render-dev,
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
 

commit ca401e0cef6d567465a3eb3da41f2fccaf44d854
Author: Cyril Brulebois 
Date:   Sun Feb 20 23:18:59 2011 +0100

Wrap Depends/Provides.

diff --git a/debian/changelog b/debian/changelog
index 45d4273..73cb824 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
   * Remove xsfbs accordingly.
   * Update Uploaders list. Thanks, David!
   * Remove long obsolete Replaces/Conflicts.
+  * Wrap Depends/Provides.
 
  -- Cyril Brulebois   Sun, 20 Feb 2011 23:13:57 +0100
 
diff --git a/debian/control b/debian/control
index c0dc606..b19694f 100644
--- a/debian/control
+++ b/debian/control
@@ -21,8 +21,12 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport
 
 Package: xserver-xorg-video-newport
 Architecture: mips
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: ${xviddriver:Provides}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ ${xserver:Depends},
+Provides:
+ ${xviddriver:Provides}
 Description: X.Org X server -- Newport display driver
  This package provides the driver for the Newport family of chipsets integrated
  in SGI Indy and Indy2 machines.

commit 584cd456121cfe2ea493ce755c5e03e7ad263102
Author: Cyril Brulebois 
Date:   Sun Feb 20 23:18:33 2011 +0100

Remove long obsolete Replaces/Conflicts.

diff --git a/debian/changelog b/debian/changelog
index b7f0e57..45d4273 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xserver-xorg-video-newport (1:0.2.3-2) UNRELEASED; urgency=low
   debhelper sequence.
   * Remove xsfbs accordingly.
   * Update Uploaders list. Thanks, David!
+  * Remove long 

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

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

New commits:
commit 9b059c53b88e0c3175096f407a773540f94691e5
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:58 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 a867b60..1721c1c 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,5 @@ Description: X.Org X server -- Newport 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-newport 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/e1oamp7-wp...@alioth.debian.org



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

2010-01-23 Thread Julien Cristau
 debian/changelog |6 --
 src/newport_driver.c |   45 -
 2 files changed, 4 insertions(+), 47 deletions(-)

New commits:
commit c1f9dbdd724b1a8c1673f669681a1b16a36dd529
Author: Julien Cristau 
Date:   Sat Jan 23 14:54:57 2010 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index bba498c..7ff7729 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-newport (1:0.2.3-1) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.3-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
@@ -11,7 +11,7 @@ xserver-xorg-video-newport (1:0.2.3-1) UNRELEASED; urgency=low
   * Cherry-pick patch from upstream git to stop calling functions which don't
 exist in xserver 1.7.  Thanks, Bernhard R. Link!
 
- -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:08 +0200
+ -- Julien Cristau   Sat, 23 Jan 2010 14:54:54 +0100
 
 xserver-xorg-video-newport (1:0.2.2-1) unstable; urgency=low
 

commit 514925c99ff96fb42654d9b0980c4ad4a49c3d47
Author: Julien Cristau 
Date:   Sat Jan 23 14:54:25 2010 +0100

update changelog

diff --git a/debian/changelog b/debian/changelog
index 543ed13..bba498c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ xserver-xorg-video-newport (1:0.2.3-1) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Cherry-pick patch from upstream git to stop calling functions which don't
+exist in xserver 1.7.  Thanks, Bernhard R. Link!
 
  -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:08 +0200
 

commit 10113d246dee68ca923ea0867a4525c144ee1919
Author: Julien Cristau 
Date:   Sat Jan 23 14:46:46 2010 +0100

newport: stop using obsolete loader functions

The loader symbol list functions have been removed from the server in
1.7.

Reported-and-tested-by: Bernhard R. Link 
Signed-off-by: Julien Cristau 
(cherry picked from commit 48f48e585bf542be48d7d34dc66d430d6843268f)

diff --git a/src/newport_driver.c b/src/newport_driver.c
index 64b643a..6bd7c9f 100644
--- a/src/newport_driver.c
+++ b/src/newport_driver.c
@@ -102,36 +102,6 @@ static SymTabRec NewportChipsets[] = {
 {-1, NULL }
 };
 
-/* List of Symbols from other modules that this module references */
-
-static const char *fbSymbols[] = {
-   "fbPictureInit",
-   "fbScreenInit",
-   NULL
-}; 
-
-static const char *ramdacSymbols[] = {
-"xf86CreateCursorInfoRec",
-"xf86InitCursor",
-NULL
-};
-
-static const char *shadowSymbols[] = {
-   "ShadowFBInit",
-   NULL
-};
-
-static const char *xaaSymbols[] = {
-"XAACreateInfoRec",
-"XAADestroyInfoRec",
-"XAAGetFallbackOps",
-"XAAInit",
-NULL
-};
-
-
-#ifdef XFree86LOADER
-
 static MODULESETUPPROTO(newportSetup);
 
 static XF86ModuleVersionInfo newportVersRec =
@@ -172,14 +142,6 @@ newportSetup(pointer module, pointer opts, int *errmaj, 
int *errmin)
xf86AddDriver(&NEWPORT, module, 0);
 
/*
-* Tell the loader about symbols from other modules that this 
module
-* might refer to.
-*
-*/
-   LoaderRefSymLists( fbSymbols, ramdacSymbols, shadowSymbols, 
xaaSymbols, NULL);
-
-
-   /*
 * The return value must be non-NULL on success even though
 * there is no TearDownProc.
 */
@@ -190,8 +152,6 @@ newportSetup(pointer module, pointer opts, int *errmaj, int 
*errmin)
}
 }
 
-#endif /* XFree86LOADER */
-
 typedef enum {
OPTION_BITPLANES,
OPTION_BUS_ID,
@@ -486,7 +446,6 @@ NewportPreInit(ScrnInfoPtr pScrn, int flags)
NewportFreeRec(pScrn);
return FALSE;
}
-   xf86LoaderReqSymLists( fbSymbols, NULL);
 
/* Load ramdac modules */
if (pNewport->hwCursor) {
@@ -494,7 +453,6 @@ NewportPreInit(ScrnInfoPtr pScrn, int flags)
NewportFreeRec(pScrn);
return FALSE;
}
-   xf86LoaderReqSymLists(ramdacSymbols, NULL);
}
 
/* Load ShadowFB module */
@@ -502,7 +460,6 @@ NewportPreInit(ScrnInfoPtr pScrn, int flags)
NewportFreeRec(pScrn);
return FALSE;
}
-   xf86LoaderReqSymLists(shadowSymbols, NULL);
 
return TRUE;
 }
@@ -596,8 +553,6 @@ NewportScreenInit(int index, ScreenPtr pScreen, int argc, 
char **argv)
if (!pNewport->NoAccel) {
if (!xf86LoadSubModule(pScrn, "xaa"))
pNewport->NoAccel = TRUE;
-   else
-   xf86LoaderReqSymLists(xaaSymbols, NULL);
}
 #if 0
if (pScrn->bitsPerPixel < 24)


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

xserver-xorg-video-newport: 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 b0b28560415dfcc539ac5fafb05841979ca54a7b
Author: Julien Cristau 
Date:   Sat Jan 16 16:48:39 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 5d32c39..543ed13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 xserver-xorg-video-newport (1:0.2.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:08 +0200
 
 xserver-xorg-video-newport (1:0.2.2-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f1e2716..aa21a2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,12 +36,12 @@ build: build-stamp
 build-stamp:
dh_testdir
autoreconf -vfi
-   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE) && \
+   mkdir -p build
+   cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
-   cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+   cd build && $(MAKE)
>$@
 
 clean: xsfclean
@@ -53,7 +53,7 @@ clean: xsfclean
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
-   rm -rf obj-*
+   rm -rf build
rm -f aclocal.m4 config.guess config.sub config.h.in configure
rm -f depcomp install-sh ltmain.sh missing mkinstalldirs
rm -f $$(find -name Makefile.in)
@@ -66,7 +66,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-newport: 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 63f5c38749646579f2a43c186013e2146aa4dd12
Author: Timo Aaltonen 
Date:   Sat Dec 5 02:09:28 2009 +0200

Build against Xserver 1.7.

diff --git a/debian/changelog b/debian/changelog
index f53cd65..5d32c39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-newport (1:0.2.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:51:55 +0200
+ -- Timo Aaltonen   Sat, 05 Dec 2009 01:49:08 +0200
 
 xserver-xorg-video-newport (1:0.2.2-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 530790e..a867b60 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  libtool,
  xutils-dev,
  pkg-config,
- xserver-xorg-dev (>= 2:1.4),
+ 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-newport: Changes to 'debian-unstable'

2009-11-30 Thread Timo Aaltonen
 ChangeLog |   18 +++
 configure.ac  |2 
 debian/README.source  |   73 ++
 debian/changelog  |7 +
 debian/control|2 
 debian/xsfbs/xsfbs.mk |   21 
 debian/xsfbs/xsfbs.sh |  245 --
 src/newport.h |3 
 src/newport_driver.c  |4 
 9 files changed, 110 insertions(+), 265 deletions(-)

New commits:
commit 79580f6ecb21f497146f1d57249dbd19ff1c4d11
Author: Timo Aaltonen 
Date:   Mon Nov 30 16:53:08 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 1bf9964..f53cd65 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xserver-xorg-video-newport (1:0.2.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen   Mon, 30 Nov 2009 16:51:55 +0200
 
diff --git a/debian/control b/debian/control
index 2f3a585..530790e 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  x11proto-randr-dev,
  x11proto-render-dev,
  dpkg-dev (>= 1.14.17)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
 

commit 4d1cdd34617fd7d2ac2d6fd23208c85850b119a9
Author: Timo Aaltonen 
Date:   Mon Nov 30 16:52:36 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index 210446d..b1ef836 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+commit d389e0a1de0b8861d6869866fc133bc970014c36
+Author: Dave Airlie 
+Date:   Mon Sep 7 15:03:57 2009 +1000
+
+bump to 0.2.3 for release
+
+commit fc6ef5cfb34e26b2f391d1868501bebbaaef786c
+Author: Dave Airlie 
+Date:   Tue Jul 28 15:22:40 2009 +1000
+
+newport: change to using ABI version check
+
+commit d0bc81e8d7af7df512e5556a2d1da0c2053c75cd
+Author: Dave Airlie 
+Date:   Tue Jul 28 13:32:31 2009 +1000
+
+newport: update for resources/RAC API removal
+
 commit 67fbf6932ec59063928925401283958ccdfb98c3
 Author: Julien Cristau 
 Date:   Fri May 15 03:01:04 2009 +0200
diff --git a/debian/changelog b/debian/changelog
index 49fc6d4..1bf9964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-newport (1:0.2.3-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Timo Aaltonen   Mon, 30 Nov 2009 16:51:55 +0200
+
 xserver-xorg-video-newport (1:0.2.2-1) unstable; urgency=low
 
   * New upstream release.

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

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

2009-05-14 Thread Julien Cristau
 .cvsignore |   19 
 .gitignore |   20 
 ChangeLog  |   51 
 Makefile.in|  667 -
 aclocal.m4 | 7951 -
 config.guess   | 1500 --
 config.h.in|   66 
 config.sub | 1616 --
 configure  |22289 -
 configure.ac   |2 
 debian/changelog   |   10 
 debian/control |   16 
 debian/patches/01_newport_man.diff |   10 
 debian/patches/series  |1 
 debian/rules   |   19 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |   29 
 debian/xsfbs/xsfbs.sh  |   66 
 depcomp|  530 
 install-sh |  323 
 ltmain.sh  | 6871 ---
 man/.cvsignore |2 
 man/.gitignore |2 
 man/Makefile.am|1 
 man/Makefile.in|  429 
 man/newport.man|2 
 missing|  360 
 mkinstalldirs  |  158 
 src/.cvsignore |6 
 src/.gitignore |6 
 src/Makefile.in|  528 
 src/newport_driver.c   |   19 
 32 files changed, 165 insertions(+), 43436 deletions(-)

New commits:
commit 7ee0bebc704f4fa83060a1d22e53716685987849
Author: Julien Cristau 
Date:   Fri May 15 03:24:09 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index a4e4c60..49fc6d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-newport (1:0.2.2-1) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.2-1) unstable; urgency=low
 
   * New upstream release.
   * Remove myself from Uploaders.
@@ -6,7 +6,7 @@ xserver-xorg-video-newport (1:0.2.2-1) UNRELEASED; urgency=low
   * Allow parallel builds.
   * Run autoreconf at build time.
 
- -- Julien Cristau   Fri, 15 May 2009 03:15:14 +0200
+ -- Julien Cristau   Fri, 15 May 2009 03:23:41 +0200
 
 xserver-xorg-video-newport (1:0.2.1-5) unstable; urgency=high
 

commit 780b218c748c5f4abe974a8ee734c2e3d0968341
Author: Julien Cristau 
Date:   Fri May 15 03:23:23 2009 +0200

update changelogs

diff --git a/ChangeLog b/ChangeLog
index fa73493..210446d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+commit 67fbf6932ec59063928925401283958ccdfb98c3
+Author: Julien Cristau 
+Date:   Fri May 15 03:01:04 2009 +0200
+
+Bump to 0.2.2
+
+commit 50e8de3620fc0e4e6df47d101b9743424fb9ed4c
+Author: Alan Coopersmith 
+Date:   Fri Jan 9 16:31:17 2009 -0800
+
+Remove xorgconfig & xorgcfg from See Also list in man page
+
+commit 6cad0fa508db77a9ce45165a1cf870ee2f54ca3d
+Author: Adam Jackson 
+Date:   Sun Nov 23 20:14:15 2008 -0500
+
+Use "no" bus, not ISA
+
+commit 75e6c48a6f9f731ed6088e6f65db4697b89f9f85
+Author: Matthieu Herrb 
+Date:   Sat Mar 8 23:41:26 2008 +0100
+
+Makefile.am: nuke RCS Id
+
+commit 86b6bb11ffc4bce5886b5bc28b8df41af89f0925
+Author: Julien Cristau 
+Date:   Mon Feb 25 11:52:20 2008 +0100
+
+Bug#11761: Fix xaa initialization
+
+Load the xaa module when NoAccel is unset, so it actually has a chance
+to work.
+
+commit 39c8fdb4029f775a4cfc6b84be6584876e54b49e
+Author: James Cloos 
+Date:   Mon Sep 3 05:52:37 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 023e3e4e20c6145e6ac70eea1c18cf5518b935ca
+Author: James Cloos 
+Date:   Thu Aug 23 19:25:50 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 6cce7770b43999ea606a468d63067aa6263a7940
+Author: Brice Goglin 
+Date:   Tue Aug 7 12:37:51 2007 +0200
+
+Define NEWPORT_*_VERSION using PACKAGE_VERSION_*
+
 commit e35dd304dc9f0dc12eaf73ea247ca7b8e0c66aec
 Author: Adam Jackson 
 Date:   Fri Oct 13 18:36:42 2006 -0400
diff --git a/debian/changelog b/debian/changelog
index d03024c..a4e4c60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-xserver-xorg-video-newport (1:0.2.1-6) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.2-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * Remove myself from Uploaders.
   * Remove newport_man.diff, utf-8 manpages are allowed now.
   * Allow parallel builds.

commit 376e4ac9523a7114cf2978a594c9f81bf90977c7
Author: Julien Cristau 
Date:   Fri May 15 03:21:09 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index c768861..000
--- a/Makefile.in
+++ /dev/null
@@ -1,667 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free softwa

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

2008-06-01 Thread Julien Cristau
 debian/changelog  |   14 +
 debian/control|   10 -
 debian/rules  |6 
 debian/xsfbs/xsfbs.mk |   22 --
 debian/xsfbs/xsfbs.sh |  387 +++---
 5 files changed, 234 insertions(+), 205 deletions(-)

New commits:
commit d1c9fd8e77216226c531826ac96a7b36495dffb0
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jun 1 16:40:00 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index c0a4618..24e1c45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; urgency=high
+xserver-xorg-video-newport (1:0.2.1-5) unstable; urgency=high
 
   * High urgency for RC bug fix.
 
@@ -19,7 +19,7 @@ xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; 
urgency=high
 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:59:43 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 01 Jun 2008 16:39:56 +0200
 
 xserver-xorg-video-newport (1:0.2.1-4) unstable; urgency=low
 

commit f652e90b85703be398ec7a0be46fee60c76d1c8b
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jun 1 16:39:40 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 86893ca..c0a4618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,10 @@ xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; 
urgency=high
   * Add myself to Uploaders.
   * Bump Standards-Version to 3.7.3.
   * Drop the XS- prefix from Vcs-* control fields.
+  * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
+/usr/bin/Xorg and other modules, and that's not a bug, so we want
+dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
+dpkg-dev >= 1.14.17.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
 
diff --git a/debian/control b/debian/control
index d517d5c..dd3dd4b 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), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
+Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev, dpkg-dev (>= 1.14.17)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
diff --git a/debian/rules b/debian/rules
index 310d162..d820077 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 8da1fef625963dd3012c0946f57ed4a274595321
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jun 1 16:38:14 2008 +0200

debian/control updates

* Add myself to Uploaders.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index b0f2140..86893ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; 
urgency=high
   * Only build on mips, this driver is useless on other architectures
 (closes: #393709).  Thanks, Florian Lohoff!
   * Fix target dependencies in debian/rules.
+  * Add myself to Uploaders.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from Vcs-* control fields.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
 
diff --git a/debian/control b/debian/control
index 60e5d66..d517d5c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: xserver-xorg-video-newport
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
-XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newp

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

2008-05-10 Thread Julien Cristau
 debian/changelog |   11 ++
 debian/control   |2 
 debian/rules |2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  107 ---
 debian/xsfbs/xsfbs.sh|7 -
 src/newport_driver.c |9 +-
 7 files changed, 37 insertions(+), 251 deletions(-)

New commits:
commit 1d193564dd552bbfe2ada16d137031b47d2fb5a3
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat May 10 16:54:15 2008 +0200

Only build on mips, this driver is useless on other architectures

closes: #393709

diff --git a/debian/changelog b/debian/changelog
index 28ddeb3..a188d69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; urgency=high
   [ Julien Cristau ]
   * Install the upstream README.
   * Fix XAA module loading (closes: #402178).
+  * Only build on mips, this driver is useless on other architectures
+(closes: #393709).  Thanks, Florian Lohoff!
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
 
diff --git a/debian/control b/debian/control
index 286e4d9..60e5d66 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
 
 Package: xserver-xorg-video-newport
-Architecture: alpha amd64 arm armeb armel hppa hurd-i386 i386 ia64 
kfreebsd-i386 m68k mips mipsel netbsd-i386 powerpc
+Architecture: mips
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: ${xviddriver:Provides}
 Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-newport

commit c751dfd771e710dc56615c2728beece8bb902a46
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat May 10 16:35:57 2008 +0200

Update changelog

diff --git a/debian/changelog b/debian/changelog
index 4353e99..28ddeb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,13 @@
-xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; urgency=high
+
+  * High urgency for RC bug fix.
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
   [ Julien Cristau ]
   * Install the upstream README.
+  * Fix XAA module loading (closes: #402178).
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
 

commit 6199170bb3b3179f22e1ba953154e5b3934f7891
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Mon Feb 25 11:52:20 2008 +0100

Bug#11761: Fix xaa initialization

Load the xaa module when NoAccel is unset, so it actually has a chance
to work.
(cherry picked from commit 86b6bb11ffc4bce5886b5bc28b8df41af89f0925)

diff --git a/src/newport_driver.c b/src/newport_driver.c
index 2bb6cab..4b2e0db 100644
--- a/src/newport_driver.c
+++ b/src/newport_driver.c
@@ -593,12 +593,15 @@ NewportScreenInit(int index, ScreenPtr pScreen, int argc, 
char **argv)
pNewport->NoAccel = FALSE;
if (xf86ReturnOptValBool(pNewport->Options, OPTION_NOACCEL, FALSE)) 
{
-   if (!xf86LoadSubModule(pScrn, "xaa"))
-   return FALSE;
-   xf86LoaderReqSymLists(xaaSymbols, NULL);
pNewport->NoAccel = TRUE;
xf86DrvMsg(pScrn->scrnIndex, X_CONFIG, "Acceleration disabled\n");
}
+   if (!pNewport->NoAccel) {
+   if (!xf86LoadSubModule(pScrn, "xaa"))
+   pNewport->NoAccel = TRUE;
+   else
+   xf86LoaderReqSymLists(xaaSymbols, NULL);
+   }
 #if 0
if (pScrn->bitsPerPixel < 24)
{ /* not implemented yet */

commit efb50819c1c7742c834385d34c7d6859d8aaff00
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat May 10 15:53:38 2008 +0200

Install the upstream README.

diff --git a/debian/changelog b/debian/changelog
index 518d9a1..4353e99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 xserver-xorg-video-newport (1:0.2.1-5) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
+  [ Julien Cristau ]
+  * Install the upstream README.
+
  -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
 
 xserver-xorg-video-newport (1:0.2.1-4) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 6ab98fe..c17f63d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,7 +70,7 @@ binary-arch: build install serverabi
dh_testdir
dh_testroot
 
-   dh_installdocs
+   dh_installdocs README
dh_installchangelogs ChangeLog
dh_install --sourcedir=debian/tmp --list-missing
dh_link

commit c87ea43906787791a87a659c0a9d6312945ffb32
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Apr 13 03:12:18 2008 +0200

Remove xsfbs-autoreconf.mk

It has never been used, and that doesn't look likely to ch

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

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

New commits:
commit 89a1eb4187b74b7e8645d2c3aade21de370cd260
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sat Sep 15 02:00:06 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 47a675d..5f7a553 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-newport (1:0.2.1-4) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Sat, 15 Sep 2007 01:59:43 +0200
+
 xserver-xorg-video-newport (1:0.2.1-3) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4
diff --git a/debian/copyright b/debian/copyright
index 5ea17c1..5f1dac1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 (c) 2000-2002 Guido Guenther <[EMAIL PROTECTED]>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy


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



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

2007-09-16 Thread David Nusinow
 debian/changelog |   14 ++
 debian/control   |4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit 7e511f9ebd853200af3f88a69503f590b5d90a63
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Sep 16 16:18:38 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 47a675d..8e01b2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-newport (1:0.2.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Sun, 16 Sep 2007 15:43:46 -0400
+
 xserver-xorg-video-newport (1:0.2.1-3) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4

commit 06f035054141c3174955e19e275e3075f6913302
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 13 21:16:38 2007 -0400

* Remove Branden from uploaders with his permission. He's always welcome
  back of course.

diff --git a/debian/changelog b/debian/changelog
index c3544e1..47a675d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
 xserver-xorg-video-newport (1:0.2.1-3) experimental; urgency=low
 
   * Build against and build-dep on xserver 1.4
+  * Remove Branden from uploaders with his permission. He's always welcome
+back of course.
 
- -- David Nusinow <[EMAIL PROTECTED]>  Thu, 13 Sep 2007 21:11:25 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu, 13 Sep 2007 21:15:49 -0400
 
 xserver-xorg-video-newport (1:0.2.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 92e0b21..286e4d9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-newport
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport

commit cdc2fa9abfab184b362c17aa2b2d2d83a194316d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Thu Sep 13 21:12:18 2007 -0400

* Build against and build-dep on xserver 1.4

diff --git a/debian/changelog b/debian/changelog
index 9036e42..c3544e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-newport (1:0.2.1-3) experimental; urgency=low
+
+  * Build against and build-dep on xserver 1.4
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Thu, 13 Sep 2007 21:11:25 -0400
+
 xserver-xorg-video-newport (1:0.2.1-2) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 8902d89..92e0b21 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]>, Branden Robinson <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), quilt, 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
+Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.4), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git


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



xserver-xorg-video-newport: 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 f22207ce902bc61c514d16517a7d5099a4364bf5
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed May 2 14:35:20 2007 +0200

Bump Standards-Version to 3.7.2.

diff --git a/debian/changelog b/debian/changelog
index 555f11a..9036e42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xserver-xorg-video-newport (1:0.2.1-2) UNRELEASED; urgency=low
+xserver-xorg-video-newport (1:0.2.1-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Add patch to replace non-ascii character in newport(4) with equivalent
 groff escape sequence.
+  * Bump Standards-Version to 3.7.2.
 
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-newport.
@@ -18,7 +19,7 @@ xserver-xorg-video-newport (1:0.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]>  Sat, 28 Apr 2007 04:16:31 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 02 May 2007 14:34:54 +0200
 
 xserver-xorg-video-newport (1:0.2.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 291d0fc..8902d89 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 (>= 5.0.0), quilt, 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
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-newport
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-newport.git
 


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



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

2007-04-27 Thread Brice Goglin
 ChangeLog|  292 +++
 debian/changelog |   13 ++
 debian/control   |   12 +-
 debian/rules |2 
 4 files changed, 273 insertions(+), 46 deletions(-)

New commits:
commit c709905cb6199680199f8fdbc962d1164c4a55c6
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sat Apr 28 04:22:49 2007 +0200

Update upstream changelog

diff --git a/ChangeLog b/ChangeLog
index 3616cbb..fa73493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,60 +1,274 @@
-2006-04-12  Adam Jackson  <[EMAIL PROTECTED]>
+commit e35dd304dc9f0dc12eaf73ea247ca7b8e0c66aec
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Oct 13 18:36:42 2006 -0400
 
-   * src/newport_accel.c:
-   Bug #6563: s/MAXSHORT/SHRT_MAX/ for POSIX.  (Matthieu Herrb)
+Bump to 0.2.1
 
-2006-04-07  Adam Jackson  <[EMAIL PROTECTED]>
+commit 923e59983d60723a198fb8819eb67ff61f31f8c2
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Wed Apr 12 20:28:12 2006 +
 
-   * configure.ac:
-   * src/newport.h:
-   * src/newport_accel.c:
-   * src/newport_driver.c:
-   Unlibcwrap.  Bump server version requirement.  Bump to 0.2.0.
+Bug #6563: s/MAXSHORT/SHRT_MAX/ for POSIX. (Matthieu Herrb)
 
-2006-01-09  David Nusinow  
+commit a02507545b53ab20f6003c8771b800a6927c7106
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Fri Apr 7 19:28:16 2006 +
 
-   * man/newport.man:
-   Convert manpage to utf-8
-   Bugzilla #1925 
+Unlibcwrap. Bump server version requirement. Bump to 0.2.0.
 
-2005-12-20  Kevin E. Martin  
+commit 72681940d2523cc2928b0c2803b006483e8e4929
+Author: gravity 
+Date:   Tue Jan 10 03:24:09 2006 +
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Convert manpage to utf-8
 
-2005-12-14  Kevin E. Martin  
+commit f3f016f30340b12b188b04e6ff250492724dd676
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Dec 21 02:30:01 2005 +
 
-   * configure.ac:
-   * src/newport_driver.c:
-   Update package version number for final X11R7 release candidate.
-   Bump driver version number.
+Update package version for X11R7 release.
 
-2005-12-06  Kevin E. Martin  
+commit 95fba2ecd83b193f9ac089f04fdd62af6b047f7e
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Mon Dec 19 16:25:54 2005 +
 
-   * man/Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+Stub COPYING files
 
-2005-12-03  Kevin E. Martin  
+commit 17fb7503032bb5e15841e0cbbfd6e499777447ee
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Thu Dec 15 00:21:32 2005 +
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Update package version number for final X11R7 release candidate. Bump
+driver version number.
 
-2005-12-01  Kevin E. Martin  
+commit eed591b122ffe11b3bba59486d28c04ecf08fd68
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Thu Dec 8 22:58:21 2005 +
 
-   * configure.ac:
-   Remove extraneous AC_MSG_RESULT.
+Fix a non-dlloaderism to make X -configure work.
 
-2005-11-29  Adam Jackson  <[EMAIL PROTECTED]>
+commit 69bc01341d11591e4d1081f94909247d508619ee
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Tue Dec 6 22:48:36 2005 +
 
-   * configure.ac:
-   Only build dlloader modules by default.
+Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
 
-2005-11-09  Kevin E. Martin  
+commit d601badb16cb38ceb52acaaf30aa93b967d49a9f
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Sat Dec 3 05:49:34 2005 +
 
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
+Update package version number for X11R7 RC3 release.
 
-2005-11-01  Kevin E. Martin  
+commit d49b6278182aff50d6b40a110bda1ac7173b4f55
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Fri Dec 2 02:16:09 2005 +
 
-   * configure.ac:
-   Update pkgcheck dependencies to work with separate build roots.
+Remove extraneous AC_MSG_RESULT.
+
+commit a1aff06fd1ba90f2b69e6cdc2611169259407bea
+Author: Adam Jackson <[EMAIL PROTECTED]>
+Date:   Tue Nov 29 23:29:59 2005 +
+
+Only build dlloader modules by default.
+
+commit 83621e07b92089782485ff04901f37edc651c5f6
+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 69726c83e478b53f61c199258e741e8cea582c38
+Author: Eric Anholt <[EMAIL PROTECTED]>
+Date:   Mon Nov 21 10:49:16 2005 +
+
+Add .cvsignores for drivers.
+
+commit f83de64033b88491c05fdfe668a59522525a3d10
+Author: Kevin E Martin <[EMAIL PROTECTED]>
+Date:   Wed Nov 9 21:15:19 2005 +
+
+Update package version number for X11R7 RC2 release.
+
+commit faee2803662b5e36a739ec5cd3c14bddc629076c
+Author: Kevin E Martin 

xserver-xorg-video-newport: 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 acf6b453bf96256921d58f3a87b6ad5b994bac3d
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Tue Apr 24 14:01:12 2007 +0300

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

diff --git a/debian/changelog b/debian/changelog
index 9b701e9..99234c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 xserver-xorg-video-newport (1:0.2.1-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Add patch to replace non-ascii character in newport(4) with equivalent
 groff escape sequence.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 04:13:58 +0200
+  [ Timo Aaltonen ]
+  * Replaces/Conflicts: xserver-xorg-driver-newport.
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 14:00:49 +0300
 
 xserver-xorg-video-newport (1:0.2.1-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 38c0bc4..0ee096a 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Package: xserver-xorg-video-newport
 Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 m68k mips 
mipsel netbsd-i386 powerpc
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
 Provides: ${xviddriver:Provides}
-Replaces: xserver-xorg (<< 6.8.2-35)
+Replaces: xserver-xorg (<< 6.8.2-35), xserver-xorg-driver-newport
+Conflicts: xserver-xorg-driver-newport
 Description: X.Org X server -- Newport display driver
  This package provides the driver for the Newport family of chipsets integrated
  in SGI Indy and Indy2 machines.


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



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

2007-04-21 Thread Julien Cristau
 .cvsignore |   19 
 ChangeLog  |5 
 XF86Config.indy|2 
 aclocal.m4 |  147 ++-
 autogen.sh |   12 
 config.guess   |  667 +---
 config.h.in|9 
 config.sub |  230 -
 configure  | 1542 ++---
 configure.ac   |2 
 debian/changelog   |   14 
 debian/control |6 
 debian/patches/01_newport_man.diff |   10 
 debian/patches/series  |1 
 debian/rules   |6 
 debian/xsfbs/xsfbs.mk  |   28 
 ltmain.sh  |   12 
 man/.cvsignore |2 
 man/Makefile.am|2 
 man/Makefile.in|2 
 mkinstalldirs  |   89 +-
 src/.cvsignore |6 
 src/newport_accel.c|4 
 23 files changed, 1280 insertions(+), 1537 deletions(-)

New commits:
commit a51424c6b427eed5edf3a3d03e0ddeab48a5e8bf
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Apr 22 04:15:31 2007 +0200

Fix manpage-has-errors-from-man lintian warning.

Add patch to replace a non-ascii character in newport(4) with the equivalent
groff escape sequence.

diff --git a/debian/changelog b/debian/changelog
index 6ef4780..9b701e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-newport (1:0.2.1-2) UNRELEASED; urgency=low
+
+  * Add patch to replace non-ascii character in newport(4) with equivalent
+groff escape sequence.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 22 Apr 2007 04:13:58 +0200
+
 xserver-xorg-video-newport (1:0.2.1-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 303cce0..38c0bc4 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]>, 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-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
+Build-Depends: debhelper (>= 5.0.0), quilt, pkg-config, xserver-xorg-dev (>= 
2:1.2.0), x11proto-video-dev, x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev, x11proto-render-dev
 Standards-Version: 3.6.1
 
 Package: xserver-xorg-video-newport
diff --git a/debian/patches/01_newport_man.diff 
b/debian/patches/01_newport_man.diff
new file mode 100644
index 000..bfce665
--- /dev/null
+++ b/debian/patches/01_newport_man.diff
@@ -0,0 +1,10 @@
+Index: xserver-xorg-video-newport/man/newport.man
+===
+--- xserver-xorg-video-newport.orig/man/newport.man2007-04-22 
04:11:14.0 +0200
 xserver-xorg-video-newport/man/newport.man 2007-04-22 04:11:59.0 
+0200
+@@ -42,4 +42,4 @@
+ __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), 
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
+ .SH AUTHORS
+ Authors:
+-Guido GÜnther [EMAIL PROTECTED]
++Guido G\(:unther [EMAIL PROTECTED]
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 000..39cef94
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_newport_man.diff
diff --git a/debian/rules b/debian/rules
index d21c9bb..78d5c57 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: build-stamp
+build: patch build-stamp
 build-stamp:
dh_testdir
 
@@ -44,7 +44,7 @@ build-stamp:
 
touch build-stamp
 
-clean:
+clean: xsfclean
dh_testdir
dh_testroot
rm -f build-stamp

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

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

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

Add some more watch files.

commit 0f84576ea32f4b4920877d33c0d0905e1a01ad4a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Sep 19 00:37:57 2006 +

Prepare changelog for upload to unstable

commit 2ca66dd3b6b5a3bb1e46f361eb98dd41f0b76f24
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 11:17:10 2006 +

merge newport 7.1 video driver to trunk for upload to unstable

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

more fixes for unversioned directory names

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

Prepare changelogs for upload to unstable

commit 7f3b3912911555c6a1cafe36399bac435a186104
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Mar 6 01:36:08 2006 +

* Don't build on sparc. Partial port of
  sparc/103_sparc_dont_build_useless_drivers.diff.

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

Fix Branden's email address

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

Change driver package names to new scheme

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

Move .install files to new naming scheme for drivers

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

Pull in and use xsfbs

commit 0edc87b71157fe482617bee3286739fddd8085be
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 695c31c5d45cff6c8bddc3a42a91b7031886d018
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

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

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

Add packaging for various drivers

commit 8798c2fb349269e24012a9906c3bffc5fbb5815b
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 832558eef72d0dc47c50f2fedc0ff1e291084a99
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]