Bug#677167: xutils-dev: Missing configuration settins in gnu.cf [patch attached]

2012-06-11 Thread Barry deFreese
Package: xutils-dev
Version: 1:7.7~1
Severity: Important
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hi,

It seems that the GNU configuration file gnu.cf hasn't been keeping up.  It is 
missing a define for
ManDirectoryRoot so some packages fail to build the man pages in the correct 
dirs and building in
Debian therefore fails.

Attached is a patch to correct this issue.

Thank you,

Barry deFreese

Index: xutils-dev-7.7~1/xorg-cf-files/gnu.cf
===
--- xutils-dev-7.7~1.orig/xorg-cf-files/gnu.cf  2012-06-11 20:32:45.0 
+
+++ xutils-dev-7.7~1/xorg-cf-files/gnu.cf   2012-06-11 20:34:24.0 
+
@@ -25,6 +25,19 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot  /usr/share/man
+#endif
+#ifndef AlternateUsrLibDir
+# define AlternateUsrLibDir NO
+#endif
+#ifndef AlternateIncRoot
+# define AlternateIncRoot NO
+#endif
+
 #ifndef GnuBinUtilsMajorVersion
 # define GnuBinUtilsMajorVersion   DefaultGnuBinUtilsMajorVersion
 #endif


xserver-xorg-video-intel_2.19.0-2_amd64.changes ACCEPTED into unstable

2012-06-11 Thread Debian FTP Masters



Accepted:
xserver-xorg-video-intel-dbg_2.19.0-2_amd64.deb
  to 
main/x/xserver-xorg-video-intel/xserver-xorg-video-intel-dbg_2.19.0-2_amd64.deb
xserver-xorg-video-intel_2.19.0-2.diff.gz
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.19.0-2.diff.gz
xserver-xorg-video-intel_2.19.0-2.dsc
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.19.0-2.dsc
xserver-xorg-video-intel_2.19.0-2_amd64.deb
  to main/x/xserver-xorg-video-intel/xserver-xorg-video-intel_2.19.0-2_amd64.deb


Changes:
xserver-xorg-video-intel (2:2.19.0-2) unstable; urgency=low
 .
  * Cherry-pick the following commits to make it possible to build both
uxa (legacy acceleration method) and sna (experimental acceleration
method):
- 3f3bde4f0c uxa: Only consider an output valid if the kernel reports it 
attached
- df6ab02c36 Unify options handling between UXA and SNA
- e456291350 Allow runtime switching of AccelMethod between uxa/sna and 
even glamor
- 318982566b sna/dri: Disable experimental code by default
- 7614a54188 configure: Harden --with-default-accel against simple mistakes
- 4e984b79cc configure: Correct the help string for --with-default-accel
  * rules: Enable sna and uxa accel methods, default to uxa. The switch
to sna can be achieved through a minimal xorg.conf (look for “AccelMethod”
in: man intel).
  * Add patch to document the new AccelMethod option accordingly:
- 0002-Update-manpage-for-new-accelmethod-option.patch


Override entries for your package:
xserver-xorg-video-intel-dbg_2.19.0-2_amd64.deb - extra debug
xserver-xorg-video-intel_2.19.0-2.dsc - source x11
xserver-xorg-video-intel_2.19.0-2_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1sedvp-00080j...@franck.debian.org



Processing of xserver-xorg-video-intel_2.19.0-2_amd64.changes

2012-06-11 Thread Debian FTP Masters
xserver-xorg-video-intel_2.19.0-2_amd64.changes uploaded successfully to 
localhost
along with the files:
  xserver-xorg-video-intel_2.19.0-2.dsc
  xserver-xorg-video-intel_2.19.0-2.diff.gz
  xserver-xorg-video-intel_2.19.0-2_amd64.deb
  xserver-xorg-video-intel-dbg_2.19.0-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1sedq6-0007hy...@franck.debian.org



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

2012-06-11 Thread Cyril Brulebois
 configure.ac|   59 
++
 debian/changelog|   19 ++
 debian/patches/0002-Update-manpage-for-new-accelmethod-option.patch |   15 +
 debian/patches/series   |1 
 debian/rules|2 
 src/Makefile.am |1 
 src/common.h|2 
 src/intel_display.c |   21 ++
 src/intel_driver.c  |   86 
-
 src/intel_driver.h  |2 
 src/intel_glamor.c  |   15 +
 src/intel_module.c  |   90 
++
 src/intel_options.h |   75 

 src/legacy/i810/i810_driver.c   |3 
 src/legacy/legacy.h |2 
 src/sna/sna.h   |   15 -
 src/sna/sna_display.c   |2 
 src/sna/sna_dri.c   |6 
 src/sna/sna_driver.c|   32 +--
 src/sna/sna_module.h|4 
 src/sna/sna_video.c |2 
 src/sna/sna_video_overlay.c |2 
 src/sna/sna_video_sprite.c  |2 
 23 files changed, 297 insertions(+), 161 deletions(-)

New commits:
commit d76d28952241dd22f7252fbf28f3f0049965f201
Author: Cyril Brulebois 
Date:   Mon Jun 11 22:22:04 2012 +

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index e203e41..3b45678 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-intel (2:2.19.0-2) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.19.0-2) unstable; urgency=low
 
   * Cherry-pick the following commits to make it possible to build both
 uxa (legacy acceleration method) and sna (experimental acceleration
@@ -15,7 +15,7 @@ xserver-xorg-video-intel (2:2.19.0-2) UNRELEASED; urgency=low
   * Add patch to document the new AccelMethod option accordingly:
 - 0002-Update-manpage-for-new-accelmethod-option.patch
 
- -- Cyril Brulebois   Mon, 11 Jun 2012 21:55:45 +
+ -- Cyril Brulebois   Mon, 11 Jun 2012 22:22:00 +
 
 xserver-xorg-video-intel (2:2.19.0-1) unstable; urgency=low
 

commit 28febcb6451e8cc9eb4fd5b05c6176529b54aef3
Author: Cyril Brulebois 
Date:   Mon Jun 11 22:21:38 2012 +

Add patch to document the new AccelMethod option accordingly: 
0002-Update-manpage-for-new-accelmethod-option.patch

diff --git a/debian/changelog b/debian/changelog
index 22ced2a..e203e41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ xserver-xorg-video-intel (2:2.19.0-2) UNRELEASED; urgency=low
   * rules: Enable sna and uxa accel methods, default to uxa. The switch
 to sna can be achieved through a minimal xorg.conf (look for “AccelMethod”
 in: man intel).
+  * Add patch to document the new AccelMethod option accordingly:
+- 0002-Update-manpage-for-new-accelmethod-option.patch
 
  -- Cyril Brulebois   Mon, 11 Jun 2012 21:55:45 +
 
diff --git 
a/debian/patches/0002-Update-manpage-for-new-accelmethod-option.patch 
b/debian/patches/0002-Update-manpage-for-new-accelmethod-option.patch
new file mode 100644
index 000..11fd542
--- /dev/null
+++ b/debian/patches/0002-Update-manpage-for-new-accelmethod-option.patch
@@ -0,0 +1,15 @@
+--- a/man/intel.man
 b/man/intel.man
+@@ -57,6 +57,12 @@ The following driver
+ .B Options
+ are supported
+ .TP
++.BI "Option \*qAccelMethod\*q \*q" string \*q
++This sets the acceleration method. The legacy method is uxa, the experimental
++one is sna.
++.IP
++Default: uxa.
++.TP
+ .BI "Option \*qColorKey\*q \*q" integer \*q
+ This sets the default pixel value for the YUV video overlay key.
+ .IP
diff --git a/debian/patches/series b/debian/patches/series
index 3569ab4..340efc7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Fix-build-failure-when-passing-with-builderstring.patch
+0002-Update-manpage-for-new-accelmethod-option.patch

commit 63bc77e1c5906e7ccc1820e560cbd080299de64e
Author: Cyril Brulebois 
Date:   Mon Jun 11 22:01:37 2012 +

rules: Enable sna and uxa accel methods, default to uxa.

diff --git a/debian/changelog b/debian/changelog
index 996b253..22ced2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ xserver-xorg-video-intel (2:2.19.0-2) UNRELEASED; urgency=low
 - 3189825

xserver-xorg-video-intel: Changes to 'refs/tags/xserver-xorg-video-intel-2_2.19.0-2'

2012-06-11 Thread Cyril Brulebois
Tag 'xserver-xorg-video-intel-2_2.19.0-2' created by Cyril Brulebois 
 at 2012-06-11 23:11 +

Tagging upload of xserver-xorg-video-intel 2:2.19.0-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEABECAAYFAk/WexkACgkQeGfVPHR5Nd3F2QCfUNRzc9C0V3oFLfesR+X0qnLn
K1wAni6xsITwAmNQwPwk8VX1Jl7WKhZJ
=Rf2g
-END PGP SIGNATURE-

Changes since xserver-xorg-video-intel-2_2.19.0-1:
Chris Wilson (5):
  uxa: Only consider an output valid if the kernel reports it attached
  Allow runtime switching of AccelMethod between uxa/sna and even glamor
  sna/dri: Disable experimental code by default
  configure: Harden --with-default-accel against simple mistakes
  configure: Correct the help string for --with-default-accel

Cyril Brulebois (4):
  Document the cherry-picks.
  rules: Enable sna and uxa accel methods, default to uxa.
  Add patch to document the new AccelMethod option accordingly: 
0002-Update-manpage-for-new-accelmethod-option.patch
  Upload to unstable.

Eugeni Dodonov (1):
  Unify options handling between UXA and SNA

---
 configure.ac|   59 
++
 debian/changelog|   19 ++
 debian/patches/0002-Update-manpage-for-new-accelmethod-option.patch |   15 +
 debian/patches/series   |1 
 debian/rules|2 
 src/Makefile.am |1 
 src/common.h|2 
 src/intel_display.c |   21 ++
 src/intel_driver.c  |   86 
-
 src/intel_driver.h  |2 
 src/intel_glamor.c  |   15 +
 src/intel_module.c  |   90 
++
 src/intel_options.h |   75 

 src/legacy/i810/i810_driver.c   |3 
 src/legacy/legacy.h |2 
 src/sna/sna.h   |   15 -
 src/sna/sna_display.c   |2 
 src/sna/sna_dri.c   |6 
 src/sna/sna_driver.c|   32 +--
 src/sna/sna_module.h|4 
 src/sna/sna_video.c |2 
 src/sna/sna_video_overlay.c |2 
 src/sna/sna_video_sprite.c  |2 
 23 files changed, 297 insertions(+), 161 deletions(-)
---


-- 
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/e1sedlr-0003vz...@vasks.debian.org



Bug#651741: gnome-power-manager: display backlight brightness has no effect on Sony Vaio VPCYA1V9E

2012-06-11 Thread littlebat
Added "acpi_backlight=vendor acpi_osi=linux video.brightness_switch_enabled=1"
into grub boot kernel parameters, "Fn + Up/Down" to change brigtness works on
my G360. It's no need to write a Udev rules like my previous method.


Processed (with 1 errors): Re: Cannot start luvcview - SDL error

2012-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 522876 libx11-6
Bug #522876 [libsdl1.2] Cannot start luvcview - SDL error
Bug reassigned from package 'libsdl1.2' to 'libx11-6'.
Ignoring request to alter found versions of bug #522876 to the same values 
previously set
Ignoring request to alter fixed versions of bug #522876 to the same values 
previously set
> forcemerge 292388 522876
Bug #292388 [libx11-6] libx11-6: XOpenDisplay says "XDM authorization key 
matches an existing client!"
Bug #522876 [libx11-6] Cannot start luvcview - SDL error
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=10665'.
522876 was not blocked by any bugs.
522876 was not blocking any bugs.
Added blocking bug(s) of 522876: 486606
Failed to forcibly merge 292388: can't find location for 486606.

> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
292388: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292388
522876: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.133944043324350.transcr...@bugs.debian.org



Bug#292388: Cannot start luvcview - SDL error

2012-06-11 Thread Manuel A. Fernandez Montecelo
reassign 522876 libx11-6
forcemerge 292388 522876
stop

Hello,

As per #292388 and its clone #486606 (which contains a way to work
around it), it seems that the bug is not in SDL but deeper in the X11
layers, and was forwarded to [1].  According to #486606, the
authorisation method was disabled in 2008 for libx11 libraries, almost
4 years ago, so I don't think that it's possible to reproduce it
anymore.

In any case, it works perfectly fine for me (luvcview 0.2.6-6), also
with unstable as of today, and amd64 arch.  Since the bug is already
reported to X11 package and upstream, I don't think that any new
action is needed.

If somebody can reproduce it and provide more insight, please add info
to these bug reports.  I am merging it with #292388 because I believe
that it belongs in there.

Cheers and thanks for the report, and the interest in improving Debian.


[1] https://bugs.freedesktop.org/show_bug.cgi?id=10665



-- 
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/CAPQ4b8mg3BrATxZSNn6UA_erSg=srcfpmq-skbjf+4vuq+p...@mail.gmail.com



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

2012-06-11 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #431326 (http://bugs.debian.org/431326)
# Bug title: xserver-xorg-video-intel: X does not start with an intel 82830 
chip on a fujitsu-siemens Lifebook S6010 laptop
#  * https://bugs.freedesktop.org/show_bug.cgi?id=17902
#  * remote status changed: REOPENED -> RESOLVED
#  * remote resolution changed: (?) -> WORKSFORME
#  * closed upstream
tags 431326 + fixed-upstream
usertags 431326 - status-REOPENED
usertags 431326 + status-RESOLVED resolution-WORKSFORME

thanks


--
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/20120611181101.1288.45148.btsl...@busoni.debian.org



[bts-link] source package xorg-server

2012-06-11 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 bts-link-upstr...@lists.alioth.debian.org

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

# remote status report for #674575 (http://bugs.debian.org/674575)
# Bug title: xorg eats CPU time
#  * https://bugs.freedesktop.org/show_bug.cgi?id=47266
#  * remote status changed: (?) -> REOPENED
usertags 674575 + status-REOPENED

thanks


--
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/20120611181101.1288.80443.btsl...@busoni.debian.org



Processed: [bts-link] source package xserver-xorg-video-intel

2012-06-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package xserver-xorg-video-intel
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #431326 (http://bugs.debian.org/431326)
> # Bug title: xserver-xorg-video-intel: X does not start with an intel 82830 
> chip on a fujitsu-siemens Lifebook S6010 laptop
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=17902
> #  * remote status changed: REOPENED -> RESOLVED
> #  * remote resolution changed: (?) -> WORKSFORME
> #  * closed upstream
> tags 431326 + fixed-upstream
Bug #431326 [xserver-xorg-video-intel] xserver-xorg-video-intel: X does not 
start with an intel 82830 chip on a fujitsu-siemens Lifebook S6010 laptop
Added tag(s) fixed-upstream.
> usertags 431326 - status-REOPENED
Bug#431326: xserver-xorg-video-intel: X does not start with an intel 82830 chip 
on a fujitsu-siemens Lifebook S6010 laptop
Usertags were: status-REOPENED.
Usertags are now: .
> usertags 431326 + status-RESOLVED resolution-WORKSFORME
Bug#431326: xserver-xorg-video-intel: X does not start with an intel 82830 chip 
on a fujitsu-siemens Lifebook S6010 laptop
There were no usertags set.
Usertags are now: status-RESOLVED resolution-WORKSFORME.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
431326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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/handler.s.c.133943826111649.transcr...@bugs.debian.org