Bug#409612: xlibs-data: Modifier mappings broken

2007-09-25 Thread Tuomo Valkonen
In gmane.comp.window-managers.ion.general, you wrote:
 Since Tuomo has symbols/pc/pc, I feel he is using old xkbdata instead of
 xkeyboard-config. So first thing he should do is upgrading to some
 recent version of xkeyboard-config. Otherwise our fixes would not make
 sense.

I'm using whatever is in Etch, and as stated in another reply to the
Debian maintainer, I'm unlikely to be upgrading Linux, or *nix, ever.
It has become too painful. Maybe some people on the Ion list can of 
more help, but ...


PS. This whole thread is spread and fucked up over many different
mailing lists and recipients. I apparently only got this post, because
news.gmane.org shows shows through NNTP the post for
gmane.comp.window-managers.ion.general, because the address of that
list is in the headers, and it got the post through another list,
although the post never actually got on the list (requiring subscription, 
to combat spam). But I can't reply to that list, because they've not
allowed posting through gmane, even if subscription wasn't required,
which I don't know. Mailing list architecture is fucked up, and should
be more based on subscription to threads than lists/groups.

-- 
Tuomo



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



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

2007-09-25 Thread Julien Cristau
 debian/changelog  |6 +++---
 debian/control|4 ++--
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 21 deletions(-)

New commits:
commit 6f05f5c9fc2cfdc54d930f171a5c2bca430dfef8
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 09:36:09 2007 +0200

Update uploaders, and bump build-dep on xserver-xorg-dev

* Rebuild against xorg-server 1.4.
* Add myself to Uploaders and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index f7d1030..cdadebf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,12 +3,12 @@ xserver-xorg-video-sunbw2 (1:1.1.0-5) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
+  * Rebuild against xserver 1.4.
+  * Add myself to Uploaders, and remove Branden with his permission.
 
   [ Brice Goglin ]
   * Pull upstream manpage fix 4b97b50a48eb0b3a978d7d4fb082e07f51363953
   * 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-sunbw2
 module in the long description.
@@ -18,7 +18,7 @@ xserver-xorg-video-sunbw2 (1:1.1.0-5) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-sunbw2.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:28:05 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 09:33:58 +0200
 
 xserver-xorg-video-sunbw2 (1:1.1.0-4) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 533521e..63eb49a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-video-sunbw2
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sunbw2
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-sunbw2.git

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 12a633f722a2ff9677728d1e2ae56767f804232a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Jul 12 16:06:22 2007 +0200

Fix display the output of quilt push/pop.

Fix commit 16d97b30b91da02d5a3edc2b895cbd4a1995f62d to check the
return value of quilt, not the one of tee.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 5f13302..bfca7bb 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -147,9 +147,11 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
fi; \
if $(QUILT) next /dev/null 21; then \
  echo -n Applying patches...; \
- if $(QUILT) push -a -v 21 | tee $(STAMP_DIR)/log/patch; then \
+ if $(QUILT) push -a -v $(STAMP_DIR)/log/patch 21; then \
+   cat $(STAMP_DIR)/log/patch; \
echo successful.; \
  else \
+   cat $(STAMP_DIR)/log/patch; \
echo failed! (check $(STAMP_DIR)/log/patch for details); \
exit 1; \
  fi; \
@@ -164,9 +166,11 @@ unpatch:
rm -f $(STAMP_DIR)/patch
@echo -n Unapplying patches...; \
if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
- if $(QUILT) pop -a -v 21 | tee $(STAMP_DIR)/log/unpatch; then \
+ if $(QUILT) pop -a -v $(STAMP_DIR)/log/unpatch 21; then \
+   cat $(STAMP_DIR)/log/unpatch; \
echo successful.; \
  else \
+   cat $(STAMP_DIR)/log/unpatch; \
echo failed! (check $(STAMP_DIR)/log/unpatch for details); \
exit 1; \
  fi; \

commit e29b56820909668b062fdba72458ee9483a4ae44
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Jul 9 21:50:47 2007 +0200

Minor fixes in the patching system.

 * Fix 

Bug#172890: #172890: libxaw6: passwords visible in widgets [fixed in libxaw7]

2007-09-25 Thread Julien Cristau
On Tue, Sep 25, 2007 at 15:25:22 +1000, Drew Parsons wrote:

 In my opinion it should be safe to remove libxaw6 because
 a) any such 3rd-party packages should really be rebuilt against libxaw7 
 anyway,
 b) libxaw6 can still be grabbed from etch if really needed.
 
agreed.

Cheers,
Julien



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



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

2007-09-25 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a1eda1f4766e2b49b49aa29f46de5841b4d3c2a2
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:01:56 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index cdadebf..2510b0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-sunbw2 (1:1.1.0-5) UNRELEASED; urgency=low
+xserver-xorg-video-sunbw2 (1:1.1.0-5) unstable; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-video-sunbw2 (1:1.1.0-5) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-sunbw2.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 09:33:58 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:00:36 +0200
 
 xserver-xorg-video-sunbw2 (1:1.1.0-4) experimental; urgency=low
 


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



xserver-xorg-video-sunbw2: Changes to 'refs/tags/xserver-xorg-video-sunbw2-1_1.1.0-5'

2007-09-25 Thread Julien Cristau
Tag 'xserver-xorg-video-sunbw2-1_1.1.0-5' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-25 08:13 +

Tagging upload of xserver-xorg-video-sunbw2 1:1.1.0-5 to unstable.

Changes since 1_1.1.0-2:
Adam Jackson (6):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep for modular builds by adding guarded #include config.h everywhere.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  Use sed  cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4
  Replace references to XFree86/XF86Config in man page

Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (11):
  Merge branch 'debian-experimental' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/driver/xserver-xorg-video-sunbw2 into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  Merge branch 'upstream-unstable' into debian-unstable
  Pull upstream manpage fix 4b97b50a48eb0b3a978d7d4fb082e07f51363953
  autoreconf
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly
  Add upstream URL to debian/copyright

Daniel Stone (2):
  Fix includes right throughout the Xserver tree:
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (23):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'upstream-experimental' into debian-experimental
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'xsfbs-unstable' into debian-experimental
  Generate server dependencies automatically from the ABI
  Update serverabi generation to also account for driver Provides
  Generate Provides line automatically
  Merge branch 'debian-unstable' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/xsfbs into debian-experimental
  Fix name of serverminver
  Merge branch 'xsfbs-unstable' into debian-experimental
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Merge branch 'xsfbs-unstable' into debian-experimental
  Autoreconf
  Fix one missed bit from the serverabiver - serverminver rename
  Merge branch 'xsfbs-unstable' into debian-experimental

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (2):
  DRI XFree86-4_3_99_12-merge import
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
  Update uploaders, and bump build-dep on xserver-xorg-dev
  Prepare changelog for upload.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (9):
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES == *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann 

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

2007-09-25 Thread Julien Cristau
 debian/changelog  |6 --
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |   50 ++
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 42 deletions(-)

New commits:
commit f3e3804aaacb0d4ecaf98e803f3d7e373d4e5b45
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:14:14 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index c350996..6895ff6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-suncg14 (1:1.1.0-4) UNRELEASED; urgency=low
+xserver-xorg-video-suncg14 (1:1.1.0-4) unstable; urgency=low
 
   [ David Nusinow ]
   * Generate server dependencies automatically from the ABI
@@ -23,7 +23,7 @@ xserver-xorg-video-suncg14 (1:1.1.0-4) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-suncg14.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 09:44:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:13:58 +0200
 
 xserver-xorg-video-suncg14 (1:1.1.0-2) unstable; urgency=low
 

commit cb4062a366446eaafa4c0bd0c54dd620fc416d40
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 09:46:45 2007 +0200

Add myself to Uploaders, and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index 36641c0..c350996 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ xserver-xorg-video-suncg14 (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.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Rebuild against xserver 1.4.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
@@ -21,7 +23,7 @@ xserver-xorg-video-suncg14 (1:1.1.0-4) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-suncg14.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:30:20 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 09:44:49 +0200
 
 xserver-xorg-video-suncg14 (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 391fd5e..281f8cb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-suncg14
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-fonts-dev
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-suncg14

commit 331c032528ba1faebef1d8eaa56db47f533f0426
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 22 23:49:11 2007 -0400

Remove make-orig-tar-gz target

This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index bfca7bb..b8f7afd 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -272,29 +272,6 @@ prune-upstream-tree:
dh_testdir
grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
-# Change to what should be the correct directory, ensure it is, and if
-# so, create the .orig.tar.gz file.  Exclude the debian directory and its
-# contents, and any .svn directories and their contents (so that we can safely
-# build an .orig.tar.gz from SVN checkout, not just an export).
-#
-# Note: This rule is for Debian package maintainers' convenience, and is not
-# needed for conventional build scenarios.
-#
-# This rule *IS* the recommended method for creating a new .orig.tar.gz file,
-# for the rare situations when one is needed.
-.PHONY: make-orig-tar-gz
-make-orig-tar-gz: clean prune-upstream-tree
-   ( cd .. \
-  if [ $(shell basename $(CURDIR)) != $(SOURCE_NAME)-$(NO_EPOCH_VER) 
]; then \
-   echo Our current working directory has the wrong name. 
Renaming... 2; \
-   mv $(CURDIR) $(SOURCE_NAME)-$(NO_EPOCH_VER); \
- fi; \
-   tar --exclude=debian --exclude=debian/* \
-   --exclude=.svn --exclude=.svn/* \
-   -cf - $(SOURCE_NAME)-$(NO_EPOCH_VER) \
-   | gzip -9 $(SOURCE_NAME)_$(NO_EPOCH_VER).orig.tar.gz; \
-  )
-
 # Verify that there are no offsets or fuzz in the patches we apply.
 #
 # Note: This rule is for Debian package maintainers' convenience, and is 

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

2007-09-25 Thread Julien Cristau
 debian/changelog  |6 --
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |   50 ++
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 42 deletions(-)

New commits:
commit 91f9e2f27bf1075f90dd416bba07583df8066ebc
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:21:18 2007 +0200

Add myself to Uploaders and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index 6c463aa..59a0ae1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-suncg3 (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-video-suncg3 (1:1.1.0-3) unstable; urgency=low
 
   [ David Nusinow ]
   * Generate server dependencies automatically from the ABI
@@ -6,6 +6,8 @@ xserver-xorg-video-suncg3 (1:1.1.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Rebuild against xserver 1.4.
 
   [ Brice Goglin ]
   * Pull upstream manpage fix ba46a263cca120175d5a669f8bec56508560dd03
@@ -21,7 +23,7 @@ xserver-xorg-video-suncg3 (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-suncg3.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:28:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:20:51 +0200
 
 xserver-xorg-video-suncg3 (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index eacdd54..0c30ffa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-suncg3
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-fonts-dev
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-suncg3

commit 331c032528ba1faebef1d8eaa56db47f533f0426
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 22 23:49:11 2007 -0400

Remove make-orig-tar-gz target

This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index bfca7bb..b8f7afd 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -272,29 +272,6 @@ prune-upstream-tree:
dh_testdir
grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
-# Change to what should be the correct directory, ensure it is, and if
-# so, create the .orig.tar.gz file.  Exclude the debian directory and its
-# contents, and any .svn directories and their contents (so that we can safely
-# build an .orig.tar.gz from SVN checkout, not just an export).
-#
-# Note: This rule is for Debian package maintainers' convenience, and is not
-# needed for conventional build scenarios.
-#
-# This rule *IS* the recommended method for creating a new .orig.tar.gz file,
-# for the rare situations when one is needed.
-.PHONY: make-orig-tar-gz
-make-orig-tar-gz: clean prune-upstream-tree
-   ( cd .. \
-  if [ $(shell basename $(CURDIR)) != $(SOURCE_NAME)-$(NO_EPOCH_VER) 
]; then \
-   echo Our current working directory has the wrong name. 
Renaming... 2; \
-   mv $(CURDIR) $(SOURCE_NAME)-$(NO_EPOCH_VER); \
- fi; \
-   tar --exclude=debian --exclude=debian/* \
-   --exclude=.svn --exclude=.svn/* \
-   -cf - $(SOURCE_NAME)-$(NO_EPOCH_VER) \
-   | gzip -9 $(SOURCE_NAME)_$(NO_EPOCH_VER).orig.tar.gz; \
-  )
-
 # Verify that there are no offsets or fuzz in the patches we apply.
 #
 # Note: This rule is for Debian package maintainers' convenience, and is not

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 

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

2007-09-25 Thread Julien Cristau
 debian/changelog  |6 --
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |   50 ++
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 42 deletions(-)

New commits:
commit 596e1bc7b8a1709c3fefc7172de4f6e2cf6b3297
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:31:49 2007 +0200

Add myself to Uploaders, remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index 345f908..6c1a124 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-sunffb (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-video-sunffb (1:1.1.0-3) unstable; urgency=low
 
   [ David Nusinow ]
   * Generate server dependencies automatically from the ABI
@@ -6,6 +6,8 @@ xserver-xorg-video-sunffb (1:1.1.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
+  * Add myself to uploaders, and remove Branden with his permission.
+  * Rebuild against xserver 1.4.
 
   [ Brice Goglin ]
   * Pull upstream manpage fix b86a3f4662d384e3a3540340bfd5171ab2523c34
@@ -22,7 +24,7 @@ xserver-xorg-video-sunffb (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-sunffb.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:30:53 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:31:33 +0200
 
 xserver-xorg-video-sunffb (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index b946171..d70fbb7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-sunffb
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-xext-dev, x11proto-fonts-dev, x11proto-xf86dri-dev, x11proto-gl-dev, 
libdrm-dev ( 2.0), libgl1-mesa-dev | libgl1-dev, quilt
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sunffb

commit 331c032528ba1faebef1d8eaa56db47f533f0426
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 22 23:49:11 2007 -0400

Remove make-orig-tar-gz target

This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index bfca7bb..b8f7afd 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -272,29 +272,6 @@ prune-upstream-tree:
dh_testdir
grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
-# Change to what should be the correct directory, ensure it is, and if
-# so, create the .orig.tar.gz file.  Exclude the debian directory and its
-# contents, and any .svn directories and their contents (so that we can safely
-# build an .orig.tar.gz from SVN checkout, not just an export).
-#
-# Note: This rule is for Debian package maintainers' convenience, and is not
-# needed for conventional build scenarios.
-#
-# This rule *IS* the recommended method for creating a new .orig.tar.gz file,
-# for the rare situations when one is needed.
-.PHONY: make-orig-tar-gz
-make-orig-tar-gz: clean prune-upstream-tree
-   ( cd .. \
-  if [ $(shell basename $(CURDIR)) != $(SOURCE_NAME)-$(NO_EPOCH_VER) 
]; then \
-   echo Our current working directory has the wrong name. 
Renaming... 2; \
-   mv $(CURDIR) $(SOURCE_NAME)-$(NO_EPOCH_VER); \
- fi; \
-   tar --exclude=debian --exclude=debian/* \
-   --exclude=.svn --exclude=.svn/* \
-   -cf - $(SOURCE_NAME)-$(NO_EPOCH_VER) \
-   | gzip -9 $(SOURCE_NAME)_$(NO_EPOCH_VER).orig.tar.gz; \
-  )
-
 # Verify that there are no offsets or fuzz in the patches we apply.
 #
 # Note: This rule is for Debian package maintainers' convenience, and is not

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   

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

2007-09-25 Thread Julien Cristau
 debian/changelog  |8 
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |   50 ++
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 44 deletions(-)

New commits:
commit 66b3cf28e0648becc18f113d47e4c86193c01939
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:44:36 2007 +0200

Update Uploaders and rebuild for xserver 1.4.

Add myself to Uploaders and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index c931ca8..317a293 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-suntcx (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-video-suntcx (1:1.1.0-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
-  * Bump dependency on xserver-xorg-core to = 2:1.1.1-11, as previous
-versions don't have the bug script.
+  * Add myself to Uploaders and remove Branden with his permission.
+  * Rebuild against xserver 1.4.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
@@ -21,7 +21,7 @@ xserver-xorg-video-suntcx (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-suntcx.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:32:02 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:44:09 +0200
 
 xserver-xorg-video-suntcx (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 97b969b..f39eb43 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-suntcx
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-fonts-dev
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-suntcx

commit 331c032528ba1faebef1d8eaa56db47f533f0426
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 22 23:49:11 2007 -0400

Remove make-orig-tar-gz target

This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index bfca7bb..b8f7afd 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -272,29 +272,6 @@ prune-upstream-tree:
dh_testdir
grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
-# Change to what should be the correct directory, ensure it is, and if
-# so, create the .orig.tar.gz file.  Exclude the debian directory and its
-# contents, and any .svn directories and their contents (so that we can safely
-# build an .orig.tar.gz from SVN checkout, not just an export).
-#
-# Note: This rule is for Debian package maintainers' convenience, and is not
-# needed for conventional build scenarios.
-#
-# This rule *IS* the recommended method for creating a new .orig.tar.gz file,
-# for the rare situations when one is needed.
-.PHONY: make-orig-tar-gz
-make-orig-tar-gz: clean prune-upstream-tree
-   ( cd .. \
-  if [ $(shell basename $(CURDIR)) != $(SOURCE_NAME)-$(NO_EPOCH_VER) 
]; then \
-   echo Our current working directory has the wrong name. 
Renaming... 2; \
-   mv $(CURDIR) $(SOURCE_NAME)-$(NO_EPOCH_VER); \
- fi; \
-   tar --exclude=debian --exclude=debian/* \
-   --exclude=.svn --exclude=.svn/* \
-   -cf - $(SOURCE_NAME)-$(NO_EPOCH_VER) \
-   | gzip -9 $(SOURCE_NAME)_$(NO_EPOCH_VER).orig.tar.gz; \
-  )
-
 # Verify that there are no offsets or fuzz in the patches we apply.
 #
 # Note: This rule is for Debian package maintainers' convenience, and is not

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 

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

2007-09-25 Thread Julien Cristau
 debian/changelog  |6 --
 debian/control|2 +-
 debian/xsfbs/xsfbs.mk |   50 ++
 debian/xsfbs/xsfbs.sh |7 ---
 4 files changed, 23 insertions(+), 42 deletions(-)

New commits:
commit 5668f2226e31b0b7162ffe9e7ab7fc9a6c1fd8a1
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 25 10:38:07 2007 +0200

Uploaders update, rebuild against xserver 1.4.

Add myself to Uploaders, and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index ea25d6d..0fb60fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-sunleo (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-video-sunleo (1:1.1.0-3) unstable; urgency=low
 
   [ David Nusinow ]
   * Generate server dependencies automatically from the ABI
@@ -6,6 +6,8 @@ xserver-xorg-video-sunleo (1:1.1.0-3) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Rebuild against xserver 1.4.
 
   [ Brice Goglin ]
   * Pull upstream manpage fix fe5af18d4bc8fc095e3b12d1030b6e5765c7e3a4
@@ -21,7 +23,7 @@ xserver-xorg-video-sunleo (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Replaces/Conflicts: xserver-xorg-driver-sunleo.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 19 Sep 2007 00:31:32 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 25 Sep 2007 10:37:29 +0200
 
 xserver-xorg-video-sunleo (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2bb0485..34a54c7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-video-sunleo
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Jurij Smakov [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Jurij Smakov [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-render-dev, 
x11proto-fonts-dev
 Standards-Version: 3.7.2.0
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sunleo

commit 331c032528ba1faebef1d8eaa56db47f533f0426
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sat Sep 22 23:49:11 2007 -0400

Remove make-orig-tar-gz target

This target wasn't kept up to date and was totally broken for the git
world. The way we use git has made this target pretty well impossible to
use in any form, so it's been supersceded by a script that is currently
located at
http://people.debian.org/~dnusinow/xsf_scripts/git-make-orig-tar-gz

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index bfca7bb..b8f7afd 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -272,29 +272,6 @@ prune-upstream-tree:
dh_testdir
grep -rvh '^#' debian/prune/ | xargs --no-run-if-empty rm -rf
 
-# Change to what should be the correct directory, ensure it is, and if
-# so, create the .orig.tar.gz file.  Exclude the debian directory and its
-# contents, and any .svn directories and their contents (so that we can safely
-# build an .orig.tar.gz from SVN checkout, not just an export).
-#
-# Note: This rule is for Debian package maintainers' convenience, and is not
-# needed for conventional build scenarios.
-#
-# This rule *IS* the recommended method for creating a new .orig.tar.gz file,
-# for the rare situations when one is needed.
-.PHONY: make-orig-tar-gz
-make-orig-tar-gz: clean prune-upstream-tree
-   ( cd .. \
-  if [ $(shell basename $(CURDIR)) != $(SOURCE_NAME)-$(NO_EPOCH_VER) 
]; then \
-   echo Our current working directory has the wrong name. 
Renaming... 2; \
-   mv $(CURDIR) $(SOURCE_NAME)-$(NO_EPOCH_VER); \
- fi; \
-   tar --exclude=debian --exclude=debian/* \
-   --exclude=.svn --exclude=.svn/* \
-   -cf - $(SOURCE_NAME)-$(NO_EPOCH_VER) \
-   | gzip -9 $(SOURCE_NAME)_$(NO_EPOCH_VER).orig.tar.gz; \
-  )
-
 # Verify that there are no offsets or fuzz in the patches we apply.
 #
 # Note: This rule is for Debian package maintainers' convenience, and is not

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ $1 = reconfigure ] || 

Processing of xserver-xorg-video-sunbw2_1.1.0-5_sparc.changes

2007-09-25 Thread Archive Administrator
xserver-xorg-video-sunbw2_1.1.0-5_sparc.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-sunbw2_1.1.0-5.dsc
  xserver-xorg-video-sunbw2_1.1.0-5.diff.gz
  xserver-xorg-video-sunbw2_1.1.0-5_sparc.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-suncg14: Changes to 'refs/tags/xserver-xorg-video-suncg14-1_1.1.0-4'

2007-09-25 Thread Julien Cristau
Tag 'xserver-xorg-video-suncg14-1_1.1.0-4' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-25 09:03 +

Tagging upload of xserver-xorg-video-suncg14 1:1.1.0-4 to unstable.

Changes since 1_1.1.0-2:
Adam Jackson (6):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep for modular builds by adding guarded #include config.h everywhere.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  Use sed  cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4
  Replace references to XFree86/XF86Config in man page

Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (11):
  Merge branch 'debian-experimental' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/driver/xserver-xorg-video-suncg14 into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  Merge ../../../xsfbs/xsfbs into debian-unstable
  autoreconf
  Merge branch 'upstream-unstable' into debian-unstable
  Pull upstream manpage fix e37c03efea954f675961f2b1babbfb0787f4d3c9
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly
  Add upstream URL to debian/copyright

Daniel Stone (2):
  Fix includes right throughout the Xserver tree:
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (20):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'upstream-experimental' into debian-experimental
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'xsfbs-unstable' into debian-experimental
  Generate server dependencies automatically from the ABI
  Update serverabi generation to also account for driver Provides
  Generate Provides line automatically
  Merge branch 'debian-unstable' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/xsfbs into debian-experimental
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename
  Remove make-orig-tar-gz target

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (2):
  DRI XFree86-4_3_99_12-merge import
  Add .cvsignores for drivers.

Julien Cristau (6):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Add myself to Uploaders, and remove Branden with his permission.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
  Prepare changelog for upload.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (9):
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES == *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Build system for suncg14

Timo Aaltonen (1):
  Replaces/Conflicts: xserver-xorg-driver-suncg14.

---
 .cvsignore  

xserver-xorg-video-suncg3: Changes to 'refs/tags/xserver-xorg-video-suncg3-1_1.1.0-3'

2007-09-25 Thread Julien Cristau
Tag 'xserver-xorg-video-suncg3-1_1.1.0-3' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-25 09:05 +

Tagging upload of xserver-xorg-video-suncg3 1:1.1.0-3 to unstable.

Changes since 1_1.1.0-2:
Adam Jackson (6):
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep for modular builds by adding guarded #include config.h everywhere.
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Only build dlloader modules by default.
  Stub COPYING files
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (3):
  Use sed  cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4

Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (10):
  Merge branch 'debian-experimental' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/driver/xserver-xorg-video-suncg3 into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Pull upstream manpage fix ba46a263cca120175d5a669f8bec56508560dd03
  autoreconf
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly
  Add upstream URL to debian/copyright

Daniel Stone (2):
  Fix includes right throughout the Xserver tree:
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (20):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'upstream-experimental' into debian-experimental
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'xsfbs-unstable' into debian-experimental
  Generate server dependencies automatically from the ABI
  Update serverabi generation to also account for driver Provides
  Generate Provides line automatically
  Merge branch 'debian-unstable' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/xsfbs into debian-experimental
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename
  Remove make-orig-tar-gz target

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (2):
  DRI XFree86-4_3_99_12-merge import
  Add .cvsignores for drivers.

Julien Cristau (5):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
  Add myself to Uploaders and remove Branden with his permission.

Kaleb Keithley (3):
  Initial revision
  XFree86 4.3.0.1
  XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Kevin E Martin (9):
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update pkgcheck depedencies to work with separate build roots.
  Update package version number for X11R7 RC2 release.
  Remove extraneous AC_MSG_RESULT.
  Update package version number for X11R7 RC3 release.
  Change *man_SOURCES == *man_PRE to fix autotools warnings.
  Update package version number for final X11R7 release candidate.
  Update package version for X11R7 release.

Søren Sandmann Pedersen (1):
  Build system for suncg3

Timo Aaltonen (1):
  Replaces/Conflicts: xserver-xorg-driver-suncg3.

---
 .cvsignore |   19 
 ChangeLog  |  218 
 Makefile.in|   12 
 aclocal.m4 |  379 +
 

xserver-xorg-video-sunffb: Changes to 'refs/tags/xserver-xorg-video-sunffb-1_1.1.0-3'

2007-09-25 Thread Julien Cristau
Tag 'xserver-xorg-video-sunffb-1_1.1.0-3' created by Julien Cristau [EMAIL 
PROTECTED] at 2007-09-25 09:08 +

Tagging upload of xserver-xorg-video-sunffb 1:1.1.0-3 to unstable.

Changes since 1_1.1.0-2:
Adam Jackson (15):
  Bug #1891: XAA support for Sun FFB. (Dave S. Miller)
  Bug #3163: Create new DRIINFO_*_VERSION macros to indicate the version
  Bug #3346: Don't include DRI-internal headers from the drivers. Pointed 
out
  Bug #3626: _X_EXPORT tags for video and input drivers.
  Prep for modular builds by adding guarded #include config.h everywhere.
  Post-merge fixups:
  More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
  Bug #4829: Remove some useless DRI symbol checks.
  Only build dlloader modules by default.
  Bump libdrm dep to 2.0.
  Bug #4890 Include the assembly in the build (Ferris McCormick)
  Stub COPYING files
  Remove xf8_32wid damage, it is going away.
  Remove remaining cfb-isms and dead accel code.
  Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

Alan Coopersmith (4):
  Use sed  cpp to substitute variables in driver man pages
  Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
  Change *mandir targets to use new *_MAN_DIR variables set by 
xorg-macros.m4
  modified: man/sunffb.man

Alan Hourihane (1):
  Egbert's 64bit fixes for mixed 32/64bit clients

Branden Robinson (4):
  Set svn:keywords property to Id (keyword already present).
  Note probable out-of-dateness of maplink() function body.
  Add high-level documentation to XSFBS shell library, intended to reduce
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (11):
  Merge branch 'debian-experimental' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/driver/xserver-xorg-video-sunffb into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  Merge branch 'upstream-unstable' into debian-unstable
  Pull upstream manpage fix b86a3f4662d384e3a3540340bfd5171ab2523c34
  autoreconf
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly
  Add upstream URL to debian/copyright

Daniel Stone (5):
  Fix includes right throughout the Xserver tree:
  Change all misc.h and os.h references to X11/foo.h.
  Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
  Change X11/misc.h and X11/os.h to misc.h and os.h.
  Update autogen.sh to one that does objdir != srcdir.

David Nusinow (19):
  Move xsfbs back to its rightful place
  Make us error out if we call patch and don't have quilt installed
  Fix the last commit and fix spelling error. Thanks Brice Goglin for the 
spelling catch.
  Fix for bug #371152. Thanks Joey Hess.
  Pull patches from ubuntu for ARCHITECTURE, LAPTOP, RECONFIGURE, 
FIRSTINST, and UPGRADE variables
  Move the files so they'll be put in debian/xsfbs automatically when pulled
  Prepare drivers for use with xserver 1.2, which has a new ABI (version 
1.1)
  Merge branch 'upstream-experimental' into debian-experimental
  Merge branch 'xsfbs' into debian-experimental
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'xsfbs-unstable' into debian-experimental
  Generate server dependencies automatically from the ABI
  Update serverabi generation to also account for driver Provides
  Merge branch 'debian-unstable' of git+ssh://[EMAIL 
PROTECTED]/git/pkg-xorg/xsfbs into debian-experimental
  Fix name of serverminver
  Add support for X server input ABI versioning
  Fix typo that prevented the input abi versioning from working.
  Fix one missed bit from the serverabiver - serverminver rename
  Remove make-orig-tar-gz target

Egbert Eich (5):
  Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  readding XFree86's cvs IDs
  Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  Merging XORG-CURRENT into trunk

Eric Anholt (4):
  DRI XFree86-4_3_99_12-merge import
  DRI trunk-20040613 import
  Merge DRI-trunk-20040613 changes in programs/Xserver/hw/xfree86/drivers,
  Add .cvsignores for drivers.

Felix Kuehling (1):
  Fixed DRI detection in the sunffb configure script. Without this DRI was

Julien Cristau (5):
  For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
  Add new serverabi rule to generate drivers dependency on the server.
  Fix copy/paste typo in the input driver provides.
  Merge git.debian.org:/git/pkg-xorg/xsfbs into debian-unstable
  Add myself to Uploaders, remove Branden 

Processing of xserver-xorg-video-sunffb_1.1.0-3_sparc.changes

2007-09-25 Thread Archive Administrator
xserver-xorg-video-sunffb_1.1.0-3_sparc.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-sunffb_1.1.0-3.dsc
  xserver-xorg-video-sunffb_1.1.0-3.diff.gz
  xserver-xorg-video-sunffb_1.1.0-3_sparc.deb

Greetings,

Your Debian queue daemon


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



Processing of xserver-xorg-video-suntcx_1.1.0-3_sparc.changes

2007-09-25 Thread Archive Administrator
xserver-xorg-video-suntcx_1.1.0-3_sparc.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-suntcx_1.1.0-3.dsc
  xserver-xorg-video-suntcx_1.1.0-3.diff.gz
  xserver-xorg-video-suntcx_1.1.0-3_sparc.deb

Greetings,

Your Debian queue daemon


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



Processing of xserver-xorg-video-sunleo_1.1.0-3_sparc.changes

2007-09-25 Thread Archive Administrator
xserver-xorg-video-sunleo_1.1.0-3_sparc.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-sunleo_1.1.0-3.dsc
  xserver-xorg-video-sunleo_1.1.0-3.diff.gz
  xserver-xorg-video-sunleo_1.1.0-3_sparc.deb

Greetings,

Your Debian queue daemon


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



xserver-xorg-video-sunleo_1.1.0-3_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-sunleo_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-sunleo/xserver-xorg-video-sunleo_1.1.0-3.diff.gz
xserver-xorg-video-sunleo_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-video-sunleo/xserver-xorg-video-sunleo_1.1.0-3.dsc
xserver-xorg-video-sunleo_1.1.0-3_sparc.deb
  to 
pool/main/x/xserver-xorg-video-sunleo/xserver-xorg-video-sunleo_1.1.0-3_sparc.deb


Override entries for your package:
xserver-xorg-video-sunleo_1.1.0-3.dsc - source x11
xserver-xorg-video-sunleo_1.1.0-3_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-sunbw2_1.1.0-5_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-sunbw2_1.1.0-5.diff.gz
  to 
pool/main/x/xserver-xorg-video-sunbw2/xserver-xorg-video-sunbw2_1.1.0-5.diff.gz
xserver-xorg-video-sunbw2_1.1.0-5.dsc
  to pool/main/x/xserver-xorg-video-sunbw2/xserver-xorg-video-sunbw2_1.1.0-5.dsc
xserver-xorg-video-sunbw2_1.1.0-5_sparc.deb
  to 
pool/main/x/xserver-xorg-video-sunbw2/xserver-xorg-video-sunbw2_1.1.0-5_sparc.deb


Override entries for your package:
xserver-xorg-video-sunbw2_1.1.0-5.dsc - source x11
xserver-xorg-video-sunbw2_1.1.0-5_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-suncg3_1.1.0-3_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-suncg3_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-suncg3/xserver-xorg-video-suncg3_1.1.0-3.diff.gz
xserver-xorg-video-suncg3_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-video-suncg3/xserver-xorg-video-suncg3_1.1.0-3.dsc
xserver-xorg-video-suncg3_1.1.0-3_sparc.deb
  to 
pool/main/x/xserver-xorg-video-suncg3/xserver-xorg-video-suncg3_1.1.0-3_sparc.deb


Override entries for your package:
xserver-xorg-video-suncg3_1.1.0-3.dsc - source x11
xserver-xorg-video-suncg3_1.1.0-3_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-sunffb_1.1.0-3_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-sunffb_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.1.0-3.diff.gz
xserver-xorg-video-sunffb_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.1.0-3.dsc
xserver-xorg-video-sunffb_1.1.0-3_sparc.deb
  to 
pool/main/x/xserver-xorg-video-sunffb/xserver-xorg-video-sunffb_1.1.0-3_sparc.deb


Override entries for your package:
xserver-xorg-video-sunffb_1.1.0-3.dsc - source x11
xserver-xorg-video-sunffb_1.1.0-3_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-suntcx_1.1.0-3_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-suntcx_1.1.0-3.diff.gz
  to 
pool/main/x/xserver-xorg-video-suntcx/xserver-xorg-video-suntcx_1.1.0-3.diff.gz
xserver-xorg-video-suntcx_1.1.0-3.dsc
  to pool/main/x/xserver-xorg-video-suntcx/xserver-xorg-video-suntcx_1.1.0-3.dsc
xserver-xorg-video-suntcx_1.1.0-3_sparc.deb
  to 
pool/main/x/xserver-xorg-video-suntcx/xserver-xorg-video-suntcx_1.1.0-3_sparc.deb


Override entries for your package:
xserver-xorg-video-suntcx_1.1.0-3.dsc - source x11
xserver-xorg-video-suntcx_1.1.0-3_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



xserver-xorg-video-suncg14_1.1.0-4_sparc.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xserver-xorg-video-suncg14_1.1.0-4.diff.gz
  to 
pool/main/x/xserver-xorg-video-suncg14/xserver-xorg-video-suncg14_1.1.0-4.diff.gz
xserver-xorg-video-suncg14_1.1.0-4.dsc
  to 
pool/main/x/xserver-xorg-video-suncg14/xserver-xorg-video-suncg14_1.1.0-4.dsc
xserver-xorg-video-suncg14_1.1.0-4_sparc.deb
  to 
pool/main/x/xserver-xorg-video-suncg14/xserver-xorg-video-suncg14_1.1.0-4_sparc.deb


Override entries for your package:
xserver-xorg-video-suncg14_1.1.0-4.dsc - source x11
xserver-xorg-video-suncg14_1.1.0-4_sparc.deb - optional x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Bug#443995: please update README.debian

2007-09-25 Thread Holger Levsen
package: xserver-xorg-input-synaptics
version: 0.14.7~git20070706-1
severity: wishlist

Hi,

h01ger after i upgraded to 7.3 (from unstable), my touchpad stopped 
working. /u/s/doc/xserver-xorg-input-synaptics/README.Debian was not helpful, 
but STFU was:
h01ger i have to have:
h01ger h01ger InputDeviceUSB Mouse SendCoreEvents
h01ger h01ger InputDevicetouchpad CorePointer
h01ger and it used to be usb mouse CorePointer 
and touchpad AlwaysCore...
h01ger can you just add that to README.Debian or should i file a wishlist 
bug?
jcristau h01ger: yes, please file a bug


regards,
Holger


pgpeWRbwD0d10.pgp
Description: PGP signature


Processing of xorg-server_1.4-2_hurd-i386.changes

2007-09-25 Thread Archive Administrator
xorg-server_1.4-2_hurd-i386.changes uploaded successfully to localhost
along with the files:
  xserver-xorg-core_1.4-2_hurd-i386.deb
  xserver-xorg-dev_1.4-2_hurd-i386.deb
  xnest_1.4-2_hurd-i386.deb
  xvfb_1.4-2_hurd-i386.deb
  xserver-xephyr_1.4-2_hurd-i386.deb
  xserver-xorg-core-dbg_1.4-2_hurd-i386.deb

Greetings,

Your Debian queue daemon


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



Bug#437923: marked as done (Touchpad doesn't work at all)

2007-09-25 Thread Debian Bug Tracking System
Your message dated Tue, 25 Sep 2007 14:53:31 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#437923: Touchpad doesn't work at all
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xserver-xorg-input-synaptics
Version: 0.14.7~git20070517-2
Severity: grave

--- Please enter the report below this line. ---

The touchpad used to work. I usually use a USB mouse, so maybe it took a
longtime for me to realise.

Today I touched the mouse and no reply at all, not to the buttons either. I
though it was because I had the USB mouse plugged in, so I thought it was a
good idea. But I unplugged the USB mouse and, still, no response at all on
the touchpad.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libc6 (= 2.5-5) | 2.6.1-1
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
xserver-xorg-core (= 2:1.3.0.0) | 2:1.3.0.0.dfsg-12
libxi6 | 2:1.1.2-1
---End Message---
---BeginMessage---
OK, please call me stupid. I noticed that the touchpad did not work in
Windows either, then I googled and I found out that I had the touchpad
disabled with Fn + F7

Sorry about the inconvenience.

Nevertheless, I still notice two weird things:

a) Now the touchpad works but, still, evtest does not report any activity at
all. Why?
b) You claim that the driver ignores the touchpad when using the keyboard,
but I do not see this behaviour at all. Why?

Sorry again
---End Message---


xorg-server_1.4-2_hurd-i386.changes ACCEPTED

2007-09-25 Thread Debian Installer

Accepted:
xnest_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xnest_1.4-2_hurd-i386.deb
xserver-xephyr_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4-2_hurd-i386.deb
xserver-xorg-core-dbg_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4-2_hurd-i386.deb
xserver-xorg-core_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4-2_hurd-i386.deb
xserver-xorg-dev_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4-2_hurd-i386.deb
xvfb_1.4-2_hurd-i386.deb
  to pool/main/x/xorg-server/xvfb_1.4-2_hurd-i386.deb


Override entries for your package:
xnest_1.4-2_hurd-i386.deb - optional x11
xserver-xephyr_1.4-2_hurd-i386.deb - optional x11
xserver-xorg-core-dbg_1.4-2_hurd-i386.deb - extra x11
xserver-xorg-core_1.4-2_hurd-i386.deb - optional x11
xserver-xorg-dev_1.4-2_hurd-i386.deb - optional x11
xvfb_1.4-2_hurd-i386.deb - optional x11



Thank you for your contribution to Debian.


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



Bug#437923: marked as done (Touchpad doesn't work at all)

2007-09-25 Thread Mattia Dongili
 Subject: Re: Bug#437923: Touchpad doesn't work at all
 From: David [EMAIL PROTECTED]
 Date: Tue, 25 Sep 2007 14:53:31 +0200
 To: [EMAIL PROTECTED]
 Message-ID: [EMAIL PROTECTED]
...
 Nevertheless, I still notice two weird things:
 
 a) Now the touchpad works but, still, evtest does not report any activity at
 all. Why?

you're probably running evtest from within X, you should do that without
X running (or, afaik, switching to a console with ctrl+alt+f1).

 b) You claim that the driver ignores the touchpad when using the keyboard,
 but I do not see this behaviour at all. Why?

You *can* configure things to make that happen, that is not automatic.
man syndaemon

cheers
-- 
mattia
:wq!



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



Bug#444025: xinit: xmodmap no longer run at startup

2007-09-25 Thread Anthony Campbell
Package: xinit
Version: 1.0.5-1
Severity: important

I have had this line in .xinitrc for months or years and it has always
worked: xmodmap ~/.Xmodmap

For the last couple of weeks it has stopped working; there is no error
message but the file is not read. I can still run it manually for each
xterm but that is not really very useful.

I tried adding the same line to ~/.bashrc and this worked, but it also
had the effect of inactivating ssh and ping between computers on my
network because bash was trying to run xmodmap in a console and failing.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-1-k7 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xinit depends on:
ii  cpp   4:4.2.1-6  The GNU C preprocessor (cpp)
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  x11-common1:7.3+2X Window System (X.Org) infrastruc

xinit recommends no packages.

-- no debconf information



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



Re: Bug#346421: Font corruption in GTK+ and Qt apps

2007-09-25 Thread Lluis
El Mon, Sep 24, 2007 at 11:24:58AM +0200, Michel Dänzer ens deleit� amb les 
seg�ents paraules:
 On Sat, 2007-09-22 at 00:53 +0200, Sven Arvidsson wrote:
 On Fri, 2007-09-21 at 01:59 +0200, Lluis wrote:
 So this happens both with the proprietary nvidia driver, the intel one, 
 and both with GTK+ and Qt applications?
 
 this is what it seems...
 
 
 This sounds more like a problem with the X server. From the xorg.conf it 
 looks like you have a very custom setup, have you tried to temporarily 
 move it out of the way and try with the default settings? The ones that 
 dpkg-reconfigure xserver-xorg gives you?
 
 well, after fiddling around with the optional lines of my xorg.conf, I've 
 found a combination of two lines which drive the rendering crazy (in the 
 Device section):
 
 Option AccelMethod exa 
 Option XAANoOffscreenPixmaps true
 
 The latter has no effect with the former.
 
 Also, the nvidia driver doesn't use EXA.

I don't know, but the fact is that the font corruption problem only arised 
when activating both options at the same time (I tried almost all 
combinations of options until finding this as the minimum set for 
reproducing the error).

Thanks,
  Lluis

-- 
 And it's much the same thing with knowledge, for whenever you learn
 something new, the whole world becomes that much richer.
 -- The Princess of Pure Reason, as told by Norton Juster in The Phantom
 Tollbooth


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



Bug#444035: xkb-data: latam layout: no dead_tilde

2007-09-25 Thread Margarita Manterola
Package: xkb-data
Version: 1.0~cvs.20070721-1
Severity: normal
Tags: patch

Hi!

/usr/share/X11/xkb/symbols/latam, Spanish Latin-American keyboard, layout
doesn't include any dead_tilde.  It does include 3 asciitilde, however:

key AE04  { [ 4, dollar,   asciitilde,   dollar ] };
key AD12  { [  plus,   asterisk,   asciitilde,  dead_macron ] };
key AC10  { [ntilde, Ntilde,   asciitilde, dead_doubleacute ] };

Of these 3, the one that is printed on the keyboards is the AD12, and it's
the one that makes more sense as a dead key (many neighbouring keys are 
dead).

Recently (as in etch's 0.9-4 vs lenny's 1.0~cvs.20070721-1), the Spanish
layout has changed one of its asciitilde to dead_tilde.  The chosen key was
AE04, because that's the one that has the tilde printed on the key.

https://bugs.freedesktop.org/show_bug.cgi?id=9763

In the Latinamerican case, the printed one is AD12, thus, I'm suggesting
changing that one to dead_tilde.  Similar as to what the original bug
report showed, the ibm globalization site, cites this key as combining
tilde:

http://www-306.ibm.com/software/globalization/topics/keyboards/KBD171.jsp

I'm not sure about AE04.  It could be good to have it as dead too, for
consistency (Spanish and Latin American are both common in many Spanish
speaking countries), but having 2 out of 3 as dead might be overkill.

Thus, I'm attaching a patch that only changes the AD12 key

This should be sent upstream, of course.  But I don't have a user at
bugs.freedesktop.org

Love,
Marga


-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-686
Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1)

-- no debconf information
--- /usr/share/X11/xkb/symbols/latam2007-07-21 16:14:18.0 -0300
+++ latam   2007-09-25 12:56:55.0 -0300
@@ -20,7 +20,7 @@
 key AE12 { [questiondown, exclamdown, dead_cedilla, dead_ogonek] };
 
 key AD11 { [dead_acute, dead_diaeresis, dead_diaeresis, dead_abovering ] 
};
-key AD12 { [  plus,   asterisk,   asciitilde,  dead_macron ] };
+key AD12 { [  plus,   asterisk,   dead_tilde,  dead_macron ] };
 
 key AC10 { [ntilde, Ntilde,   asciitilde, dead_doubleacute ] };
 key AC11 { [ braceleft, bracketleft, dead_circumflex, braceleft] };


Processed: Re: Bug#444025: xinit: xmodmap no longer run at startup

2007-09-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 444025 xserver-xorg-core
Bug#444025: xinit: xmodmap no longer run at startup
Bug reassigned from package `xinit' to `xserver-xorg-core'.

 forcemerge 443044 444025
Bug#443044: x11-xserver-utils: xmodmap run at X startup no longer takes effect
Bug#444025: xinit: xmodmap no longer run at startup
Bug#443473: modifying [Caps Lock] via xmodmap is broken
Forcibly Merged 443044 443473 444025.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#444025: xinit: xmodmap no longer run at startup

2007-09-25 Thread Brice Goglin
reassign 444025 xserver-xorg-core
forcemerge 443044 444025
thank you



Anthony Campbell wrote:
 Package: xinit
 Version: 1.0.5-1
 Severity: important

 I have had this line in .xinitrc for months or years and it has always
 worked: xmodmap ~/.Xmodmap

 For the last couple of weeks it has stopped working; there is no error
 message but the file is not read. I can still run it manually for each
 xterm but that is not really very useful.

 I tried adding the same line to ~/.bashrc and this worked, but it also
 had the effect of inactivating ssh and ping between computers on my
 network because bash was trying to run xmodmap in a console and failing.
   

Will be fixed in the next upload of xorg-server, merging with other bugs.

Brice




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



Bug#443936: xserver-xorg-video-mga: windowmaker and 1.9.99 get along terribly

2007-09-25 Thread Brice Goglin
kls wrote:
 The previously observed abysmal 2d performance seems to be triggered
 by WindowMaker. This does not seem to be a compositing problem,
 because it is identical regardless of whether I have DRI enabled or
 not. It also appears independent of number of active screens.

 All windows take approximately 1 sec / MPixel to draw on my computer
 (1GHz athlon)

 at least two dockapps dislike the environment:

 wmnet's window contents are drawn in the wrong place (upper right
 corner rather than in a window)

 wmxmms crashes with
 Gdk-ERROR **: BadMatch (invalid parameter attributes)
   serial 139 error_code 8 request_code 62 minor_code 0

 I'd suggest this is a problem in 1.9.99 (as opposed to windowmaker)
 because it worked correctly with all older drivers. 
   

I have pretty much no idea what to look at here. So I am CCing Tilman
(the upstream dev).

I didn't use WindowMaker recently so I don't have any idea what it looks
like these days. Do you have the same problem in you start an empty
session with something like startx /usr/bin/xterm ?

The problem could related to the acceleration architecture. You're using
the default right now (XAA). Does it help if you add:
Option NoAccel true
to the Device section of your xorg.conf? It will disable XAA
acceleration completely.

Or maybe the new architecture EXA would be better (I don't know how good
it is in the mga driver so far). Does it help if you add
Option AccelMethod EXA
instead of the above NoAccel line?

Brice




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



Bug#443868: libX: want to be able to use Yudit kmap input methods in all applications

2007-09-25 Thread Brice Goglin
Roman Czyborra wrote:
 Package: libx11-6
 Version: 2:1.0.3-7
 Severity: wishlist
 File: libX


 How can you switch writing systems in X?

 So far I only know how to do this on MacOS X or in the yudit editor and 
 yudit supports the broadest variance of languages.  It would be neat if 
 there were global keystrokes to enter any character you want with your 
 preferred mnemonic keystrokes.
   

What do you want exactly? X has the ability to change the keyboard
layout using setxkbmap or xorg.conf.

And the Compose key can be used to generate complex characters on simple
keyboard. Running
xmodmap -e 'keycode 113 = Multi_key'
will map the Compose key on your right Alt key. Then, for instance, you
press Alt followed by ~ followed by n to get ñ.

Brice





Bug#443892: x11-utils: luit can't find locale aliases

2007-09-25 Thread Brice Goglin
tags 443892 +fixed-upstream
thank you



Samuel Thibault wrote:
 Package: x11-utils
 Version: 7.3+1
 Severity: normal

 Hi,

 With this new package shipping luit, luit always spits out

 Warning: couldn't find charset data for locale [EMAIL PROTECTED]; using ISO 
 8859-1.

 ltrace indeed shows
 fopen(/usr/lib/X11/locale/locale.alias, r)   = 0
 while locale.alias, as provided by libx11-data, is in
 /usr/share/X11/locale/locale.alias

 Samuel
   

Fixed upstream in commit 599d3c2049bc71929c29e864e4d76b2bdfc0c550

Brice




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



Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250

2007-09-25 Thread Hramrach
Package: xserver-xorg-video-ati
Version: 1:6.6.3-2
Severity: important


Upgrading to the experimental ati driver packages causes X lockup with
radeon 9000 and 9250.

https://bugs.freedesktop.org/show_bug.cgi?id=12544
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/139210


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (300, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-ati depends on:
ii  libc6  2.6.1-1   GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.3.0.0.dfsg-12 X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information



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



Bug#443936: xserver-xorg-video-mga: windowmaker and 1.9.99 get along terribly

2007-09-25 Thread k l s
 I have pretty much no idea what to look at here. So I am CCing Tilman
 (the upstream dev).
 
 I didn't use WindowMaker recently so I don't have any idea what it looks
 like these days. Do you have the same problem in you start an empty
 session with something like startx /usr/bin/xterm ?

I've tried using openbox w/ an xterm and it has no problems.

 The problem could related to the acceleration architecture. You're using
 the default right now (XAA). Does it help if you add:
 Option NoAccel true
 to the Device section of your xorg.conf? It will disable XAA
 acceleration completely.

NoAccel is slower than I recall accelerated having been in the past
(as it ought). I think it starts faster than the standard XAA
acceleration, but it gets slower as windows are repeatedly exposed.
Some kind of resource starvation?

 Or maybe the new architecture EXA would be better (I don't know how good
 it is in the mga driver so far). Does it help if you add
 Option AccelMethod EXA
 instead of the above NoAccel line?

I think I remember having read that EXA isn't ready yet, but I tried
it for the heck of it. It's tremendously slower.

Thank you!
 - robert jacobs



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



Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250

2007-09-25 Thread Brice Goglin
notfound 444049 1:6.6.3-2
found 444049 1:6.6.193-3
found 444049 1:6.7.194-1
forwarded 444049 https://bugs.freedesktop.org/show_bug.cgi?id=12544
thank you




Hramrach wrote:
 https://bugs.freedesktop.org/show_bug.cgi?id=12544
   

Did you try what Dave Airlie suggested in the above bug?

Brice




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



Processed: Re: Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250

2007-09-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 notfound 444049 1:6.6.3-2
Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250
Bug no longer marked as found in version 1:6.6.3-2.

 found 444049 1:6.6.193-3
Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250
Bug marked as found in version 1:6.6.193-3.

 found 444049 1:6.7.194-1
Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250
Bug marked as found in version 1:6.7.194-1.

 forwarded 444049 https://bugs.freedesktop.org/show_bug.cgi?id=12544
Bug#444049: xserver-xorg-video-ati: 6.6.193 and on locks up radeon 9000/9250
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=12544.

 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#376188: xserver aborts with sigsegv when xawtv starts

2007-09-25 Thread Matthieu Lochegnies
Hi,

xserver-xorg-core 1.4 seems to fix it, at least with my config.

Cheers,

-- 
Matthieu (Prof)



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



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

2007-09-25 Thread Ian Campbell
 debian/changelog   |6 ++
 debian/patches/remove-PAGE_MASK|7 +++
 debian/patches/remove-xf86_ansic.h |6 --
 3 files changed, 17 insertions(+), 2 deletions(-)

New commits:
commit c4a29582afbf8753e305aa8567580cb42c17089e
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Fri Sep 21 08:35:15 2007 +0100

Update headers on patches ready for patch bomb upstream.

diff --git a/debian/patches/remove-PAGE_MASK b/debian/patches/remove-PAGE_MASK
index db88ffb..b2bd1b9 100644
--- a/debian/patches/remove-PAGE_MASK
+++ b/debian/patches/remove-PAGE_MASK
@@ -1,3 +1,10 @@
+Use sysconf(_SC_PAGESIZE) as the portable alternative to PAGE_MASK.
+
+PAGE_MASK is not portable to systems such as powerpc, mips and hppa
+where page size is not a constant.
+
+Signed-off-by: Ian Campbell [EMAIL PROTECTED]
+
 Index: xserver-xorg-video-ivtvdev.git/src/ivtv_hw.c
 ===
 --- xserver-xorg-video-ivtvdev.git.orig/src/ivtv_hw.c  2007-09-20 
18:55:16.0 +0100
diff --git a/debian/patches/remove-xf86_ansic.h 
b/debian/patches/remove-xf86_ansic.h
index 2ef1fc2..339a154 100644
--- a/debian/patches/remove-xf86_ansic.h
+++ b/debian/patches/remove-xf86_ansic.h
@@ -1,6 +1,8 @@
-x86_ansic.h is obsolete upstream,  directly include necessary headers instead.
+x86_ansic.h is deprecated upstream.
 
-Signed-off-by: Ian Campbell [EMAIL PROTECTED]
+Directly include necessary headers instead.
+
+Signed-off-by: Ian Campbell [EMAIL PROTECTED]
 
 Index: xserver-xorg-video-ivtvdev.git/src/ivtv.c
 ===

commit b34e9020bbc73c5ec4a5aeca086e96d7c36f6a42
Author: Ian Campbell [EMAIL PROTECTED]
Date:   Fri Sep 21 07:36:48 2007 +0100

Start -4 development.

diff --git a/debian/changelog b/debian/changelog
index 53c4151..9b59c45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ivtvdev (1.0.0~svn4049-4) unstable; urgency=low
+
+  * UNRELEASED.
+
+ -- Ian Campbell [EMAIL PROTECTED]  Fri, 21 Sep 2007 07:36:24 +0100
+
 xserver-xorg-video-ivtvdev (1.0.0~svn4049-3) unstable; urgency=low
 
   * Use sysconf(_SC_PAGESIZE) instead of PAGE_MASK, fixes FTBFS on powerpc,


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



[bts-link] source package xserver-xorg-video-ati

2007-09-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-ati
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #444049
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12544
#  * remote status changed: (?) - NEW
usertags 444049 + status-NEW

thanks



[bts-link] source package xorg-server

2007-09-25 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xorg-server
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user [EMAIL PROTECTED]

# remote status report for #444025
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - FIXED
usertags 444025 + status-RESOLVED resolution-FIXED

# remote status report for #444025
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - FIXED
usertags 444025 + status-RESOLVED resolution-FIXED

# remote status report for #444025
#  * https://bugs.freedesktop.org/show_bug.cgi?id=12523
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - FIXED
usertags 444025 + status-RESOLVED resolution-FIXED

thanks



Processed: Add wontfix tag

2007-09-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 443746 wontfix
Bug#443746: Does not use 1440x900 mode
There were no tags set.
Tags added: wontfix

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#443746: Add wontfix tag

2007-09-25 Thread mkraai
tag 443746 wontfix
thanks

According to upstream, this bug won't be fixed.  See

 
http://www.x.org/wiki/FAQVideoModes#head-d174fd476064edf62ed05d71d8a91b3dc4307324
 https://bugs.freedesktop.org/show_bug.cgi?id=5007
 https://bugs.freedesktop.org/show_bug.cgi?id=5063

The comments indicate that fixing it is probably nearly impossible.

Matt

P.S. Sorry for the footer.

The server made the following annotations 
-
This message contains information that may be privileged or confidential and is 
the property of Beckman Coulter, Inc. It is intended only for the person to 
whom it is addressed. If you are not the intended recipient, you are not 
authorized to read, print, retain, copy, disseminate, distribute or use this 
message or any part thereof. If you receive this message in error, please 
notify the sender immediately and delete all copies of this message.

-



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



Processed: bug 444035 is forwarded to https://bugs.freedesktop.org/show_bug.cgi?id=12568

2007-09-25 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.8
 forwarded 444035 https://bugs.freedesktop.org/show_bug.cgi?id=12568
Bug#444035: xkb-data: latam layout: no dead_tilde
Noted your statement that Bug has been forwarded to 
https://bugs.freedesktop.org/show_bug.cgi?id=12568.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



x11-xfs-utils 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-xfs-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11-xserver-utils 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-xserver-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11-utils 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11-xkb-utils 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-xkb-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



xinit 1.0.5-1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the xinit source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1.0.5-1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11-apps 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-apps source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11proto-composite 1:0.4-2 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11proto-composite source package
in Debian's testing distribution has changed.

  Previous version: 0.3.1-2
  Current version:  1:0.4-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



xauth 1:1.0.2-2 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the xauth source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  1:1.0.2-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



x11-session-utils 7.3+1 MIGRATED to testing

2007-09-25 Thread Debian testing watch
FYI: The status of the x11-session-utils source package
in Debian's testing distribution has changed.

  Previous version: (not in testing)
  Current version:  7.3+1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#443647: xkb-data missing some characters in gurmukhi (gur) keymap

2007-09-25 Thread H. S.
On 9/24/07, Mohammed Adnène Trojette [EMAIL PROTECTED] wrote:

 On Sun, Sep 23, 2007, H. S. wrote:
  am guessing it can be put as SHIFT+A30), line no. 50 in
 /etc/X11/xkb/symbols/

 Hi!

 What we need is a patch against /usr/share/X11/xkb/symbols/in
 (/etc/X11/xkb/symbols/ is obsolete).

 Please could you tell me whether the attached patch fixes the issue?



Hello,

Thanks for the patch. The line change for the character 0A5C works (for ੜ),
but the last one for A71 does not. It is probably becuase I am not sure what
is my modifier key in guru keyboard layout (I am in KDE). I have tried
CTRL-, CTRL+ALT, and these two keys on the right hand side of the space
bars. None worked.

regards,
-HS


--
 Mohammed Adnène Trojette




Bug#207481: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Cindie Rodriguez
Sep 26 07:07:29 MSK 2007



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



Bug#94713: Type supercheapoem .com ln |nternet Exp|orer

2007-09-25 Thread Laura Wells
Sep 26 07:07:29 MSK 2007



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