xserver-xorg-input-joystick: Changes to 'ubuntu'

2011-02-06 Thread Christopher Halse Rogers
New branch 'ubuntu' available with the following commits:
commit e15efb345f8a5562135a0d58629b560676258141
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 10:22:46 2011 +1100

New upstream snapshot for Xserver 1.10 build

commit 9035bfeb72f5c653e646cdb192330cd17a6792aa
Merge: 0351b39 8c7ad54
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 10:20:03 2011 +1100

Merge branch 'upstream-ubuntu' into ubuntu

commit 8c7ad54d6d869bb4202aee8408c72ed72bf929a7
Author: Peter Hutterer 
Date:   Tue Dec 14 17:00:28 2010 +1000

Support input ABI 12

This commit adds support for input ABI 12, consisting of a number of
changes:
- requires an X server with an ABI of 12
- valuators have a per-mode setting
- new PreInit prototype.

Because of the new PreInit prototype, the hotplug system has been switched
around too (should have probably been done in a separate commit before,
but...).

The old hotplug mechanism added a separate ModuleInfoRec for the keyboard
part of the driver. This isn't feasable for InputClass configurations, the
driver part may get overwritten.

On entering the driver, after checking a few default values, hotplug the
keyboard device (wacom-style) and let it initialize. Because NIDR calls
DEVICE_INIT and DEVICE_ON the keyboard must initialise the private pointer
and pass it back to the original device.

Call order is:
NewInputDeviceRequest
 - jstkCorePreInit
   - jstkKeyboardHotplug
 - NewInputDeviceRequest
   - jstkCorePreInit
 immediately return jstkKeyboardPreInit()
   - keyboard DEVICE_INIT
   - keyboard DEVICE_ON
 return keyboard device
   - copy keyboard->priv to joystick->priv
   - finish jstkCorePreInit as normal
   - joystick DEVICE_INIT
   - joystick DEVICE_ON

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit f2050e6be5b6b3f8c429060992cc3ead0cfe86c1
Author: Peter Hutterer 
Date:   Tue Dec 14 16:51:15 2010 +1000

Get the option values from pInfo instead of from the IDevRec.

Doesn't matter which one we take, but ABI 12 dropped the IDevRec.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit df0567d2fa2d67a00dce78a89803e8925d20e324
Author: Peter Hutterer 
Date:   Tue Dec 14 16:48:50 2010 +1000

Don't call xf86OptionListReport()

All options used by the driver will show up in the log anyway.
And new xserver versions will call this for debugging purposes for us.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 135aaf612bcb591ae1692ae47b2d36a814230cbe
Author: Peter Hutterer 
Date:   Tue Dec 14 15:19:08 2010 +1000

Purge use of XI_PRIVATE macro.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 29a486ba56bc6279297a716b018ba24880680e82
Author: Peter Hutterer 
Date:   Tue Dec 14 15:14:47 2010 +1000

Drop close_proc, conversion_proc, reverse_conversion_proc

All three aren't called by the server.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 0674bdfdb67e9195af7cb5982ae2eda0fa03ce57
Author: Peter Hutterer 
Date:   Tue Dec 14 15:09:32 2010 +1000

Don't handle history_size in the driver.

This has been handled in the server for quite a while now, just initialize
with the defaults and ignore it otherwise.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 39205d76cb45242ee9b47594ec5be7edc509edc7
Author: Peter Hutterer 
Date:   Tue Dec 14 15:08:49 2010 +1000

Require server 1.9, drop pre-ABI 11 support.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 074dc4a2a06aebae144afc21de5c4f8bc365937d
Author: Peter Hutterer 
Date:   Tue Dec 14 15:04:44 2010 +1000

Remove usage of XI86_POINTER_CAPABLE flag.

Flag was write-only for a number of server generations already.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 107e4b14d90d06864247c7878ee0cc5f59e4bc5a
Author: Peter Hutterer 
Date:   Tue Dec 14 14:47:31 2010 +1000

Replace LocalDevicePtr with InputInfoPtr

Both typedefs describe the same struct, LocalDevicePtr has been removed with
input ABI 12.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit a23a4a77c7157c516a8194e05e9f07b64d8e8089
Author: Peter Hutterer 
Date:   Tue Dec 14 15:03:45 2010 +1000

Bump to 1.5.99

commit cd6b81d377a5d541100996fa4e2ac2decffe65f1
Author: Trevor Woerner 
Date:   Sun Oct 17 21:26:16 2010 -0400

Code cleanup, bad structure initialization.

The InputDriverRec data structure in xserver/hw/xfree86/common/xf86Xinput.h
no longer contains an integer refCount member; as per commit
d568221710959cf7d783e6ff0fb80fb43a231124.

Signed-off-by: Trevor Woerner 
Signed-off-by: Peter Hutterer 

commit 38363bde5

xserver-xorg-input-keyboard: Changes to 'ubuntu'

2011-02-06 Thread Christopher Halse Rogers
New branch 'ubuntu' available with the following commits:
commit cd1bbaca922d75c08d62544b9000ffcedde72134
Author: Christopher James Halse Rogers 
Date:   Wed Feb 2 12:22:13 2011 +1100

New upstream snapshot to build against Xserver 1.10

commit 48b5be068ce95d7ce2d0154cc4dda3859a1b3d65
Merge: be4062c 849f509
Author: Christopher James Halse Rogers 
Date:   Wed Feb 2 12:20:27 2011 +1100

Merge branch 'upstream-ubuntu' into ubuntu

commit 849f5092efd770cf169ce9950e9dbb0bccbf9017
Author: Alexandr Shadchin 
Date:   Sat Jan 8 17:09:10 2011 +0500

Removing unused bell_pitch and bell_duration

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Peter Hutterer 

commit dd9ed7921cc9cacb6dc128b3f426f9312535
Author: Alexandr Shadchin 
Date:   Sat Jan 8 20:09:48 2011 +0500

Removing unused PROT_XQUEUE and PROT_USB

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Peter Hutterer 

commit 78652023a9f7758635e5507255826d79fbb2b028
Author: Alexandr Shadchin 
Date:   Sat Jan 8 17:09:38 2011 +0500

bsd: Replace deprecated xfree/xcalloc with free & calloc

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Peter Hutterer 

commit f7a81ab4225e14a50e26a49a0a17a2cf773a4ab1
Author: Alexandr Shadchin 
Date:   Sat Jan 8 17:08:41 2011 +0500

Remove random History comment and OS_KBD_VERSION_CURRENT

In xf86-input-mouse similar cleanup already done, can also make for 
keyboard?

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Peter Hutterer 

commit e2f6e5d976ff8bbe68dc41b51d983cc95c11db84
Author: Alexandr Shadchin 
Date:   Thu Jan 6 14:43:13 2011 +0500

Do not print values of variables XkbRules etc. twice

xf86SetStrOption prints in log value of the variables XkbRules etc.,
there is no need to take this information twice.

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Alan Coopersmith 

commit 7d03efb3a3af77ca6831492a793d18b89cc64083
Author: Alexandr Shadchin 
Date:   Thu Jan 6 13:37:39 2011 +0500

bsd: Fix print wscons type keyboard for Sun5

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Alan Coopersmith 

commit 40ed9bb3dc87702510d5e54c42a60a2cdd73c135
Author: Alexandr Shadchin 
Date:   Thu Jan 6 13:21:35 2011 +0500

Fix default options for PC98

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Alan Coopersmith 

commit e929446a401e73bcc680c488ada2fc50eb225b23
Author: Alexandr Shadchin 
Date:   Thu Jan 6 12:59:19 2011 +0500

Removing unused SetKbdRepeat

Signed-off-by: Alexandr Shadchin 
Signed-off-by: Alan Coopersmith 

commit cc1a2ba8c9aa3a4bed25394c981b41c903502c84
Author: Alan Coopersmith 
Date:   Thu Dec 23 15:53:32 2010 -0800

sun_kbd: Replace deprecated xfree/xcalloc with free & calloc

Also greatly simplified option/pointer handling to avoid generating
new warnings from passing const char * pointers to free()

Signed-off-by: Alan Coopersmith 

commit bd099b5a87399d6ff1fd324172bfcc4bc07a362b
Author: Javier Acosta 
Date:   Thu Dec 23 09:43:51 2010 -0800

Make key codes for Sun Japanese keyboard match xkb-config mappings

Solaris bug #7005752:
  http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=7005752

Signed-off-by: Javier Acosta 
Signed-off-by: Alan Coopersmith 

commit cb8b2fca90810a1a2d6e5f930e4eac0f929947c6
Author: Alexandr Shadchin 
Date:   Tue Nov 30 20:12:24 2010 +0500

Removing unused OpenBSD PCCONS code

In OpenBSD removed support PCCONS in 2002 year
http://marc.info/?l=openbsd-cvs&m=102435816424294&w=2

Signed-off-by: Alexandr Shadchin 
Reviewed-by: Peter Hutterer 
Signed-off-by: Peter Hutterer 

commit 26af626a2c4afba858a32bbb42077f8661d3de4f
Author: Adam Jackson 
Date:   Mon Jan 3 12:42:58 2011 -0500

linux: warning fixes

lnx_KbdMap.c: In function 'KbdGetMapping':
lnx_KbdMap.c:44:17: warning: unused variable 'type'
lnx_KbdMap.c:42:13: warning: unused variable 'pKbd'

Signed-off-by: Adam Jackson 

commit 492c14cdd1c4b950c475633a64086235d3550f5b
Author: Alexandr Shadchin 
Date:   Mon Jan 3 12:40:25 2011 -0500

bsd: Include fix

Reviewed-by: Adam Jackson 
Signed-off-by: Alexandr Shadchin 

commit a72c47487b67ad7134045d551dbe222eb4662058
Author: Alexandr Shadchin 
Date:   Mon Jan 3 12:37:34 2011 -0500

Remove unused code

Reviewed-by: Adam Jackson 
Signed-off-by: Alexandr Shadchin 

commit 6c368bc3aa6d8e1b33d128a22f98ecda0d037e3b
Author: Adam Jackson 
Date:   Fri Dec 17 16:35:49 2010 -0500

Remove paranoia about event processing during suspend

Signed-off-by: Adam Jackson 

commit 155b3e80fc95ea8397bc66fad18f5fa68d54a88e
Author: Alexandr Shadchin 
Date:   Mon Nov 29 21:02:39 2010 +0500

Removing unused variables vtSwitchSupported and VTSwitchEnabled

Signed-off-by: Alexandr Shadchin 
Reviewed-by: Alan Coopersmith 
Signed-off-by: Peter Hutterer 

commit f11f2a7b5643cde57440102ad

xserver-xorg-input-mutouch: Changes to 'ubuntu'

2011-02-06 Thread Christopher Halse Rogers
New branch 'ubuntu' available with the following commits:
commit 2d128671de0403836c004bc81669a94094df1e5a
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 11:23:00 2011 +1100

New snapshot for Xserver 1.10 build

commit 96d0875b5a0515724fec2c64df88cee4f32113d2
Merge: 5d05b02 2402945
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 10:56:42 2011 +1100

Merge branch 'upstream-ubuntu' into ubuntu

commit 24029451c591d324fc6e4a64d0bba70841bb1725
Author: Peter Hutterer 
Date:   Fri Dec 3 09:07:38 2010 +1000

Support input ABI 12

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit f7c4418ae0313b35d528fe28cfaf7899bc96e029
Author: Peter Hutterer 
Date:   Fri Dec 3 09:06:16 2010 +1000

Replace use of private_flags with driver-internal device_type.

private_flags is removed in input ABI 12 but it's not needed anyway.

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 3390adfb0c4cec5914a1c4e05bb95a6140fe6d31
Author: Peter Hutterer 
Date:   Thu Dec 2 15:42:33 2010 +1000

Drop driver-specific motion history size handling.

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 9c887eceeb7f6bb1f9005bc2aeedeaa0a5d77ec4
Author: Peter Hutterer 
Date:   Thu Dec 2 15:42:11 2010 +1000

Drop close_proc, conversion_proc, reverse_conversion_proc

All three are not called by the server anymore.

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 69ea6552035603f1813c80caa14cd8fba2778102
Author: Peter Hutterer 
Date:   Thu Dec 2 15:38:46 2010 +1000

Drop libc wrappers for free, malloc

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 287bbb905a28d8f9bcebacb7826f4902e438ec64
Author: Peter Hutterer 
Date:   Thu Dec 2 15:37:15 2010 +1000

Replace LocalDevicePtr with InputInfoPtr.

LocalDevicePtr has been dropped from the server, but both describe the same
struct anyway.

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 40920147a87d7f069cf4406f1f50aed58a7ce7e0
Author: Peter Hutterer 
Date:   Thu Dec 2 15:34:12 2010 +1000

Require server 1.9, drop earlier ABI support

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 7ad420be74fec993f98fdfe746f037d803a6b927
Author: Peter Hutterer 
Date:   Thu Dec 2 15:33:33 2010 +1000

Drop unused bits from configure.ac

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit dae0cddd64bc4ac01f47b8e1d0f298ca42c11382
Author: Peter Hutterer 
Date:   Thu Dec 2 15:32:55 2010 +1000

Drop ref count, removed from server.

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 75eb5c3b9c70ac9d8c31a762ba9a1ec1dd2485f4
Author: Peter Hutterer 
Date:   Thu Dec 2 15:32:45 2010 +1000

unifdef XFree86LOADER

Signed-off-by: Peter Hutterer 
Reviewed-by: Cyril Brulebois 

commit 3443b6c6e5ea9f0c709ef865f1bf08ba68e66d67
Author: Peter Hutterer 
Date:   Thu Dec 2 15:30:22 2010 +1000

Purge CVS tags

Signed-off-by: Peter Hutterer 

commit d0c22e3c02c25c9bef103f745c2648fb92ec3fa9
Author: Peter Hutterer 
Date:   Thu Dec 2 15:30:04 2010 +1000

Bump to 1.2.99

Signed-off-by: Peter Hutterer 


-- 
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/e1pmicf-x1...@alioth.debian.org



xserver-xorg-input-penmount: Changes to 'ubuntu'

2011-02-06 Thread Christopher Halse Rogers
New branch 'ubuntu' available with the following commits:
commit 21ebd845325bcdf71850a364c2e04be7838e7b79
Merge: 9979519 6658e9a
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 12:10:38 2011 +1100

Merge branch 'upstream-ubuntu' into ubuntu

commit 99795197ffcbc49b4767bf43887b7c380d2a53d6
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 12:08:42 2011 +1100

New upstream snapshot for input ABI 12 support

commit 6658e9ad22923e8bb90ff84c079e870a8e416976
Author: Peter Hutterer 
Date:   Thu Dec 2 14:34:06 2010 +1000

Support (and require) input ABI 12.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 55f9e93bb67bda172de9ba71c465d2fbd0a80410
Author: Peter Hutterer 
Date:   Thu Dec 2 14:33:11 2010 +1000

Move default_options up

no functional changes, prep work for ABI 12

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 79c7b3641c9b42ff13c0472707d20133707aa96f
Author: Peter Hutterer 
Date:   Thu Dec 2 14:30:08 2010 +1000

Add TS_Raw and TS_Scaled defines

The use of these is driver-internal, they used to be in the server but not
since ABI 12.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 4ac7e6e92ae7ae935b1a79aaa63a0343bb6ed08d
Author: Peter Hutterer 
Date:   Thu Dec 2 14:29:23 2010 +1000

Drop driver-specific motion history size handling.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit ad6785f44be7d5bc6ba27ea3e05a688d9b672ddd
Author: Peter Hutterer 
Date:   Thu Dec 2 14:23:40 2010 +1000

Drop write-only flags POINTER_CAPABLE and SEND_DRAG_EVENTS

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 0fbd6613c9eb7fbf1e820982551380652e040233
Author: Peter Hutterer 
Date:   Thu Dec 2 14:23:07 2010 +1000

Drop close_proc, conversion_proc.

Both aren't called by the server.

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 84fc05ccc0a0477d9e11eb3486d1a64735ae7050
Author: Peter Hutterer 
Date:   Thu Dec 2 14:20:05 2010 +1000

Fix compiler warning, unused variable "map".

xf86PM.c: In function 'DeviceControl':
xf86PM.c:530:16: warning: unused variable 'map'

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit f2bd17021c5efb9118b813a6586da423aa5d2f4d
Author: Peter Hutterer 
Date:   Thu Dec 2 14:19:20 2010 +1000

Drop libc wrappers for free, malloc

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 22cd19a9e91fcd722cc30a3b8d21725512169219
Author: Peter Hutterer 
Date:   Thu Dec 2 14:17:38 2010 +1000

unifdef XFree86LOADER

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit f3c472b4b5596685c1c094a51876dcc06be3a968
Author: Peter Hutterer 
Date:   Thu Dec 2 14:17:24 2010 +1000

Require server 1.9, drop earlier ABI support

Signed-off-by: Peter Hutterer 
Reviewed-by: Trevor Woerner 

commit 8d4b4b7a827d9dd48d598c39ba5d3229dc45d3d4
Author: Peter Hutterer 
Date:   Thu Dec 2 14:22:16 2010 +1000

Purge CVS tags

Signed-off-by: Peter Hutterer 

commit 68a9e64e780f2ac01a6e6700e271dcaebe7f7e86
Author: Peter Hutterer 
Date:   Thu Dec 2 14:15:56 2010 +1000

Bump to 1.4.99

Signed-off-by: Peter Hutterer 

commit af7e7c0aa603b67b12e4046bcda9bc58026cd82b
Author: Alan Coopersmith 
Date:   Wed Oct 27 22:21:20 2010 -0700

Remove refcnt field from InputDriverRec.

Wasn't used in the server and is now removed.

Fixes compiler error:
  "xf86PM.c", line 59: too many struct/union initializers

Signed-off-by: Alan Coopersmith 

commit 63d1539957f1618af8ebca520f61ca712070d950
Author: Gaetan Nadon 
Date:   Mon Oct 18 19:39:08 2010 -0400

config: upgrade to util-macros 1.8 for additional man page support

Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
The value of MAN_SUBST is the same for all X.Org packages.

Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
Use the appropriate platform version of sed

Signed-off-by: Gaetan Nadon 

commit 6dab63a36c5b89fa2de1128538b88e2bbce9a34c
Author: Gaetan Nadon 
Date:   Mon Apr 12 13:36:10 2010 -0400

config: disable inadvertently re-enabled static library creation

AC_DISABLE_STATIC must be places before AC_PROG_LIBTOOL,
requirement which is not documented in libtool.

Signed-off-by: Gaetan Nadon 

commit a1d3a8a54d96b23adf1dd819726e80be1bc0eebb
Author: Gaetan Nadon 
Date:   Sat Mar 6 09:03:20 2010 -0500

config: remove unused sdkdir variable

Signed-off-by: Gaetan Nadon 

commit 5902c15cac1ee0c163256e132f85b8720aed845e
Author: Gaetan Nadon 
Date:   Fri Mar 5 11:57:47 2010 -0500

Configuration upgrades, .gitignore, INSTALL file

Signed-off-by: Gaetan Nadon 


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

xserver-xorg-input-void: Changes to 'ubuntu'

2011-02-06 Thread Christopher Halse Rogers
New branch 'ubuntu' available with the following commits:
commit 12c60498164729562958c1e59cdf03c7e95fbe66
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 14:00:36 2011 +1100

New upstream snapshot for input ABI 12 support

commit 77242ae84b90effdfb04c6445223059bf3fbc4cd
Merge: 3ef43cb cb8d19b
Author: Christopher James Halse Rogers 
Date:   Mon Feb 7 13:59:39 2011 +1100

Merge branch 'upstream-ubuntu' into ubuntu

commit cb8d19b8ac433d5292502e032f6210ee5151d6e2
Author: Peter Hutterer 
Date:   Thu Nov 25 12:48:22 2010 +1000

Fix PreInit for ABI 12.

Require an xserver 1.9.99.1 or higher and put an ifdef in for ABI 12.

Signed-off-by: Peter Hutterer 
Reviewed-by: Matt Turner 
Reviewed-by: Adam Jackson 

commit 7456467a0453677b9e5bca914c9274a305f35586
Author: Peter Hutterer 
Date:   Thu Nov 25 12:45:27 2010 +1000

Add mode field to xf86InitValuatorAxisStruct.

Signed-off-by: Peter Hutterer 
Reviewed-by: Matt Turner 
Reviewed-by: Adam Jackson 

commit 86084d219f856e420cd1984ebe0320739248eeb4
Author: Peter Hutterer 
Date:   Thu Nov 25 12:52:15 2010 +1000

Label the axes as absolute, not relative.

Not that it matters for this driver, but the axes are set up as absolute, so
label them accordingly.

Signed-off-by: Peter Hutterer 
Reviewed-by: Matt Turner 
Reviewed-by: Adam Jackson 

commit 17f94b5f0f69988058c606ab92d12d394ac6fa5f
Author: Peter Hutterer 
Date:   Thu Nov 25 11:41:11 2010 +1000

Require xserver 1.9

Signed-off-by: Peter Hutterer 
Reviewed-by: Matt Turner 
Reviewed-by: Adam Jackson 

commit 93daeb169d177fd245d6ca8469e7c7a6de53647a
Author: Peter Hutterer 
Date:   Thu Nov 25 11:43:37 2010 +1000

unifdef XFree86LOADER

Signed-off-by: Peter Hutterer 
Reviewed-by: Matt Turner 
Reviewed-by: Adam Jackson 


-- 
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/e1pmi9d-0008pz...@alioth.debian.org



Bug#612241: compiz-plugins: Desktop Wall plugin disables some clicks

2011-02-06 Thread david roguin
Package: compiz-plugins
Version: 0.8.4-4
Severity: normal

Whenever I activate the wall plugin clicks clicked on the lowest part of
the screen aren't working correctly.
If i want to open a window by clicking on the gnome panel i have to
click a few pixels above the bottom of the screen.
The same thing happens on the very top of the screen, trying to click on
the gnome menu.


-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=es_AR.utf8, LC_CTYPE=es_AR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages compiz-plugins depends on:
ii  compiz-core 0.8.4-4  
ii  gconf2  2.28.1-6 
ii  libc6   2.11.2-10
ii  libcairo2   1.8.10-6 
ii  libdbus-1-3 1.2.24-4 
ii  libdecoration0  0.8.4-4  
ii  libglib2.0-02.24.2-1 
ii  libglu1-mesa [libglu1]  7.7.1-4  
ii  libgtk2.0-0 2.20.1-2 
ii  libpng12-0  1.2.44-1 
ii  librsvg2-2  2.26.3-1 
ii  libx11-62:1.3.3-4
ii  libxml2 2.7.8.dfsg-2 
ii  libxrender1 1:0.9.6-1

compiz-plugins recommends no packages.

compiz-plugins suggests no packages.

-- no debconf information

-- 
David




-- 
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/1297044513.16139.2.camel@localhost



libxaw_1.0.9-2_amd64.changes ACCEPTED into unstable

2011-02-06 Thread Debian FTP Masters



Accepted:
libxaw7-dbg_1.0.9-2_amd64.deb
  to main/libx/libxaw/libxaw7-dbg_1.0.9-2_amd64.deb
libxaw7-dev_1.0.9-2_amd64.deb
  to main/libx/libxaw/libxaw7-dev_1.0.9-2_amd64.deb
libxaw7_1.0.9-2_amd64.deb
  to main/libx/libxaw/libxaw7_1.0.9-2_amd64.deb
libxaw_1.0.9-2.diff.gz
  to main/libx/libxaw/libxaw_1.0.9-2.diff.gz
libxaw_1.0.9-2.dsc
  to main/libx/libxaw/libxaw_1.0.9-2.dsc


Override entries for your package:
libxaw7-dbg_1.0.9-2_amd64.deb - extra debug
libxaw7-dev_1.0.9-2_amd64.deb - optional libdevel
libxaw7_1.0.9-2_amd64.deb - optional libs
libxaw_1.0.9-2.dsc - source 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/e1pmg3c-0002px...@franck.debian.org



libx11_1.4.1-3_amd64.changes ACCEPTED into unstable

2011-02-06 Thread Debian FTP Masters



Accepted:
libx11-6-dbg_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-6-dbg_1.4.1-3_amd64.deb
libx11-6-udeb_1.4.1-3_amd64.udeb
  to main/libx/libx11/libx11-6-udeb_1.4.1-3_amd64.udeb
libx11-6_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-6_1.4.1-3_amd64.deb
libx11-data_1.4.1-3_all.deb
  to main/libx/libx11/libx11-data_1.4.1-3_all.deb
libx11-dev_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-dev_1.4.1-3_amd64.deb
libx11-xcb-dev_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-xcb-dev_1.4.1-3_amd64.deb
libx11-xcb1-dbg_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-xcb1-dbg_1.4.1-3_amd64.deb
libx11-xcb1_1.4.1-3_amd64.deb
  to main/libx/libx11/libx11-xcb1_1.4.1-3_amd64.deb
libx11_1.4.1-3.diff.gz
  to main/libx/libx11/libx11_1.4.1-3.diff.gz
libx11_1.4.1-3.dsc
  to main/libx/libx11/libx11_1.4.1-3.dsc


Override entries for your package:
libx11-6-dbg_1.4.1-3_amd64.deb - extra debug
libx11-6-udeb_1.4.1-3_amd64.udeb - optional debian-installer
libx11-6_1.4.1-3_amd64.deb - optional libs
libx11-data_1.4.1-3_all.deb - optional x11
libx11-dev_1.4.1-3_amd64.deb - optional libdevel
libx11-xcb-dev_1.4.1-3_amd64.deb - optional libdevel
libx11-xcb1-dbg_1.4.1-3_amd64.deb - extra debug
libx11-xcb1_1.4.1-3_amd64.deb - optional libs
libx11_1.4.1-3.dsc - source 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/e1pmg3n-0002lx...@franck.debian.org



Processed: Re: Bug? xdm + nouveau + fluxbox

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

> reassign 612226 xserver-xorg 1:7.5+8
Bug #612226 [?] Bug? xdm + nouveau + fluxbox
Bug reassigned from package '?' to 'xserver-xorg'.
Bug #612226 [xserver-xorg] Bug? xdm + nouveau + fluxbox
Bug Marked as found in versions xorg/1:7.5+8.
> thanks
Stopping processing here.

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



Processing of libx11_1.4.1-3_amd64.changes

2011-02-06 Thread Debian FTP Masters
libx11_1.4.1-3_amd64.changes uploaded successfully to localhost
along with the files:
  libx11_1.4.1-3.dsc
  libx11_1.4.1-3.diff.gz
  libx11-data_1.4.1-3_all.deb
  libx11-6_1.4.1-3_amd64.deb
  libx11-6-udeb_1.4.1-3_amd64.udeb
  libx11-6-dbg_1.4.1-3_amd64.deb
  libx11-dev_1.4.1-3_amd64.deb
  libx11-xcb1_1.4.1-3_amd64.deb
  libx11-xcb1-dbg_1.4.1-3_amd64.deb
  libx11-xcb-dev_1.4.1-3_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/e1pmcrn-0004ff...@franck.debian.org



libx11: Changes to 'debian-unstable'

2011-02-06 Thread Julien Cristau
 debian/changelog |   18 ++
 debian/control   |   54 +++---
 2 files changed, 57 insertions(+), 15 deletions(-)

New commits:
commit 8e25388db21c6a730ddce9716b80ae644eca947b
Author: Julien Cristau 
Date:   Sun Feb 6 23:07:25 2011 +0100

Bump Standards-Version to 3.9.1.

diff --git a/debian/changelog b/debian/changelog
index 1abad61..5bae434 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libx11 (2:1.4.1-4) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.9.1.
+
+ -- Julien Cristau   Sun, 06 Feb 2011 23:07:12 +0100
+
 libx11 (2:1.4.1-3) unstable; urgency=low
 
   * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for all your
diff --git a/debian/control b/debian/control
index dd676b9..dc758b4 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Build-Depends:
  ghostscript,
  netpbm,
  psutils,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libx11
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libx11.git
 

commit 8e3d22acb049086214b29ff0ea356cff2827f452
Author: Julien Cristau 
Date:   Sun Feb 6 22:42:46 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index b9aece5..1abad61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libx11 (2:1.4.1-3) UNRELEASED; urgency=low
+libx11 (2:1.4.1-3) unstable; urgency=low
 
   * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for all your
 work!
@@ -6,8 +6,9 @@ libx11 (2:1.4.1-3) UNRELEASED; urgency=low
 Pre-Depends on x11-common (needed for upgrades from sarge), and Conflicts
 against pre-XCB libx11-6.
   * Wrap debian/control Depends fields.
+  * Upload to unstable.
 
- -- Julien Cristau   Sun, 06 Feb 2011 22:33:49 +0100
+ -- Julien Cristau   Sun, 06 Feb 2011 22:42:28 +0100
 
 libx11 (2:1.4.1-2) experimental; urgency=low
 

commit 7f5016408f9ea1503aac24daca1cb36a5b1d23fa
Author: Julien Cristau 
Date:   Sun Feb 6 22:40:43 2011 +0100

Wrap debian/control Depends fields.

diff --git a/debian/changelog b/debian/changelog
index 7adc1aa..b9aece5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libx11 (2:1.4.1-3) UNRELEASED; urgency=low
   * Drop Conflicts on sarge-era xlibs-data, Replaces on sarge-era libx11-6,
 Pre-Depends on x11-common (needed for upgrades from sarge), and Conflicts
 against pre-XCB libx11-6.
+  * Wrap debian/control Depends fields.
 
  -- Julien Cristau   Sun, 06 Feb 2011 22:33:49 +0100
 
diff --git a/debian/control b/debian/control
index c46c9cc..dd676b9 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libx11.git
 Package: libx11-6
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-data
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libx11-data,
 Description: X11 client-side library
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the
@@ -50,13 +53,16 @@ Package: libx11-6-udeb
 XC-Package-Type: udeb
 Section: debian-installer
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: X11 client-side library
  This is a udeb, or a microdeb, for the debian-installer.
 
 Package: libx11-data
 Architecture: all
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends},
 Breaks: libx11-6 (<< 2:1.4.1)
 Description: X11 client-side library
  This package provides the locale data files for libx11.
@@ -71,7 +77,10 @@ Package: libx11-6-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libx11-6 (= ${binary:Version}),
 Description: X11 client-side library (debug package)
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the
@@ -89,7 +98,17 @@ Description: X11 client-side library (debug package)
 Package: libx11-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-6 (= ${binary:Version}), 
libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), x11proto-core-dev (>= 
6.8.99.8-1), x11proto-input-dev, x11proto-kb-dev, xtrans-dev, libxcb1-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libx11-6 (= ${binary:Version}),
+ libxau-dev (>= 1:1.0.0-1),
+ libxdmcp-dev (>= 1:1.0.0-1),
+ x11proto-core-dev (>= 6.8.99.8-1),
+ x11proto-input-dev,
+ x11proto-kb-dev,
+ xtrans-dev,
+ libxcb1-dev,
 Description: X11 client-side library (development headers)
  This package provides a client interface to the X Window System, otherwise
  known as 'Xlib'.  It provides a complete API for the basic functions of the
@@ -107,7 +126,9 @@ Description:

libx11: Changes to 'refs/tags/libx11-2_1.4.1-3'

2011-02-06 Thread Julien Cristau
Tag 'libx11-2_1.4.1-3' created by Julien Cristau  at 
2011-02-06 22:06 +

Tagging upload of libx11 2:1.4.1-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNTxt4AAoJEDEBgAUJBeQMNsoQAL7sjiR9NJKhXyKZ8eaatXCd
m3sIMeX6rhQT/+iqtmbAwIptbi/h9Ek5dcea+GJm/yaV03HlOmnRFcpZ41jJr2sD
Eitpf5q7+cz6VNf9msk/O3oKY0cs4F/k8cVCL070C1GkkULz/0g5vztr6o5lOtND
xX+mGGOM4k8/NunMzxSZbdLwW25raCJWV0HbiHiO5a3bwfcY39sfOR/LSZP7RHYc
T2BfJWS7xq1LDaGnGSb2KGB7laZ0/YSo5HvAx6t1J8yAqragCAyWo+0McGUNj1ve
EAMtHFYKHjyBOOpCrIEMr+om+pW+rBwuhba9EpVLHVVhda0Ej7EwXM3OUD2YNCnb
id381BAhi6ofm5dkq56FzmapSUs+xiw1PtFWbiVlAI4fQEVARJy1HBRWcWHEzlI4
3ZF4yxhp+Fv0sl+2kAD6gVcAy8v/x8uIa9hP6LO7FRR6uG1srX22wkwBZl1I9/U9
O/prChNYrgd3xcwmAe8XMIlUXM3MFfPOAx3aNY1cUZw5N8hIztbCf2DEwy4B200S
lDEqE8+VsRR6VMIKlP9iWcVaVQ6GcgUi5ppYAnm4v6mUv9LLGMQPRE/olC20/OVA
RltRDr91XurD1cFtYpARUjguljNg06o779OE3/PzkUPmCeZB5C/4H9mwCNtwZHyA
4uKFBx/x5yOP+be7/1yv
=7JID
-END PGP SIGNATURE-

Changes since libx11-2_1.4.1-2:
Julien Cristau (4):
  Remove David Nusinow and Brice Goglin from Uploaders.
  Prune obsolete package relationships
  Wrap debian/control Depends fields.
  Upload to unstable.

---
 debian/changelog |   12 
 debian/control   |   52 ++--
 2 files changed, 50 insertions(+), 14 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/e1pmcly-0006rz...@alioth.debian.org



libx11: Changes to 'upstream-unstable'

2011-02-06 Thread Julien Cristau
 configure.ac  |7 
 specs/.gitignore  |1 
 specs/Makefile.am |2 
 specs/XKB/Makefile.am |   78 
 specs/XKB/XKBlib-1.svg|  767 ++
 specs/XKB/XKBlib-10.svg   | 1441 +++
 specs/XKB/XKBlib-11.svg   |  920 +++
 specs/XKB/XKBlib-12.svg   |  687 +
 specs/XKB/XKBlib-13.svg   |  186 +
 specs/XKB/XKBlib-14.svg   |  557 
 specs/XKB/XKBlib-15.svg   |  885 ++
 specs/XKB/XKBlib-16.svg   |  643 +
 specs/XKB/XKBlib-17.svg   |  626 
 specs/XKB/XKBlib-18.svg   |  907 +++
 specs/XKB/XKBlib-19.svg   |  582 
 specs/XKB/XKBlib-2.svg|  761 +
 specs/XKB/XKBlib-20.svg   |  379 ++
 specs/XKB/XKBlib-21.svg   |  976 +++
 specs/XKB/XKBlib-3.svg| 1133 
 specs/XKB/XKBlib-4.svg|  574 
 specs/XKB/XKBlib-5.svg|  542 
 specs/XKB/XKBlib-6.svg|  551 
 specs/XKB/XKBlib-7.svg|  352 ++
 specs/XKB/XKBlib-8.svg| 1143 
 specs/XKB/XKBlib-9.svg| 2075 
 specs/XKB/acknowledgement.xml |   35 
 specs/XKB/ch01.xml|  404 +++
 specs/XKB/ch02.xml|  818 ++
 specs/XKB/ch03.xml|  247 +
 specs/XKB/ch04.xml|  825 ++
 specs/XKB/ch05.xml|  977 +++
 specs/XKB/ch06.xml|  413 +++
 specs/XKB/ch07.xml|  446 +++
 specs/XKB/ch08.xml| 2087 
 specs/XKB/ch09.xml| 1060 
 specs/XKB/ch10.xml| 5347 ++
 specs/XKB/ch11.xml|  572 
 specs/XKB/ch12.xml|  841 ++
 specs/XKB/ch13.xml| 4146 
 specs/XKB/ch14.xml| 1637 
 specs/XKB/ch15.xml| 2600 
 specs/XKB/ch16.xml| 4794 +
 specs/XKB/ch17.xml| 1789 ++
 specs/XKB/ch18.xml| 1182 +
 specs/XKB/ch19.xml|  328 ++
 specs/XKB/ch20.xml| 1188 +
 specs/XKB/ch21.xml| 2043 
 specs/XKB/ch22.xml|  216 +
 specs/XKB/glossary.xml| 1016 +++
 specs/XKB/xkblib.xml  |  103 
 specs/xmlrules.in |9 
 src/ChkTypEv.c|1 
 src/ChkTypWEv.c   |1 
 src/XlibInt.c |2 
 54 files changed, 51892 insertions(+), 10 deletions(-)

New commits:
commit a9228fcc676aacf9a760dd94891c89f9bc82b20d
Author: Alan Coopersmith 
Date:   Tue Jan 11 17:55:22 2011 -0800

libX11 1.4.1

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 40d032d..7bd2775 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ(2.60)
 AC_INIT([libX11],
-[1.4.0],
+[1.4.1],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 libX11)
 AC_CONFIG_SRCDIR([Makefile.am])

commit 92fa96451af37a7a0f2592de07643fdaed7a9efd
Author: Pauli Nieminen 
Date:   Mon Jan 3 12:25:28 2011 -0500

Initialize event type

If we receive unsupported event closing connection triggers valgrind
error.

==12017== Conditional jump or move depends on uninitialised value(s)
==12017==at 0x487D454: _XFreeDisplayStructure (OpenDis.c:607)
==12017==by 0x486857B: XCloseDisplay (ClDisplay.c:72)
*snip*
==12017==  Uninitialised value was created by a heap allocation
==12017==at 0x4834C48: malloc (vg_replace_malloc.c:236)
==12017==by 0x4894147: _XEnq (XlibInt.c:877)
==12017==by 0x4891BF3: handle_response (xcb_io.c:335)
==12017==by 0x4892263: _XReply (xcb_io.c:626)
*snip*

Problem is that XFreeDisplaySturture is checking for qelt->event.type ==
GenericEvent while _XUnknownWireEvent doesn't store the type.

Reviewed-by: Adam Jackson 
Reviewed-by: Peter Hutterer 
Signed-off-by: Pauli Nieminen 

diff --git a/src/XlibInt.c b/src/XlibInt.c
index 11a85ba..d55c26a 100644
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -883,6 +883,8 @@ void _XEnq(
 
type = event->u.u.type & 0177;
extension = ((xGenericEvent*)event)->extension;
+
+   qelt->event.type = type;
/* If an extension has registerd a generic_event_vec handler, then
 * it can handle event cookies. Otherwise, proceed with the normal
 * event handlers.

commit fa9747b9d4443eef9b1687b8b1208801f5c585da
Author: Fernando Carrijo 
Date:   Tue Dec 28 16:18:57 2010 -0500

specs: convert images from gif to svg format.

Signed-off-by: Gaetan Nadon 

diff --git a/specs/XKB/Makefile.am b/specs/XKB/Makefile.am
index 5af159b..e6a09cf 100644
--- a/specs/XKB/Makefile.am
+++ b/specs/XKB/Makefile.am
@@ -51,27 +51,27 @@ dist_spec_DATA =\
ch21.xml\
ch22.xml\
glossa

Bug#608189: Re: Bug#608189: "Xorg -configure" crashes on system with on-board and dedicated AMD graphics processor

2011-02-06 Thread kA kA
Dear KiBi,

below you find the desired backtrace.
The symbol table for the most interesting part is missing however (#0).
Note that I am running the current squeeze distribution and thus my 
fglrx-driver has version  1:10-9-3.

I hope this bit of information helps.

Best regards,
Ralf



Starting program: /usr/bin/Xorg -configure
[Thread debugging using libthread_db enabled]
[tcsetpgrp failed in terminal_inferior: Operation not permitted]

Program received signal SIGSEGV, Segmentation fault.
0xb6dca39c in atiddxProbe () from /usr/lib/xorg/modules/drivers/fglrx_drv.so
#0  0xb6dca39c in atiddxProbe ()
   from /usr/lib/xorg/modules/drivers/fglrx_drv.so
No symbol table info available.
#1  0x080b00c2 in xf86CallDriverProbe (drv=0x8228f08, detect_only=1)
at ../../../../hw/xfree86/common/xf86Init.c:527
foundScreen = 0
__PRETTY_FUNCTION__ = "xf86CallDriverProbe"
#2  0x080c0a65 in DoConfigure ()
at ../../../../hw/xfree86/common/xf86Configure.c:692
flags = 136200684
found_screen = 
drv = 0x8228f08
i = 
j = 
screennum = 0
home = 
filename = "t



--
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/1297027000.386553-26...@martha.daybyday.de



libx11: Changes to 'debian-unstable'

2011-02-06 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit 6c4eda003be254b876ab83d17aeb4c090db77394
Author: Cyril Brulebois 
Date:   Tue Jan 18 18:47:38 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 96d2d7c..281edfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libx11 (2:1.4.1-2) UNRELEASED; urgency=low
+libx11 (2:1.4.1-2) experimental; urgency=low
 
   * Make libx11-data break earlier versions of libx11-6, since those rely
 on XKeysymDB, resulting in a non-functional keyboard and plenty of
 such messages: “Internal error: Could not resolve keysym *”.
 
- -- Cyril Brulebois   Tue, 18 Jan 2011 18:14:47 +0100
+ -- Cyril Brulebois   Tue, 18 Jan 2011 18:47:22 +0100
 
 libx11 (2:1.4.1-1) experimental; urgency=low
 

commit 058eaa35c30b3c05632a0b76d73b8415ac4e3df3
Author: Cyril Brulebois 
Date:   Tue Jan 18 18:15:32 2011 +0100

Make libx11-data break earlier versions of libx11-6, since those rely on 
XKeysymDB, resulting in a non-functional keyboard and plenty of such messages: 
“Internal error: Could not resolve keysym *”.

diff --git a/debian/changelog b/debian/changelog
index d06c0bb..96d2d7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libx11 (2:1.4.1-2) UNRELEASED; urgency=low
+
+  * Make libx11-data break earlier versions of libx11-6, since those rely
+on XKeysymDB, resulting in a non-functional keyboard and plenty of
+such messages: “Internal error: Could not resolve keysym *”.
+
+ -- Cyril Brulebois   Tue, 18 Jan 2011 18:14:47 +0100
+
 libx11 (2:1.4.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 3b6714e..ef179a0 100644
--- a/debian/control
+++ b/debian/control
@@ -59,6 +59,7 @@ Package: libx11-data
 Architecture: all
 Depends: ${misc:Depends}
 Replaces: libx11-6 (<= 2:1.0.0-1)
+Breaks: libx11-6 (<< 2:1.4.1)
 Description: X11 client-side library
  This package provides the locale data files for libx11.
  .

commit b8c0fd2150ed0a4d0e51c592bce0877d5dac923f
Author: Cyril Brulebois 
Date:   Thu Jan 13 01:18:46 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index e1a4b9e..d06c0bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libx11 (2:1.4.1-1) UNRELEASED; urgency=low
+libx11 (2:1.4.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
@@ -29,7 +29,7 @@ libx11 (2:1.4.1-1) UNRELEASED; urgency=low
 those files.
   * Update debian/copyright from upstream COPYING.
 
- -- Robert Hooker   Fri, 12 Nov 2010 21:23:09 -0500
+ -- Cyril Brulebois   Thu, 13 Jan 2011 01:18:40 +0100
 
 libx11 (2:1.3.3-3) unstable; urgency=low
 

commit 081690dc05f16a0fd1d249389a47a81757b213e9
Author: Cyril Brulebois 
Date:   Thu Jan 13 01:18:25 2011 +0100

Fix failure to patch when the tarball is used.

There's no specs/.gitignore in the tarball.

diff --git a/debian/patches/020_keep_xorg_css.diff 
b/debian/patches/020_keep_xorg_css.diff
index 2e02e8e..9acece0 100644
--- a/debian/patches/020_keep_xorg_css.diff
+++ b/debian/patches/020_keep_xorg_css.diff
@@ -8,21 +8,12 @@ probably not a package we want to make all our packages 
depend on.
 
 So, as an interim measure, keep the local copy of that file.
 
-This reverts commit 8cbca8a10761d1ea75a75bafa647632d6c0dac71.
+This reverts commit 8cbca8a10761d1ea75a75bafa647632d6c0dac71 partially.
+Partially because specs/.gitignore is left out, since it's shipped in
+the tarball, trying to apply this patch with the hunk touching this file
+would lead to failure.
 ---
- specs/.gitignore  |1 +
- specs/xmlrules.in |9 +
- 2 files changed, 6 insertions(+), 4 deletions(-)
 
-diff --git a/specs/.gitignore b/specs/.gitignore
-index 6fa5c31..09b6a89 100644
 a/specs/.gitignore
-+++ b/specs/.gitignore
-@@ -2,3 +2,4 @@
- *.ps
- *.pdf
- *.txt
-+*.css
 diff --git a/specs/xmlrules.in b/specs/xmlrules.in
 index 7687860..2af4130 100644
 --- a/specs/xmlrules.in

commit bc57d3499a3ebcd8930acaf163a356b590f941c7
Author: Cyril Brulebois 
Date:   Thu Jan 13 00:53:27 2011 +0100

Remove *.xml before running dh_install, there's no point in shipping those 
files.

diff --git a/debian/changelog b/debian/changelog
index 428fbae..e1a4b9e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,8 @@ libx11 (2:1.4.1-1) UNRELEASED; urgency=low
   * Drop obsolete --enable-man-pages=3 from configure flags.
   * Pass --with-xmlto and --without-fop for the documentation generation.
   * Add xmlto, xorg-sgml-doctools, w3m build-dep accordingly.
+  * Remove *.xml before running dh_install, there's no point in shipping
+those files.
   * Update debian/copyright from upstream COPYING.
 
  -- Robert Hooker   Fri, 12 Nov 2010 21:23:09 -0500
diff --git a/debian/rules b/debian/rules
index b637459..a9e74cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -99,6 +99,8 @@ binary-arch: build install
dh_testroot
 
dh_install

libx11: Changes to 'debian-squeeze'

2011-02-06 Thread Julien Cristau
New branch 'debian-squeeze' available with the following commits:


-- 
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/e1pmc7f-0003gi...@alioth.debian.org



Processing of libxaw_1.0.9-2_amd64.changes

2011-02-06 Thread Debian FTP Masters
libxaw_1.0.9-2_amd64.changes uploaded successfully to localhost
along with the files:
  libxaw_1.0.9-2.dsc
  libxaw_1.0.9-2.diff.gz
  libxaw7_1.0.9-2_amd64.deb
  libxaw7-dbg_1.0.9-2_amd64.deb
  libxaw7-dev_1.0.9-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/e1pmbqa-0002m0...@franck.debian.org



libxaw: Changes to 'refs/tags/libxaw-2_1.0.9-2'

2011-02-06 Thread Julien Cristau
Tag 'libxaw-2_1.0.9-2' created by Julien Cristau  at 
2011-02-06 21:07 +

Tagging upload of libxaw 2:1.0.9-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNTw2JAAoJEDEBgAUJBeQMpCgP/i9Xib1LIdt/piIg7wB6+ydr
iAf/rlnfliFrPa/Tf+5izhThouwCNKxi02Eo/C6eh98R0PGNNfgHMhPfMDPNAXlW
4mOWBPCGLNurifT/48mwuZ/iZGUfz3E+9XvdmUk+Syqz8gDJLVGb5ZBY+YXjYD1f
qca4Os5hAF+9HJYvPisqMUN/7XkVqp6nuQnxw8jldtLEc8US2X08mpnmi5seHqVr
GOzhkziBXdFcluSMy8NtiMZ62wW9TJthIQoNsvtcjDkSdhtagMyWrf8kJhI9k6rg
H+rhTp+42I1KLwGtjOGsvYM+Md1R9Ejgwu2b4PfVDC2jpUQ68MUC97M0q5oJIFc+
2o01ul95OP/kWu8/KCQf8BagH5I5BPDC5DnFJZb0oKjD+KSEfndKlLiTgtaEexl2
uLbwxte7T1FiDzzas8gDtrW3vwM8I9wEtUGLwi9bg/Pech8Xay84bHND3sAGXvgC
mifTMUrNo8b8gOfA/zzLHccDU7PuIiCyx2L16d3y3+PRwJUlr+WyR5X/aiNP6ZMW
TGFuGsX5MuYwdEMyiHgaJgEDAj9xJ3MbG5oWRn+8j9ROG63g82s961glkVu3MHty
PLmT0aaX6C0mD3wL0kP9UM9QajcI8qKzWUaHB3fmF8FHvXT7AO9F+MHyFlSsztys
75wKoMKw1nBOgXOkEnHA
=dV5T
-END PGP SIGNATURE-

Changes since libxaw-2_1.0.9-1:
Julien Cristau (6):
  Bump Standards-Version to 3.9.1.
  Drop Pre-Depends on x11-common, only needed for upgrades from sarge.
  Drop Conflicts/Replaces on libxaw6-dev, libxaw8-dev, libxaw-headers
  Remove David Nusinow and Brice Goglin from Uploaders.
  Wrap debian/control Depends fields.
  Upload to unstable

---
 debian/changelog |   12 
 debian/control   |   27 +++
 2 files changed, 31 insertions(+), 8 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/e1pmbpm-00059s...@alioth.debian.org



libxaw: Changes to 'upstream-unstable'

2011-02-06 Thread Julien Cristau
 configure.ac  |   56 ++
 include/X11/Xaw/XawInit.h |1 
 specs/.gitignore  |2 -
 specs/CH6.xml |2 -
 specs/Makefile.am |7 +
 src/Makefile.am   |   10 +++-
 src/OS.c  |   11 -
 src/XawI18n.h |6 ++--
 xaw6.pc.in|2 -
 9 files changed, 40 insertions(+), 57 deletions(-)

New commits:
commit 8ac146ce96cfa133b788b1ffdd13fe0b648ee4fc
Author: Alan Coopersmith 
Date:   Tue Jan 11 17:07:08 2011 -0800

libXaw 1.0.9

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 687d8e5..9c99e03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libXaw], [1.0.8],
+AC_INIT([libXaw], [1.0.9],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXaw])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])

commit e7a9b0302f7cb84015e8f612e5b65694d785b2d8
Author: Gaetan Nadon 
Date:   Sun Nov 21 09:33:46 2010 -0500

config: prevent config.status from being generated three times

AC_OUTPUT with parameters is deprecated, use AC_CONFIG_FILES.

Reviewed-by: Alan Coopersmith 
Tested-by: Alan Coopersmith 
Signed-off-by: Gaetan Nadon 

diff --git a/configure.ac b/configure.ac
index d8069cb..687d8e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,16 +95,18 @@ AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
 # Checks for functions
 AC_CHECK_FUNCS([iswalnum getpagesize])
 
-AC_OUTPUT([Makefile
- include/Makefile
- man/Makefile
- specs/Makefile
- src/Makefile])
+AC_CONFIG_FILES([Makefile
+   include/Makefile
+   man/Makefile
+   specs/Makefile
+   src/Makefile])
 
 if test "x$build_v6" = xyes; then
-   AC_OUTPUT(xaw6.pc)
+   AC_CONFIG_FILES(xaw6.pc)
 fi
 
 if test "x$build_v7" = xyes; then
-   AC_OUTPUT(xaw7.pc)
+   AC_CONFIG_FILES(xaw7.pc)
 fi
+
+AC_OUTPUT

commit 55fc7aa22197350d9cd1039e0398132a63d3589f
Author: Alan Coopersmith 
Date:   Sat Nov 20 20:10:12 2010 -0800

Check for getpagesize() with autoconf instead of #ifdef osname

Signed-off-by: Alan Coopersmith 
Reviewed-by: Julien Cristau 
Reviewed-by: Gaetan Nadon 
Tested-by: Gaetan Nadon 

diff --git a/configure.ac b/configure.ac
index 83b20b2..d8069cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -93,7 +93,7 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
 
 # Checks for functions
-AC_CHECK_FUNCS([iswalnum])
+AC_CHECK_FUNCS([iswalnum getpagesize])
 
 AC_OUTPUT([Makefile
  include/Makefile
diff --git a/src/OS.c b/src/OS.c
index 9c0bb45..8bc23dd 100644
--- a/src/OS.c
+++ b/src/OS.c
@@ -14,18 +14,9 @@
 #if defined(linux)
 /* kernel header doesn't work with -ansi */
 /* #include  *//* for PAGE_SIZE */
-#define HAS_GETPAGESIZE
 #define HAS_SC_PAGESIZE/* _SC_PAGESIZE may be an enum for Linux */
 #endif
 
-#if defined(CSRG_BASED)
-#define HAS_GETPAGESIZE
-#endif
-
-#if defined(sun)
-#define HAS_GETPAGESIZE
-#endif
-
 int
 _XawGetPageSize(void)
 {
@@ -45,7 +36,7 @@ _XawGetPageSize(void)
pagesize = sysconf(_SC_PAGE_SIZE);
 #endif
 
-#ifdef HAS_GETPAGESIZE
+#ifdef HAVE_GETPAGESIZE
 if (pagesize == -1)
pagesize = getpagesize();
 #endif

commit b2e86875d03e349a4c85135e4cf41b26b99b083e
Author: Alan Coopersmith 
Date:   Sat Nov 20 20:06:04 2010 -0800

convert header checks/ifdefs to autoconf standard AC_CHECK_HEADERS

Signed-off-by: Alan Coopersmith 
Reviewed-by: Julien Cristau 
Reviewed-by: Gaetan Nadon 
Tested-by: Gaetan Nadon 

diff --git a/configure.ac b/configure.ac
index d793ea9..83b20b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -90,15 +90,7 @@ AM_CONDITIONAL(BUILD_XAW7, [test x$build_v7 = xyes])
 
 # Checks for header files.
 AC_HEADER_STDC
-AC_CHECK_HEADER(wctype.h,
-   AC_DEFINE([HAS_WCTYPE_H],1,
-   [Define to 1 if you have the  header file.]))
-AC_CHECK_HEADER(wchar.h,
-   AC_DEFINE([HAS_WCHAR_H],1,
-   [Define to 1 if you have the  header file.]))
-AC_CHECK_HEADER(widec.h, [],
-   AC_DEFINE([NO_WIDEC_H],1,
-   [Define to 1 if you DO NOT have the  header 
file.]))
+AC_CHECK_HEADERS([wctype.h wchar.h widec.h])
 
 # Checks for functions
 AC_CHECK_FUNCS([iswalnum])
diff --git a/src/XawI18n.h b/src/XawI18n.h
index 09ab51b..d50171c 100644
--- a/src/XawI18n.h
+++ b/src/XawI18n.h
@@ -24,9 +24,9 @@ in this Software without prior written authorization from The 
Open Group.
 
 /
 
-#ifdef HAS_WCTYPE_H
+#ifdef HAVE_WCTYPE_H
 #include 
-#ifndef NO_WIDEC_H
+#ifdef HAVE_WIDEC_H
 #include 
 #define wcslen(c) wslen(c)
 #define wcscpy(d, s)   wscpy(d, s)
@@ -34,7 +34,7 @@ in this

libxaw: Changes to 'debian-unstable'

2011-02-06 Thread Julien Cristau
 ChangeLog |  124 ++
 configure.ac  |   56 
 debian/changelog  |   21 +++
 debian/control|   27 +++---
 include/X11/Xaw/XawInit.h |1 
 specs/.gitignore  |2 
 specs/CH6.xml |2 
 specs/Makefile.am |7 --
 src/Makefile.am   |   10 +++
 src/OS.c  |   11 
 src/XawI18n.h |6 +-
 xaw6.pc.in|2 
 12 files changed, 204 insertions(+), 65 deletions(-)

New commits:
commit 87db4b7d9e375e710696149de083eb15989ab670
Author: Julien Cristau 
Date:   Sun Feb 6 21:56:56 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index bd1f555..5700edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.9-2) UNRELEASED; urgency=low
+libxaw (2:1.0.9-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.1.
   * Drop Pre-Depends on x11-common, only needed for upgrades from sarge.
@@ -8,7 +8,7 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 work!
   * Wrap debian/control Depends fields.
 
- -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
+ -- Julien Cristau   Sun, 06 Feb 2011 21:56:43 +0100
 
 libxaw (2:1.0.9-1) experimental; urgency=low
 

commit 14dbe44acae7582a0559d22289f526a5d37bd082
Author: Julien Cristau 
Date:   Sun Feb 6 21:56:25 2011 +0100

Wrap debian/control Depends fields.

diff --git a/debian/changelog b/debian/changelog
index c9c42d6..bd1f555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 shipped in etch.
   * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
 work!
+  * Wrap debian/control Depends fields.
 
  -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
 
diff --git a/debian/control b/debian/control
index 6322a71..e294909 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
 Package: libxaw7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: X11 Athena Widget library
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -47,7 +49,10 @@ Package: libxaw7-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxaw7 (= ${binary:Version}),
 Description: X11 Athena Widget library (debug package)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -67,7 +72,14 @@ Description: X11 Athena Widget library (debug package)
 Package: libxaw7-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version}), 
libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxaw7 (= ${binary:Version}),
+ libx11-dev,
+ libxmu-dev,
+ libxpm-dev,
+ x11proto-core-dev,
 Description: X11 Athena Widget library (development headers)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the

commit f61766bf6d490f919ab09880a2a670756509d023
Author: Julien Cristau 
Date:   Sun Feb 6 21:53:43 2011 +0100

Remove David Nusinow and Brice Goglin from Uploaders.

Thanks for your work!

diff --git a/debian/changelog b/debian/changelog
index 9fb07c9..c9c42d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
   * Drop Pre-Depends on x11-common, only needed for upgrades from sarge.
   * Drop Conflicts/Replaces on libxaw6-dev, libxaw8-dev, libxaw-headers, last
 shipped in etch.
+  * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
+work!
 
  -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
 
diff --git a/debian/control b/debian/control
index 62b24e4..6322a71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libxaw
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Brice Goglin , Cyril Brulebois 

+Uploaders:
+ Drew Parsons ,
+ Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 1:0.99.2),

commit 21946bc646eec1f44029192d08c7ac36094264f0
Author: Julien Cristau 
Date:   Sun Feb 6 21:48:13 2011 +0100

Drop Conflicts/Replaces on libxaw6-dev, libxaw8-dev, libxaw-headers

Last shipped in etch.

diff --git a/debian/changelog b/debian/changelog
index 3e3ef5b..9fb07c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 
   * Bump Sta

xorg: Changes to 'xsf-docs'

2011-02-06 Thread Cyril Brulebois
New branch 'xsf-docs' available with the following commits:
commit 625d8bce5d4fddda46e3ab596d5124818f2eca61
Author: Cyril Brulebois 
Date:   Sun Feb 6 21:05:56 2011 +0100

index: Mention xsf-docs are shipped in the xorg metapackage.

commit 994eadb44e6dc87cc25f1abac2634ddef390071f
Author: Cyril Brulebois 
Date:   Sun Feb 6 20:44:35 2011 +0100

index: xsf-docs.git → xorg.git switch.

commit c365318d89e0f421a4184d36883a03f2a251e6a1
Author: Cyril Brulebois 
Date:   Sun Feb 6 20:10:44 2011 +0100

Move everything to an xsf-docs directory.

This should help merging documentation into the xorg.git repository.

To get a full log, see the -M/-C/--follow option. The following should
be sufficient in most cases:
  git log -M

commit 194c1a5811ce9e13cf345f144c58e280349d94e5
Author: Cyril Brulebois 
Date:   Sun Feb 6 09:22:10 2011 +0100

makefile: Make txt files just a copy of mdwn files.

Dumping html to text loses formatting (e.g. headings), at least with w3m.
Markdown seems more readable.

commit 5bd9d455da0cee60ba0b31b5a6525978bf89a253
Author: Cyril Brulebois 
Date:   Sun Feb 6 09:14:28 2011 +0100

makefile: Generate txt files as well.

commit 896378ee5301b1d89a0ccd1b23beb358af2457b5
Author: Cyril Brulebois 
Date:   Sun Feb 6 09:09:22 2011 +0100

index: Mention what XSF is.

commit 03f91467ce74404fbbc99c94d1fd2d6b4350a192
Author: Cyril Brulebois 
Date:   Sun Feb 6 08:06:19 2011 +0100

dependencies: Document the reasons for a mail alias.

commit b80193b9126ba009f70af25d38b87a7b8f9a5d91
Author: Cyril Brulebois 
Date:   Sun Feb 6 07:37:43 2011 +0100

dependencies: Add sample control and rules files.

commit f87c7dad87aba4c9d0fd507b950afb61cca138ad
Author: Cyril Brulebois 
Date:   Sun Feb 6 07:37:37 2011 +0100

dependencies: Document xsf's dh sequence.

commit ac1cc074195214738677fdc1c9f1a1352f38b0e9
Author: Cyril Brulebois 
Date:   Sun Feb 6 07:37:21 2011 +0100

dependencies: Mention the version where dh_xsf_substvars appeared.

commit 68fb444b81bcac3a32c296833685d775c7068a95
Author: Cyril Brulebois 
Date:   Tue Feb 1 19:12:59 2011 +0100

dependencies: Reword a bit.

commit 2e7f7a324f17bdc02ea008e1c54eb3da36b08cdb
Author: Cyril Brulebois 
Date:   Tue Feb 1 18:27:36 2011 +0100

dependencies: Document what got committed.

commit dfb93d750512f99ecbbe8e7d97db97acb6641505
Author: Cyril Brulebois 
Date:   Tue Feb 1 13:34:52 2011 +0100

dependencies: New reference document.

commit 45ae4b42e61f581087bdad27a42df4b80fb37206
Author: Cyril Brulebois 
Date:   Tue Feb 1 12:14:36 2011 +0100

css: Avoid too much margin in nested lists.

commit 606f4d2384bd07938c0252ba47811fe6899a329e
Author: Cyril Brulebois 
Date:   Wed Jan 19 18:34:35 2011 +0100

css: Dirty hack to use the PNG version of the logo.

Upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=231179

commit 04b0afc1d0367b337b9f8bb53f6cad345004a8eb
Author: Cyril Brulebois 
Date:   Wed Jan 19 18:31:14 2011 +0100

logo: Commit the png version exported through inkscape.

commit 36b74cdb500b31ccada21751501391cf5ee76ad1
Author: Cyril Brulebois 
Date:   Wed Jan 19 18:30:29 2011 +0100

makefile: Build a png version of the logo for Firefox.

commit 1e2012bb1676a51f76d5b3ae4619fd3b45f77bb3
Author: Cyril Brulebois 
Date:   Wed Jan 19 18:26:32 2011 +0100

makefile: No-op, rename a variable.

commit 56d61f15b89893ee40313d413294850752c83457
Author: Cyril Brulebois 
Date:   Wed Jan 19 07:11:23 2011 +0100

triage-bugs: Fix typo.

commit af2eec9d03172cd42fad5a124eb486a16f2966e3
Author: Cyril Brulebois 
Date:   Wed Jan 19 07:07:45 2011 +0100

triage-bugs: Cheat a bit and make the pdf look nicer.

commit 052b9391f49e02c03f393a9e19aaf0a9da45aaff
Author: Cyril Brulebois 
Date:   Wed Jan 19 07:05:06 2011 +0100

makefile: Make pdf file generation depend on the logo.

commit 691a56ae4430ec5cd9e35585900cce2d77476df7
Author: Cyril Brulebois 
Date:   Wed Jan 19 07:05:03 2011 +0100

css: Add some top margin to the authors paragraph accordingly.

commit b38ac8835c4d93c28c32d85b89a372ad86982eb5
Author: Cyril Brulebois 
Date:   Wed Jan 19 07:04:55 2011 +0100

logo: Mix X and Debian logos.

commit 34b40039267f7d8d6dab3d6b2ba054943b695b53
Author: Cyril Brulebois 
Date:   Wed Jan 19 06:34:57 2011 +0100

configure-input: Tiny fixes.

commit 2d832971156071c1b34806929c692655edac23e3
Author: Cyril Brulebois 
Date:   Wed Jan 19 06:21:36 2011 +0100

index: Switch input/outputs.

I like this order better.

commit 37dd846e363a6fa1a98362ea43008003b3a9ac95
Author: Cyril Brulebois 
Date:   Wed Jan 19 06:15:01 2011 +0100

configure-input: Fix typos.

commit 672146f8d9ecbe0385940d771a695217d812f066
Author: Cyril Brulebois 
Date:   Wed Jan 19 06:12:36 2011 +0100

index: Fix typo.

commit 3b03f91176be423feb7731c27313f06b3c4ce518
Author: Cyril Brulebois 
Date:   Wed Jan 19 06:07:58 2011 +0100

upstream-features: Fix typo.

Kill an extra whitespace 

xsf-tools: Changes to 'master'

2011-02-06 Thread Cyril Brulebois
 mrconfig|   18 ++
 mrconfig-update |3 +++
 xsf-list-udebs  |   45 +
 3 files changed, 58 insertions(+), 8 deletions(-)

New commits:
commit 1520e115cbc7dea9492144a82cc37011380a4d72
Author: Cyril Brulebois 
Date:   Sun Feb 6 16:44:58 2011 +0100

Update repository list.

Move 7 unmaintained devices to the attic.

diff --git a/mrconfig b/mrconfig
index 0fe21b6..fad567c 100644
--- a/mrconfig
+++ b/mrconfig
@@ -54,10 +54,14 @@ remoteaddupstream =
 #[attic/app/heliodor.git]
 #[attic/app/xbase-clients.git]
 #[attic/driver/xserver-xorg-input-calcomp.git]
+#[attic/driver/xserver-xorg-input-citron.git]
 #[attic/driver/xserver-xorg-input-digitaledge.git]
 #[attic/driver/xserver-xorg-input-dmc.git]
 #[attic/driver/xserver-xorg-input-dynapro.git]
 #[attic/driver/xserver-xorg-input-elo2300.git]
+#[attic/driver/xserver-xorg-input-evtouch.git]
+#[attic/driver/xserver-xorg-input-fpit.git]
+#[attic/driver/xserver-xorg-input-hyperpen.git]
 #[attic/driver/xserver-xorg-input-jamstudio.git]
 #[attic/driver/xserver-xorg-input-magellan.git]
 #[attic/driver/xserver-xorg-input-magictouch.git]
@@ -74,7 +78,10 @@ remoteaddupstream =
 #[attic/driver/xserver-xorg-video-dove.git]
 #[attic/driver/xserver-xorg-video-imstt.git]
 #[attic/driver/xserver-xorg-video-nsc.git]
+#[attic/driver/xserver-xorg-video-nv.git]
+#[attic/driver/xserver-xorg-video-radeonhd.git]
 #[attic/driver/xserver-xorg-video-sunbw2.git]
+#[attic/driver/xserver-xorg-video-v4l.git]
 #[attic/driver/xserver-xorg-video-vga.git]
 #[attic/driver/xserver-xorg-video-via.git]
 #[attic/lib/drm-snapshot.git]
@@ -109,12 +116,8 @@ remoteaddupstream =
 [doc/xorg-sgml-doctools.git]
 [driver/xserver-xorg-input-acecad.git]
 [driver/xserver-xorg-input-aiptek.git]
-[driver/xserver-xorg-input-citron.git]
 [driver/xserver-xorg-input-elographics.git]
 [driver/xserver-xorg-input-evdev.git]
-[driver/xserver-xorg-input-evtouch.git]
-[driver/xserver-xorg-input-fpit.git]
-[driver/xserver-xorg-input-hyperpen.git]
 [driver/xserver-xorg-input-joystick.git]
 [driver/xserver-xorg-input-keyboard.git]
 [driver/xserver-xorg-input-mouse.git]
@@ -141,11 +144,9 @@ remoteaddupstream =
 [driver/xserver-xorg-video-neomagic.git]
 [driver/xserver-xorg-video-newport.git]
 [driver/xserver-xorg-video-nouveau.git]
-[driver/xserver-xorg-video-nv.git]
 [driver/xserver-xorg-video-openchrome.git]
 [driver/xserver-xorg-video-qxl.git]
 [driver/xserver-xorg-video-r128.git]
-[driver/xserver-xorg-video-radeonhd.git]
 [driver/xserver-xorg-video-rendition.git]
 [driver/xserver-xorg-video-s3.git]
 [driver/xserver-xorg-video-s3virge.git]
@@ -163,7 +164,6 @@ remoteaddupstream =
 [driver/xserver-xorg-video-tga.git]
 [driver/xserver-xorg-video-trident.git]
 [driver/xserver-xorg-video-tseng.git]
-[driver/xserver-xorg-video-v4l.git]
 [driver/xserver-xorg-video-vesa.git]
 [driver/xserver-xorg-video-vmware.git]
 [driver/xserver-xorg-video-voodoo.git]

commit 35be785f25db0fb7132125c7d6a4eb5674d4a85e
Author: Cyril Brulebois 
Date:   Thu Feb 3 12:09:14 2011 +0100

Update repository list.

The dove driver isn't exactly maintained upstream, only shipped in Ubuntu.
And it can be moved back into place if things start going better.

diff --git a/mrconfig b/mrconfig
index 0472842..0fe21b6 100644
--- a/mrconfig
+++ b/mrconfig
@@ -71,6 +71,7 @@ remoteaddupstream =
 #[attic/driver/xserver-xorg-video-ast.git]
 #[attic/driver/xserver-xorg-video-avivo.git]
 #[attic/driver/xserver-xorg-video-cyrix.git]
+#[attic/driver/xserver-xorg-video-dove.git]
 #[attic/driver/xserver-xorg-video-imstt.git]
 #[attic/driver/xserver-xorg-video-nsc.git]
 #[attic/driver/xserver-xorg-video-sunbw2.git]
@@ -127,7 +128,6 @@ remoteaddupstream =
 [driver/xserver-xorg-video-ati.git]
 [driver/xserver-xorg-video-chips.git]
 [driver/xserver-xorg-video-cirrus.git]
-[driver/xserver-xorg-video-dove.git]
 [driver/xserver-xorg-video-dummy.git]
 [driver/xserver-xorg-video-fbdev.git]
 [driver/xserver-xorg-video-glide.git]

commit 1980c66aab913275fc7a36ced8efaac43438f06f
Author: Cyril Brulebois 
Date:   Sat Jan 29 03:38:17 2011 +0100

Let pkg-xorg.git appear, but commented.

Probably due to some crontab, it gets created again and again behind our
back. It could be skipped entirely, but having it commented doesn't hurt
(it might even serve as a reminder to possibly see whether that can be
avoided at all).

diff --git a/mrconfig b/mrconfig
index b4ee712..0472842 100644
--- a/mrconfig
+++ b/mrconfig
@@ -214,6 +214,7 @@ remoteaddupstream =
 [lib/pixman.git]
 [lib/xft.git]
 [lib/xtrans.git]
+#[pkg-xorg.git]
 [proto/x11proto-bigreqs.git]
 [proto/x11proto-composite.git]
 [proto/x11proto-core.git]
diff --git a/mrconfig-update b/mrconfig-update
index f03d638..c8719f8 100755
--- a/mrconfig-update
+++ b/mrconfig-update
@@ -25,6 +25,9 @@ for repo in $repos; do
 attic/*)
   echo "#[$repo]"
 ;;
+pkg-xorg.git)
+  echo "#[$repo]"
+;;
 # Real repository:

Dropping xprint?

2011-02-06 Thread Cyril Brulebois
Drew Parsons  (02/02/2011):
> I'd be happy to keep being listed.  Got a bit swamped with work but
> hope to be able to continue helping out.

Alright, kept you in all drivers + packages I uploaded some hours ago.

> Besides, I can help keeping Xprint building binaries when needed,
> and to help removing it after the new stable's released.

I guess I'll take that offer. :)

KiBi.


signature.asc
Description: Digital signature


Bug#612191: RM: xserver-xorg-video-v4l -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-video-v4l from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-video-v4l.git

KiBi.



-- 
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/20110206160609.9364.98738.reportbug@talisker



Bug#612190: RM: xserver-xorg-video-radeonhd -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-video-radeonhd from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-video-radeonhd.git

KiBi.



-- 
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/20110206160531.9294.7.reportbug@talisker



Bug#612189: RM: xserver-xorg-video-nv -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-video-nv from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-video-nv.git

KiBi.



-- 
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/20110206160445.9249.112.reportbug@talisker



Bug#612187: RM: xserver-xorg-input-fpit -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-fpit from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-fpit.git

KiBi.



-- 
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/20110206160345.9131.4439.reportbug@talisker



Bug#612188: RM: xserver-xorg-input-hyperpen -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-hyperpen from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-hyperpen.git

KiBi.



-- 
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/20110206160420.9191.32151.reportbug@talisker



Bug#612186: RM: xserver-xorg-input-evtouch -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-evtouch from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-evtouch.git

KiBi.



-- 
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/20110206160305.9078.38752.reportbug@talisker



Bug#612185: RM: xserver-xorg-input-citron -- ROM; unmaintained

2011-02-06 Thread Cyril Brulebois
Package: ftp.debian.org
Severity: normal

Hi,

please remove xserver-xorg-input-citron from the archive, since it's
unmaintained.

The packaging is still available in our attic/, just in case somebody
wants/needs to revive it some day:
  http://git.debian.org/?p=pkg-xorg/attic/driver/xserver-xorg-input-citron.git

KiBi.



-- 
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/20110206160232.8830.65057.reportbug@talisker



libpciaccess_0.12.1-1_amd64.changes ACCEPTED into unstable

2011-02-06 Thread Debian FTP Masters



Accepted:
libpciaccess-dev_0.12.1-1_amd64.deb
  to main/libp/libpciaccess/libpciaccess-dev_0.12.1-1_amd64.deb
libpciaccess0-udeb_0.12.1-1_amd64.udeb
  to main/libp/libpciaccess/libpciaccess0-udeb_0.12.1-1_amd64.udeb
libpciaccess0_0.12.1-1_amd64.deb
  to main/libp/libpciaccess/libpciaccess0_0.12.1-1_amd64.deb
libpciaccess_0.12.1-1.diff.gz
  to main/libp/libpciaccess/libpciaccess_0.12.1-1.diff.gz
libpciaccess_0.12.1-1.dsc
  to main/libp/libpciaccess/libpciaccess_0.12.1-1.dsc
libpciaccess_0.12.1.orig.tar.gz
  to main/libp/libpciaccess/libpciaccess_0.12.1.orig.tar.gz


Override entries for your package:
libpciaccess-dev_0.12.1-1_amd64.deb - optional libdevel
libpciaccess0-udeb_0.12.1-1_amd64.udeb - optional debian-installer
libpciaccess0_0.12.1-1_amd64.deb - optional libs
libpciaccess_0.12.1-1.dsc - source devel

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/e1pm6md-0004mz...@franck.debian.org



Processing of libpciaccess_0.12.1-1_amd64.changes

2011-02-06 Thread Debian FTP Masters
libpciaccess_0.12.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libpciaccess_0.12.1-1.dsc
  libpciaccess_0.12.1.orig.tar.gz
  libpciaccess_0.12.1-1.diff.gz
  libpciaccess0_0.12.1-1_amd64.deb
  libpciaccess0-udeb_0.12.1-1_amd64.udeb
  libpciaccess-dev_0.12.1-1_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/e1pm6lt-0004bo...@franck.debian.org



libpciaccess: Changes to 'upstream-unstable'

2011-02-06 Thread Julien Cristau
 COPYING |2 
 Makefile.am |4 
 configure.ac|   21 +++--
 include/Makefile.am |1 
 m4/ac_define_dir.m4 |   49 ---
 m4/ax_define_dir.m4 |   49 +++
 man/Makefile.am |   34 
 man/scanpci.man |   44 ++
 scanpci/.gitignore  |1 
 scanpci/Makefile.am |   29 +++
 scanpci/scanpci.c   |  215 
 src/.gitignore  |2 
 src/Makefile.am |   12 --
 src/common_bridge.c |8 -
 src/pci_tools.h |2 
 src/scanpci.c   |  215 
 src/scanpci.man |   44 --
 src/solx_devfs.c|2 
 18 files changed, 395 insertions(+), 339 deletions(-)

New commits:
commit d05ed57216726811388f17d7e87d7b6c7b8580ee
Author: Alan Coopersmith 
Date:   Wed Feb 2 20:50:17 2011 -0800

libpciaccess 0.12.1

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 75d5b0a..c3203d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([libpciaccess],[0.12.0],
+AC_INIT([libpciaccess],[0.12.1],
 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])

commit 7b4bd8222579b60bec6ab9dbf834d61b1fc7cc74
Author: Gaetan Nadon 
Date:   Fri Jan 28 16:07:07 2011 -0500

config: replace deprecated AC_HELP_STRING with AS_HELP_STRING

This silences an Automake warning.

Signed-off-by: Gaetan Nadon 

diff --git a/configure.ac b/configure.ac
index 4966dae..75d5b0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,7 +43,7 @@ XORG_DEFAULT_OPTIONS
 AC_PROG_LIBTOOL
 
 pciids_path=/usr/share/hwdata
-AC_ARG_WITH(pciids-path, AC_HELP_STRING([--with-pciids-path=PCIIDS_PATH],
+AC_ARG_WITH(pciids-path, AS_HELP_STRING([--with-pciids-path=PCIIDS_PATH],
[Path to pci.ids file]), [pciids_path="$withval"])
 AX_DEFINE_DIR(PCIIDS_PATH, pciids_path, [Path to pci.ids])
 
@@ -56,7 +56,7 @@ if test "x$LINUX_ROM" = xyes; then
 fi
 
 use_zlib=no
-AC_ARG_WITH(zlib, AC_HELP_STRING([--with-zlib],
+AC_ARG_WITH(zlib, AS_HELP_STRING([--with-zlib],
[Enable zlib support to read gzip compressed pci.ids]),
[use_zlib="$withval"])
 if test "x$use_zlib" = xyes; then

commit 5fdae72cc62f4341ae5fa0b7696809d4ccd1bd32
Author: Alan Coopersmith 
Date:   Thu Jan 13 22:05:02 2011 -0800

config: remove AC_PROG_CC as it overrides AC_PROG_C_C99

XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon 
Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 873a514..4966dae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,7 +40,6 @@ XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
 
 # Check for progs
-AC_PROG_CC
 AC_PROG_LIBTOOL
 
 pciids_path=/usr/share/hwdata

commit 48d08f09e36d4aa8e02812874794937d7c778b43
Author: Alan Coopersmith 
Date:   Thu Jan 13 21:58:02 2011 -0800

config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Add missing AC_CONFIG_SRCDIR
Replace obsolete argument to AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index 47cd733..873a514 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,14 @@ dnl DEALINGS IN THE SOFTWARE.
 dnl
 dnl Process this file with autoconf to create configure.
 
+# Initialize Autoconf
 AC_PREREQ([2.60])
+AC_INIT([libpciaccess],[0.12.0],
+
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],[libpciaccess])
+AC_CONFIG_SRCDIR([Makefile.am])
+AC_CONFIG_HEADERS([config.h])
 
-AC_INIT(libpciaccess, 0.12.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=libpciaccess],
 libpciaccess)
+# Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 
@@ -33,7 +38,6 @@ m4_ifndef([XORG_MACROS_VERSION],
   [m4_fatal([must install xorg-macros 1.3 or later before running 
autoconf/autogen])])
 XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
-AM_CONFIG_HEADER(config.h)
 
 # Check for progs
 AC_PROG_CC
@@ -122,9 +126,10 @@ AC_SUBST(PCIACCESS_CFLAGS)
 AC_SUBST(PCIACCESS_LIBS)
  
 
-AC_OUTPUT([Makefile
+AC_CONFIG_FILES([Makefile
   include/Makefile
   man/Makefile
   src/Makefile
   scanpci/Makefile
pciaccess.pc])
+AC_OUTPUT

commit 066032e08407311cfc24dbc1db3245cf8133ad94
Author: Bryce Harrington 
Date:   Tue Dec 14 12:03:48 2010 -0500

Fix detection of multi-function cards

Bit 7 of the pc

libpciaccess: Changes to 'debian-unstable'

2011-02-06 Thread Julien Cristau
 COPYING |2 
 ChangeLog   |  176 ++
 Makefile.am |4 
 configure.ac|   21 +++--
 debian/changelog|8 +
 debian/control  |2 
 debian/copyright|2 
 include/Makefile.am |1 
 m4/ac_define_dir.m4 |   49 ---
 m4/ax_define_dir.m4 |   49 +++
 man/Makefile.am |   34 
 man/scanpci.man |   44 ++
 scanpci/.gitignore  |1 
 scanpci/Makefile.am |   29 +++
 scanpci/scanpci.c   |  215 
 src/.gitignore  |2 
 src/Makefile.am |   12 --
 src/common_bridge.c |8 -
 src/pci_tools.h |2 
 src/scanpci.c   |  215 
 src/scanpci.man |   44 --
 src/solx_devfs.c|2 
 22 files changed, 581 insertions(+), 341 deletions(-)

New commits:
commit 112a8aea56e09b796f76589f0316db5ec0a7343d
Author: Julien Cristau 
Date:   Sun Feb 6 16:09:33 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 76c4bf8..a9758b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libpciaccess (0.12.1-1) UNRELEASED; urgency=low
+libpciaccess (0.12.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.9.1 (no changes).
   * debian/copyright: Sun's copyrights belong to Oracle now.
 
- -- Julien Cristau   Sun, 06 Feb 2011 15:55:49 +0100
+ -- Julien Cristau   Sun, 06 Feb 2011 16:09:22 +0100
 
 libpciaccess (0.12.0-1) unstable; urgency=low
 

commit 220ec1ddae760eb8a08e7d5c1c64e4011299403e
Author: Julien Cristau 
Date:   Sun Feb 6 16:09:06 2011 +0100

debian/copyright: Sun's copyrights belong to Oracle now.

diff --git a/debian/changelog b/debian/changelog
index 002b307..76c4bf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libpciaccess (0.12.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.9.1 (no changes).
+  * debian/copyright: Sun's copyrights belong to Oracle now.
 
  -- Julien Cristau   Sun, 06 Feb 2011 15:55:49 +0100
 
diff --git a/debian/copyright b/debian/copyright
index e2321bb..14487f7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,7 @@ Copyright:
 
 (C) Copyright IBM Corporation 2006, 2007
 (C) Copyright Eric Anholt 2006
-Copyright 2007, 2008, 2009 Sun Microsystems, Inc.
+Copyright (c) 2007, 2008, 2009, Oracle and/or its affiliates.
 Copyright 2009 Red Hat, Inc.
 All Rights Reserved.
 

commit 1a6146850d0ab4d036c32e4d668a7395a88df7cc
Author: Julien Cristau 
Date:   Sun Feb 6 16:07:25 2011 +0100

Bump Standards-Version to 3.9.1 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 76664f5..002b307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libpciaccess (0.12.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump Standards-Version to 3.9.1 (no changes).
 
  -- Julien Cristau   Sun, 06 Feb 2011 15:55:49 +0100
 
diff --git a/debian/control b/debian/control
index 7ccacba..0ac632b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  zlib1g-dev,
  xutils-dev (>= 1:7.5),
  pkg-config,
-Standards-Version: 3.9.0
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libpciaccess
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libpciaccess.git
 

commit da4f0b45303c9790dda8377dbef97f3bfff57417
Author: Julien Cristau 
Date:   Sun Feb 6 15:56:18 2011 +0100

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index f263fae..cb640b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,179 @@
+commit d05ed57216726811388f17d7e87d7b6c7b8580ee
+Author: Alan Coopersmith 
+Date:   Wed Feb 2 20:50:17 2011 -0800
+
+libpciaccess 0.12.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit 7b4bd8222579b60bec6ab9dbf834d61b1fc7cc74
+Author: Gaetan Nadon 
+Date:   Fri Jan 28 16:07:07 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+Signed-off-by: Gaetan Nadon 
+
+commit 5fdae72cc62f4341ae5fa0b7696809d4ccd1bd32
+Author: Alan Coopersmith 
+Date:   Thu Jan 13 22:05:02 2011 -0800
+
+config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
+
+XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
+AC_PROG_C_C99. This sets gcc with -std=gnu99.
+If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
+
+Signed-off-by: Gaetan Nadon 
+Signed-off-by: Alan Coopersmith 
+
+commit 48d08f09e36d4aa8e02812874794937d7c778b43
+Author: Alan Coopersmith 
+Date:   Thu Jan 13 21:58:02 2011 -0800
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM statements under the Automake initialization section.
+Add missing AC_CONFIG_SRCDIR
+Replace obsolete argument to AC_OUTPUT with 

libpciaccess: Changes to 'refs/tags/libpciaccess-0.12.1-1'

2011-02-06 Thread Julien Cristau
Tag 'libpciaccess-0.12.1-1' created by Julien Cristau  at 
2011-02-06 15:11 +

Tagging upload of libpciaccess 0.12.1-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIbBAABCAAGBQJNTroEAAoJEDEBgAUJBeQMriwP+LfHZXS8iT1ZlE1fE8IsprkK
TLdzs+eN1enD065EDi0IrvEq5bf5u2PLY7jNv6epEig14+TRBy0KIWwW7hIPr4iZ
s64mVgwObmAANKjRNi+xIcx8D0bGGD9xsC0RXs3mi1FzXYPc6QKk/0cDwYejgh4V
Uz1ZAskWtKy8YzzdOK4SugZf0PiX8wi6nbaacP0CTfl6+SDkPIFDd9ij9wudYCJl
CRrw/a5kgelLVDKg+aXNovFnVdwr3xBIA2JFFJkkHXI3twtXytZ+p7pVqumED5CD
QtmF3zCiRCnMlo5VNaaMG4ZXemuZRAoH7e6dkzMVZobd2I2jYMNeoEv2QCIG7PWk
yeIliqedvLgHpIBxWmURQYXIAod50QpSn/Cx0ADJPHRgGNdf0zWSnY2J39eSFpxn
DyWWm2fMglEL0r8oyuKPVXm/qQjrXfGcVFHADJht2Kb2r2H3T9n9OS9KuT2qQYoe
6R4o/2ri+6EwO3+Ii7VBSdU55ZBi+dCAqN+w1N3S3FkWHAfFVRJFqs8ub4nWZ4RM
wKjOkIQf8tbP/MfDG0UpmMqcQLtAVEjBd6bXE4fgjcR6LFVm4AJs8OVt88PE8b0k
giaGDmuYmD/w5ZLnXYJLQCcDv9D1cJa66lGdvV9O9jKnMSiPUiSwURdu1LnqbuE3
XV231oAZlvzb7nSN9j8=
=gIB6
-END PGP SIGNATURE-

Changes since libpciaccess-0.12.0-1:
Alan Coopersmith (4):
  Sun's copyrights belong to Oracle now
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  libpciaccess 0.12.1

Bryce Harrington (1):
  Fix detection of multi-function cards

Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Gaetan Nadon (8):
  config: upgrade AC_DEFINE_DIR to AX_DEFINE_DIR
  config: provide a makefile for scanpci dev tool
  scanpci.c: remove offending whitespace as reported by git diff
  config: provide a makefile for scanpci man pages
  config: replace INCLUDES, which is deprecated, with AM_CPPFLAGS
  include: add a Makefile to install and distribute header file
  config: use LDADD to obtain appropriate dependencies
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING

Jesse Barnes (1):
  Revert "Don't try to use bogus bridge data"

Julien Cristau (5):
  Merge tag 'libpciaccess-0.12.1' into debian-unstable
  Bump changelogs
  Bump Standards-Version to 3.9.1 (no changes).
  debian/copyright: Sun's copyrights belong to Oracle now.
  Upload to unstable

---
 COPYING |2 
 ChangeLog   |  176 ++
 Makefile.am |4 
 configure.ac|   21 +++--
 debian/changelog|8 +
 debian/control  |2 
 debian/copyright|2 
 debian/watch|1 
 include/Makefile.am |1 
 m4/ac_define_dir.m4 |   49 ---
 m4/ax_define_dir.m4 |   49 +++
 man/Makefile.am |   34 
 man/scanpci.man |   44 ++
 scanpci/.gitignore  |1 
 scanpci/Makefile.am |   29 +++
 scanpci/scanpci.c   |  215 
 src/.gitignore  |2 
 src/Makefile.am |   12 --
 src/common_bridge.c |8 -
 src/pci_tools.h |2 
 src/scanpci.c   |  215 
 src/scanpci.man |   44 --
 src/solx_devfs.c|2 
 23 files changed, 582 insertions(+), 341 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/e1pm6ju-0001jv...@alioth.debian.org



Bug#596594: new patch

2011-02-06 Thread Robert Millan
2011/2/6 Julien Cristau :
>> - libdrm-dev (>= 2.4.3) [!hurd-i386],
>> + libdrm-dev (>= 2.4.3) [linux-any],
>
> Won't be necessary anymore once we get
> http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/commit/?id=b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f

I don't understand this, but in any case I just remove that hunk
from the patch.

>> +Package: xserver-xorg-video-vesa-udeb
>> +XC-Package-Type: udeb
>> +Section: debian-installer
>> +Architecture: any
>
> Why not restrict this to kfreebsd?

No particular reason; Hurd people also want it, though [1], so I
set it to "kfreebsd-any hurd-any" then.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596595#19

> Missing .install file.

Fixed.

-- 
Robert Millan
diff -Nur xserver-xorg-video-vesa-2.3.0.old/debian/xserver-xorg-video-vesa-udeb.install xserver-xorg-video-vesa-2.3.0/debian/xserver-xorg-video-vesa-udeb.install
--- xserver-xorg-video-vesa-2.3.0.old/debian/xserver-xorg-video-vesa-udeb.install	1970-01-01 01:00:00.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/xserver-xorg-video-vesa-udeb.install	2010-09-12 16:09:54.997219478 +0200
@@ -0,0 +1 @@
+usr/lib/xorg/modules/drivers/*.so
diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control xserver-xorg-video-vesa-2.3.0/debian/control
--- xserver-xorg-video-vesa-2.3.0.old/debian/control	2011-02-06 13:58:44.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/control	2011-02-06 14:00:50.0 +0100
@@ -40,3 +40,12 @@
  http://www.X.org>
  .
  This package is built from the X.org xf86-video-vesa driver module.
+
+Package: xserver-xorg-video-vesa-udeb
+XC-Package-Type: udeb  
+Section: debian-installer
+Architecture: kfreebsd-any hurd-any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
+Provides: ${xviddriver:Provides}
+Description: X.Org X server -- vesa display driver
+ This is a udeb, or a microdeb, for the debian-installer.


Re: [PATCH/RFC libpciaccess/debian-unstable 0/6] build system nitpicks

2011-02-06 Thread Julien Cristau
On Sat, Feb  5, 2011 at 14:54:59 -0600, Jonathan Nieder wrote:

> Hi,
> 
> Cyril Brulebois wrote:
> 
> > thanks for the patches.
> 
> Thanks for looking them over.  A small clarification:
> 
> > Jonathan Nieder  (05/02/2011):
> 
> >> Patch 3 writes "7" to debian/compat, since debhelper 7 is needed
> >> for patch 2 anyway.
> >
> > it's not a single character change, 5→7 might lead to some changes
> > which might not be spotted through debdiff.
> 
> None of the constructs listed as affected in debhelper(7) are used in
> this debian/rules.  But I don’t mind if you want to delay this for
> consistency between the library repos.
> 
I think we should do that for all libs at once if we're going to bump to
7.  Not sure if that should be in the same step as a switch to dh, or
done independently.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#489495: update?

2011-02-06 Thread Thomas Champagne
Hello Andres

You can close this bug report. I don't have any problem since the
release 6.13 of driver.
The upstream bug is closed :
https://bugs.freedesktop.org//show_bug.cgi?id=19168
It works fine in Squeeze.

Sorry for the late answer. 

Thomas

Le jeudi 01 avril 2010 à 23:50 -0400, Andres Cimmarusti a écrit :
> is this still a problem with the newer radeon driver from squeeze? If
> so, could you try getting the even newer one from sid (you'll need a
> newer kernel as well, either 2.6.32-10 from sid or 2.6.33-1 from
> experimental). For this you will need to enable Kernel modesetting.
> add radeon to /etc/modules and put options radeon modeset=1
> in /etc/modprobe.d/radeon-kms.conf (you'll probably need to create the
> file).
> 
> let us know
> 
> Andres




-- 
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/1297004348.12894.8.camel@banzai



Processed: reassign 611500 to compiz

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

> reassign 611500 compiz
Bug #611500 [gnome] general: Can't apply cursor theme changes
Bug reassigned from package 'gnome' to 'compiz'.
> thanks
Stopping processing here.

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



Bug#596594: new patch

2011-02-06 Thread Julien Cristau
On Sun, Feb  6, 2011 at 14:03:21 +0100, Robert Millan wrote:

> forcemerge 596595 596594
> thanks
> 
> Here's a new patch which doesn't add libdrm-dev to Build-Conflicts.
> 
> -- 
> Robert Millan

> diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control 
> xserver-xorg-video-vesa-2.3.0/debian/control
> --- xserver-xorg-video-vesa-2.3.0.old/debian/control  2011-02-06 
> 13:58:44.0 +0100
> +++ xserver-xorg-video-vesa-2.3.0/debian/control  2011-02-06 
> 14:00:50.0 +0100
> @@ -17,7 +17,7 @@
>   libtool,
>   xutils-dev (>= 1:7.5),
>   quilt,
> - libdrm-dev (>= 2.4.3) [!hurd-i386],
> + libdrm-dev (>= 2.4.3) [linux-any],

Won't be necessary anymore once we get
http://cgit.freedesktop.org/xorg/driver/xf86-video-vesa/commit/?id=b1f7f190f9d4f2ab63d3e9ade3e7e04bb4b1f89f

>   x11proto-xf86dri-dev,
>  Standards-Version: 3.8.4
>  Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa
> @@ -40,3 +40,12 @@
>   http://www.X.org>
>   .
>   This package is built from the X.org xf86-video-vesa driver module.
> +
> +Package: xserver-xorg-video-vesa-udeb
> +XC-Package-Type: udeb  
> +Section: debian-installer
> +Architecture: any

Why not restrict this to kfreebsd?

> +Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
> +Provides: ${xviddriver:Provides}
> +Description: X.Org X server -- vesa display driver
> + This is a udeb, or a microdeb, for the debian-installer.
> Només a xserver-xorg-video-vesa-2.3.0/debian: 
> xserver-xorg-video-vesa-udeb.install

Missing .install file.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#596588: ping

2011-02-06 Thread Robert Millan
2011/2/6 Cyril Brulebois :
> Robert Millan  (06/02/2011):
>> What's the situation?  Is there something wrong with the patches, or
>> is it just wrong timing for new udebs to go through NEW?
>
> Plenty of work already going on, and a single maintainer for all of X.
>
> Be patient.

Ok.

-- 
Robert Millan



--
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/AANLkTi=meCXKBqa00KeLTqw=yv7pobu8b0cdxx4yz...@mail.gmail.com



Bug#596588: ping

2011-02-06 Thread Cyril Brulebois
Robert Millan  (06/02/2011):
> What's the situation?  Is there something wrong with the patches, or
> is it just wrong timing for new udebs to go through NEW?

Plenty of work already going on, and a single maintainer for all of X.

Be patient.


signature.asc
Description: Digital signature


Bug#596588: ping

2011-02-06 Thread Robert Millan
2011/2/6 Cyril Brulebois :
> Robert Millan  (06/02/2011):
>> Ping
>
> For this one and for the other stupid contentless pings: be patient.

What's the situation?  Is there something wrong with the patches,
or is it just wrong timing for new udebs to go through NEW?

-- 
Robert Millan



-- 
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/AANLkTikbKA-7YiiFqokG50WBggFDXue00ToD=hsqs...@mail.gmail.com



Bug#596588: ping

2011-02-06 Thread Cyril Brulebois
Robert Millan  (06/02/2011):
> Ping

For this one and for the other stupid contentless pings: be patient.

kthxbye.


signature.asc
Description: Digital signature


Processed: new patch

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

> forcemerge 596595 596594
Bug#596595: please provide udeb for GNU/kFreeBSD
Bug#596594: links with libdrm unnecessarily (on GNU/kFreeBSD)
Forcibly Merged 596594 596595.

> thanks
Stopping processing here.

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



Bug#596594: new patch

2011-02-06 Thread Robert Millan
forcemerge 596595 596594
thanks

Here's a new patch which doesn't add libdrm-dev to Build-Conflicts.

-- 
Robert Millan
diff -ur xserver-xorg-video-vesa-2.3.0.old/debian/control xserver-xorg-video-vesa-2.3.0/debian/control
--- xserver-xorg-video-vesa-2.3.0.old/debian/control	2011-02-06 13:58:44.0 +0100
+++ xserver-xorg-video-vesa-2.3.0/debian/control	2011-02-06 14:00:50.0 +0100
@@ -17,7 +17,7 @@
  libtool,
  xutils-dev (>= 1:7.5),
  quilt,
- libdrm-dev (>= 2.4.3) [!hurd-i386],
+ libdrm-dev (>= 2.4.3) [linux-any],
  x11proto-xf86dri-dev,
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-vesa
@@ -40,3 +40,12 @@
  http://www.X.org>
  .
  This package is built from the X.org xf86-video-vesa driver module.
+
+Package: xserver-xorg-video-vesa-udeb
+XC-Package-Type: udeb  
+Section: debian-installer
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${xviddriver:Depends}
+Provides: ${xviddriver:Provides}
+Description: X.Org X server -- vesa display driver
+ This is a udeb, or a microdeb, for the debian-installer.
Només a xserver-xorg-video-vesa-2.3.0/debian: xserver-xorg-video-vesa-udeb.install


Bug#596588: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



-- 
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/aanlktimgu3yhmptnj1wjxdfmgtdsinca+uug4y+ot...@mail.gmail.com



Bug#596590: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



-- 
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/AANLkTinRJo9_Nfd2wdiBxU=tZNEj1P00Wq0-WFyuM=s...@mail.gmail.com



Bug#596586: ping

2011-02-06 Thread Robert Millan
Ping

-- 
Robert Millan



-- 
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/aanlktinkbpl+mjsbiu3ntrdat0gmbwdw5gwftzkay...@mail.gmail.com



Bug#528682: xserver-xorg-video-ati: ATI HD 3300 with squeeze freezes

2011-02-06 Thread Nigel Taylor
Package: xserver-xorg-video-ati
Version: 1:6.13.1-2+squeeze1
Severity: normal

The same hardware tried under OpenBSD v4.9 amd64 current. X-Windows is not a 
problem both with v6.12.2 
of the xf86-video-ati driver that's the version included in OpenBSD, and 
v6.13.99 xf86-video-ati driver a 
version I built to support HD 5450 for OpenBSD, note the ATI HD 5450 has issues 
with v6.13.2 requires later 
fixes. OpenBSD was run using a USB drive. Same hardware used under Windows XP 
has no problems either.

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jan 16  2007 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 12 03:50 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon HD 3300 Graphics

/var/lib/x11/xorg.conf.md5sum does not exist.

Kernel version (/proc/version):
Linux version 2.6.32-5-686 (Debian 2.6.32-30) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 04:01:41 UTC 2011

Xorg X server log files on system:
-rw-r--r-- 1 root root 33258 Feb  5 13:02 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
Current Operating System: Linux stoney.asterisk.me.uk 2.6.32-5-686 #1 SMP Wed 
Jan 12 04:01:41 UTC 2011 i686
Kernel command line: BOOT_IMAGE=/vmlinuz-2.6.32-5-686 
root=UUID=40a00fbb-bb47-45b7-a645-16dff5db8b95 ro rw ramdisk_size=10 
lang=en apm=power-off nomce vga=791 quiet
Build Date: 12 January 2011  03:44:48AM
xorg-server 2:1.7.7-11 (Cyril Brulebois ) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb  5 13:02:48 2011
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(==) No Layout section.  Using the first Screen section.
(==) No screen section available. Using defaults.
(**) |-->Screen "Default Screen Section" (0)
(**) |   |-->Monitor ""
(==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 7

(--) PCI:*(0:1:5:0) 1002:9614:1462:7550 ATI Technologies Inc Radeon HD 3300 
Graphics rev 0, Mem @ 0xd000/268435456, 0xfe7f/65536, 
0xfe60/1048576, I/O @ 0xc000/256
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension SELinux
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
Module class: X.Org Server Extension
ABI class: X.Org Server Extension, version 2.0
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.0.0
ABI class: X.Org Server Extension, version 2.0
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/exten

Fwd: Coordinating work around X.Org drivers

2011-02-06 Thread Cyril Brulebois
Hi folks,

sorry, I missed you in my first mail, since your packages don't match the
usual xf86-{input,video}-* / xserver-xorg-{input-video}-* namespace. You'll
find it attached.

According to an apt-file search on usr/lib/xorg/modules, I should have
mailed everyone by now.

KiBi.
--- Begin Message ---
Hi everyone,

I've looked into Maintainer/Uploaders of packages matching
xserver-xorg-* and xf86-*, and tried to gather everyone.

(I also added some Ubuntu folks, for good measure.)

While preparing the xorg-server 1.7 → 1.9 switch, the dependency
handling between the server and the drivers got changed. AFAICT we've
got decent dependencies now, meaning the drivers provide a feature
(xorg-driver-input or xorg-driver-video), with no ABI mentioned
there. They also depend on the server ABI they were built against.

Documentation is available online:
  http://pkg-xorg.alioth.debian.org/reference/dependencies.html

It includes: explanations of upstream- and Debian-side ABI handling;
dependencies between packages; debian/control and debian/rules
examples.

Let me quote the (upcoming) last part:
| ## Staying tuned
| 
| Staying informed of driver-related changes can be a bit difficult in
| the following cases:
| 
|  * If one maintains a single driver within the X Strike Force, one
|might not notice the few mails about drivers in the heavy mail flow
|on debian-x@.
| 
|  * If one maintains a driver outside the X Strike Force, one is
|probably not subscribed to the mailing list at all.
| 
| For those reasons, a mail alias is being set up to gather all
| maintainers interested in receiving driver-related mails.

If you're interested in being added to this alias, please let me know
in a private mail.

I posted a “Status of the drivers” mail to debian-x@ yesterday:
  http://lists.debian.org/debian-x/2011/02/msg00243.html

Basically, for the upcoming weeks/months:
 - 1.9 goes to sid.
 - 1.10 goes to experimental.

If you have stuff you'd like to see mentioned in the “Debian XSF News”
(which appears on Planet Debian), please let me know. Along with other
X-related stuff, news appear on:
  http://blog.ikibiki.org/tags/xorg/

Thanks for your attention.

KiBi.


signature.asc
Description: Digital signature
--- End Message ---


signature.asc
Description: Digital signature


Re: xserver-xorg-input-acecad_1.4.0-4_amd64.changes REJECTED

2011-02-06 Thread Cyril Brulebois
Hi.

Debian FTP Masters  (06/02/2011):
> Reject Reasons:
> xserver-xorg-input-acecad source: lintian output: 'missing-build-dependency 
> quilt (>= 0.46-7~)', automatically rejected package.

It is not needed. Now even stable has newer than that. I opened
#612137 against lintian accordingly.

Adding it would just mean additional work and funky versioned
build-deps for no reasons.

> xserver-xorg-input-acecad source: If you have a good reason, you may override 
> this lintian tag.

That would also clutter the source packages for no reasons, and mean
additional work.


Please stop rejecting packages for no good reasons. Applying the
attached diff should fix the issue for quilt.

KiBi.
From e19a779b1821afaacaa53118f7360de17f6458e8 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois 
Date: Sun, 6 Feb 2011 11:29:21 +0100
Subject: [PATCH] Stop emitting errors for quilt versioned build-dep.

Stable has a sufficient version of quilt.
---
 checks/rules |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/checks/rules b/checks/rules
index 358db41..9f9e43a 100644
--- a/checks/rules
+++ b/checks/rules
@@ -78,8 +78,6 @@ my @RULE_CLEAN_DEPENDS =
  [ "po-debconf" => qr'^\t\s*debconf-updatepo\s' ],
  [ $PYTHON_DEPEND => qr'^\t\s*python\s', 'missing-python-build-dependency' ],
  [ $PYTHON_DEPEND => qr'\ssetup\.py\b', 'missing-python-build-dependency' ],
- [ 'quilt (>= 0.46-7~)' => qr'^\t\s*dh_quilt_.+' ],
- [ 'quilt (>= 0.46-7~)' => qr'^\t\s*dh\s.*--with\s+(?:\S+,)*quilt' ],
  [ quilt => qr'^\t\s*(\S+=\S+\s+)*quilt\s' ],
  [ yada => qr'^\t\s*yada\s' ],
 );
-- 
1.7.2.3



signature.asc
Description: Digital signature


Help needed for mesa

2011-02-06 Thread Cyril Brulebois
Hi folks,

xorg-server 1.9 build-depends on mesa with a version higher than the
one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
for now. I'm not sure when I'll have time to work on fixing those
FTBFS, so I'd appreciate if somebody could have a look. You can send
patches to debian-x@ or to the BTS.

Thanks already!

KiBi.


signature.asc
Description: Digital signature


xserver-xorg-video-voodoo_1.2.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-voodoo source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-voodoo source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bw-0006bg...@franck.debian.org



xserver-xorg-video-vmware_11.0.3-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-vmware source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-vmware source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bt-00069b...@franck.debian.org



xserver-xorg-video-vesa_2.3.0-5_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-vesa source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-vesa source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bp-00066e...@franck.debian.org



xserver-xorg-video-tseng_1.2.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-tseng source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-tseng source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bm-00063n...@franck.debian.org



xserver-xorg-video-trident_1.3.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-trident source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-trident source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bj-00060a...@franck.debian.org



xserver-xorg-video-tga_1.2.1-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-tga source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-tga source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bg-0005wf...@franck.debian.org



xserver-xorg-video-tdfx_1.4.3-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-tdfx source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-tdfx source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1bd-0005tl...@franck.debian.org



xserver-xorg-video-sisusb_0.9.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-sisusb source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-sisusb source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ba-0005qr...@franck.debian.org



xserver-xorg-video-sis_0.10.3-3_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-sis source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-sis source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1b6-0005ny...@franck.debian.org



xserver-xorg-video-siliconmotion_1.7.4-3_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-siliconmotion source: lintian output: 
'missing-build-dependency quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-siliconmotion source: If you have a good reason, you may 
override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1b3-0005lr...@franck.debian.org



xserver-xorg-video-savage_2.3.2-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-savage source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-savage source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1b0-0005jn...@franck.debian.org



xserver-xorg-video-s3virge_1.10.4-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-s3virge source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-s3virge source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1aw-0005h3...@franck.debian.org



xserver-xorg-video-s3_0.6.3-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-s3 source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-s3 source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1at-0005ez...@franck.debian.org



xserver-xorg-video-rendition_4.2.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-rendition source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-rendition source: If you have a good reason, you may 
override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1aq-0005cu...@franck.debian.org



xserver-xorg-video-r128_6.8.1-5_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-r128 source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-r128 source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1an-0005aq...@franck.debian.org



xserver-xorg-video-openchrome_0.2.904+svn891-1_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-openchrome source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-openchrome source: If you have a good reason, you may 
override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1aj-0005xm...@franck.debian.org



xserver-xorg-video-nouveau_0.0.16+git20101210+8bb8231-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-nouveau source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-nouveau source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1af-0005uw...@franck.debian.org



xserver-xorg-video-neomagic_1.2.5-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-neomagic source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-neomagic source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ab-0005rs...@franck.debian.org



xserver-xorg-video-mga_1.4.13.dfsg-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-mga source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-mga source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ay-0005po...@franck.debian.org



xserver-xorg-video-mach64_6.8.2-5_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-mach64 source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-mach64 source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1av-0005ng...@franck.debian.org



xserver-xorg-video-ivtvdev_1.1.2-1_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-ivtvdev source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-ivtvdev source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ar-0005kc...@franck.debian.org



xserver-xorg-video-intel_2.14.0-3_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-intel source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-intel source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1an-0005h6...@franck.debian.org



xserver-xorg-video-i740_1.3.2-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-i740 source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-i740 source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1aj-0005dk...@franck.debian.org



xserver-xorg-video-i128_1.3.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-i128 source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-i128 source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ag-0005be...@franck.debian.org



xserver-xorg-video-glint_1.2.5-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-glint source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-glint source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1ad-000598...@franck.debian.org



xserver-xorg-video-glide_1.1.0-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-glide source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-glide source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1a9-000574...@franck.debian.org



xserver-xorg-video-fbdev_0.4.2-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-fbdev source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-fbdev source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1a6-00054z...@franck.debian.org



xserver-xorg-video-dummy_0.3.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-dummy source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-dummy source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm1a2-000521...@franck.debian.org



xserver-xorg-video-cirrus_1.3.2-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-cirrus source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-cirrus source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19z-0004zu...@franck.debian.org



xserver-xorg-video-chips_1.2.3-3_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-chips source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-chips source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19w-0004xu...@franck.debian.org



xserver-xorg-video-ati_6.13.2-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-ati source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-ati source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19t-0004vp...@franck.debian.org



xserver-xorg-video-ark_0.7.3-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-ark source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-ark source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19n-0004pl...@franck.debian.org



xserver-xorg-video-apm_1.2.3-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-video-apm source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-video-apm source: If you have a good reason, you may override this 
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19j-0004ng...@franck.debian.org



xserver-xorg-input-void_1.3.1-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-void source: lintian output: 'missing-build-dependency quilt 
(>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-void source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19g-0004lc...@franck.debian.org



xserver-xorg-input-vmmouse_12.6.99.901-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-vmmouse source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-vmmouse source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19d-0004j8...@franck.debian.org



xserver-xorg-input-synaptics_1.3.0-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-synaptics source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-synaptics source: If you have a good reason, you may 
override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19a-0004gs...@franck.debian.org



xserver-xorg-input-penmount_1.4.1-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-penmount source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-penmount source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19w-0004dz...@franck.debian.org



xserver-xorg-input-mutouch_1.2.1-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-mutouch source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-mutouch source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19t-0004bv...@franck.debian.org



xserver-xorg-input-mouse_1.6.0-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-mouse source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-mouse source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19q-0004zn...@franck.debian.org



xserver-xorg-input-keyboard_1.5.0-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-keyboard source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-keyboard source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19n-0004xj...@franck.debian.org



xserver-xorg-input-joystick_1.5.0-7_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-joystick source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-joystick source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19k-0004vb...@franck.debian.org



xserver-xorg-input-evdev_2.6.0-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-evdev source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-evdev source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19g-0004sk...@franck.debian.org



xserver-xorg-input-elographics_1.2.4-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-elographics source: lintian output: 
'missing-build-dependency quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-elographics source: If you have a good reason, you may 
override this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm19c-0004ou...@franck.debian.org



xserver-xorg-input-aiptek_1.3.1-2_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-aiptek source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-aiptek source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm199-0004mq...@franck.debian.org



xserver-xorg-input-acecad_1.4.0-4_amd64.changes REJECTED

2011-02-06 Thread Debian FTP Masters



Reject Reasons:
xserver-xorg-input-acecad source: lintian output: 'missing-build-dependency 
quilt (>= 0.46-7~)', automatically rejected package.
xserver-xorg-input-acecad source: If you have a good reason, you may override 
this lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
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/e1pm196-0004kj...@franck.debian.org



xorg-server_1.9.4-1_amd64.changes ACCEPTED into unstable

2011-02-06 Thread Debian FTP Masters



Accepted:
xdmx-tools_1.9.4-1_amd64.deb
  to main/x/xorg-server/xdmx-tools_1.9.4-1_amd64.deb
xdmx_1.9.4-1_amd64.deb
  to main/x/xorg-server/xdmx_1.9.4-1_amd64.deb
xnest_1.9.4-1_amd64.deb
  to main/x/xorg-server/xnest_1.9.4-1_amd64.deb
xorg-server_1.9.4-1.diff.gz
  to main/x/xorg-server/xorg-server_1.9.4-1.diff.gz
xorg-server_1.9.4-1.dsc
  to main/x/xorg-server/xorg-server_1.9.4-1.dsc
xorg-server_1.9.4.orig.tar.gz
  to main/x/xorg-server/xorg-server_1.9.4.orig.tar.gz
xserver-common_1.9.4-1_all.deb
  to main/x/xorg-server/xserver-common_1.9.4-1_all.deb
xserver-xephyr_1.9.4-1_amd64.deb
  to main/x/xorg-server/xserver-xephyr_1.9.4-1_amd64.deb
xserver-xfbdev_1.9.4-1_amd64.deb
  to main/x/xorg-server/xserver-xfbdev_1.9.4-1_amd64.deb
xserver-xorg-core-dbg_1.9.4-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core-dbg_1.9.4-1_amd64.deb
xserver-xorg-core-udeb_1.9.4-1_amd64.udeb
  to main/x/xorg-server/xserver-xorg-core-udeb_1.9.4-1_amd64.udeb
xserver-xorg-core_1.9.4-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-core_1.9.4-1_amd64.deb
xserver-xorg-dev_1.9.4-1_amd64.deb
  to main/x/xorg-server/xserver-xorg-dev_1.9.4-1_amd64.deb
xvfb_1.9.4-1_amd64.deb
  to main/x/xorg-server/xvfb_1.9.4-1_amd64.deb


Override entries for your package:
xdmx-tools_1.9.4-1_amd64.deb - optional x11
xdmx_1.9.4-1_amd64.deb - optional x11
xnest_1.9.4-1_amd64.deb - optional x11
xorg-server_1.9.4-1.dsc - source x11
xserver-common_1.9.4-1_all.deb - optional x11
xserver-xephyr_1.9.4-1_amd64.deb - optional x11
xserver-xfbdev_1.9.4-1_amd64.deb - optional x11
xserver-xorg-core-dbg_1.9.4-1_amd64.deb - extra debug
xserver-xorg-core-udeb_1.9.4-1_amd64.udeb - optional debian-installer
xserver-xorg-core_1.9.4-1_amd64.deb - optional x11
xserver-xorg-dev_1.9.4-1_amd64.deb - optional x11
xvfb_1.9.4-1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 585697 590715 605764 


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/e1pm18r-0004er...@franck.debian.org



xorg_7.6+1_amd64.changes ACCEPTED into unstable

2011-02-06 Thread Debian FTP Masters



Accepted:
x11-common_7.6+1_all.deb
  to main/x/xorg/x11-common_7.6+1_all.deb
xbase-clients_7.6+1_all.deb
  to main/x/xorg/xbase-clients_7.6+1_all.deb
xorg-dev_7.6+1_all.deb
  to main/x/xorg/xorg-dev_7.6+1_all.deb
xorg_7.6+1.dsc
  to main/x/xorg/xorg_7.6+1.dsc
xorg_7.6+1.tar.gz
  to main/x/xorg/xorg_7.6+1.tar.gz
xorg_7.6+1_amd64.deb
  to main/x/xorg/xorg_7.6+1_amd64.deb
xserver-xorg-input-all_7.6+1_amd64.deb
  to main/x/xorg/xserver-xorg-input-all_7.6+1_amd64.deb
xserver-xorg-video-all_7.6+1_amd64.deb
  to main/x/xorg/xserver-xorg-video-all_7.6+1_amd64.deb
xserver-xorg_7.6+1_amd64.deb
  to main/x/xorg/xserver-xorg_7.6+1_amd64.deb
xutils_7.6+1_all.deb
  to main/x/xorg/xutils_7.6+1_all.deb


Override entries for your package:
x11-common_7.6+1_all.deb - optional x11
xbase-clients_7.6+1_all.deb - optional x11
xorg-dev_7.6+1_all.deb - optional x11
xorg_7.6+1.dsc - source x11
xorg_7.6+1_amd64.deb - optional x11
xserver-xorg-input-all_7.6+1_amd64.deb - optional x11
xserver-xorg-video-all_7.6+1_amd64.deb - optional x11
xserver-xorg_7.6+1_amd64.deb - optional x11
xutils_7.6+1_all.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 611271 


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/e1pm18u-0003q1...@franck.debian.org



  1   2   >