mesa: Changes to 'debian-experimental'
debian/changelog |2 ++ debian/rules | 19 ++- 2 files changed, 16 insertions(+), 5 deletions(-) New commits: commit 430ecac2aa9e7d81791040ba1849f706826839bb Author: Timo Aaltonen Date: Thu Feb 2 10:35:36 2012 +0200 Build llvmpipe swrast only on non-hurd x86, traditional for the rest. diff --git a/debian/changelog b/debian/changelog index b84924f..fe6e144 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ mesa (8.0~rc2-1) UNRELEASED; urgency=low * libegl-mesa.symbols, libgles2-mesa.symbols: Add new symbols. * rules: Drop obsolete configure options. * Enable vmwgfx gallium driver & xatracker. (Closes: #652501). + * Build llvmpipe swrast only on non-hurd x86, traditional for the +rest. [ Robert Hooker ] * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and diff --git a/debian/rules b/debian/rules index c097b9c..2df88ec 100755 --- a/debian/rules +++ b/debian/rules @@ -63,16 +63,17 @@ confflags-common = \ CFLAGS="$(CFLAGS)" \ CXXFLAGS="$(CXXFLAGS)" -DRI_DRIVERS = swrast +DRI_DRIVERS = +GALLIUM_DRIVERS = # hurd doesn't do direct rendering ifeq ($(DEB_HOST_ARCH_OS), hurd) confflags_DIRECT_RENDERING = --disable-driglx-direct confflags_EGL = --disable-egl confflags_GALLIUM = --with-gallium-drivers= + DRI_DRIVERS += swrast else EGL_DISPLAYS = x11 - GALLIUM_DRIVERS = swrast ifeq ($(DEB_HOST_ARCH_OS), linux) # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux @@ -87,9 +88,12 @@ else ifneq ($(DEB_HOST_ARCH), s390) DRI_DRIVERS += r200 radeon endif - ifeq ($(DEB_HOST_ARCH_CPU), i386) - DRI_DRIVERS += i915 i965 - else ifeq ($(DEB_HOST_ARCH_CPU), amd64) + +# Build the llvmpipe driver only on amd64, i386 until it's tested elsewhere + ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386)) + DRI_DRIVERS += swrast + else + GALLIUM_DRIVERS += swrast DRI_DRIVERS += i915 i965 endif @@ -297,6 +301,11 @@ endif ifneq (,$(filter r300,$(GALLIUM_DRIVERS))) dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri endif +# If the llvmpipe driver was built, copy it to the package dir +ifneq (,$(filter swrast,$(GALLIUM_DRIVERS))) + dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/swrast_dri.so \ + usr/lib/${DEB_HOST_MULTIARCH}/dri +endif dh_installman -s dh_lintian -s dh_link -s -- 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/e1rssfn-lh...@vasks.debian.org
xserver-xorg-video-qxl: Changes to 'refs/tags/xserver-xorg-video-qxl-0.0.16-2'
Tag 'xserver-xorg-video-qxl-0.0.16-2' created by Cyril Brulebois at 2012-02-02 10:32 + Tagging upload of xserver-xorg-video-qxl 0.0.16-2 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk8qZjAACgkQeGfVPHR5Nd0DoACeNzuijh6kN/RO++VZgjxSgdd2 hN0AnRjhQDr8VV7jaImN771WKSBp189b =FEXu -END PGP SIGNATURE- Changes since xserver-xorg-video-qxl-0.0.16-1: Liang Guo (2): Fix bug 655318 Refresh debian/control --- debian/changelog|8 debian/control | 12 ++ debian/patches/series |1 debian/patches/translate-the-access-region.diff | 48 debian/rules|4 ++ 5 files changed, 73 insertions(+) --- -- 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/e1rstye-0008t7...@vasks.debian.org
mesa: Changes to 'debian-experimental'
debian/changelog|4 debian/libgl1-mesa-dri.install.linux.in |2 +- debian/rules| 10 ++ 3 files changed, 7 insertions(+), 9 deletions(-) New commits: commit d35fc9e2d8d1a73fc519537a4702b2e6a9742924 Author: Timo Aaltonen Date: Thu Feb 2 12:08:14 2012 +0200 rules: Handle installing r300_dri.so like other gallium drivers diff --git a/debian/changelog b/debian/changelog index 7e2f2a2..bab3925 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ mesa (8.0~rc2-1) UNRELEASED; urgency=low rest. * rules: No need to copy nouveau_vieux to the gallium dir, it's installed in libgl1-mesa-dri now. + * rules: Handle installing r300_dri.so like other gallium drivers, +in libgl1-mesa-dri.install.linux.in. [ Robert Hooker ] * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in index 807486f..ee1acd8 100644 --- a/debian/libgl1-mesa-dri.install.linux.in +++ b/debian/libgl1-mesa-dri.install.linux.in @@ -2,6 +2,7 @@ build/dri/${DEB_HOST_MULTIARCH}/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri # This part is Linux-specific: +build/dri/${DEB_HOST_MULTIARCH}/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/vmwgfx_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri diff --git a/debian/rules b/debian/rules index c5d56ff..952d726 100755 --- a/debian/rules +++ b/debian/rules @@ -293,14 +293,13 @@ binary-arch: install rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so dh_install -s --fail-missing -ifneq (,$(filter r300,$(GALLIUM_DRIVERS))) - dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri -endif + # If the llvmpipe driver was built, copy it to the package dir ifneq (,$(filter swrast,$(GALLIUM_DRIVERS))) dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/swrast_dri.so \ usr/lib/${DEB_HOST_MULTIARCH}/dri endif + dh_installman -s dh_lintian -s dh_link -s commit 989e935f2db156996d9d42a4b0043d83e3c2cd66 Author: Timo Aaltonen Date: Thu Feb 2 11:09:36 2012 +0200 rules: No need to copy nouveau_vieux to the gallium dir, it's installed in libgl1-mesa-dri now. diff --git a/debian/changelog b/debian/changelog index fe6e144..7e2f2a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ mesa (8.0~rc2-1) UNRELEASED; urgency=low * Enable vmwgfx gallium driver & xatracker. (Closes: #652501). * Build llvmpipe swrast only on non-hurd x86, traditional for the rest. + * rules: No need to copy nouveau_vieux to the gallium dir, it's +installed in libgl1-mesa-dri now. [ Robert Hooker ] * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in index 4dfc182..807486f 100644 --- a/debian/libgl1-mesa-dri.install.linux.in +++ b/debian/libgl1-mesa-dri.install.linux.in @@ -4,5 +4,4 @@ build/dri/${DEB_HOST_MULTIARCH}/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri # This part is Linux-specific: build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri -build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_vieux_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/vmwgfx_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri diff --git a/debian/rules b/debian/rules index 2df88ec..c5d56ff 100755 --- a/debian/rules +++ b/debian/rules @@ -284,11 +284,6 @@ binary-arch: install # install the right files manually. rm -r debian/tmp/dri/usr/lib/$(DEB_HOST_MULTIARCH)/dri - # Move nouveau_vieux alongside nouveau to install in dri-experimental package -ifneq (,$(filter nouveau,$(DRI_DRIVERS))) - mv build/dri/$(DEB_HOST_MULTIARCH)/nouveau_vieux_dri.so build/dri/$(DEB_HOST_MULTIARCH)/gallium/ -endif - # Also get rid of other files which aren't installed. Do not # use -f to ensure we notice disappearing files: set -e; for file in $(NOT_INSTALLED); do rm debian/tmp/$$file; done -- 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/e1rstr8-0007rr...@vasks.debian.org
Processing of xserver-xorg-video-qxl_0.0.16-2_amd64.changes
xserver-xorg-video-qxl_0.0.16-2_amd64.changes uploaded successfully to localhost along with the files: xserver-xorg-video-qxl_0.0.16-2.dsc xserver-xorg-video-qxl_0.0.16-2.debian.tar.gz xserver-xorg-video-qxl_0.0.16-2_amd64.deb xserver-xorg-video-qxl-dbg_0.0.16-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/e1rsu5p-0008cp...@franck.debian.org
xserver-xorg-video-qxl_0.0.16-2_amd64.changes is NEW
(new) xserver-xorg-video-qxl-dbg_0.0.16-2_amd64.deb extra debug X.Org X server -- QXL display drive (debugging symbols)r This package provides the driver for QXL video device, i.e. if Linux is running inside a RedHat Enterprise Virtualization (RHEV) environment, or other SPICE-compatible KVM/Qemu emulator. . This package contains the debugging symbols for this driver xserver-xorg-video-qxl_0.0.16-2.debian.tar.gz to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2.debian.tar.gz xserver-xorg-video-qxl_0.0.16-2.dsc to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2.dsc xserver-xorg-video-qxl_0.0.16-2_amd64.deb to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2_amd64.deb Changes: xserver-xorg-video-qxl (0.0.16-2) unstable; urgency=low . [Serge Hallyn] * Add translate-the-access-region.patch(Closes: #655318) * Add debug package Override entries for your package: xserver-xorg-video-qxl_0.0.16-2.dsc - source x11 xserver-xorg-video-qxl_0.0.16-2_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 655318 Your package contains new components which requires manual editing of the override file. It is ok otherwise, so please be patient. New packages are usually added to the override file about once a week. You may have gotten the distribution wrong. You'll get warnings above if files already exist in other distributions. -- 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/e1rsucl-ia...@franck.debian.org
Re: libaudit update
On Thu, 2 Feb 2012, Julien Cristau wrote: > > The packages in deferred don't seem to be versioned appropriately for a > > NMU? > > > > > > So the NMU was not just badly versioned, it was also completely broken, > with a SONAME bump without package name change, breaking all of the > reverse dependencies. Including making X not start. audit has thus > been reverted to the previous 1.7.18 version. Sorry for the crap version. I had uploaded a newer version which fixed that (and which has been tested with a system reboot and starting X). I had thought that the newer version would have stopped the progression of the bad version much like a newer upload to unstable stops progression to testing. What should I do next? -- My Main Blog http://etbe.coker.com.au/ My Documents Bloghttp://doc.coker.com.au/ -- 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/201202022235.41843.russ...@coker.com.au
xkb-data: Changes to 'upstream-unstable'
NEWS |1 configure.in |2 po/ca.po | 1336 ++ po/eo.po | 74 - po/fr.po | 1377 ++- po/ko.po | 1301 + po/nl.po | 1587 +-- po/sv.po | 2962 --- symbols/am |2 9 files changed, 4693 insertions(+), 3949 deletions(-) New commits: commit 5d56941b7da36c181693cb5a57f2e41497b641c3 Author: Sergey V. Udaltsov Date: Tue Jan 31 22:39:55 2012 + preparing 2.5.1 diff --git a/NEWS b/NEWS index 4522d22..736a5da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +2.5.1 Updated translations (supposed to be 2.5) 2.5Critical security bug fixed: Grabs and screensavers 15 bugs fixed, a number of translations updated 2.4.1 Critical bug fixed: many Ctl+Alt combinations broken diff --git a/configure.in b/configure.in index 52deb44..4229f3f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.5) +AC_INIT(xkeyboard-config, 2.5.1) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit 29cad6c02271fe1b43f310f95f4cda713191dbcf Author: Sergey V. Udaltsov Date: Tue Jan 31 22:39:40 2012 + prerelease translation update diff --git a/po/ca.po b/po/ca.po index b1e64c7..250d03c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,13 +2,13 @@ # Copyright © 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # -# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011. +# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.3.99\n" +"Project-Id-Version: xkeyboard-config-2.4.99\n" "Report-Msgid-Bugs-To: s...@users.sourceforge.net\n" -"POT-Creation-Date: 2011-09-15 21:25+0100\n" -"PO-Revision-Date: 2011-09-17 20:45+0200\n" +"POT-Creation-Date: 2012-01-17 20:46+\n" +"PO-Revision-Date: 2012-01-20 19:53+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -23,376 +23,376 @@ msgid "" msgstr " " #: ../rules/base.xml.in.h:2 -msgid " (chooses 3rd level, latches when pressed together with another 3rd-level-chooser)" -msgstr " (selecciona el nivell 3r, bloqueja en prémer conjuntament amb un altre selector de nivell 3r)" +msgid " chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr " selecciona el nivell 3r, bloqueja un cop en prémer conjuntament amb un altre selector de nivell 3r" #: ../rules/base.xml.in.h:3 -msgid " chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock" -msgstr " selecciona el nivell 5è i activa el bloqueig del nivell 5è en prémer conjuntament amb un altre selector de nivell 5è, una pulsació allibera el bloqueig" - -#: ../rules/base.xml.in.h:4 msgid " chooses 5th level, locks when pressed together with another 5th-level-chooser" msgstr " selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è" -#: ../rules/base.xml.in.h:5 -msgid " chooses 5th level, locks when pressed together with another 5th-level-chooser, one press releases the lock" -msgstr " selecciona el nivell 5è, bloqueja en prémer conjuntament amb un altre selector de nivell 5è, una pulsació allibera el bloqueig" - -#: ../rules/base.xml.in.h:6 +#: ../rules/base.xml.in.h:4 msgid "A4Tech KB-21" msgstr "A4Tech KB-21" -#: ../rules/base.xml.in.h:7 +#: ../rules/base.xml.in.h:5 msgid "A4Tech KBS-8" msgstr "A4Tech KBS-8" -#: ../rules/base.xml.in.h:8 +#: ../rules/base.xml.in.h:6 msgid "A4Tech Wireless Desktop RFKB-23" msgstr "A4Tech Wireless Desktop RFKB-23" -#: ../rules/base.xml.in.h:9 +#: ../rules/base.xml.in.h:7 msgid "ATM/phone-style" msgstr "Estil ATM/telèfon" -#: ../rules/base.xml.in.h:10 +#: ../rules/base.xml.in.h:8 msgid "Acer AirKey V" msgstr "Acer AirKey V" -#: ../rules/base.xml.in.h:11 +#: ../rules/base.xml.in.h:9 msgid "Acer C300" msgstr "Acer C300" -#: ../rules/base.xml.in.h:12 +#: ../rules/base.xml.in.h:10 msgid "Acer Ferrari 4000" msgstr "Acer Ferrari 4000" -#: ../rules/base.xml.in.h:13 +#: ../rules/base.xml.in.h:11 msgid "Acer Laptop" msgstr "Portàtil Acer" -#: ../rules/base.xml.in.h:14 +#: ../rules/base.xml.in.h:12 msgid "Add the standard behavior to Menu key" msgstr "Afegeix el comportament estàndard a la tecla Menú" -#: ../rules/base.xml.in.h:15 +#: ../rules/base.xml.in.h:13 msgid "Adding Esperanto circumflexes (supersigno)" msgstr "S'afegeix el circumflex de l'esperanto (supersigno)" -#: ../rules/base.xml.in.h:16 +#: ../rules/base.xml.in.h:14 msgid "Adding curren
xkb-data: Changes to 'refs/tags/xkeyboard-config-2.5.1-1'
Tag 'xkeyboard-config-2.5.1-1' created by Cyril Brulebois at 2012-02-02 11:37 + Tagging upload of xkeyboard-config 2.5.1-1 to unstable. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAk8qdW4ACgkQeGfVPHR5Nd3EDwCcD1UxOHUYDdwOVgS4eOVEzA7g 7NIAn3NNSZgbP1UeDFhvE59QI0ph6Q0+ =a4Ew -END PGP SIGNATURE- Changes since xkeyboard-config-2.5-1: Cyril Brulebois (3): Merge branch 'upstream-unstable' into debian-unstable Bump changelogs. Upload to unstable. Sergey V. Udaltsov (3): Fixed Armenian hyphen prerelease translation update preparing 2.5.1 --- ChangeLog| 20 NEWS |1 configure.in |2 debian/changelog |8 po/ca.po | 1336 +--- po/eo.po | 74 - po/fr.po | 1377 + po/ko.po | 1301 po/nl.po | 1587 +++-- po/sv.po | 2962 ++- symbols/am |2 11 files changed, 4721 insertions(+), 3949 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/e1rsuyz-0006dz...@vasks.debian.org
xkb-data: Changes to 'debian-unstable'
ChangeLog| 20 NEWS |1 configure.in |2 debian/changelog |8 po/ca.po | 1336 +--- po/eo.po | 74 - po/fr.po | 1377 + po/ko.po | 1301 po/nl.po | 1587 +++-- po/sv.po | 2962 ++- symbols/am |2 11 files changed, 4721 insertions(+), 3949 deletions(-) New commits: commit 050b766caf4d5913e0aeb86537353d7f7c6f202d Author: Cyril Brulebois Date: Thu Feb 2 12:32:36 2012 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 7acd97d..ee89a6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -xkeyboard-config (2.5.1-1) UNRELEASED; urgency=low +xkeyboard-config (2.5.1-1) unstable; urgency=low * New upstream release: - Update translations, the previous release was rushed a bit for the security fix. - -- Cyril Brulebois Thu, 02 Feb 2012 12:31:14 +0100 + -- Cyril Brulebois Thu, 02 Feb 2012 12:32:30 +0100 xkeyboard-config (2.5-1) unstable; urgency=low commit a0dd2a11990c0c77f184d9b673fe83680ff6a9ce Author: Cyril Brulebois Date: Thu Feb 2 12:32:27 2012 +0100 Bump changelogs. diff --git a/ChangeLog b/ChangeLog index 4b9c196..869ddec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +commit 5d56941b7da36c181693cb5a57f2e41497b641c3 +Author: Sergey V. Udaltsov +Date: Tue Jan 31 22:39:55 2012 + + +preparing 2.5.1 + +commit 29cad6c02271fe1b43f310f95f4cda713191dbcf +Author: Sergey V. Udaltsov +Date: Tue Jan 31 22:39:40 2012 + + +prerelease translation update + +commit a7e3baab0653b435e0b611ca25d6cfc83bdc2b0e +Author: Sergey V. Udaltsov +Date: Sat Jan 21 09:03:27 2012 + + +Fixed Armenian hyphen + +https://bugs.freedesktop.org/show_bug.cgi?id=45012 + commit f2426383a22ac3ee7bc4a03c51edba0345871664 Author: Sergey V. Udaltsov Date: Thu Jan 19 23:30:35 2012 + diff --git a/debian/changelog b/debian/changelog index 43e4267..7acd97d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xkeyboard-config (2.5.1-1) UNRELEASED; urgency=low + + * New upstream release: +- Update translations, the previous release was rushed a bit for + the security fix. + + -- Cyril Brulebois Thu, 02 Feb 2012 12:31:14 +0100 + xkeyboard-config (2.5-1) unstable; urgency=low * New upstream release, including: commit 5d56941b7da36c181693cb5a57f2e41497b641c3 Author: Sergey V. Udaltsov Date: Tue Jan 31 22:39:55 2012 + preparing 2.5.1 diff --git a/NEWS b/NEWS index 4522d22..736a5da 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +2.5.1 Updated translations (supposed to be 2.5) 2.5Critical security bug fixed: Grabs and screensavers 15 bugs fixed, a number of translations updated 2.4.1 Critical bug fixed: many Ctl+Alt combinations broken diff --git a/configure.in b/configure.in index 52deb44..4229f3f 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(xkeyboard-config, 2.5) +AC_INIT(xkeyboard-config, 2.5.1) AC_CONFIG_SRCDIR(rules/base.xml.in) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE commit 29cad6c02271fe1b43f310f95f4cda713191dbcf Author: Sergey V. Udaltsov Date: Tue Jan 31 22:39:40 2012 + prerelease translation update diff --git a/po/ca.po b/po/ca.po index b1e64c7..250d03c 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,13 +2,13 @@ # Copyright © 2007 Free Software Foundation, Inc. # This file is distributed under the same license as the xkeyboard-config package. # -# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011. +# Josep Ma. Ferrer , 2007, 2008, 2009, 2010, 2011, 2012. msgid "" msgstr "" -"Project-Id-Version: xkeyboard-config-2.3.99\n" +"Project-Id-Version: xkeyboard-config-2.4.99\n" "Report-Msgid-Bugs-To: s...@users.sourceforge.net\n" -"POT-Creation-Date: 2011-09-15 21:25+0100\n" -"PO-Revision-Date: 2011-09-17 20:45+0200\n" +"POT-Creation-Date: 2012-01-17 20:46+\n" +"PO-Revision-Date: 2012-01-20 19:53+0100\n" "Last-Translator: Josep Ma. Ferrer \n" "Language-Team: Catalan \n" "Language: ca\n" @@ -23,376 +23,376 @@ msgid "" msgstr " " #: ../rules/base.xml.in.h:2 -msgid " (chooses 3rd level, latches when pressed together with another 3rd-level-chooser)" -msgstr " (selecciona el nivell 3r, bloqueja en prémer conjuntament amb un altre selector de nivell 3r)" +msgid " chooses 3rd level, acts as onetime lock when pressed together with another 3rd-level-chooser" +msgstr " selecciona el nivell 3r, bloqueja un cop en prémer conjuntament amb un altre selector de nivell 3r" #: ../rules/base.xml.in.h:3 -msgid " chooses 5th level and activates level5-Lock when pressed together with another 5th-level-chooser, one press releases the lock"
Processing of xkeyboard-config_2.5.1-1_amd64.changes
xkeyboard-config_2.5.1-1_amd64.changes uploaded successfully to localhost along with the files: xkeyboard-config_2.5.1-1.dsc xkeyboard-config_2.5.1.orig.tar.gz xkeyboard-config_2.5.1-1.diff.gz xkb-data_2.5.1-1_all.deb xkb-data-udeb_2.5.1-1_all.udeb 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/e1rsv1z-0007cx...@franck.debian.org
mesa: Changes to 'ubuntu'
debian/changelog| 13 + debian/libgl1-mesa-dri.install.linux.in |2 +- debian/rules| 28 +++- 3 files changed, 29 insertions(+), 14 deletions(-) New commits: commit 9cf1bba1d91758e8e7b3d3145004ab8ec1c5ddde Author: Timo Aaltonen Date: Thu Feb 2 13:09:31 2012 +0200 release to precise diff --git a/debian/changelog b/debian/changelog index 35c170d..d07fcfa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (8.0~rc2-0ubuntu3) precise; urgency=low + + * Merge from debian-experimental git. +- Install the llvmpipe swrast driver. + + -- Timo Aaltonen Thu, 02 Feb 2012 12:38:06 +0200 + mesa (8.0~rc2-0ubuntu2) precise; urgency=low * Add Pre-Depends: dpkg (>= 1.15.6~) to all -dbg packages. commit d35fc9e2d8d1a73fc519537a4702b2e6a9742924 Author: Timo Aaltonen Date: Thu Feb 2 12:08:14 2012 +0200 rules: Handle installing r300_dri.so like other gallium drivers diff --git a/debian/changelog b/debian/changelog index 7e2f2a2..bab3925 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ mesa (8.0~rc2-1) UNRELEASED; urgency=low rest. * rules: No need to copy nouveau_vieux to the gallium dir, it's installed in libgl1-mesa-dri now. + * rules: Handle installing r300_dri.so like other gallium drivers, +in libgl1-mesa-dri.install.linux.in. [ Robert Hooker ] * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in index 807486f..ee1acd8 100644 --- a/debian/libgl1-mesa-dri.install.linux.in +++ b/debian/libgl1-mesa-dri.install.linux.in @@ -2,6 +2,7 @@ build/dri/${DEB_HOST_MULTIARCH}/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri # This part is Linux-specific: +build/dri/${DEB_HOST_MULTIARCH}/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/vmwgfx_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri diff --git a/debian/rules b/debian/rules index c5d56ff..952d726 100755 --- a/debian/rules +++ b/debian/rules @@ -293,14 +293,13 @@ binary-arch: install rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so dh_install -s --fail-missing -ifneq (,$(filter r300,$(GALLIUM_DRIVERS))) - dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri -endif + # If the llvmpipe driver was built, copy it to the package dir ifneq (,$(filter swrast,$(GALLIUM_DRIVERS))) dh_install -plibgl1-mesa-dri build/dri/$(DEB_HOST_MULTIARCH)/gallium/swrast_dri.so \ usr/lib/${DEB_HOST_MULTIARCH}/dri endif + dh_installman -s dh_lintian -s dh_link -s commit 989e935f2db156996d9d42a4b0043d83e3c2cd66 Author: Timo Aaltonen Date: Thu Feb 2 11:09:36 2012 +0200 rules: No need to copy nouveau_vieux to the gallium dir, it's installed in libgl1-mesa-dri now. diff --git a/debian/changelog b/debian/changelog index fe6e144..7e2f2a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ mesa (8.0~rc2-1) UNRELEASED; urgency=low * Enable vmwgfx gallium driver & xatracker. (Closes: #652501). * Build llvmpipe swrast only on non-hurd x86, traditional for the rest. + * rules: No need to copy nouveau_vieux to the gallium dir, it's +installed in libgl1-mesa-dri now. [ Robert Hooker ] * Bump libdrm build dep to 2.4.30, x11proto-gl-dev to 1.4.14, and diff --git a/debian/libgl1-mesa-dri.install.linux.in b/debian/libgl1-mesa-dri.install.linux.in index 4dfc182..807486f 100644 --- a/debian/libgl1-mesa-dri.install.linux.in +++ b/debian/libgl1-mesa-dri.install.linux.in @@ -4,5 +4,4 @@ build/dri/${DEB_HOST_MULTIARCH}/*_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri # This part is Linux-specific: build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri -build/dri/${DEB_HOST_MULTIARCH}/gallium/nouveau_vieux_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri build/dri/${DEB_HOST_MULTIARCH}/gallium/vmwgfx_dri.so usr/lib/${DEB_HOST_MULTIARCH}/dri diff --git a/debian/rules b/debian/rules index 2df88ec..c5d56ff 100755 --- a/debian/rules +++ b/debian/rules @@ -284,11 +284,6 @@ binary-arch: install # install the right files manually. rm -r debian/tmp/dri/usr/lib/$(DEB_HOST_MULTIARCH)/dri - # Move nouveau_vieux alongside nouveau to install in dri-experimental package -ifneq (,$(filter nouveau,$(DRI_DRIVERS))) - mv build/dri/$(DEB_HOST_MULTIARCH)/nouveau_vieux_dri.so build/dri/$(DEB_HOST_MULTIARCH)/gallium/ -endif - # Also get rid of other files which aren't installed
xkeyboard-config_2.5.1-1_amd64.changes ACCEPTED into unstable
Accepted: xkb-data-udeb_2.5.1-1_all.udeb to main/x/xkeyboard-config/xkb-data-udeb_2.5.1-1_all.udeb xkb-data_2.5.1-1_all.deb to main/x/xkeyboard-config/xkb-data_2.5.1-1_all.deb xkeyboard-config_2.5.1-1.diff.gz to main/x/xkeyboard-config/xkeyboard-config_2.5.1-1.diff.gz xkeyboard-config_2.5.1-1.dsc to main/x/xkeyboard-config/xkeyboard-config_2.5.1-1.dsc xkeyboard-config_2.5.1.orig.tar.gz to main/x/xkeyboard-config/xkeyboard-config_2.5.1.orig.tar.gz Override entries for your package: xkb-data-udeb_2.5.1-1_all.udeb - extra debian-installer xkb-data_2.5.1-1_all.deb - extra x11 xkeyboard-config_2.5.1-1.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/e1rsv8o-0007ce...@franck.debian.org
Bug#655318: marked as done (cherrypick upstream patch to fix drawing bugs (and add -dbg pkg))
Your message dated Thu, 02 Feb 2012 16:35:46 + with message-id and subject line Bug#655318: fixed in xserver-xorg-video-qxl 0.0.16-2 has caused the Debian Bug report #655318, regarding cherrypick upstream patch to fix drawing bugs (and add -dbg pkg) to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 655318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=655318 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: xserver-xorg-video-qxl Version: 0.0.16-1 Hi, using certain window managers over spice, we found corrupted drawables https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/913314 and xorg segfaults https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-qxl/+bug/913311 Cherrypicking upstream commit id c77ba9f217093f946a4c6bf6edf9f34b24844d8d fixes both. The following patch does that, as well as adding a -dbg package (which helped track down the needed patch). (it also updates the maintainer which you obviously do not want for the debian package, sorry about that.) thanks, -serge = Debdiff: = diff -Nru xserver-xorg-video-qxl-0.0.16/debian/changelog xserver-xorg-video-qxl-0.0.16/debian/changelog --- xserver-xorg-video-qxl-0.0.16/debian/changelog 2011-11-12 00:16:28.0 +0100 +++ xserver-xorg-video-qxl-0.0.16/debian/changelog 2012-01-10 11:34:59.0 +0100 @@ -1,3 +1,15 @@ +xserver-xorg-video-qxl (0.0.16-1ubuntu2) precise; urgency=low + + * add translate-the-access-region.patch. + + -- Serge Hallyn Tue, 10 Jan 2012 11:34:13 +0100 + +xserver-xorg-video-qxl (0.0.16-1ubuntu1) precise; urgency=low + + * Add a debug package. + + -- Serge Hallyn Tue, 10 Jan 2012 11:28:58 +0100 + xserver-xorg-video-qxl (0.0.16-1) unstable; urgency=low [ Liang Guo ] diff -Nru xserver-xorg-video-qxl-0.0.16/debian/control xserver-xorg-video-qxl-0.0.16/debian/control --- xserver-xorg-video-qxl-0.0.16/debian/control2011-09-17 15:45:28.0 +0200 +++ xserver-xorg-video-qxl-0.0.16/debian/control2012-01-10 11:29:21.0 +0100 @@ -1,7 +1,8 @@ Source: xserver-xorg-video-qxl Section: x11 Priority: optional -Maintainer: Debian X Strike Force +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Debian X Strike Force Uploaders: Liang Guo , Cyril Brulebois Build-Depends: debhelper (>= 8), @@ -39,3 +40,17 @@ http://www.X.org> . This package is built from the X.org xf86-video-qxl driver module. + +Package: xserver-xorg-video-qxl-dbg +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-video-qxl (= ${binary:Version}) +Section: debug +Description: X.Org X server -- QXL display driver + This package provides the driver for QXL video device, i.e. if Linux is + running inside a RedHat Enterprise Virtualization (RHEV) environment, or + other SPICE-compatible KVM/Qemu emulator. + . + More information about X.Org can be found at: + http://www.X.org> + . + This package contains the debugging symbols diff -Nru xserver-xorg-video-qxl-0.0.16/debian/patches/series xserver-xorg-video-qxl-0.0.16/debian/patches/series --- xserver-xorg-video-qxl-0.0.16/debian/patches/series 1970-01-01 01:00:00.0 +0100 +++ xserver-xorg-video-qxl-0.0.16/debian/patches/series 2012-01-10 11:34:09.0 +0100 @@ -0,0 +1 @@ +translate-the-access-region.patch diff -Nru xserver-xorg-video-qxl-0.0.16/debian/patches/translate-the-access-region.patch xserver-xorg-video-qxl-0.0.16/debian/patches/translate-the-access-region.patch --- xserver-xorg-video-qxl-0.0.16/debian/patches/translate-the-access-region.patch 1970-01-01 01:00:00.0 +0100 +++ xserver-xorg-video-qxl-0.0.16/debian/patches/translate-the-access-region.patch 2012-01-10 11:34:00.0 +0100 @@ -0,0 +1,48 @@ +commit c77ba9f217093f946a4c6bf6edf9f34b24844d8d +Author: Søren Sandmann +Date: Fri Oct 28 12:56:30 2011 -0400 + +Translate the access region according to the drawable offset. + +The driver code expects to be given coordinates relative to the +offscreen pixmap. + +diff --git a/src/uxa/uxa.c b/src/uxa/uxa.c +index 83e06cc..9d02e34 100644 +--- a/src/uxa/uxa.c b/src/uxa/uxa.c +@@ -143,19 +143,19 @@ Bool uxa_prepare_access(DrawablePtr pDrawable, RegionPtr region, uxa_access_t ac + { + ScreenPtr pScreen = pDrawable->pScreen; + uxa_screen_t *uxa_screen = uxa_get_screen(pScreen); +- PixmapPtr pPixmap = uxa_get_drawable_pixmap(pDrawable); +- Bool offscreen = uxa_pixmap_is_offscreen(pPixmap); ++ int xoff, yoff; ++
Processed: [bts-link] source package pixman
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package pixman > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to bts-link-upstr...@lists.alioth.debian.org (was bts-link-de...@lists.alioth.debian.org). > # remote status report for #656682 (http://bugs.debian.org/656682) > # Bug title: minor graphical glitches since the latest upgrade > # * https://bugs.freedesktop.org/show_bug.cgi?id=45009 > # * remote status changed: NEW -> RESOLVED > # * remote resolution changed: (?) -> FIXED > # * closed upstream > tags 656682 + fixed-upstream Bug #656682 [libpixman-1-0] minor graphical glitches since the latest upgrade Added tag(s) fixed-upstream. > usertags 656682 - status-NEW Bug#656682: minor graphical glitches since the latest upgrade Usertags were: status-NEW. Usertags are now: . > usertags 656682 + status-RESOLVED resolution-FIXED Bug#656682: minor graphical glitches since the latest upgrade There were no usertags set. Usertags are now: status-RESOLVED resolution-FIXED. > thanks Stopping processing here. Please contact me if you need assistance. -- 656682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=656682 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.132820092415211.transcr...@bugs.debian.org
xserver-xorg-video-qxl: Changes to 'debian-unstable'
debian/changelog |6 ++ debian/control |4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) New commits: commit 4d7bbd3165b11d10c1a76615a8a040a6d73b6855 Author: Cyril Brulebois Date: Thu Feb 2 17:49:57 2012 +0100 Add a final dot while I'm at it. diff --git a/debian/control b/debian/control index 48af8b9..d9937c4 100644 --- a/debian/control +++ b/debian/control @@ -50,4 +50,4 @@ Description: X.Org X server -- QXL display driver (debugging symbols) running inside a RedHat Enterprise Virtualization (RHEV) environment, or other SPICE-compatible KVM/Qemu emulator. . - This package contains the debugging symbols for this driver + This package contains the debugging symbols for this driver. commit 34b3cc87157285634a025bbe05fada4a7834ac8f Author: Cyril Brulebois Date: Thu Feb 2 17:49:34 2012 +0100 Fix typo in the debug package's description. diff --git a/debian/changelog b/debian/changelog index 62817b6..26cbe51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-video-qxl (0.0.16-3) UNRELEASED; urgency=low + + * Fix typo in the debug package's description. + + -- Cyril Brulebois Thu, 02 Feb 2012 17:49:19 +0100 + xserver-xorg-video-qxl (0.0.16-2) unstable; urgency=low [Serge Hallyn] diff --git a/debian/control b/debian/control index d3446d5..48af8b9 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-video-qxl (= ${binary:Version}) Section: debug Priority: extra -Description: X.Org X server -- QXL display drive (debugging symbols)r +Description: X.Org X server -- QXL display driver (debugging symbols) This package provides the driver for QXL video device, i.e. if Linux is running inside a RedHat Enterprise Virtualization (RHEV) environment, or other SPICE-compatible KVM/Qemu emulator. -- 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/e1rszri-0006wp...@vasks.debian.org
xserver-xorg-video-qxl_0.0.16-2_amd64.changes ACCEPTED into unstable
Accepted: xserver-xorg-video-qxl-dbg_0.0.16-2_amd64.deb to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl-dbg_0.0.16-2_amd64.deb xserver-xorg-video-qxl_0.0.16-2.debian.tar.gz to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2.debian.tar.gz xserver-xorg-video-qxl_0.0.16-2.dsc to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2.dsc xserver-xorg-video-qxl_0.0.16-2_amd64.deb to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.16-2_amd64.deb Override entries for your package: xserver-xorg-video-qxl-dbg_0.0.16-2_amd64.deb - extra debug xserver-xorg-video-qxl_0.0.16-2.dsc - source x11 xserver-xorg-video-qxl_0.0.16-2_amd64.deb - optional x11 Announcing to debian-devel-chan...@lists.debian.org Closing bugs: 655318 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/e1rszds-r5...@franck.debian.org
[bts-link] source package pixman
# # bts-link upstream status pull for source package pixman # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #656682 (http://bugs.debian.org/656682) # Bug title: minor graphical glitches since the latest upgrade # * https://bugs.freedesktop.org/show_bug.cgi?id=45009 # * remote status changed: NEW -> RESOLVED # * remote resolution changed: (?) -> FIXED # * closed upstream tags 656682 + fixed-upstream usertags 656682 - status-NEW usertags 656682 + status-RESOLVED resolution-FIXED thanks -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120202164203.31936.68809.btsl...@busoni.debian.org
mesa: Changes to 'ubuntu'
debian/changelog |7 +++ debian/patches/series |1 - debian/rules |1 - 3 files changed, 7 insertions(+), 2 deletions(-) New commits: commit 0a868b825b2433c44b6c2dc4d027fa9b9840c856 Author: Robert Hooker Date: Thu Feb 2 12:07:25 2012 -0500 Drop drisearchpath handling. diff --git a/debian/changelog b/debian/changelog index d07fcfa..35788c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mesa (8.0~rc2-0ubuntu4) UNRELEASED; urgency=low + + * Drop drisearchdir handling, it is no longer needed with multiarch +and dri-alternates being removed. + + -- Robert Hooker Thu, 02 Feb 2012 12:05:48 -0500 + mesa (8.0~rc2-0ubuntu3) precise; urgency=low * Merge from debian-experimental git. diff --git a/debian/patches/series b/debian/patches/series index 8ccc3c9..50aa029 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,7 +10,6 @@ # Ubuntu patches. 100_no_abi_tag.patch 101_ubuntu_hidden_glname.patch -111_export_searchdirs_in_dripc.diff 113_fix_tls.diff 115_llvm_dynamic_linking.diff 116_use_shared_galliumcore.diff diff --git a/debian/rules b/debian/rules index 9c2be62..26a9952 100755 --- a/debian/rules +++ b/debian/rules @@ -109,7 +109,6 @@ confflags-dri = \ --with-driver=dri \ --with-dri-drivers="$(DRI_DRIVERS)" \ --with-dri-driverdir=/usr/lib/$(DEB_HOST_MULTIARCH)/dri \ - --with-dri-searchpath='/usr/lib/$(DEB_HOST_MULTIARCH)/dri:\{ORIGIN}/dri:/usr/lib/dri' \ --enable-glx-tls \ --enable-shared-dricore \ --enable-shared-glapi \ -- 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/e1rt08d-0006wz...@vasks.debian.org
xorg-server: Changes to 'ubuntu'
debian/changelog |8 debian/patches/series |1 - 2 files changed, 8 insertions(+), 1 deletion(-) New commits: commit 317d517bcfb2aae65a66626fef7774cb89cac5f2 Author: Robert Hooker Date: Thu Feb 2 12:11:12 2012 -0500 Drop 214_glx_dri_searchdirs.patch from the patch stack. diff --git a/debian/changelog b/debian/changelog index 04c12a5..e47597f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xorg-server (2:1.11.3-0ubuntu10) precise; urgency=low + + * Drop 214_glx_dri_searchdirs.patch, drisearchdirs is no longer +exported in mesa's dri.pc because of multiarch and the only consumer +(dri-alternates) is no longer used. + + -- Robert Hooker Thu, 02 Feb 2012 12:08:55 -0500 + xorg-server (2:1.11.3-0ubuntu9) precise; urgency=low * debian/patches/500_pointer_barrier_thresholds.diff: diff --git a/debian/patches/series b/debian/patches/series index 16bb1be..52a1184 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -26,7 +26,6 @@ #201_report-real-dpi.patch 208_switch_on_release.diff 209_add_legacy_bgnone_option.patch -214_glx_dri_searchdirs.patch 220_dont_scale_indirect.patch 221_pointer_motion_update_fix.patch 222_touch_valuators_absolute.patch -- 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/e1rt0ch-0007yw...@vasks.debian.org
Re: libaudit update
On Thu, Feb 2, 2012 at 22:35:41 +1100, Russell Coker wrote: > What should I do next? > Reuploading the new version (with libaudit1 instead of libaudit0) to experimental might be a good next step? Cheers, Julien signature.asc Description: Digital signature
Bug#658413: x11-xkb-utils: Mention xkeyboard-config(7) in setxkbmap(1)
Package: x11-xkb-utils Version: 7.6+4 Severity: wishlist Tags: patch Dear Maintainer, It would be nice to mention xkeyboard-config(7) in setxkbmap(1) (expecially to easily retreive the list of layouts, variants and models). --- a/setxkbmap/setxkbmap.man +++ b/setxkbmap/setxkbmap.man @@ -134,6 +134,6 @@ makes both steps run on the same (client) machine and loads a keyboard map into the server. .SH SEE ALSO -xkbcomp(__appmansuffix__) +xkbcomp(__appmansuffix__), xkeyboard-config(7) .SH FILES .I __xkbconfigroot__ Mraw, -- Mehdi -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.1.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages x11-xkb-utils depends on: ii libc62.13-24 ii libx11-6 2:1.4.4-4 ii libxaw7 2:1.0.9-3 ii libxkbfile1 1:1.0.7-1 ii libxt6 1:1.1.1-2 x11-xkb-utils recommends no packages. x11-xkb-utils suggests no packages. -- no debconf information -- 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/20120202203729.5807.40647.reportbug@potassium
xserver-xorg-video-vmware: Changes to 'upstream-ubuntu'
New branch 'upstream-ubuntu' available with the following commits: commit 193b5118199028ea0180785bb3f4c8a16359b8b0 Author: Thomas Hellstrom Date: Fri Jan 13 17:01:02 2012 +0100 Bump version number for release Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit c5af120177949c82cbd0611da565fef9c2c829cb Author: Thomas Hellstrom Date: Fri Jan 13 17:14:47 2012 +0100 Make the driver build pass "make distcheck" Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit e6d03aceb1195de0b490f39024f34a33b1a8f6fc Author: Thomas Hellstrom Date: Thu Jan 12 14:00:41 2012 +0100 vmwgfx: Adapt to new XA version number v2 Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit 59435d2d3af8a9f64ee40eac4f0479470ba6badf Author: Thomas Hellstrom Date: Thu Jan 12 17:57:37 2012 +0100 vmwgfx,saa: Fix a bunch of compilation warnings Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit 0628ad20f31a239f99fcbbfe42197c56a5ae8864 Author: Jakob Bornecrantz Date: Fri Dec 9 07:34:58 2011 +0100 vmwlegacy: Make the default be a minimum of 800x600 This patch and the corresponding vmwgfx patch formalizes both drivers on the same behviour. The minimum is 800x600 (unless the max size is smaller). This makes it unnecessary to check against VRAM size since it is always at least large enough to fit the max values. Signed-off-by: Jakob Bornecrantz commit 8ddbb3216d29b2ecd336d50461216feef0900fd9 Author: Thomas Hellstrom Date: Thu Jan 12 10:00:41 2012 +0100 vmware: Make sure the driver builds on old servers Move things around a bit so the driver compiles with servers back to Xserver 1.0. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit 194ff6f1517d0a8250e64c3d768a9b7ae9ed3140 Author: Thomas Hellström Date: Wed Jan 11 14:49:56 2012 +0100 vmware: Update Manpage Update the Manpage with new options and a brief modesetting- and 3D description. Signed-off-by: Thomas Hellström Reviewed-by: Jakob Bornecrantz commit b5546fb1de3f3859151a91e98ab0bd24b6789e2e Merge: abf9cb7 5748c33 Author: Thomas Hellstrom Date: Mon Dec 19 20:25:43 2011 +0100 Merge branch 'vmwgfx_branch' commit 5748c33535bc7d3009b9758653885e6ae0e73002 Author: Thomas Hellstrom Date: Wed Dec 14 12:38:27 2011 +0100 saa, vmwgfx: Fix saa_copy_composite The traditional accelerated copy methods aren't format aware. Make saa copy format aware,and pass formats on to the driver copy function if available. If the driver can't handle format conversions it needs to return FALSE. This fixes format confusion in the copy composite fastpath. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit f664e31d73bd31594e069d8bcca872687b84d8d9 Author: Thomas Hellstrom Date: Wed Dec 14 10:22:22 2011 +0100 saa: Always read back hw contents on poly_fill_rect The damage region may be much larger than the actual area filled, so make sure we read back any hw contents in the damage region since we use it to mark sw dirty. Revisit this in the future since it may increase readbacks in an undesired way. There are workarounds. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit 0eef22437093d29f572abea845fff9c03fca5e4e Author: Thomas Hellstrom Date: Wed Dec 14 10:18:16 2011 +0100 saa: Only try to accelerate pixmaps that are driver pixmaps Trying to accelerate scratch pixmaps doesn't work currently, and I'm not sure it's a big benefit either. This is in line with what EXA does. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrants commit afd2f828b8a8b2ccc6ebe4d56104db3d03d08493 Author: Thomas Hellstrom Date: Thu Dec 8 13:14:57 2011 +0100 vmwgfx: Reduce system resource usage with textured video Use U and V textures and corresponding dma buffers that match the size of the input UV data rather than using textures and DMA buffers that match the Y data. This simplifies data copy and reduces the amount of image data transfered to the host by up to 50% (YV12). It also reduces dma buffer- and surface memory usage correspondingly. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz commit 121dba0093d24eb0aefa3d27a22f05f85ac66f72 Author: Thomas Hellstrom Date: Wed Dec 7 20:19:34 2011 +0100 vmwgfx: Hook up XV color conversion control attributes This enables the standard XV color conversion control attributes contrast, scaling, saturation and hue. Currently the attribute change takes effect on the next image only. If we ever implement a ReputImage callback, we can use it to update the image immediately on attribute change. The attribute ranges follow tho
xserver-xorg-video-vmware: Changes to 'ubuntu'
New branch 'ubuntu' available with the following commits: commit b027776b0be0e9469d4132fad7dc788c4fbb4103 Author: Robert Hooker Date: Thu Feb 2 16:26:55 2012 -0500 Add 100-vmwgfx-avoid-including-a-library-header.patch to fix the build. commit 6b49a9b68c387107768b83a96a2b657485ede755 Author: Robert Hooker Date: Thu Feb 2 15:46:54 2012 -0500 debian/control: Update maintainers commit a12166fcf20eb125ff0a7f5bc1fa7072b1486aa2 Author: Robert Hooker Date: Thu Feb 2 15:44:37 2012 -0500 Add libxatracker-dev to build-deps. commit f9f2e96d48f1e62682defcbf87a1b421bbe58f80 Author: Robert Hooker Date: Thu Feb 2 15:44:07 2012 -0500 Bump changelogs. commit 8f101d8c012deac3ecbbcae405b9809b4d4e460e Merge: bd0fa01 193b511 Author: Robert Hooker Date: Thu Feb 2 15:39:51 2012 -0500 Merge branch 'upstream-ubuntu' into ubuntu -- 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/e1rt4ki-0001fg...@vasks.debian.org
xorg-server: Changes to 'ubuntu'
debian/changelog |7 debian/patches/225_non-root_config_paths.patch | 247 + debian/patches/series |1 3 files changed, 255 insertions(+) New commits: commit 4628e75b7446ef713fe12082db57f81e4590d6f1 Author: Chase Douglas Date: Thu Feb 2 17:03:01 2012 -0800 Allow for non-root config paths so xorg-gtest can be run without root * Allow for non-root config paths so xorg-gtest can be run without root - Add 225_non-root_config_paths.patch backported from upstream diff --git a/debian/changelog b/debian/changelog index e47597f..52f69ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xorg-server (2:1.11.3-0ubuntu11) UNRELEASED; urgency=low + + * Allow for non-root config paths so xorg-gtest can be run without root +- Add 225_non-root_config_paths.patch backported from upstream + + -- Chase Douglas Thu, 02 Feb 2012 17:01:49 -0800 + xorg-server (2:1.11.3-0ubuntu10) precise; urgency=low * Drop 214_glx_dri_searchdirs.patch, drisearchdirs is no longer diff --git a/debian/patches/225_non-root_config_paths.patch b/debian/patches/225_non-root_config_paths.patch new file mode 100644 index 000..82661ea --- /dev/null +++ b/debian/patches/225_non-root_config_paths.patch @@ -0,0 +1,247 @@ +From ead968a4300c0adeff89b9886e888b6d284c75cc Mon Sep 17 00:00:00 2001 +From: Antoine Martin +Date: Sat, 17 Dec 2011 01:36:51 +0700 +Subject: [PATCH] xserver: check for elevated privileges not uid=0 + +This allows us to run the server as a normal user whilst still +being able to use the -modulepath, -logfile and -config switches +We define a xf86PrivsElevated which will do the checks and cache +the result in case it is called more than once. +Also renamed the paths #defines to match their new meaning. +Original discussion which led to this patch can be found here: +http://lists.freedesktop.org/archives/xorg-devel/2011-September/025853.html + +Signed-off-by: Antoine Martin +Tested-by: Michal Suchanek +Reviewed-by: Jamey Sharp +Reviewed-by: Adam Jackson +--- + configure.ac |2 +- + hw/xfree86/common/xf86Config.c | 28 +++--- + hw/xfree86/common/xf86Init.c | 78 +++- + hw/xfree86/common/xf86Priv.h |1 + + include/xorg-config.h.in |6 +++ + 5 files changed, 91 insertions(+), 24 deletions(-) + +--- a/configure.ac b/configure.ac +@@ -210,7 +210,8 @@ dnl Checks for library functions. + AC_FUNC_VPRINTF + AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr \ + strtol getopt getopt_long vsnprintf walkcontext backtrace \ +- getisax getzoneid shmctl64 strcasestr ffs vasprintf]) ++ getisax getzoneid shmctl64 strcasestr ffs vasprintf issetugid \ ++ getresuid]) + AC_FUNC_ALLOCA + dnl Old HAS_* names used in os/*.c. + AC_CHECK_FUNC([getdtablesize], +--- a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c +@@ -72,8 +72,8 @@ + * These paths define the way the config file search is done. The escape + * sequences are documented in parser/scan.c. + */ +-#ifndef ROOT_CONFIGPATH +-#define ROOT_CONFIGPATH "%A," "%R," \ ++#ifndef ALL_CONFIGPATH ++#define ALL_CONFIGPATH"%A," "%R," \ + "/etc/X11/%R," "%P/etc/X11/%R," \ + "%E," "%F," \ + "/etc/X11/%F," "%P/etc/X11/%F," \ +@@ -83,8 +83,8 @@ + "%P/lib/X11/%X.%H," \ + "%P/lib/X11/%X" + #endif +-#ifndef USER_CONFIGPATH +-#define USER_CONFIGPATH "/etc/X11/%S," "%P/etc/X11/%S," \ ++#ifndef RESTRICTED_CONFIGPATH ++#define RESTRICTED_CONFIGPATH "/etc/X11/%S," "%P/etc/X11/%S," \ + "/etc/X11/%G," "%P/etc/X11/%G," \ + "/etc/X11/%X," "/etc/%X," \ + "%P/etc/X11/%X.%H," \ +@@ -92,14 +92,14 @@ + "%P/lib/X11/%X.%H," \ + "%P/lib/X11/%X" + #endif +-#ifndef ROOT_CONFIGDIRPATH +-#define ROOT_CONFIGDIRPATH"%A," "%R," \ ++#ifndef ALL_CONFIGDIRPATH ++#define ALL_CONFIGDIRPATH "%A," "%R," \ + "/etc/X11/%R," "%C/X11/%R," \ + "/etc/X11/%X," "%C/X11/%X" + #endif +-#ifndef USER_CONFIGDIRPATH +-#define USER_CONFIGDIRPATH"/etc/X11/%R," "%C/X11/%R," \ +- "/etc/X11/%X," "%C/X11/%X" ++#ifndef RESTRICTED_CONFIGDIRPATH ++#define RESTRICTED_CONFIGDIRPATH "/etc/X11/%R," "%C/X11/%R," \ ++ "/etc/X11/%X," "%C/X11/%X" + #endif + #ifndef SYS_CONFIGDIRPATH + #define SYS_CONFIGDIRPATH "/usr/share/X11/%X," "%D/X11/%X" +@@ -2361,12 +2361,12 @@ xf86HandleConfigFile(Bool autoconfig) + Bool implicit_layout = FALSE; + + if (!autoconfig) { +- if (getuid() == 0) { +- filesearch = ROOT_CONFIGPATH; +- dirsearch = ROOT_CO
mesa: Changes to 'ubuntu'
debian/changelog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9856cc21a613b09f1dbc12f18f2d7cf295b86be7 Author: Robert Hooker Date: Fri Feb 3 00:15:16 2012 -0500 Release to precise diff --git a/debian/changelog b/debian/changelog index 35788c2..56f266f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -mesa (8.0~rc2-0ubuntu4) UNRELEASED; urgency=low +mesa (8.0~rc2-0ubuntu4) precise; urgency=low * Drop drisearchdir handling, it is no longer needed with multiarch and dri-alternates being removed. -- 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/e1rtbut-0005tl...@vasks.debian.org