[RFC] Mesa package updates for experimental

2012-09-23 Thread Jon Severinsson
I recently made a local package of mesa 8.0.4+git for some of my systems,
and while most of the patches I included was backports, I included some
additional packaging updates applicable to debian-experimental branch.
In the hope they may be of use to you, I've prepared this series for
your consideration.

Best regards
Jon Severinsson


-- 
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/1348389533-5185-1-git-send-email-...@severinsson.net



[PATCH 1/4] control: Add libtxc-dxtn-s2tc0 to libgl1-mesa-dri Recommends.

2012-09-23 Thread Jon Severinsson
---
 debian/changelog |3 +++
 debian/control   |1 +
 2 filer ändrade, 4 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 6befa47..ceaa2cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -47,6 +47,9 @@ mesa (9.0~git20120917.7cfd42ce-1) UNRELEASED; urgency=low
 this is all post-wheezy / post-precise, but it's an archive reject error
 in Debian right now so let's just be complete.
 
+  [ Jon Severinsson ]
+  * control: Add libtxc-dxtn-s2tc0 to libgl1-mesa-dri Recommends.
+
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
 mesa (8.0.4-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e9eefb6..a6b595b 100644
--- a/debian/control
+++ b/debian/control
@@ -605,6 +605,7 @@ Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends}
+Recommends: libtxc-dxtn-s2tc0 | libtxc-dxtn0
 Suggests: libglide3
 Conflicts: xlibmesa-dri ( 1:7.0.0)
 Replaces: xlibmesa-dri ( 1:7.0.0), libgl1-mesa-dri-experimental ( 7.11.1)
-- 
1.7.10.4


-- 
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/1348389533-5185-2-git-send-email-...@severinsson.net



[PATCH 3/4] control: Add libglapi-mesa to liosmesa6 Depends.

2012-09-23 Thread Jon Severinsson
---
 debian/changelog |1 +
 debian/control   |1 +
 2 filer ändrade, 2 tillägg(+)

diff --git a/debian/changelog b/debian/changelog
index 27f9971..059c666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ mesa (9.0~git20120917.7cfd42ce-1) UNRELEASED; urgency=low
   [ Jon Severinsson ]
   * control: Add libtxc-dxtn-s2tc0 to libgl1-mesa-dri Recommends.
   * libosmesa*.install.in: Install files into the correct path.
+  * control: Add libglapi-mesa to liosmesa6 Depends.
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/control b/debian/control
index a6b595b..7630fd7 100644
--- a/debian/control
+++ b/debian/control
@@ -748,6 +748,7 @@ Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
+ libglapi-mesa (= ${binary:Version}),
 Replaces: libgl1-mesa-swx11 ( 6.5.2)
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-- 
1.7.10.4


-- 
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/1348389533-5185-4-git-send-email-...@severinsson.net



[PATCH 4/4] rules: Clean up confflags

2012-09-23 Thread Jon Severinsson
---
 debian/changelog |1 +
 debian/rules |8 +++-
 2 filer ändrade, 4 tillägg(+), 5 borttagningar(-)

diff --git a/debian/changelog b/debian/changelog
index 059c666..5053505 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -51,6 +51,7 @@ mesa (9.0~git20120917.7cfd42ce-1) UNRELEASED; urgency=low
   * control: Add libtxc-dxtn-s2tc0 to libgl1-mesa-dri Recommends.
   * libosmesa*.install.in: Install files into the correct path.
   * control: Add libglapi-mesa to liosmesa6 Depends.
+  * rules: Clean up confflags
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index 248e7a0..ada5ae9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,10 +52,6 @@ BUILD_STAMPS = $(addprefix $(STAMP)-build-, $(CONFIGS))
 QUILT_STAMPFN = $(STAMP_DIR)/patch
 include /usr/share/quilt/quilt.make
 
-confflags-common = \
-   CFLAGS=$(CFLAGS) \
-   CXXFLAGS=$(CXXFLAGS)
-
 DRI_DRIVERS =
 GALLIUM_DRIVERS =
 
@@ -126,7 +122,8 @@ confflags-dri = \
$(confflags_GALLIUM) \
$(confflags_GLES) \
$(confflags_OPENVG) \
-   $(confflags-common)
+   CFLAGS=$(CFLAGS) \
+   CXXFLAGS=$(CXXFLAGS)
 
 confflags-swx11 = \
--disable-dri \
@@ -155,6 +152,7 @@ confflags-swx11-i386-i686 = \
--with-gallium-drivers= \
--enable-xlib-glx \
--disable-egl \
+   --disable-shared-glapi \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH)/i686/cmov \
CFLAGS=$(CFLAGS) -march=i686 \
CXXFLAGS=$(CXXFLAGS) -march=i686
-- 
1.7.10.4


-- 
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/1348389533-5185-5-git-send-email-...@severinsson.net



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

2012-09-23 Thread Ian Campbell
 debian/changelog |2 +-
 debian/control   |1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 3e7dcde8938afc875a190c5cc38165cb4813c18b
Author: Ian Campbell i...@hellion.org.uk
Date:   Sun Sep 23 09:45:54 2012 +0100

Remove DM-Upload-Allowed: yes, it's already obsolete.

diff --git a/debian/changelog b/debian/changelog
index f26fa7c..ec7c442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 xserver-xorg-video-ivtvdev (1.1.2-2) UNRELEASED; urgency=low
 
-  * Set DM-Upload-Allowed: yes.
+  * 
 
  -- Ian Campbell i...@hellion.org.uk  Mon, 20 Aug 2012 08:32:57 +0100
 
diff --git a/debian/control b/debian/control
index 05066de..de46726 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,6 @@ Section: contrib/x11
 Priority: extra
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Ian Campbell i...@hellion.org.uk, Cyril Brulebois 
k...@debian.org
-DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (= 8),
  dh-autoreconf,


-- 
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/e1tfhpo-000844...@vasks.debian.org



Bug#681409: xserver-xorg-input-all: Keyboard suddenly unresponsive, mouse still works

2012-09-23 Thread Roland Haeder
Package: xserver-xorg
Version: 1:7.7+1
Followup-For: Bug #681409

Dear Maintainer,

There is a work-around from Jim Minter:
https://bugzilla.redhat.com/attachment.cgi?id=589953

So the 'SlowKeys' feature may have caused this trouble as it got suddenly
turned on (out of unknown origin).



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Jun 29  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2044664 Aug 21 21:55 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation G96 [GeForce 9500 
GT] [10de:0640] (rev a1)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1654 Aug 23 22:45 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 302.17  
(buildmeis...@swio-display-x86-rhel47-04.nvidia.com)  Tue Jun 12 17:05:44 PDT 
2012

#Section InputDevice
#   Identifier  Joystick0
#   Driver  joystick
#   Option  Device/dev/input/event6
#EndSection

Section ServerLayout

#InputDeviceJoystick0 CoreJoystick
Identifier Layout0
Screen  0  Screen0 0 0
InputDeviceKeyboard0 CoreKeyboard
InputDeviceMouse0 CorePointer
Option AllowEmptyInput off
Option AutoAddDevices off
EndSection

Section Files
EndSection

Section InputDevice

# generated from default
Identifier Mouse0
Driver mouse
Option Protocol auto
Option Device /dev/psaux
Option Emulate3Buttons no
Option ZAxisMapping 4 5
EndSection

Section InputDevice

# generated from default
Identifier Keyboard0
Driver kbd
Option XkbOptions terminate:ctrl_alt_bksp
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
SubSection Display
Depth   24
EndSubSection
EndSection


/etc/X11/xorg.conf.d does not exist.

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
---
Linux version 3.4.5 (root@daedalus) (gcc version 4.7.1 (Debian 4.7.1-3) ) #1 
SMP Tue Jul 17 16:45:05 CEST 2012

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 23031 Sep 23 14:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[2573715.541] _XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
[2573715.541] _XSERVTransOpen: transport open failed for inet6/daedalus:0
[2573715.541] _XSERVTransMakeAllCOTSServerListeners: failed to open listener 
for inet6
[2573715.550] 
X.Org X Server 1.12.3.902 (1.12.4 RC 2)
Release Date: 2012-08-19
[2573715.550] X Protocol Version 11, Revision 0
[2573715.550] Build Operating System: Linux 3.2.0-3-amd64 x86_64 Debian
[2573715.550] Current Operating System: Linux daedalus 3.4.5 #1 SMP Tue Jul 17 
16:45:05 CEST 2012 x86_64
[2573715.550] Kernel command line: BOOT_IMAGE=Linux ro 
root=UUID=ae37006a-2b7f-4b9a-9cc6-9a70261f7131
[2573715.550] Build Date: 21 August 2012  07:36:50PM
[2573715.550] xorg-server 2:1.12.3.902-1 (Julien Cristau jcris...@debian.org) 
[2573715.550] Current version of pixman: 0.26.0
[2573715.550]   Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[2573715.550] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[2573715.550] (==) Log file: /var/log/Xorg.0.log, Time: Sun Sep 23 13:25:20 
2012
[2573715.605] (==) Using config file: /etc/X11/xorg.conf
[2573715.605] (==) Using system config directory /usr/share/X11/xorg.conf.d
[2573715.634] (==) ServerLayout Layout0
[2573715.634] (**) |--Screen Screen0 (0)
[2573715.634] (**) |   |--Monitor Monitor0
[2573715.634] (**) |   |--Device Device0
[2573715.634] (**) |--Input Device Keyboard0
[2573715.634] (**) |--Input Device Mouse0
[2573715.634] (**) Option AutoAddDevices off
[2573715.634] (**) Not automatically adding devices
[2573715.634] (==) Automatically enabling devices
[2573715.652] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[2573715.652]   Entry deleted from font path.
[2573715.706] (==) FontPath set to:
/usr/share/fonts/X11/misc,

Processed (with 1 errors): yeah well

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

 reassign 688505 wnpp
Bug #688505 [mysql-server] MariaDB packaging.
Bug reassigned from package 'mysql-server' to 'wnpp'.
No longer marked as found in versions mysql-5.5/5.5.24+dfsg-8.
Ignoring request to alter fixed versions of bug #688505 to the same values 
previously set
 retitle 688505 ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Bug #688505 [wnpp] MariaDB packaging.
Changed Bug title to 'ITP: mariadb-server-core-5.5 -- MariaDB dropin alt 
server' from 'MariaDB packaging.'
 merge 688505 65308
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Unable to merge bugs because:
severity of #65308 is 'normal' not 'wishlist'
done of #65308 is 'Branden Robinson bran...@ecn.purdue.edu' not ''
package of #65308 is 'xfree86-common' not 'wnpp'
Failed to merge 688505: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x32024b8)', 
'requester', 'Nicholas Bamber nicho...@periapt.co.uk', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '505f4c58.6040...@periapt.co.uk', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 536
Debbugs::Control::Service::control_line('line', 'merge 688505 65308', 
'clonebugs', 'HASH(0x315f9e8)', 'limit', 'HASH(0x315f430)', 
'common_control_options', 'ARRAY(0x315f478)', 'errors', ...) called at 
/usr/lib/debbugs/service line 471

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
65308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65308
688505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688505
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.134842278510660.transcr...@bugs.debian.org



Processed (with 1 errors): yeah well

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

 owner 688505  nicho...@periapt.co.uk
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Owner recorded as nicho...@periapt.co.uk.
 merge 688505 65308
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Unable to merge bugs because:
severity of #65308 is 'normal' not 'wishlist'
done of #65308 is 'Branden Robinson bran...@ecn.purdue.edu' not ''
owner of #65308 is '' not 'nicho...@periapt.co.uk'
package of #65308 is 'xfree86-common' not 'wnpp'
Failed to merge 688505: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2a4cca8)', 
'requester', 'Nicholas Bamber nicho...@periapt.co.uk', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '505f4e93.3050...@periapt.co.uk', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 536
Debbugs::Control::Service::control_line('line', 'merge 688505 65308', 
'clonebugs', 'HASH(0x29c69e8)', 'limit', 'HASH(0x29c6430)', 
'common_control_options', 'ARRAY(0x29c6478)', 'errors', ...) called at 
/usr/lib/debbugs/service line 471

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
65308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65308
688505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688505
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.134842335915347.transcr...@bugs.debian.org



Processed (with 1 errors): yeah well

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

 forcemerge 688505 65308
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Unable to merge bugs because:
package of #65308 is 'xfree86-common' not 'wnpp'
Failed to forcibly merge 688505: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x20a9ca8)', 
'requester', 'Nicholas Bamber nicho...@periapt.co.uk', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '505f517e.6070...@periapt.co.uk', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 550
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x20239e8)', 'limit', 'HASH(0x2023430)', 'common_control_options', 
'ARRAY(0x2023478)', 'errors', ...) called at /usr/lib/debbugs/service line 471

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
65308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65308
688505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688505
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.134842409919625.transcr...@bugs.debian.org



Processed (with 3 errors): yeah well

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

 noowner 688505
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Removed annotation that Bug was owned by nicho...@periapt.co.uk.
 noowner 65308
Failed to mark 65308 as not having an owner: Not altering archived bugs; see 
unarchive.

 forcemerge 688505 65308
Bug #688505 [wnpp] ITP: mariadb-server-core-5.5 -- MariaDB dropin alt server
Unable to merge bugs because:
package of #65308 is 'xfree86-common' not 'wnpp'
Failed to forcibly merge 688505: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x323ad08)', 
'requester', 'Nicholas Bamber nicho...@periapt.co.uk', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '505f55b0.2010...@periapt.co.uk', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 550
Debbugs::Control::Service::control_line('line', 'forcemerge 688505 
65308', 'clonebugs', 'HASH(0x31b49e8)', 'limit', 'HASH(0x31b4430)', 
'common_control_options', 'ARRAY(0x31b4478)', 'errors', ...) called at 
/usr/lib/debbugs/service line 471

 owner 65308 nicho...@periapt.co.uk
Failed to mark 65308 as having an owner: Not altering archived bugs; see 
unarchive.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
65308: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=65308
688505: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688505
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.134842517427648.transcr...@bugs.debian.org



Bug#683695: libdrm-nouveau1a: when using Nvidia Gtx 550 Ti card boot stops at populating /dev

2012-09-23 Thread Dick Thomas
hiya, Michael

sorry for taking so long to get back to you

I tried the 3.5 kernel and it works perfectly with the gfx card

regards

Dick Thomas

On 22 September 2012 18:40, Michael Gilbert mgilb...@debian.org wrote:

 On Sat, Sep 22, 2012 at 1:04 AM, Dick Thomas wrote:
  still a noob to debian so daren't do that yet as I don't want to get
 flamed
  but thank you for the suggestions :)

 Flaming is somewhat less prevalent in debian nowadays, so please try
 to not worry about that.

 Would you mind at least trying the 3.5 kernel from the experimental
 repository so we can confirm that would be a solution to the problem?

 Thanks,
 Mike