Bug#870836: imake generated makefile use deprecated -D_BSD_SOURCE and -D_SVID_SOURCE

2024-03-17 Thread Steve McIntyre
On Sat, Nov 24, 2018 at 02:02:58PM -0800, Bart Massey wrote:
>Hilariously, I just ran into this today when building a program I wrote in
>1987. Thanks huge to Teemu for working out the patch; I have verified that it
>works for me. It would be great if this could be packaged.

Still seeing this over 5 years later. Is there any reason not to do an
upload with the patch here?

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
You raise the blade, you make the change... You re-arrange me 'til I'm sane...



Bug#1065666: Compiz 0.8.18 appears to be broken in testing

2024-03-08 Thread Steve Langasek
On Wed, Mar 06, 2024 at 03:46:41PM +0100, Colomban Wendling wrote:
> Anyway, I'm CCing Steve (who did the unstable NMU) and Samuel in case they
> have extra clues.

The only change in the NMU was to rename the libdecoration0 package to
libdecoration0t64 for the 64-bit time_t transition.  Unless this managed to
break the *contents* of that package (i.e. the library has gone missing),
this should not have had any effect on the behavior of compiz.

> Note that you probably should report a bug, although it's understandably
> harder with scarce data to reference.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature


Bug#1065666: Compiz 0.8.18 appears to be broken in testing

2024-03-08 Thread Steve Langasek
On Wed, Mar 06, 2024 at 06:19:48PM +0100, Colomban Wendling wrote:
> Le 06/03/2024 à 17:31, Steve Langasek a écrit :
> > On Wed, Mar 06, 2024 at 03:46:41PM +0100, Colomban Wendling wrote:
> > > Anyway, I'm CCing Steve (who did the unstable NMU) and Samuel in case they
> > > have extra clues.

> > The only change in the NMU was to rename the libdecoration0 package to
> > libdecoration0t64 for the 64-bit time_t transition.  Unless this managed to
> > break the *contents* of that package (i.e. the library has gone missing),
> > this should not have had any effect on the behavior of compiz.

> So the package has not been rebuilt with different flags or anything?

Not *deliberately* as part of this upload.  The only change to flags should
be on 32-bit architectures, excluding i386.  I have assumed you are not
trying to run compiz on one of these archs!

But the toolchain also evolves over time, so this could certainly be a
misbuild due to underlying changes.

> Anyway, I hardly expect this to be an issue, I just wanted to eliminate the
> only Compiz-side change that happened in the last months.


-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature


Bug#1063088: weston: NMU diff for 64-bit time_t transition

2024-03-06 Thread Steve Langasek
On Wed, Mar 06, 2024 at 10:42:16AM +0100, Dylan Aïssi wrote:
> Hello,

> Le lun. 5 févr. 2024 à 02:54, Steve Langasek  a écrit :

> > If you have any concerns about this patch, please reach out ASAP.  Although
> > this package will be uploaded to experimental immediately, there will be a
> > period of several days before we begin uploads to unstable; so if 
> > information
> > becomes available that your package should not be included in the 
> > transition,
> > there is time for us to amend the planned uploads.

> I am wondering what is the plan with this package/bug? I noticed that changes
> related to the 64-bit time_t transition were not uploaded to unstable and
> because I uploaded several versions in unstable after your NMU in exp, I
> wonder if I haven't interfered with this transition.

Sorry, yes, the uploads with renaming of both dev package and runtime lib
package in the midst of the transition resulted in this package being lost.

Since this is a completely new soname, and only packages built from weston
source depend on it, I suggest that you simply request a binNMU of weston on
armhf and armel and consider this resolved.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature


Bug#1062736: libxt: NMU diff for 64-bit time_t transition

2024-02-29 Thread Steve Langasek
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -u libxt-1.2.1/debian/changelog libxt-1.2.1/debian/changelog
--- libxt-1.2.1/debian/changelog
+++ libxt-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+libxt (1:1.2.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1062736
+
+ -- Steve Langasek   Fri, 01 Mar 2024 07:22:36 +
+
 libxt (1:1.2.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libxt-1.2.1/debian/control libxt-1.2.1/debian/control
--- libxt-1.2.1/debian/control
+++ libxt-1.2.1/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Build-Depends:
+Build-Depends: dpkg-dev (>= 1.22.5),
  debhelper-compat (= 13),
  libx11-dev (>= 1:0.99.2),
  libsm-dev (>= 1:0.99.1),
@@ -20,7 +20,10 @@
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxt.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxt
 
-Package: libxt6
+Package: libxt6t64
+Provides: ${t64:Provides}
+Replaces: libxt6
+Breaks: libxt6 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -46,7 +49,7 @@
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libxt6 (= ${binary:Version}),
+ libxt6t64 (= ${binary:Version}),
  libx11-dev,
  x11proto-dev,
  libsm-dev,
reverted:
--- libxt-1.2.1/debian/libxt6.install
+++ libxt-1.2.1.orig/debian/libxt6.install
@@ -1 +0,0 @@
-usr/lib/*/libXt.so.6*
reverted:
--- libxt-1.2.1/debian/libxt6.symbols
+++ libxt-1.2.1.orig/debian/libxt6.symbols
@@ -1,481 +0,0 @@
-libXt.so.6 libxt6 #MINVER#
- XtCvtStringToBoolean@Base 0
- XtGetSelectionValueIncremental@Base 0
- _XtTranslateEvent@Base 0
- XtAddEventHandler@Base 0
- applicationShellWidgetClass@Base 0
- XtReleaseGC@Base 0
- XtGetSelectionParameters@Base 0
- XtCvtStringToBool@Base 0
- XtDisownSelection@Base 0
- constraintClassRec@Base 0
- XtCvtIntToFont@Base 0
- XtQueryGeometry@Base 0
- XtIsComposite@Base 0
- XtAllocateGC@Base 0
- XtAppErrorMsg@Base 0
- XtAppGetSelectionTimeout@Base 0
- vendorShellWidgetClass@Base 0
- XtProcessLock@Base 0
- XtRemoveSignal@Base 0
- XtCvtStringToRestartStyle@Base 0
- XtIsRectObj@Base 0
- _XtPeekCallback@Base 0
- _XtCreatePopupShell@Base 0
- XtCvtStringToFontStruct@Base 0
- XtAddCallback@Base 0
- XtChangeManagedSet@Base 0
- XtAddInput@Base 0
- XtAppAddBlockHook@Base 0
- XtVaCreateWidget@Base 0
- _XtGlobalTM@Base 0
- _XtAddTMConverters@Base 0
- XtRegisterCaseConverter@Base 0
- XtMoveWidget@Base 0
- _XtCompileCallbackList@Base 0
- XtPopdown@Base 0
- widgetClass@Base 0
- _XtTableAddConverter@Base 0
- XtAddExposureToRegion@Base 0
- XtIsShell@Base 0
- XtCalloc@Base 0
- _XtRemoveCallback@Base 0
- XtBuildEventMask@Base 0
- _XtGetTypeIndex@Base 0
- XtCvtStringToAtom@Base 0
- XtDispatchEvent@Base 0
- XtRemoveInput@Base 0
- XtNewString@Base 0
- _XtDefaultWarning@Base 0
- topLevelShellClassRec@Base 0
- _XtComputeLateBindings@Base 0
- XtIsOverrideShell@Base 0
- XtRealloc@Base 0
- XtCvtStringToShort@Base 0
- XtStrings@Base 0
- XtCallbackReleaseCacheRefList@Base 0
- XtReleasePropertyAtom@Base 0
- XtMainLoop@Base 0
- XtCloseDisplay@Base 0
- XtGetSubresources@Base 0
- XtTranslateCoords@Base 0
- XtGetSelectionRequest@Base 0
- _XtRemoveStateTreeByIndex@Base 0
- _XtParseTreeToStateTree@Base 0
- XtCvtStringToVisual@Base 0
- XtCvtIntToPixel@Base 0
- XtTranslateKey@Base 0
- _XtBindActions@Base 0
- _XtPopupInitialize@Base 0
- _XtGetPerDisplay@Base 0
- XtParseAcceleratorTable@Base 0
- XtAddConverter@Base 0
- XtHooksOfDisplay@Base 0
- XtSetSelectionTimeout@Base 0
- shellWidgetClass@Base 0
- _XtFreeActions@Base 0
- _XtCreateHookObj@Base 0
- XtCallbackExclusive@Base 0
- _XtInitAppLock@Base 0
- XtAugmentTranslations@Base 0
- XtNameToWidget@Base 0
- XtIsSubclass@Base 0
- _XtAddShellToHookObj@Base 0
- _XtGetSubresources@Base 0
- _XtDefaultAppContext@Base 0
- XtNoticeSignal@Base 0
- _XtGetResources@Base 0
- _XtPopup@Base 0
- vendorShellClassRec@Base 0
- XtIsTopLevelShell@Base 0
- _XtInstallTranslations@Base 0
- XtAppAddActionHook@Base 0
- _XtDisplayInitialize@Base 0
- XtAppGetExitFlag@Base 0
- XtCvtStringToFontSet@Base 0
- XtRealizeWidget@Base 0
- _XtHeapInit@Base 0
- XtScreenOfObject@Base 0
- _XtCompileResourceList@Base 0
- XtAppGetErrorDatabaseText@Base 0
- XtRemoveTimeOut@Base 0
- XtIsObject@Base 0
- XtCallConverter@Base 0
- XtM

Bug#1062736: libxt: NMU diff for 64-bit time_t transition

2024-02-29 Thread Steve Langasek
Sorry, for some reason a number of bugs failed to have their patches
attached.  Please find the debdiff from the experimental upload attached
now.

On Fri, Feb 02, 2024 at 11:00:44PM +, Steve Langasek wrote:
> Source: libxt
> Version: 1:1.2.1-1.1
> Severity: serious
> Tags: patch pending sid trixie
> Justification: library ABI skew on upgrade
> User: debian-...@lists.debian.org
> Usertags: time-t
> 
> NOTICE: these changes must not be uploaded to unstable yet!
> 
> Dear maintainer,
> 
> As part of the 64-bit time_t transition required to support 32-bit
> architectures in 2038 and beyond
> (https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
> libxt as a source package shipping runtime libraries whose ABI
> either is affected by the change in size of time_t, or could not be
> analyzed via abi-compliance-checker (and therefore to be on the safe
> side we assume is affected).
> 
> To ensure that inconsistent combinations of libraries with their
> reverse-dependencies are never installed together, it is necessary to
> have a library transition, which is most easily done by renaming the
> runtime library package.
> 
> Since turning on 64-bit time_t is being handled centrally through a change
> to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
> important that libraries affected by this ABI change all be uploaded close
> together in time.  Therefore I have prepared a 0-day NMU for libxt
> which will initially be uploaded to experimental if possible, then to
> unstable after packages have cleared binary NEW.
> 
> Please find the patch for this NMU attached.
> 
> If you have any concerns about this patch, please reach out ASAP.  Although
> this package will be uploaded to experimental immediately, there will be a
> period of several days before we begin uploads to unstable; so if information
> becomes available that your package should not be included in the transition,
> there is time for us to amend the planned uploads.
> 
> 
> 
> -- System Information:
> Debian Release: trixie/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
> 'experimental')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
> Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
> Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
> Shell: /bin/sh linked to /usr/bin/dash
> Init: systemd (via /run/systemd/system)
> 

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -u libxt-1.2.1/debian/changelog libxt-1.2.1/debian/changelog
--- libxt-1.2.1/debian/changelog
+++ libxt-1.2.1/debian/changelog
@@ -1,3 +1,10 @@
+libxt (1:1.2.1-1.2~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Fri, 02 Feb 2024 19:52:28 +
+
 libxt (1:1.2.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u libxt-1.2.1/debian/control libxt-1.2.1/debian/control
--- libxt-1.2.1/debian/control
+++ libxt-1.2.1/debian/control
@@ -20,7 +20,10 @@
 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxt.git
 Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxt
 
-Package: libxt6
+Package: libxt6t64
+Provides: ${t64:Provides}
+Replaces: libxt6
+Breaks: libxt6 (<< ${source:Version})
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -46,7 +49,7 @@
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
- libxt6 (= ${binary:Version}),
+ libxt6t64 (= ${binary:Version}),
  libx11-dev,
  x11proto-dev,
  libsm-dev,
reverted:
--- libxt-1.2.1/debian/libxt6.install
+++ libxt-1.2.1.orig/debian/libxt6.install
@@ -1 +0,0 @@
-usr/lib/*/libXt.so.6*
reverted:
--- libxt-1.2.1/debian/libxt6.symbols
+++ libxt-1.2.1.orig/debian/libxt6.symbols
@@ -1,481 +0,0 @@
-libXt.so.6 libxt6 #MINVER#
- XtCvtStringToBoolean@Base 0
- XtGetSelectionValueIncremental@Base 0
- _XtTranslateEvent@Base 0
- XtAddEventHandler@Base 0
- applicationShellWidgetClass@Base 0
- XtReleaseGC@Base 0
- XtGetSelectionParameters@Base 0
- XtCvtStringToBool@Base 0
- XtDisownSelection@Base 0
- constraintClassRec@Base 0
- XtCvtIntToFont@Base 0
- XtQueryGeometry@Base 0
- XtIsComposite@Base 0
- XtAllocateGC@Base 0
- XtAppErrorMsg@Base 0
- XtAppGetSelectionTimeout@Base 0
- vendorShellWidgetClass@Base 0
- XtProcessLock@Base 0
- XtRemoveSignal@Base 0
- XtCvtStringToRestartStyle@Base 0
- XtIsRectObj@Base 0
- _XtPeekCallback@Base 0
- _XtCreatePopupShell@Base 0
- XtCvtStringToFontStruct@Base 0
- XtAddCallback@Base 0
- XtChangeM

Bug#1063088: weston: NMU diff for 64-bit time_t transition

2024-02-04 Thread Steve Langasek
Source: weston
Version: 13.0.0-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
weston as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for weston
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru weston-13.0.0/debian/changelog weston-13.0.0/debian/changelog
--- weston-13.0.0/debian/changelog  2024-01-22 09:00:54.0 +
+++ weston-13.0.0/debian/changelog  2024-02-05 01:50:20.0 +
@@ -1,3 +1,10 @@
+weston (13.0.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek   Mon, 05 Feb 2024 01:50:20 +
+
 weston (13.0.0-1) unstable; urgency=medium
 
   * Upload to unstable
diff -Nru weston-13.0.0/debian/control weston-13.0.0/debian/control
--- weston-13.0.0/debian/control2024-01-22 09:00:54.0 +
+++ weston-13.0.0/debian/control2024-02-05 01:50:19.0 +
@@ -72,13 +72,14 @@
  and fast compositor and is suitable for many embedded and mobile use
  cases.
 
-Package: libweston-13-0
+Package: libweston-13-0t64
+Provides: ${t64:Provides}
 Section: libs
 Architecture: linux-any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Replaces: weston (<< 1.12.0-1)
-Breaks: weston (<< 1.12.0-1)
+Replaces: libweston-13-0, weston (<< 1.12.0-1)
+Breaks: libweston-13-0 (<< ${source:Version}), weston (<< 1.12.0-1)
 Description: reference implementation of a wayland compositor (shared libs)
  Part of the Wayland project is also the Weston reference implementation
  of a Wayland compositor. Weston can run as an X client or under Linux
@@ -93,7 +94,7 @@
 Architecture: linux-any
 Depends: libpixman-1-dev,
  libwayland-dev,
- libweston-13-0 (= ${binary:Version}),
+ libweston-13-0t64 (= ${binary:Version}),
  libxkbcommon-dev,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru weston-13.0.0/debian/libweston-13-0.install 
weston-13.0.0/debian/libweston-13-0.install
--- weston-13.0.0/debian/libweston-13-0.install 2024-01-22 09:00:54.0 
+
+++ weston-13.0.0/debian/libweston-13-0.install 1970-01-01 00:00:00.0 
+
@@ -1,13 +0,0 @@
-usr/lib/*/libweston-13.so.*
-usr/lib/*/libweston-13/color-lcms.so
-usr/lib/*/libweston-13/drm-backend.so
-usr/lib/*/libweston-13/gl-renderer.so
-usr/lib/*/libweston-13/headless-backend.so
-usr/lib/*/libweston-13/pipewire-plugin.so
-usr/lib/*/libweston-13/rdp-backend.so
-usr/lib/*/libweston-13/remoting-plugin.so
-usr/lib/*/libweston-13/wayland-backend.so
-usr/lib/*/libweston-13/x11-backend.so
-usr/lib/*/libweston-13/xwayland.so
-usr/lib/*/libweston-13/pipewire-backend.so
-usr/lib/*/libweston-13/vnc-backend.so
diff -Nru weston-13.0.0/debian/libweston-13-0.symbols 
weston-13.0.0/debian/libweston-13-0.symbols
--- weston-13.0.0/debian/libweston-13-0.symbols 2024-01-22 09:00:54.0 
+
+++ weston-13.0.0/debian/libweston-13-0.symbols 1970-01-01 00:00:00.0 
+
@@ -1,495 +0,0 @@
-libweston-13.so.0 libweston-13-0 #MINVER#
- c

Bug#1062736: libxt: NMU diff for 64-bit time_t transition

2024-02-02 Thread Steve Langasek
Source: libxt
Version: 1:1.2.1-1.1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

NOTICE: these changes must not be uploaded to unstable yet!

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
libxt as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for libxt
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)



Bug#287876: Bug#276545: Bug#287876: File $HOME/.xsession-errors grows very large

2020-08-03 Thread Steve McIntyre
Wow, this is an old bug that seemingly got forgotten about!

I've just added locally a change to at least rotate the
.xsession-errors file at startup, to stop me wasting gigabytes of disk
on errors that I don't care about long-term:

diff --git a/X11/Xsession b/X11/Xsession
index 6ad7d6e..8302900 100755
--- a/X11/Xsession
+++ b/X11/Xsession
@@ -60,6 +60,10 @@ USERXSESSIONRC=$HOME/.xsessionrc
 ALTUSERXSESSION=$HOME/.Xsession
 ERRFILE=$HOME/.xsession-errors
 
+if [ -f "$ERRFILE" ] && [ ! -L "$ERRFILE" ]; then
+mv -f "$ERRFILE" "$ERRFILE".old
+fi
+
 # attempt to create an error file; abort if we cannot
 if (umask 077 && touch "$ERRFILE") 2> /dev/null && [ -w "$ERRFILE" ] &&
   [ ! -L "$ERRFILE" ]; then

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
The two hard things in computing:
 * naming things
 * cache invalidation
 * off-by-one errors  -- Stig Sandbeck Mathisen



Bug#902437: xwayland: Firefox crashes Wayland on some web pages

2018-06-26 Thread Steve McIntyre
On Tue, Jun 26, 2018 at 08:50:10PM +0300, Lars Wirzenius wrote:
>Package: xwayland
>Version: 2:1.20.0-2
>Severity: important
>
>Dear Maintainer,
>
>My apologies for ruining your day with what looks like a tricky driver
>bug. I hate debugging such things, myself.
>
>I'm marking this "important", because the issue makes me not dare to
>browse the web: I've had to reboot my system several times a day
>lately. If you think it should be a lower severity, please downgrade.
>
>Also, I made a wild guess at which package to report this issue
>against, and I am so utterly, comically ignorant of everything in a
>modern Debian desktop system that I may have guessed wrongly; please
>reassign if so.
>
>I run Debian sid on two different laptops: a Lenovo Thinkpad X220, and
>a Lenovo Yoga 900. Both use an Intel graphics card or chip. For the
>past week or two, the X220 has been crashing from time to time. I
>thought it might be bad memory in the laptop, so I switched to the
>Yoga. Then the Yoga started crashing.
>
>After much headbanging and wailing, I've manged to find way to
>reproduce the crash. I use Firefox as my web browser, and certain web
>pages trigger the crash reproducibly. One such web page is here:
>
>http://johannesbrodwall.com/2018/06/24/forget-about-clean-code-lets-embrace-compassionate-code/
>
>What happens is that Firefox does not render that page, only updates
>the page title in the window title, and then becomes unresponsive.
>Menus don't react in anyway. i can't close the tab or window with
>Ctrl-W, or by clicking on the window close button. After a few more
>seconds, the whole desktop stops working, meaning that pressing the
>capslock key no longer toggles the LED. The mouse cursor may or may
>not work. If it does work, moving it to the top left corner of the
>GNOME desktop makes the mouse not work anymore. Also, the desktop does
>not do the "whoosh" feature of GNOME where it shows all windows on the
>current virtual desktop, and the "dock" on the left side of the
>screen.
>
>The machine seems to work otherwise: I can log into it via ssh, and
>run commands on the command line. I can restart gdm3 from the ssh
>session, but if I log back in, it doesn't work: I get a dark grey
>screen, no windows, and nothing else for about half a minute, and then
>it's back to the gdm3 login screen. Logging in as a different user
>seems to work.
>
>There's nothing new in dmesg output, when the crash happens. I've run
>the in-kernel memtest on the Yoga, and it resports no problems. (I've
>not bothered to run it on the X220 yet. I can, if it'd be helpful to
>you.)
>
>I reconfigured gdm3 on the Yoga to start Xorg instead of Wayland, and
>now the web page above works fine in Firefox. No crash.. The webpage
>renders fine under Wayland using Chromium.
>
>I am OK with this workaround, but I assume the bug should be fixed if
>Wayland is to be the default in Debian. The problem is reproducible
>for me. If others can reproduce it, it should be doable on any X220,
>which is, or used to be, a common laptop. I will be keeping mine
>in storage for a while, so that if there's a need, I can try new
>package versions to see if they fix the problem.
>
>Happy hunting.
>
>
>
>-- System Information:
>Debian Release: buster/sid
>  APT prefers unstable
>  APT policy: (500, 'unstable'), (500, 'stable')
>Architecture: amd64 (x86_64)
>
>Kernel: Linux 4.16.0-2-amd64 (SMP w/4 CPU cores)
>Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
>LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
>Shell: /bin/sh linked to /bin/dash
>Init: systemd (via /run/systemd/system)
>
>Versions of packages xwayland depends on:
>ii  libaudit1   1:2.8.3-1
>ii  libbsd0 0.9.1-1
>ii  libc6   2.27-3
>ii  libdrm2 2.4.92-1
>ii  libegl1 1.0.0+git20180308-3
>ii  libepoxy0   1.4.3-1
>ii  libgbm1 18.1.2-1
>ii  libgcrypt20 1.8.3-1
>ii  libgl1  1.0.0+git20180308-3
>ii  libpixman-1-0   0.34.0-2
>ii  libselinux1 2.8-1
>ii  libsystemd0 239-1
>ii  libwayland-client0  1.15.0-2
>ii  libxau6 1:1.0.8-1+b2
>ii  libxdmcp6   1:1.1.2-3
>ii  libxfont2   1:2.0.3-1
>ii  libxshmfence1   1.3-1
>ii  xserver-common  2:1.20.0-2

Confirmed here on a fresh install of sid on another X220...

-- 
Steve



Bug#873764: Please remove xmkmf and imake from xutils-dev

2017-08-30 Thread Steve Langasek
Package: xutils-dev
Version: 1:7.7+5
Severity: wishlist

The xutils-dev package ships imake and xmkmf tools, which are long
considered obsolete and not used by xorg itself for building.  They are also
not cross-build-friendly, which makes the Multi-Arch: foreign field on
xutils-dev technically a lie.

We should encourage the remaining consumers of these tools to migrate to
something that isn't 20 years obsolete, and then drop them from the package.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: PGP signature


xorg: Changes to 'ubuntu'

2016-10-18 Thread Steve Langasek
 debian/changelog |   62 +++
 debian/control   |7 ++
 2 files changed, 65 insertions(+), 4 deletions(-)

New commits:
commit dca2125abde9bac91e7fa093605ba8681066068e
Author: Cyril Brulebois 
Date:   Thu Jul 14 15:33:07 2016 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index c749469..b21f7cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xorg (1:7.7+16) UNRELEASED; urgency=medium
+xorg (1:7.7+16) unstable; urgency=medium
 
   [ Timo Aaltonen ]
   * control: Drop -evdev and -synaptics from x-x-input-all Depends for
@@ -14,7 +14,7 @@ xorg (1:7.7+16) UNRELEASED; urgency=medium
 with Xorg's vmmouse driver but works with the generic evdev and
 libinput drivers. Closes: #831286
 
- -- Timo Aaltonen   Thu, 09 Jun 2016 14:10:30 +0300
+ -- Cyril Brulebois   Thu, 14 Jul 2016 15:32:12 +0200
 
 xorg (1:7.7+15) unstable; urgency=medium
 

commit c19bd1e1fa4606548628e644e7878103677fe01d
Author: Cyril Brulebois 
Date:   Thu Jul 14 15:32:07 2016 +0200

Drop xserver-xorg-input-vmmouse from xserver-xorg-input-all Depends 
(Closes: #831286).

The kernel driver for the VMware mouse device is incompatible with
Xorg's vmmouse driver but works with the generic evdev and libinput
drivers.

diff --git a/debian/changelog b/debian/changelog
index 5bd8e3c..c749469 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,12 @@ xorg (1:7.7+16) UNRELEASED; urgency=medium
   * Drop xserver-xorg-input-void from s390x.  The server can come up with no
 input devices nowadays, -input-void isn't necessary.
 
+  [ Cyril Brulebois ]
+  * Drop xserver-xorg-input-vmmouse from xserver-xorg-input-all Depends,
+since the kernel driver for the VMware mouse device is incompatible
+with Xorg's vmmouse driver but works with the generic evdev and
+libinput drivers. Closes: #831286
+
  -- Timo Aaltonen   Thu, 09 Jun 2016 14:10:30 +0300
 
 xorg (1:7.7+15) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 67c765b..080af84 100644
--- a/debian/control
+++ b/debian/control
@@ -76,7 +76,6 @@ Depends:
  xserver-xorg-input-libinput [linux-any],
  xserver-xorg-input-mouse [!linux-any],
  xserver-xorg-input-synaptics [!linux-any],
- xserver-xorg-input-vmmouse [amd64 i386 x32],
  ${misc:Depends},
 Recommends:
  xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390x],

commit c27bf3b31daf30db47663fcbcd3bdd9596cc3a08
Author: Julien Cristau 
Date:   Thu Jun 16 08:28:21 2016 +0200

Drop xserver-xorg-input-void from s390x.

The server can come up with no input devices nowadays, -input-void isn't
necessary.

diff --git a/debian/changelog b/debian/changelog
index 2e03710..5bd8e3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 xorg (1:7.7+16) UNRELEASED; urgency=medium
 
+  [ Timo Aaltonen ]
   * control: Drop -evdev and -synaptics from x-x-input-all Depends for
 linux.
 
+  [ Julien Cristau ]
+  * Drop xserver-xorg-input-void from s390x.  The server can come up with no
+input devices nowadays, -input-void isn't necessary.
+
  -- Timo Aaltonen   Thu, 09 Jun 2016 14:10:30 +0300
 
 xorg (1:7.7+15) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 6ae964e..67c765b 100644
--- a/debian/control
+++ b/debian/control
@@ -77,7 +77,6 @@ Depends:
  xserver-xorg-input-mouse [!linux-any],
  xserver-xorg-input-synaptics [!linux-any],
  xserver-xorg-input-vmmouse [amd64 i386 x32],
- xserver-xorg-input-void [s390x],
  ${misc:Depends},
 Recommends:
  xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390x],

commit efa0e40bf2dc0cd237c038e4c354fc5c8b24c184
Author: Timo Aaltonen 
Date:   Thu Jun 9 14:34:08 2016 +0300

fix x-x-i-all dep on synaptics

diff --git a/debian/control b/debian/control
index 68cde96..6ae964e 100644
--- a/debian/control
+++ b/debian/control
@@ -75,7 +75,7 @@ Depends:
  xserver-xorg-input-kbd [!linux-any],
  xserver-xorg-input-libinput [linux-any],
  xserver-xorg-input-mouse [!linux-any],
- xserver-xorg-input-synaptics [hurd-any kfreebsd-any !s390x],
+ xserver-xorg-input-synaptics [!linux-any],
  xserver-xorg-input-vmmouse [amd64 i386 x32],
  xserver-xorg-input-void [s390x],
  ${misc:Depends},

commit e80e7ec285c353ecf59c2deeed759ed7c16cff50
Author: Timo Aaltonen 
Date:   Thu Jun 9 14:10:53 2016 +0300

control: Drop -evdev and -synaptics from x-x-input-all Depends for linux.

diff --git a/debian/changelog b/debian/changelog
index f499df0..2e03710 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xorg (1:7.7+16) UNRELEASED; urgency=medium
+
+  * control: Drop -evdev and -synaptics from x-x-input-all Depends for
+linux.
+
+ -- Timo Aaltonen   Thu, 09 Jun 2016 14:10:30 +0300
+
 

xorg: Changes to 'ubuntu'

2016-09-27 Thread Steve Langasek
 debian/changelog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 9492ec65c75d3fe9de2bbd691b0c29a9330fc2b1
Author: Steve Langasek <steve.langa...@ubuntu.com>
Date:   Tue Sep 27 10:09:19 2016 -0700

releasing package xorg version 1:7.7+13ubuntu4

diff --git a/debian/changelog b/debian/changelog
index 029a254..d1dd990 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-xorg (1:7.7+13ubuntu4) UNRELEASED; urgency=medium
+xorg (1:7.7+13ubuntu4) yakkety; urgency=medium
 
+  [ Timo Aaltonen ]
   * control: Drop vmmouse from -input-all depends, our kernel has had
 the virtual driver for some time.
 
- -- Timo Aaltonen <tjaal...@debian.org>  Wed, 03 Aug 2016 01:54:36 +0300
+ -- Steve Langasek <steve.langa...@ubuntu.com>  Tue, 27 Sep 2016 10:08:59 -0700
 
 xorg (1:7.7+13ubuntu3) xenial; urgency=medium
 



Bug#827702: GNOME doesn't support Synaptics driver anymore, makes touchpad support silently suck

2016-06-23 Thread Steve Clark
Actually, I just removed this package (along with
xserver-xorg-input-all). Touchpad continues to work as normal using
libinput driver.



Bug#827702: GNOME doesn't support Synaptics driver anymore, makes touchpad support silently suck

2016-06-23 Thread Steve Clark
I can confirm this on Dell XPS L702X running Gnome.



Bug#822488: xserver-xorg-input-all: Please add a NEWS file about libinput (trackpad edge vs two-finger scrolling)

2016-04-24 Thread Steve Cotton
Package: xserver-xorg-input-all
Version: 1:7.7+15
Severity: wishlist

Dear Maintainer,

I have a laptop with a trackpad that uses edge-scrolling with the
synaptics driver, but two-finger scrolling with libinput's
default settings.

Please add a hint about the possible UI change when the
-input-libinput package is installed.  Maybe via the NEWS file:

> On laptops, the touchpad or trackpad settings may change.  By
> default, scrolling is supported by two-finger gestures, not by
> the edge of the trackpad.
>
> Settings for libinput are handled by the desktop environment,
> not by libinput itself.  If your DE doesn't have libinput
> support yet, the options can be discovered with
> libinput-list-devices and set with xinput.

My understanding is that NEWS is only displayed on package
upgrade, and not on a new install.  Therefore this wishlist
request is filed against -input-all instead of -input-libinput.

I'm running the MATE DE, which AFAICS doesn't yet have libinput
configuration support.  With libinput, the part of the trackpad
that is used for edge scrolling became unresponsive (any touch
that started in the section caused no events in xev), which meant
that I spent a while trying to work out why scrolling had stopped
working.

Thanks,
Steve

(Please feel free to reuse or edit the text from this email)

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.5.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages:
ii  xserver-xorg-input-libinput0.18.0-1
ii  libc6  2.22-7
ii  libinput10 1.2.4-1
ii  xserver-xorg-core [xorg-input-abi-22]  2:1.18.3-1



Bug#803522: intel-gpu-tools: Please build-depend on swig, not swig2.0

2015-10-30 Thread Steve Langasek
Package: intel-gpu-tools
Version: 1.12-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu  ubuntu-patch

The swig2.0 package is obsolete; the 'swig' metapackage now points at
swig3.0 instead.  If intel-gpu-tools needs to use swig at build-time (and
for the record, I can't find any evidence that it does use swig), please
build-depend on 'swig' instead of on 'swig2.0'.

If it doesn't use swig at build time, then of course it's preferable to drop
the build-dependency instead.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -u intel-gpu-tools-1.12/debian/control intel-gpu-tools-1.12/debian/control
--- intel-gpu-tools-1.12/debian/control
+++ intel-gpu-tools-1.12/debian/control
@@ -20,7 +20,7 @@
  libxrandr-dev,
  pkg-config,
  quilt,
- swig2.0,
+ swig,
  x11proto-dri2-dev,
  xutils-dev (>= 1:7.6+6)
 Standards-Version: 3.9.6


Bug#728678:

2015-07-09 Thread Steve Kroon
found 728678 0.30.2-2ubuntu1
tags 728678 +confirmed
thanks


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAH=PsmrqU7XEYyXF9YraWyb1u=c7W1pVtjt9e15wZOiwxU-=n...@mail.gmail.com



Bug#783705: xserver-xorg-video-radeon: Weird X wakeup problem since Jessie upgrade

2015-05-06 Thread Steve McIntyre
On Tue, May 05, 2015 at 09:06:40AM -0400, Alex Deucher wrote:
On Wed, Apr 29, 2015 at 7:45 AM, Steve McIntyre st...@einval.com wrote:
 Package: xserver-xorg-video-radeon
 Version: 1:7.5.0-1
 Severity: normal

 Hi folks,

 I upgrade my main office desktop to Jessie on Monday, and just about
 evrrything worked really well - just half a dozen oro so config files
 needed merging with new upstream etc. Painless!

 However, I'm now seeing a really odd problem with X on my
 machine. I've got an AMD graphics card, which Xorg.0.log tells me is a

  RADEON(0): Chipset: PITCAIRN (ChipID = 0x6810)

 and a DP+ connection to a lovely 27 NEC monitor. It works just fine
 when I'm using it, *but* when I leave it overnight and come in the
 next morning it doesn't want to wake up properly. I'm locking the
 screen with Xscreensaver and then turning off the monitor as I leave.

 In the morning, I turn on the screen and I don't get a display at
 all. I've wiggled the mouse, hit numlock on the keybard (the numlock
 led illuminates fine), etc., but no display. I've seen this kind of
 thing happen in the past on some machines, so I switch to VT1 and back
 to see if that helps. Still no display at all, either on console or
 under X. I log in remotely and I can see that the Xorg.0.log file has
 been updated with mode lines for the monitor, suggesting things have
 just woken up fine. But still no display.

 Here's the really weird thing: at this point, the monitor has
 basically locked up. It won't respond to the power/input/menu butttons
 at all, and is still showing the blue LED that says I have signal
 rather than switching to the amber no signal warning. Therefore, I
 can only assume there's a problem here with some weird invalid DP
 signal being produced.

 Yesterday, I gave up and rebooted after a few minutes - I had work to
 do. Today, I started searching for any other reports like this using
 my laptop. About ten minutes later while I was doing this
 (approximately, wasn't paying massive attention at this point), my
 desktop screen suddenly came to life and now it's working OK.

 I have no idea of where to even start debugging this. Help!

If this is a regression, what previous version was working correctly?

I was using an up-to-date wheezy installation previously, so that
would be 1:6.14.4-8.

Does the problem only happen when you physically power off the
monitor? 

Ah, yes! In fact, it's the act of physically powering off the monitor
that's the problem here. I can reproduce immediately by doing
that. Last night, I locked the screen and left the monitor on and
things were still working fine this morning when I came in.

Does it come back ok when you let dpms kick in?

Pass - I disabled dpms ages ago for unrelated reasons...

How about when you physically disconnect the monitor from the
computer?

I tried that - if I unplugged the cable from the monitor, the monitor
started responding to button presses ok but as soon as I reconnected
it locked up again and still no display.

Also, what screensavers are you using?  There may be a problematic GL
screensaver that's causing a GPU lockup.  Can you try forcing a
single known stable screensaver?

I just use bumps under xscreensaver, and I've had that configured
for years.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Can't keep my eyes from the circling sky,
Tongue-tied  twisted, Just an earth-bound misfit, I...


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150506131222.gd7...@einval.com



Bug#783705: xserver-xorg-video-radeon: Weird X wakeup problem since Jessie upgrade

2015-05-06 Thread Steve McIntyre
On Tue, May 05, 2015 at 01:55:16PM +0200, Julien Cristau wrote:
On Tue, May  5, 2015 at 12:40:54 +0100, Steve McIntyre wrote:

 On Wed, Apr 29, 2015 at 12:45:29PM +0100, Steve McIntyre wrote:
 
 In the morning, I turn on the screen and I don't get a display at
 all. I've wiggled the mouse, hit numlock on the keybard (the numlock
 led illuminates fine), etc., but no display. I've seen this kind of
 thing happen in the past on some machines, so I switch to VT1 and back
 to see if that helps. Still no display at all, either on console or
 under X. I log in remotely and I can see that the Xorg.0.log file has
 been updated with mode lines for the monitor, suggesting things have
 just woken up fine. But still no display.
 
 Similar problem this morning. I've found that using xrandr to disable
 and re-enable the DisplayPort output I'm using helps - the display
 comes back. Until xrandr segfaults, anyway - see separate bug.
 
 Something weird in the card state, I guess?
 
Sounds likely.  If this still happens with linux 4.0, can you report
this upstream at
https://bugs.freedesktop.org/enter_bug.cgi?product=DRIcomponent=DRM%2fRadeon
and let us know the bug number?

OK. New kernel didn't help at all. Bug filed:

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

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
 Aardvark I dislike C++ to start with. C++11 just seems to be
handing rope-creating factories for users to hang multiple
instances of themselves.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150506132640.ge7...@einval.com



Bug#783705: xserver-xorg-video-radeon: Weird X wakeup problem since Jessie upgrade

2015-05-05 Thread Steve McIntyre
On Wed, Apr 29, 2015 at 12:45:29PM +0100, Steve McIntyre wrote:

In the morning, I turn on the screen and I don't get a display at
all. I've wiggled the mouse, hit numlock on the keybard (the numlock
led illuminates fine), etc., but no display. I've seen this kind of
thing happen in the past on some machines, so I switch to VT1 and back
to see if that helps. Still no display at all, either on console or
under X. I log in remotely and I can see that the Xorg.0.log file has
been updated with mode lines for the monitor, suggesting things have
just woken up fine. But still no display.

Similar problem this morning. I've found that using xrandr to disable
and re-enable the DisplayPort output I'm using helps - the display
comes back. Until xrandr segfaults, anyway - see separate bug.

Something weird in the card state, I guess?

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
This dress doesn't reverse. -- Alden Spiess


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20150505114054.ga21...@einval.com



Bug#783705: xserver-xorg-video-radeon: Weird X wakeup problem since Jessie upgrade

2015-04-29 Thread Steve McIntyre
Package: xserver-xorg-video-radeon
Version: 1:7.5.0-1
Severity: normal

Hi folks,

I upgrade my main office desktop to Jessie on Monday, and just about
evrrything worked really well - just half a dozen oro so config files
needed merging with new upstream etc. Painless!

However, I'm now seeing a really odd problem with X on my
machine. I've got an AMD graphics card, which Xorg.0.log tells me is a

 RADEON(0): Chipset: PITCAIRN (ChipID = 0x6810)

and a DP+ connection to a lovely 27 NEC monitor. It works just fine
when I'm using it, *but* when I leave it overnight and come in the
next morning it doesn't want to wake up properly. I'm locking the
screen with Xscreensaver and then turning off the monitor as I leave.

In the morning, I turn on the screen and I don't get a display at
all. I've wiggled the mouse, hit numlock on the keybard (the numlock
led illuminates fine), etc., but no display. I've seen this kind of
thing happen in the past on some machines, so I switch to VT1 and back
to see if that helps. Still no display at all, either on console or
under X. I log in remotely and I can see that the Xorg.0.log file has
been updated with mode lines for the monitor, suggesting things have
just woken up fine. But still no display.

Here's the really weird thing: at this point, the monitor has
basically locked up. It won't respond to the power/input/menu butttons
at all, and is still showing the blue LED that says I have signal
rather than switching to the amber no signal warning. Therefore, I
can only assume there's a problem here with some weird invalid DP
signal being produced.

Yesterday, I gave up and rebooted after a few minutes - I had work to
do. Today, I started searching for any other reports like this using
my laptop. About ten minutes later while I was doing this
(approximately, wasn't paying massive attention at this point), my
desktop screen suddenly came to life and now it's working OK.

I have no idea of where to even start debugging this. Help!

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

lrwxrwxrwx 1 root root 13 Jul 22  2014 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2401376 Feb 11 00:35 /usr/bin/Xorg

Diversions concerning libGL are in place

diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/libGL.so.1 to /usr/lib/mesa-diverted/libGL.so.1 by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2.0.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2.0.0 by glx-diversions
diversion of /usr/lib/libGLESv2.so.2 to /usr/lib/mesa-diverted/libGLESv2.so.2 
by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv2.so.2 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGL.so.1.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGL.so.1.2 by glx-diversions
diversion of /usr/lib/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGLESv1_CM.so to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGLESv1_CM.so by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv1_CM.so.1.1.0 by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2.0 to /usr/lib/mesa-diverted/libGL.so.1.2.0 
by glx-diversions
diversion of /usr/lib/libGLESv2.so to /usr/lib/mesa-diverted/libGLESv2.so by 
glx-diversions
diversion of /usr/lib/libGL.so.1.2 to /usr/lib/mesa-diverted/libGL.so.1.2 by 
glx-diversions
diversion of /usr/lib/i386-linux-gnu/libGLESv1_CM.so.1.1.0 to 
/usr/lib/mesa-diverted/i386-linux-gnu/libGLESv1_CM.so.1.1.0 by glx-diversions
diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 to 
/usr/lib/mesa-diverted/x86_64-linux-gnu/libGL.so.1.2.0 by glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so by glx-diversions
diversion of /usr/lib/libGL.so to /usr/lib/mesa-diverted/libGL.so by 
glx-diversions
diversion of /usr/lib/arm-linux-gnueabihf/libGLESv2.so.2 to 
/usr/lib/mesa-diverted/arm-linux-gnueabihf/libGLESv2.so.2 by glx-diversions
diversion of 

Bug#753518: xserver-xorg-video-fbdev: fbdev needs to be manually specified in xorg.conf.d fragment

2014-07-02 Thread Steve Capper
Package: xserver-xorg-video-fbdev
Version: 1:0.4.4-1+b1
Severity: normal

Hello,
I have been testing Jessie on my new Samsung ARM Chromebook 2, running armhf
architecture (using the Google Chromium Linux kernel).
Out of the box, I had problems with the xserver starting. I have included the
Xorg.0.log at the end of the email.

In order to get the xserver working, I needed to create a config fragment.

Section Device
Identifier  Card0
Driver  fbdev
EndSection

Then everything works well.

I've done a little digging into the driver and it appears that the probe
function, FBDevProbe, fails unless there is the above config fragment. In
particular, xf86ClaimFbSlot and xf86ConfigFbEntity appear to return errors.

I am not an expert at X11, so don't know if this behaviour is normal. I didn't
expect it :-).

Thanks,
--
Steve

Here is the Xorg.0.log of the failing start:


[10.469]
X.Org X Server 1.15.1
Release Date: 2014-04-13
[10.470] X Protocol Version 11, Revision 0
[10.470] Build Operating System: Linux 3.2.0-4-mx5 armv7l Debian
[10.470] Current Operating System: Linux jessiechrome 3.8.11 #6 SMP Fri Jun
6 20:18:59 UTC 2014 armv7l
[10.470] Kernel command line: cros_secure  console=tty1 debug verbose
root=/dev/mmcblk1p3 rootwait rw lsm.module_locking=0
[10.470] Build Date: 16 April 2014  12:30:00PM
[10.470] xorg-server 2:1.15.1-1 (http://www.debian.org/support)
[10.470] Current version of pixman: 0.32.4
[10.470] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[10.470] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[10.471] (==) Log file: /var/log/Xorg.0.log, Time: Mon Jun 30 19:36:57
2014
[10.474] (==) Using system config directory /usr/share/X11/xorg.conf.d
[10.519] (==) No Layout section.  Using the first Screen section.
[10.519] (==) No screen section available. Using defaults.
[10.519] (**) |--Screen Default Screen Section (0)
[10.519] (**) |   |--Monitor default monitor
[10.520] (==) No monitor specified for screen Default Screen Section.
Using a default monitor configuration.
[10.520] (==) Automatically adding devices
[10.520] (==) Automatically enabling devices
[10.520] (==) Automatically adding GPU devices
[10.569] (WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
[10.608] Entry deleted from font path.
[10.626] (==) 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,
built-ins
[10.626] (==) ModulePath set to /usr/lib/xorg/modules
[10.626] (II) The server relies on udev to provide the list of input
devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[10.626] (II) Loader magic: 0xb6fbeef8
[10.626] (II) Module ABI versions:
[10.626] X.Org ANSI C Emulation: 0.4
[10.626] X.Org Video Driver: 15.0
[10.626] X.Org XInput driver : 20.0
[10.626] X.Org Server Extension : 8.0
[10.627] (II) xfree86: Adding drm device (/dev/dri/card0)
[10.675] Initializing built-in extension Generic Event Extension
[10.675] Initializing built-in extension SHAPE
[10.675] Initializing built-in extension MIT-SHM
[10.675] Initializing built-in extension XInputExtension
[10.676] Initializing built-in extension XTEST
[10.676] Initializing built-in extension BIG-REQUESTS
[10.676] Initializing built-in extension SYNC
[10.676] Initializing built-in extension XKEYBOARD
[10.676] Initializing built-in extension XC-MISC
[10.676] Initializing built-in extension SECURITY
[10.676] Initializing built-in extension XINERAMA
[10.676] Initializing built-in extension XFIXES
[10.676] Initializing built-in extension RENDER
[10.676] Initializing built-in extension RANDR
[10.676] Initializing built-in extension COMPOSITE
[10.676] Initializing built-in extension DAMAGE
[10.676] Initializing built-in extension MIT-SCREEN-SAVER
[10.677] Initializing built-in extension DOUBLE-BUFFER
[10.677] Initializing built-in extension RECORD
[10.677] Initializing built-in extension DPMS
[10.677] Initializing built-in extension Present
[10.677] Initializing built-in extension DRI3
[10.677] Initializing built-in extension X-Resource
[10.677] Initializing built-in extension XVideo
[10.677] Initializing built-in extension XVideo-MotionCompensation
[10.677] Initializing built-in extension SELinux
[10.677] Initializing built-in extension XFree86-VidModeExtension
[10.677] Initializing built-in extension XFree86-DGA
[10.677] Initializing built-in extension XFree86-DRI

Re: GL/gl.h, Qt5 and arm: FTBFS

2014-03-24 Thread Steve Langasek
Hi Lisandro,

On Mon, Mar 24, 2014 at 03:10:25PM -0300, Lisandro Damián Nicanor Pérez Meyer 
wrote:
 Hi! I'm trying to find a solution for the FTBFS of qantenna on arm* [0][1] 
 that fits the best to everyone. This issue seems to be very similar to a 
 older 
 thread including both GL/gl.h and cogl/cogl.h fails on armel and armhf [2], 
 but I failed to see how that was resolved.

 The FTBFSs are due to conflicting declarations for GLdouble, GLsizeiptr and 
 GLintptr.

 Basically the problem might boild down to the fact that Qt5 is built using 
 es2 
 instead of the desktop opengl which, to the best of my knowledge, it's 
 standard OpenGL 2.0.

 These are the possible solutions I think could be taken:

 a) Switch Qt5 to use desktop OpenGL on arm*. I have tested this on 
 harris.d.o and works OK. As a pro, it means that other apps will not have 
 porting issues like this. As a con, it might mean that all the OpenGL stuff 
 will be done by software though, am I correct?

Correct.  It is rare to find accelerated OpenGL drivers for ARM; almost all
the drivers out there, particularly for recent hardware, will be GLES2
instead.  This means that any reasonably GL-intensive app is going to be
unusable, particularly on armel.

FWIW, in Ubuntu not only is Qt built for GLES2 on armhf, we are also looking
at making a GLES2 build of Qt available on x86 - because for the mobile
sector, regardless of architecture, GLES2 is the relevant standard that
third-party drivers will be built to.

I don't think it makes sense to build Qt for OpenGL on arm.

 b) (supossing it's possible) provide es2 versions of mesa-common-dev, libglu1-
 mesa-dev et al. and build against that on arm*

Not really possible.  GLU depends on GL, not GLES2.  In theory it could be
ported, but this has not been done AFAIK.

 d) (also supossing it's possible) do not consider the FTBFS not RC (or allow 
 it's transition even if it's RC) until a better fix could be done.

The way to address this is to ask for the old arm binaries to be removed
from the archive, via a bug report against ftp.debian.org, with the
explanation that qantenna is not supported on GLES2 architectures.  This is
a perfectly reasonable thing to do under the circumstances.  Particularly
given that qantenna has always required GLU, and is unsupportable now
because GLU is not usable with Qt5 on arm*, I think this is the right thing
to do.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


xcb-util-wm: Changes to 'debian-unstable'

2014-02-19 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 debian/rules |1 +
 3 files changed, 8 insertions(+)

New commits:
commit efabc4dbb60194931128e901f71f41dff553ab89
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Feb 19 23:31:36 2014 -0800

Use dh-autoreconf, to support rebuilding on new architectures.

diff --git a/debian/changelog b/debian/changelog
index ac64df9..ee4c4bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf, to support rebuilding on new architectures.
+
+ -- Steve Langasek vor...@debian.org  Wed, 19 Feb 2014 23:28:26 -0800
+
 xcb-util-wm (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1e5b772..35add80 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Julien Danjou a...@debian.org,
Arnaud Fontaine ar...@debian.org
 Build-Depends: cdbs (= 0.4.93~),
debhelper (= 8.1.3),
+   dh-autoreconf,
libxcb1-dev (= 1.6),
pkg-config,
m4,
diff --git a/debian/rules b/debian/rules
index 9c1857b..ac1f61d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)


-- 
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/e1wgo6j-00074r...@moszumanska.debian.org



Re: Bug#734093: debian-installer: install plymouth by default

2014-01-03 Thread Steve McIntyre
On Fri, Jan 03, 2014 at 08:05:42PM +0100, Cyril Brulebois wrote:
Andreas Cadhalpun andreas.cadhal...@googlemail.com (2014-01-03):
 Package: debian-installer
 Severity: wishlist
 X-Debbugs-CC: Antoine Beaupré anar...@debian.org
 
 Dear Maintainer,
 
 in his installation report [1] Antoine Beaupré requested to have
 plymouth installed by default.
 
 While some want to have it and some don't, I think it really might
 be a good idea to install plymouth by default, as 'novices'
 generally prefer it, and anyone who wants to see the boot messages
 should have sufficient knowledge to remove it.
 
 So please install plymouth by default.

Last I remember from squeeze (didn't check wheezy too much), plymouth
was quite buggy/broken, and has been RC buggy for a long while (hello
libdrm-nouveau); I'm not sure it's a good idea to install it by default,
but I'm happy to take opinions.

No, please! Let's not add more fluff to the base system.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Managing a volunteer open source project is a lot like herding
 kittens, except the kittens randomly appear and disappear because they
 have day jobs. -- Matt Mackall


-- 
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/20140103231920.ga12...@einval.com



Bug#698324: recent gpu hangups on 965GM - me too

2013-01-31 Thread Steve Graham

I'm seeing the same symptoms on a similar laptop, Thinkpad T61 with Intel 
GM965/GL960.
xserver-xorg-video-intel 2:2.19.0-6


--
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/510a6c99.7080...@annaghvarn.plus.com



mesa: Changes to 'ubuntu'

2012-08-22 Thread Steve Langasek
 configure.ac |   10 +-
 debian/rules |3 ---
 src/gallium/Makefile.template|2 +-
 src/gallium/auxiliary/rtasm/rtasm_execmem.c  |2 +-
 src/gallium/drivers/llvmpipe/Makefile|3 ++-
 src/gallium/include/pipe/p_config.h  |2 +-
 src/gallium/state_trackers/d3d1x/gd3d1x/Makefile |3 ++-
 src/mapi/glapi/gen/gl_x86-64_asm.py  |   13 -
 src/mapi/glapi/gen/gl_x86_asm.py |   14 --
 src/mesa/drivers/osmesa/Makefile.am  |1 +
 src/mesa/main/compiler.h |3 ++-
 11 files changed, 15 insertions(+), 41 deletions(-)

New commits:
commit e615ac0e1b846eb1fe4549fd8aae1c0b0b046dd7
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 23:48:47 2012 -0700

Drop the EXTRA_SED stuff, not needed now that we've normalized the .install 
file

diff --git a/configure.ac b/configure.ac
index 7dac091..ee19d0a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -448,7 +448,7 @@ if test x$enable_asm = xyes; then
 case $host_cpu in
 i?86)
 case $host_os in
-linux* | *freebsd* | dragonfly* | *netbsd*)
+linux* | *freebsd* | dragonfly* | *netbsd* | gnu*)
 test x$enable_64bit = xyes  asm_arch=x86_64 || asm_arch=x86
 ;;
 esac
@@ -1103,7 +1103,7 @@ if test x$enable_dri = xyes; then
 ;;
 esac
 ;;
-freebsd* | dragonfly* | *netbsd*)
+freebsd* | dragonfly* | *netbsd* | kfreebsd*-gnu*)
 DEFINES=$DEFINES -DPTHREADS -DUSE_EXTERNAL_DXTN_LIB=1
 DEFINES=$DEFINES -DIN_DRI_DRIVER -DHAVE_ALIAS
 
@@ -1268,7 +1268,7 @@ if test x$enable_osmesa = xyes; then
 OSMESA_PC_LIB_PRIV=-lm -lpthread $SELINUX_LIBS $DLOPEN_LIBS
 fi
 
-OSMESA_VERSION=`echo $VERSION | $SED 's/\./:/g'`
+OSMESA_VERSION=6:5:3
 
 AC_SUBST([OSMESA_LIB_DEPS])
 AC_SUBST([OSMESA_MESA_DEPS])
@@ -1765,9 +1765,9 @@ if test x$enable_gallium_llvm = xauto; then
 fi
 if test x$enable_gallium_llvm = xyes; then
 if test x$llvm_prefix != x; then
-AC_PATH_PROG([LLVM_CONFIG], [llvm-config], [no], [$llvm_prefix/bin])
+AC_PATH_PROG([LLVM_CONFIG], [llvm-config-3.1], [no], 
[$llvm_prefix/bin])
 else
-AC_PATH_PROG([LLVM_CONFIG], [llvm-config], [no])
+AC_PATH_PROG([LLVM_CONFIG], [llvm-config-3.1], [no])
 fi
 
 if test x$LLVM_CONFIG != xno; then
diff --git a/debian/rules b/debian/rules
index 65aeedc..00fef97 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,8 +79,6 @@ else
# Radeonsi needs LLVM, so only build it on the subset of archs
# where we have LLVM enabled.
GALLIUM_DRIVERS += radeonsi
-else
-   EXTRA_SED=-e/radeonsi_dri.so/ s/^/\#/
 endif
   endif
 
@@ -180,7 +178,6 @@ install: build
for file in debian/*.in; \
do \
sed -es,\$${DEB_HOST_MULTIARCH},$(DEB_HOST_MULTIARCH),g \
-   $(EXTRA_SED) \
$${file}  $${file%%.in}; \
done
 
diff --git a/src/gallium/Makefile.template b/src/gallium/Makefile.template
index 036c119..c30477a 100644
--- a/src/gallium/Makefile.template
+++ b/src/gallium/Makefile.template
@@ -41,7 +41,7 @@ depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) 
$(SYMLINKS) $(GENERATED_SOURC
$(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) 
$(ASM_SOURCES) $(GENERATED_SOURCES) 2 /dev/null
 
 $(PROGS): % : %.o $(PROGS_DEPS)
-   $(LD) $(LDFLAGS) $(filter %.o,$^) -o $@ -Wl,--start-group  $(LIBS) 
-Wl,--end-group
+   $(LD) $(LDFLAGS) $(filter %.o,$^) -o $@ -Wl,--start-group  $(LIBS) 
-Wl,--end-group $(LDADD)
 
 # Emacs tags
 tags:
diff --git a/src/gallium/auxiliary/rtasm/rtasm_execmem.c 
b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
index fbde1d1..4509553 100644
--- a/src/gallium/auxiliary/rtasm/rtasm_execmem.c
+++ b/src/gallium/auxiliary/rtasm/rtasm_execmem.c
@@ -37,7 +37,7 @@
 
 #include rtasm_execmem.h
 
-#if defined(PIPE_OS_BSD)
+#ifndef MAP_ANONYMOUS
 #define MAP_ANONYMOUS MAP_ANON
 #endif
 
diff --git a/src/gallium/drivers/llvmpipe/Makefile 
b/src/gallium/drivers/llvmpipe/Makefile
index ef16fc7..35f8fe8 100644
--- a/src/gallium/drivers/llvmpipe/Makefile
+++ b/src/gallium/drivers/llvmpipe/Makefile
@@ -68,7 +68,8 @@ lp_tile_soa.c: lp_tile_soa.py 
../../auxiliary/util/u_format_parse.py ../../auxil
$(PYTHON2) $(PYTHON_FLAGS) lp_tile_soa.py 
../../auxiliary/util/u_format.csv  $@
 
 LDFLAGS += $(LLVM_LDFLAGS)
-LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
+LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a
+LDADD += $(LLVM_LIBS) $(GL_LIB_DEPS)
 LD=$(CXX)
 
 $(PROGS): lp_test_main.o libllvmpipe.a
diff --git a/src/gallium/include/pipe/p_config.h 
b/src/gallium/include/pipe/p_config.h
index d63eccd..a3c02aa 100644
--- a/src/gallium/include/pipe/p_config.h
+++ b/src/gallium/include/pipe/p_config.h
@@ -171,7

mesa: Changes to 'ubuntu'

2012-08-22 Thread Steve Langasek
 debian/rules |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 15e66e946b75e08958e9ee26e5cbfd2687a4c62f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Aug 22 13:43:30 2012 -0700

DEB_HOST_ARCH_CPU == arm on armhf

diff --git a/debian/rules b/debian/rules
index c98c18c..28280ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ else
 
 
 # Build the llvmpipe driver only on amd64, i386 until it's tested elsewhere
-  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 armhf))
+  ifeq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386 arm))
DRI_DRIVERS += swrast
   else
GALLIUM_DRIVERS += swrast


-- 
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/e1t4hom-00029u...@vasks.debian.org



mesa: Changes to 'debian-experimental'

2012-08-21 Thread Steve Langasek
 debian/rules |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7d41f37dfef5a5fec275902590daf25b718eb608
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 15:01:19 2012 -0700

The radeonsi driver requires gallium llvm, so only build it on amd64 and 
i386
where we have llvm enabled.

diff --git a/debian/rules b/debian/rules
index 2473750..c23711c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,8 @@ else
 
   ifeq ($(DEB_HOST_ARCH_OS), linux)
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
-   GALLIUM_DRIVERS += nouveau r600 r300 radeonsi svga
+   GALLIUM_DRIVERS += nouveau r600 r300 svga
+#
 # Although the KMS egl drivers will probably build on kfreebsd  hurd
 # only linux actually has KMS drivers implemented at this point.
EGL_DISPLAYS += drm
@@ -80,8 +81,10 @@ else
 ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
DRI_DRIVERS += r200 radeon nouveau
 endif
+# Radeonsi needs LLVM, so only build it on the subset of archs where we
+# have LLVM enabled.
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
-   DRI_DRIVERS += i915 i965
+   DRI_DRIVERS += i915 i965 radeonsi
 endif
   endif
 


-- 
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/e1t3wwa-ak...@vasks.debian.org



mesa: Changes to 'ubuntu'

2012-08-21 Thread Steve Langasek
 debian/rules |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 7d41f37dfef5a5fec275902590daf25b718eb608
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 15:01:19 2012 -0700

The radeonsi driver requires gallium llvm, so only build it on amd64 and 
i386
where we have llvm enabled.

diff --git a/debian/rules b/debian/rules
index 2473750..c23711c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,8 @@ else
 
   ifeq ($(DEB_HOST_ARCH_OS), linux)
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
-   GALLIUM_DRIVERS += nouveau r600 r300 radeonsi svga
+   GALLIUM_DRIVERS += nouveau r600 r300 svga
+#
 # Although the KMS egl drivers will probably build on kfreebsd  hurd
 # only linux actually has KMS drivers implemented at this point.
EGL_DISPLAYS += drm
@@ -80,8 +81,10 @@ else
 ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
DRI_DRIVERS += r200 radeon nouveau
 endif
+# Radeonsi needs LLVM, so only build it on the subset of archs where we
+# have LLVM enabled.
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
-   DRI_DRIVERS += i915 i965
+   DRI_DRIVERS += i915 i965 radeonsi
 endif
   endif
 


-- 
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/e1t3wwi-0001cp...@vasks.debian.org



mesa: Changes to 'debian-experimental'

2012-08-21 Thread Steve Langasek
 debian/rules |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 0ee1925e861e10e63c3b55568a157c6429f3b449
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 15:26:59 2012 -0700

Meh, add radeonsi to the right driver list

diff --git a/debian/rules b/debian/rules
index c23711c..a75ddbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,10 +81,11 @@ else
 ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
DRI_DRIVERS += r200 radeon nouveau
 endif
-# Radeonsi needs LLVM, so only build it on the subset of archs where we
-# have LLVM enabled.
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
-   DRI_DRIVERS += i915 i965 radeonsi
+   DRI_DRIVERS += i915 i965
+   # Radeonsi needs LLVM, so only build it on the subset of archs
+   # where we have LLVM enabled.
+   GALLIUM_DRIVERS += radeonsi
 endif
   endif
 


-- 
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/e1t3wue-0006zb...@vasks.debian.org



mesa: Changes to 'ubuntu'

2012-08-21 Thread Steve Langasek
 debian/rules |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 0ee1925e861e10e63c3b55568a157c6429f3b449
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 15:26:59 2012 -0700

Meh, add radeonsi to the right driver list

diff --git a/debian/rules b/debian/rules
index c23711c..a75ddbe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -81,10 +81,11 @@ else
 ifeq (,$(filter $(DEB_HOST_ARCH), s390 s390x))
DRI_DRIVERS += r200 radeon nouveau
 endif
-# Radeonsi needs LLVM, so only build it on the subset of archs where we
-# have LLVM enabled.
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU), amd64 i386))
-   DRI_DRIVERS += i915 i965 radeonsi
+   DRI_DRIVERS += i915 i965
+   # Radeonsi needs LLVM, so only build it on the subset of archs
+   # where we have LLVM enabled.
+   GALLIUM_DRIVERS += radeonsi
 endif
   endif
 


-- 
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/e1t3wwi-0006dm...@vasks.debian.org



mesa: Changes to 'debian-experimental'

2012-08-21 Thread Steve Langasek
 debian/rules |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 1729a0a1da8f55b943b41c4d283d2c55f62a486d
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 20:15:46 2012 -0700

Make sure we aren't trying to ship radeonsi_dri.so on archs where we haven't
built it

diff --git a/debian/rules b/debian/rules
index a75ddbe..6176288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,6 +86,8 @@ else
# Radeonsi needs LLVM, so only build it on the subset of archs
# where we have LLVM enabled.
GALLIUM_DRIVERS += radeonsi
+else
+   EXTRA_SED=-e/radeonsi_dri.so/ s/^/\#/
 endif
   endif
 
@@ -202,6 +204,7 @@ install: build
for file in debian/*.in; \
do \
sed -es,\$${DEB_HOST_MULTIARCH},$(DEB_HOST_MULTIARCH),g \
+   $(EXTRA_SED) \
$${file}  $${file%%.in}; \
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/e1t41q9-0002yw...@vasks.debian.org



mesa: Changes to 'debian-experimental'

2012-08-21 Thread Steve Langasek
 debian/changelog   |   12 
 debian/control |1 +
 debian/libgl1-mesa-dri.install.in  |5 ++---
 debian/libgl1-mesa-dri.install.kfreebsd.in |6 --
 debian/libgl1-mesa-dri.install.linux.in|   10 --
 debian/rules   |   14 ++
 6 files changed, 17 insertions(+), 31 deletions(-)

New commits:
commit 1ec38e0dd1982017d62b4b44c88a00ceafacd632
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:27:59 2012 -0700

Add Pre-Depends on multiarch-support to libgl1-mesa-dri, since we're 
shipping a shared library in the package; not an issue in practice since this 
is all post-wheezy / post-precise, but it's an archive reject error in Debian 
right now so let's just be complete.

diff --git a/debian/changelog b/debian/changelog
index e95b86f..bf412c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,10 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
 avoids rpath problems with libtool linking to in-tree convenience
 libraries.
   * debian/rules: don't install libdricore*.so, this isn't a public library.
+  * Add Pre-Depends on multiarch-support to libgl1-mesa-dri, since we're
+shipping a shared library in the package; not an issue in practice since
+this is all post-wheezy / post-precise, but it's an archive reject error
+in Debian right now so let's just be complete.
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/control b/debian/control
index 4619749..581df44 100644
--- a/debian/control
+++ b/debian/control
@@ -601,6 +601,7 @@ Package: libgl1-mesa-dri
 Section: libs
 Priority: optional
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends}

commit 8a64f759e2d89c0b78e4a6bb34db5c6fa5f4786f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:26:07 2012 -0700

debian/rules: don't install libdricore*.so, this isn't a public library.

diff --git a/debian/changelog b/debian/changelog
index 1298789..e95b86f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
 already that we're only building drivers that we want to ship, and
 avoids rpath problems with libtool linking to in-tree convenience
 libraries.
+  * debian/rules: don't install libdricore*.so, this isn't a public library.
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index dc82df9..23e6d44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -253,8 +253,9 @@ binary-arch: install
set -e; for file in $(NOT_INSTALLED); do rm debian/tmp/$$file; done
# Files only in git, not in tarballs, OK to use rm -f here:
set -e; for file in $(NOT_INSTALLED_EITHER); do rm -f 
debian/tmp/$$file; done
-   # No need for this .so, libglapi is just a convenience library:
+   # No need for these .so, they're just convenience libraries:
rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so
+   rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so
# purge .la files
find debian/tmp/ -name '*.la' -exec rm '{}' ';'
 

commit ac89b1de473e794963e9a0d36bda6641915b3ed2
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:21:19 2012 -0700

Install all dri drivers from the DESTDIR tree, instead of copying them from 
the build tree; this simplifies the install rules since we know already that 
we're only building drivers that we want to ship, and avoids rpath problems 
with libtool linking to in-tree convenience libraries.

diff --git a/debian/changelog b/debian/changelog
index f973a3d..1298789 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,13 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
   * Added 15-fix-llvmpipe-test-linking.diff: Fix link failure when building
 llvmpipe with --with-llvm-shared-libs. Patch from fdo bug #52617.
 
+  [ Steve Langasek ]
+  * Install all dri drivers from the DESTDIR tree, instead of copying them
+from the build tree; this simplifies the install rules since we know
+already that we're only building drivers that we want to ship, and
+avoids rpath problems with libtool linking to in-tree convenience
+libraries.
+
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
 mesa (8.0.4-1) unstable; urgency=low
diff --git a/debian/libgl1-mesa-dri.install.in 
b/debian/libgl1-mesa-dri.install.in
index 31a01bb..5eda011 100644
--- a/debian/libgl1-mesa-dri.install.in
+++ b/debian/libgl1-mesa-dri.install.in
@@ -1,3 +1,2 @@
-# If this part gets modified, make sure to update .install.$os as well:
-build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so*
+dri/usr/lib

mesa: Changes to 'ubuntu'

2012-08-21 Thread Steve Langasek
 debian/changelog   |   12 
 debian/control |1 +
 debian/libgl1-mesa-dri.install.in  |3 +--
 debian/libgl1-mesa-dri.install.kfreebsd.in |6 --
 debian/libgl1-mesa-dri.install.linux.in|   11 ---
 debian/rules   |   17 +
 6 files changed, 19 insertions(+), 31 deletions(-)

New commits:
commit 1ec38e0dd1982017d62b4b44c88a00ceafacd632
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:27:59 2012 -0700

Add Pre-Depends on multiarch-support to libgl1-mesa-dri, since we're 
shipping a shared library in the package; not an issue in practice since this 
is all post-wheezy / post-precise, but it's an archive reject error in Debian 
right now so let's just be complete.

diff --git a/debian/changelog b/debian/changelog
index e95b86f..bf412c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,10 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
 avoids rpath problems with libtool linking to in-tree convenience
 libraries.
   * debian/rules: don't install libdricore*.so, this isn't a public library.
+  * Add Pre-Depends on multiarch-support to libgl1-mesa-dri, since we're
+shipping a shared library in the package; not an issue in practice since
+this is all post-wheezy / post-precise, but it's an archive reject error
+in Debian right now so let's just be complete.
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/control b/debian/control
index 4619749..581df44 100644
--- a/debian/control
+++ b/debian/control
@@ -601,6 +601,7 @@ Package: libgl1-mesa-dri
 Section: libs
 Priority: optional
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends}

commit 8a64f759e2d89c0b78e4a6bb34db5c6fa5f4786f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:26:07 2012 -0700

debian/rules: don't install libdricore*.so, this isn't a public library.

diff --git a/debian/changelog b/debian/changelog
index 1298789..e95b86f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
 already that we're only building drivers that we want to ship, and
 avoids rpath problems with libtool linking to in-tree convenience
 libraries.
+  * debian/rules: don't install libdricore*.so, this isn't a public library.
 
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
diff --git a/debian/rules b/debian/rules
index dc82df9..23e6d44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -253,8 +253,9 @@ binary-arch: install
set -e; for file in $(NOT_INSTALLED); do rm debian/tmp/$$file; done
# Files only in git, not in tarballs, OK to use rm -f here:
set -e; for file in $(NOT_INSTALLED_EITHER); do rm -f 
debian/tmp/$$file; done
-   # No need for this .so, libglapi is just a convenience library:
+   # No need for these .so, they're just convenience libraries:
rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so
+   rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so
# purge .la files
find debian/tmp/ -name '*.la' -exec rm '{}' ';'
 

commit ac89b1de473e794963e9a0d36bda6641915b3ed2
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Aug 21 22:21:19 2012 -0700

Install all dri drivers from the DESTDIR tree, instead of copying them from 
the build tree; this simplifies the install rules since we know already that 
we're only building drivers that we want to ship, and avoids rpath problems 
with libtool linking to in-tree convenience libraries.

diff --git a/debian/changelog b/debian/changelog
index f973a3d..1298789 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -28,6 +28,13 @@ mesa (9.0~git20120821.c1114c61-1) UNRELEASED; urgency=low
   * Added 15-fix-llvmpipe-test-linking.diff: Fix link failure when building
 llvmpipe with --with-llvm-shared-libs. Patch from fdo bug #52617.
 
+  [ Steve Langasek ]
+  * Install all dri drivers from the DESTDIR tree, instead of copying them
+from the build tree; this simplifies the install rules since we know
+already that we're only building drivers that we want to ship, and
+avoids rpath problems with libtool linking to in-tree convenience
+libraries.
+
  -- Julien Cristau jcris...@debian.org  Fri, 03 Aug 2012 23:17:16 +0200
 
 mesa (8.0.4-1) unstable; urgency=low
diff --git a/debian/libgl1-mesa-dri.install.in 
b/debian/libgl1-mesa-dri.install.in
index 31a01bb..5eda011 100644
--- a/debian/libgl1-mesa-dri.install.in
+++ b/debian/libgl1-mesa-dri.install.in
@@ -1,3 +1,2 @@
-# If this part gets modified, make sure to update .install.$os as well:
-build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so*
+dri/usr/lib

Bug#661021: xinput --list crashes: BTS confused about whether this is fixed

2012-07-21 Thread Steve Cotton
 Package: libxi6
 Bug: 661021
 Title:   xinput --list crashes

Hi Julien,

The RC bug list is still showing bug #661021 as affecting Testing
and Unstable.  I assume it's just the BTS being confused, but
would like to double-check with you.

(I guess it's fixed in version libxi/2:1.4.99.1-1)

Thanks,
Steve


-- 
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/20120721152941.ga16...@s.cotton.clara.co.uk



xcb-util: Changes to 'debian-unstable'

2012-02-09 Thread Steve Langasek
 debian/changelog |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 18b41ad268290f93afc76a51ade3aea5cb82e38d
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Feb 9 16:42:05 2012 -0800

releasing version 0.3.8-2

diff --git a/debian/changelog b/debian/changelog
index a635e1f..a54e0a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-xcb-util (0.3.8-2) UNRELEASED; urgency=low
+xcb-util (0.3.8-2) unstable; urgency=low
 
-  [ Tom Ellis ]
-  * Convert to multi-arch. (Closes: #640521, LP: #925388)
+  * Convert to multi-arch.  Thanks to Tom Ellis tom.el...@canonical.com
+and Riku Voipio riku.voi...@iki.fi.  (Closes: #640521, LP: #925388)
 
- -- Tom Ellis trel...@ubuntu.com  Wed, 08 Feb 2012 11:28:48 +
+ -- Steve Langasek vor...@debian.org  Thu, 09 Feb 2012 16:40:57 -0800
 
 xcb-util (0.3.8-1) unstable; urgency=low
 

commit cae0a6c1824578ef32fbcd38cba3cee96e641cba
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Feb 9 16:40:49 2012 -0800

reference the Debian bug # too, not just the LP one

diff --git a/debian/changelog b/debian/changelog
index dcf158e..a635e1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 xcb-util (0.3.8-2) UNRELEASED; urgency=low
 
-  * Convert to multi-arch. (LP: #925388)
+  [ Tom Ellis ]
+  * Convert to multi-arch. (Closes: #640521, LP: #925388)
 
  -- Tom Ellis trel...@ubuntu.com  Wed, 08 Feb 2012 11:28:48 +
 


-- 
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/e1rvekm-000869...@vasks.debian.org



xcb-util: Changes to 'refs/tags/xcb-util-0.3.8-2'

2012-02-09 Thread Steve Langasek
Tag 'xcb-util-0.3.8-2' created by Steve Langasek steve.langa...@ubuntu.com at 
2012-02-10 00:42 +

Tagging upload of xcb-util 0.3.8-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATzRn5VaNMPMhshM9AQhfGRAAqYY7jpmzAE97BiOWBNxN2XWeEntCnP8Y
GFxthl3JrcLnHU7ZHjfh9k5zkCNPgWRGJ9bKpYvM2a0OqNPcdqHRCRQrxmUdscBc
jcYnge28qcOjhXNIH1pjzOUEnag46AmKULPHirgt7Lckk76YWEEGQLukNhhjSzfC
N9H2rdMPCBfXVYRK3+PRaywJqwrZUrgh3WAGOQiORvllUFqu1eiFkSPuJoy3YZNq
78pgegsexJpBHXG/DWjXneaZp5a4/YI0Sqf61IU2+Ze1Rr4d9Zg+NYT+fhqioO8a
BQ2jNIP/c+LkQyRuAC5PbxDelJLXECiMEOUVPKXncMfnVjhwfMPsk1Z3rhZNcHXa
C9AAQydC+mYPkusL+SF9reb/nH5DxK45u8gDI4E4RIrFSGEjk0QCBmOVFNdjjfqV
p/hMnviBIz1QoodoPR2EaS/PDPuk4ArGsTg71tBYV4pN3CYpKf+FL5U38R3HUZEj
LnxGKmnLJ1wxiqNjJdQWzaY81yg4LSOniPB9u1I40hkBKLqRXwQCA3dolM7Mda8d
jEg6P7e+AkGnTMZ5DHAcY946q3vnSGMyFqK0MczQBrMhRXtnVyeU52k1QaSmoXg9
o51y3WZPzhC4QJbjlO34/QthrLrtZpEYUcI5hypj8R7GCNsvXEQHQblDjcD90dkh
PzBOH9bYBuA=
=rY0F
-END PGP SIGNATURE-

Changes since xcb-util-0.3.8-1:
Steve Langasek (2):
  reference the Debian bug # too, not just the LP one
  releasing version 0.3.8-2

Timo Aaltonen (1):
  fix the changelog entry of the previous commit

Tom Ellis (1):
  Convert to multi-arch

---
 debian/changelog|8 
 debian/control  |7 +--
 debian/libxcb-util0-dev.install |6 +++---
 debian/libxcb-util0.install |2 +-
 debian/rules|2 ++
 5 files changed, 19 insertions(+), 6 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/e1rvekr-0008bk...@vasks.debian.org



x11proto-fonts: Changes to 'debian-unstable'

2012-02-06 Thread Steve Langasek
 debian/changelog |7 +++
 debian/control   |1 +
 2 files changed, 8 insertions(+)

New commits:
commit 1e79ba869367b9107190a3dca201df70f7e56e19
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Mon Feb 6 19:09:50 2012 -0800

releasing version 2.1.1-3

diff --git a/debian/changelog b/debian/changelog
index 97d564c..0e0a4b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x11proto-fonts (2.1.1-3) UNRELEASED; urgency=low
+x11proto-fonts (2.1.1-3) unstable; urgency=low
 
   * *Really* mark the package Multi-Arch: foreign, since I seem to have
 thinkoed this in the previous upload. :P
 
- -- Steve Langasek vor...@debian.org  Mon, 06 Feb 2012 19:08:40 -0800
+ -- Steve Langasek vor...@debian.org  Mon, 06 Feb 2012 19:09:42 -0800
 
 x11proto-fonts (2.1.1-2) unstable; urgency=low
 

commit 49b64425e1b01a7df9ad00d7afba2071242935ca
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Mon Feb 6 19:09:31 2012 -0800

*Really* mark the package Multi-Arch: foreign, since I seem to have 
thinkoed this in the previous upload. :P

diff --git a/debian/changelog b/debian/changelog
index 3932f59..97d564c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11proto-fonts (2.1.1-3) UNRELEASED; urgency=low
+
+  * *Really* mark the package Multi-Arch: foreign, since I seem to have
+thinkoed this in the previous upload. :P
+
+ -- Steve Langasek vor...@debian.org  Mon, 06 Feb 2012 19:08:40 -0800
+
 x11proto-fonts (2.1.1-2) unstable; urgency=low
 
   * Mark x11proto-fonts-dev Multi-Arch: foreign
diff --git a/debian/control b/debian/control
index d3ed26a..4c0768a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-fonts.git
 
 Package: x11proto-fonts-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: x11proto-core-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: X11 font extension wire protocol
  This package provides development headers describing the wire protocol


-- 
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/e1rubrg-0002ar...@vasks.debian.org



x11proto-fonts: Changes to 'refs/tags/x11proto-fonts-2.1.1-3'

2012-02-06 Thread Steve Langasek
Tag 'x11proto-fonts-2.1.1-3' created by Steve Langasek 
steve.langa...@ubuntu.com at 2012-02-07 03:09 +

Tagging upload of x11proto-fonts 2.1.1-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATzCWBlaNMPMhshM9AQjEChAAqKYgJIzGI/9cCT3hN/7Wi1PVDWFLC+FY
nwU1Nnxi9weMHbeJm4yi8qlJ2tW/axIuJ8W85bX+uYGOQmRQhYnHgZ99a/BAPOpr
NuESPqOjPHC49iEePWwtiU6egV/8FerUQx8O07A6UbS78WRkgmny0fyFlj21v1zo
ogO6Tv8zXZXjJs4ycP3Z1vlevtNpQ2+ohgdr7BwaGQHx25g3zMfNohXAmBg93T/x
EvdGsEL5COvtQ0JwxyM0DtWUfKYFtsc/4hnBKuuxUKS3mZh25AeeCrIEO1Nvk6ll
ctIJMxqBiHyyXoPnFVOrSWBmVj1TaEq57YKIx5JBEVWDSQ6MRO9jlx3EVsWJ97bs
WwJMxGsmLvgr3W2c/iJIWDDZX/xB/4ryuTPB0ofujp23aArWy0mttGLrXiqpT9pz
CxOG2XTpff8zMRLhAqz0C68VGj3ZZKTwvW3chkrDn2Cv4/t4lCeiPrK+1430EMZn
S7oKXdGxRiQIayR+61AaRNsqlms3r18XDgA5IXt7r2NeSTyrCc4b83IlYLuiyyAj
h23jhYGwsPcOQSUKggPTmV3cK4rYxG9TnzgjR9h93uWV0LldZEB4KQPH+2kqoqxR
gQ5KIWvaHvOoXf98KUC8OWiBp3BtM+x8qIItnD9dpKHirGO9pWTDKUwVfdoHOVMG
powt3XvPVvA=
=LTO2
-END PGP SIGNATURE-

Changes since x11proto-fonts-2.1.1-2:
Steve Langasek (2):
  *Really* mark the package Multi-Arch: foreign, since I seem to have 
thinkoed this in the previous upload. :P
  releasing version 2.1.1-3

---
 debian/changelog |7 +++
 debian/control   |1 +
 2 files changed, 8 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/e1rubrk-0002bt...@vasks.debian.org



x11proto-input: Changes to 'debian-experimental'

2012-01-25 Thread Steve Langasek
 debian/changelog  |   14 ++
 debian/control|1 +
 debian/x11proto-input-dev.install |2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit d3b96c2aea704c92d52f09fdff87ad5c49f9df00
Author: Steve Langasek steve.langa...@canonical.com
Date:   Wed Jan 25 12:24:25 2012 -0800

releasing version 2.1.99.5-2

diff --git a/debian/changelog b/debian/changelog
index 3c7131e..f2cab77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-input (2.1.99.5-2) UNRELEASED; urgency=low
+x11proto-input (2.1.99.5-2) experimental; urgency=low
 
   * Merge multiarch support from unstable branch.
 
- -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:23:59 -0800
+ -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:24:17 -0800
 
 x11proto-input (2.1.99.5-1) experimental; urgency=low
 

commit f731cc3cc6ad296d638e34cf722bf76c8d28b289
Author: Steve Langasek steve.langa...@canonical.com
Date:   Wed Jan 25 12:24:09 2012 -0800

Merge multiarch support from unstable branch.

diff --git a/debian/changelog b/debian/changelog
index c1bf058..3c7131e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-input (2.1.99.5-2) UNRELEASED; urgency=low
+
+  * Merge multiarch support from unstable branch.
+
+ -- Steve Langasek vor...@debian.org  Wed, 25 Jan 2012 12:23:59 -0800
+
 x11proto-input (2.1.99.5-1) experimental; urgency=low
 
   * New upstream release candidate.

commit 9dca0c24f76ca3b366e8703675ba65f983904071
Author: Cyril Brulebois k...@debian.org
Date:   Fri Dec 16 13:24:13 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index aa36933..1afd8e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-x11proto-input (2.1-1) UNRELEASED; urgency=low
+x11proto-input (2.1-1) unstable; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
   * Get rid of .docs, XI{,2}proto.txt were already listed in .install; and
 add XI{,2}proto.html there accordingly (thanks, asciidoc).
 
- -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
+ -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:24:03 +0100
 
 x11proto-input (2.0.2-2) unstable; urgency=low
 

commit 59cc6740fd9692d22ac4d216f7ad5a629dcc665e
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:13:40 2011 +0100

Ship *.txt and *.html through dh_install.

diff --git a/debian/changelog b/debian/changelog
index 0184fe2..aa36933 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11proto-input (2.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
+  * Get rid of .docs, XI{,2}proto.txt were already listed in .install; and
+add XI{,2}proto.html there accordingly (thanks, asciidoc).
 
  -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
 
diff --git a/debian/x11proto-input-dev.docs b/debian/x11proto-input-dev.docs
deleted file mode 100644
index d29dcf3..000
--- a/debian/x11proto-input-dev.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-XIproto.txt
-XI2proto.txt
diff --git a/debian/x11proto-input-dev.install 
b/debian/x11proto-input-dev.install
index f0277a0..13ca4a2 100644
--- a/debian/x11proto-input-dev.install
+++ b/debian/x11proto-input-dev.install
@@ -2,3 +2,5 @@ usr/include/X11/extensions/*
 usr/lib/pkgconfig/inputproto.pc /usr/share/pkgconfig
 usr/share/doc/inputproto/XIproto.txt  usr/share/doc/x11proto-input-dev
 usr/share/doc/inputproto/XI2proto.txt usr/share/doc/x11proto-input-dev
+usr/share/doc/inputproto/XIproto.html  usr/share/doc/x11proto-input-dev
+usr/share/doc/inputproto/XI2proto.html usr/share/doc/x11proto-input-dev

commit d2715280de146b190863ca592e01d6933acf4c0f
Author: Cyril Brulebois k...@debian.org
Date:   Thu Dec 15 14:10:03 2011 +0100

Bump xutils-dev build-dep for new macros, add asciidoc build-dep.

diff --git a/debian/changelog b/debian/changelog
index b4394e2..0184fe2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-input (2.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
 
  -- Cyril Brulebois k...@debian.org  Fri, 16 Dec 2011 13:17:14 +0100
 
diff --git a/debian/control b/debian/control
index 32a34cf..976906d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Build-Depends:
  debhelper (= 8),
  dh-autoreconf,
  quilt,
- xutils-dev (= 1:7.5~1),
+ xutils-dev (= 1:7.5+4),
+ asciidoc,
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-input
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/proto/x11proto-input.git

commit cfb73528ee561746e8afb9116886ccc9ec7c
Author: Cyril Brulebois k...@debian.org
Date:   Fri Dec 16 13:17:28 2011 +0100

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 48b6f0e..f9b4812

x11proto-input: Changes to 'refs/tags/x11proto-input-2.1.99.5-2'

2012-01-25 Thread Steve Langasek
Tag 'x11proto-input-2.1.99.5-2' created by Steve Langasek 
steve.langa...@canonical.com at 2012-01-25 20:24 +

Tagging upload of x11proto-input 2.1.99.5-2 to experimental.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATyBlBVaNMPMhshM9AQg6Ew//TIh3WndRB0YNX21QPdD8RKmVaEFwpsgN
sdxCFEF4t2thRHqYduWPSaD1ejSOWW7j4sm5loxTthlStKFurthYKoHMFEfjbXu9
LNXsZEJaHdxtIvjKaDtzo1GC8GjabxbTOJBkW3Z3QrKTU+YseOP1rUkZmR0re9HC
zvrYEEg4YtMMxK23lYpNKKToY0biRHrVI6EqcNmqOnT9Sj7cYH3gPcN4YmaDcBkd
OfzmZHATsYjtOMu61vfQaYJog+tw/Pa5XL4HcVYl4YcpZpXXYAOcJ1eI6ZzGjbHx
24wmukeUwjQvPxKlflUFKV9hcj43eWr+ayVDsE2pdm+DFpH0EqXC9CYcfybC2imN
7G8Y9Dz7YctunpvA3Ktr772rpIy4sYr+9oqrLqVG03ZKurp7JetxCHdK2HUp1Dgj
2QhjX18fEzmLASBO8y+zh+NDXkuf9SyGMcV0PBHUd+NRZjKxblERGCq1HpfNNpCT
Br9fHIbducm1rxUisZLg2sX9zgzBiuffGNqRbAlxppF3ICF4VrSpEzo3ewLT0v2b
AFCYhlmeVGAOeirEcsi2Q1pQtew4FtbZr5gjj2fjumXc/vWWmf7OizBPRq94+B2Y
6TKiojA9ite5FA7fOOYhB8x4aApVv6WVqcrX0HkWeiMyQIyHiWGuiB1EAKE06zAo
rFzWvHWz8Xo=
=luoZ
-END PGP SIGNATURE-

Changes since x11proto-input-2.1.99.5-1:
Cyril Brulebois (7):
  Fix typo in changelog.
  Merge branch 'upstream-unstable' into debian-unstable-new
  Merge branch 'debian-unstable' into debian-unstable-new
  Bump changelogs.
  Bump xutils-dev build-dep for new macros, add asciidoc build-dep.
  Ship *.txt and *.html through dh_install.
  Upload to unstable.

Steve Langasek (6):
  Mark x11proto-input-dev Multi-Arch: foreign
  Install .pc file to /usr/share/pkgconfig insetad of /usr/lib/pkgconfig
  releasing version 2.0.2-2
  Merge fixes from unstable into the experimental branch
  Merge multiarch support from unstable branch.
  releasing version 2.1.99.5-2

---
 debian/changelog  |   14 ++
 debian/control|1 +
 debian/x11proto-input-dev.install |2 +-
 3 files changed, 16 insertions(+), 1 deletion(-)
---


-- 
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/e1rq9zp-cc...@vasks.debian.org



x11proto-bigreqs: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 72c9a16e779310d0f67355f501a129728762ec68
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 10:21:05 2011 -0800

releasing version 1:1.1.1-2

diff --git a/debian/changelog b/debian/changelog
index b1c2885..1e2ec4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-bigreqs (1:1.1.1-2) UNRELEASED; urgency=low
+x11proto-bigreqs (1:1.1.1-2) unstable; urgency=low
 
   [ Cyril Brulebois ]
   * Fix missing URL in long description (Closes: #642224), thanks to
@@ -7,7 +7,7 @@ x11proto-bigreqs (1:1.1.1-2) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-bigreqs-dev Multi-Arch: foreign.
 
- -- Cyril Brulebois k...@debian.org  Tue, 20 Sep 2011 16:27:01 +0200
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 10:20:54 -0800
 
 x11proto-bigreqs (1:1.1.1-1) unstable; urgency=low
 

commit b86d4156135bac2f12fd6167b61dbc5408fd1505
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 10:20:44 2011 -0800

Mark x11proto-bigreqs-dev Multi-Arch: foreign.

diff --git a/debian/changelog b/debian/changelog
index 9f2cfd4..b1c2885 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 x11proto-bigreqs (1:1.1.1-2) UNRELEASED; urgency=low
 
+  [ Cyril Brulebois ]
   * Fix missing URL in long description (Closes: #642224), thanks to
 Aputsiaq Janussen.
 
+  [ Steve Langasek ]
+  * Mark x11proto-bigreqs-dev Multi-Arch: foreign.
+
  -- Cyril Brulebois k...@debian.org  Tue, 20 Sep 2011 16:27:01 +0200
 
 x11proto-bigreqs (1:1.1.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 670720e..22b0428 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-bigreqs.git
 
 Package: x11proto-bigreqs-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Big Requests extension wire protocol
  This package provides the wire protocol for the BIG-REQUESTS extension, used 
to


-- 
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/e1rqnrj-mt...@vasks.debian.org



x11proto-bigreqs: Changes to 'refs/tags/x11proto-bigreqs-1_1.1.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-bigreqs-1_1.1.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 18:35 +

Tagging upload of x11proto-bigreqs 1:1.1.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsKxAVaNMPMhshM9AQhnoBAAhB3obzo3sg1QRoCiutJQSLydd490XgP1
6aeodMmSqEynWfhF361X/ym0N9sFc7G+I/zDFcTsbp3LSPlcWrPa82WWZHDzmy5m
UveWAm5UhL9RqoCfbuhSZKKiuYQKM8Ah2KS3mAQmo4a+1jUCLRLCtkPe/tgDS1uJ
QrCGBAVlfEIbiTGQtGiYy2a3BLGzx/APnIuscm+ftwNXoBthUVfGfi+gioAfF8v1
VRtMWQqybDOEH6mv2ImysKYuAsxlynM5b9K4yW59jU1qK9DHc9hNl5gg4Vgd6Oi3
ExBDK6E9EhbG/w97lwmMNpggXGNTH4XJV922FC5SNfpA7vWMBtY65Arzrj9FpqEF
OnwzMlCCvFqAssF5Gh1saLiduo3FyYxDfIz6VfwczYcFe+rKl6LSmUUOutJPQ2eI
TObE/3qzDSR4xy/zkETtTU6Kjp/9McpnBeM3Advr/8yvg+ApR19kvzV7fAyyRBse
TsXsAMdSjlFya77lgDhcMqPsIaEwemklW7vsdv0KTUT79H+FwPJrYLTR4JXW+bic
3Lzh/XthLgt7aLZxzYI8t1ZmHJ8ILUTtIoMlSOgiI+ZmmzywQSnK5AxC4Oi54m/s
TwcNRV8x7LgLbkjb2pCeiKghoDPJMUQMl28ubl9G8o9flnsHuxJxMLJfMO/qM1dv
rqw7NVFzu5I=
=FtJb
-END PGP SIGNATURE-

Changes since x11proto-bigreqs-1_1.1.1-1:
Cyril Brulebois (2):
  Mention upstream git URL in a comment.
  Fix missing URL in long description (Closes: #642224), thanks to Aputsiaq 
Janussen.

Steve Langasek (2):
  Mark x11proto-bigreqs-dev Multi-Arch: foreign.
  releasing version 1:1.1.1-2

---
 debian/changelog |   11 +++
 debian/control   |2 ++
 debian/watch |1 +
 3 files changed, 14 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/e1rqnrm-ny...@vasks.debian.org



x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 93f02fef0a020bd318de5aa2945c4a91879a9873
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:18:38 2011 -0800

releasing version 1:2.3-3

diff --git a/debian/changelog b/debian/changelog
index 4b3a0b0..f27347a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
+x11proto-dmx (1:2.3-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -8,7 +8,7 @@ x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-dmx-dev Multi-Arch: foreign
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:51 +
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:18:24 -0800
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 

commit 031bb6163bb0e20617db8e7f46de61022f1cc3d7
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 10:46:04 2011 -0800

Mark x11proto-dmx-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index dc46af3..4b3a0b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 x11proto-dmx (1:2.3-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Steve Langasek ]
+  * Mark x11proto-dmx-dev Multi-Arch: foreign
+
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:51 +
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index d4dd9eb..81ba31c 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X extension wire protocol


-- 
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/e1rqoxo-0003oi...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/x11proto-dmx-1_2.3-3'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-dmx-1_2.3-3' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:19 +

Tagging upload of x11proto-dmx 1:2.3-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsK7TFaNMPMhshM9AQic2BAAipeqLRQ+GvY5lM05GmAxB/qG1gNn5jC6
WFEV34HTf/Vo2BnAdFe57zLjTZteUncQFsmZG2vY7rrLhcRLMXzncUD9Aeb2dxaE
YX6YsNa5kVbbKTkdR7nGIyRrUQsfDnXQ5sDUnbAo3wZnwPl2ZvZ2PjCAD4UEuifs
1LFA/I+3686FyB7l/lCNKajPPVdn6p/V1Ma4GwD+BR3myKzR0PwQU3E3VpmqM1te
MvfdxDGLZtn4GVV5VfS5Y91UE3+phWbhAPKDuuttvqXZK1O3zOIrHb8JQLapCuab
WPla4HMR78ZpOoOwRU8tIZqbanOewEzsuTFaebUgKNNq0dopAqCBNA1Or9sASjuS
6msu2GhFZhwyK9Rv2gJ6NGZKNw3l09gwnYW3Ox/Xe06VsGiHW85IqdH9fmGcIpaE
bermVij/HsufGp2Z2y24iuqjS+Wbg3Do5UeO3AyBZ7pUb7Nr1KqgML1njzjw7lYC
5YrXS/nFO0x3FeUInw/h2tQh1Nsb7sJP+7mmhJPy4QecrOVl8t67Bk8Efs+5p2+i
3wrF1upcehwDtLRVeFCl9d+/iPhu+FFP9WTpF7a6tc1l+qoZYxjoObHXdUu8YSM/
ZFvOo1+lokGCRgt4QSlX0dHO2bETuFb5MJy82aJY8kzTP9d8X0BwGYvYh8kP7oDg
TwvADkR4KFs=
=oyq2
-END PGP SIGNATURE-

Changes since x11proto-dmx-1_2.3-2:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Julien Cristau (2):
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

Steve Langasek (2):
  Mark x11proto-dmx-dev Multi-Arch: foreign
  releasing version 1:2.3-3

---
 debian/changelog |   12 
 debian/control   |5 ++---
 debian/rules |   10 +-
 debian/watch |1 +
 4 files changed, 20 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/e1rqoxs-0003pg...@vasks.debian.org



x11proto-fonts: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit ca894c643ad87f45cecbfa983e9cd3bf86af30a4
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:39:29 2011 -0800

releasing version 2.1.1-2

diff --git a/debian/changelog b/debian/changelog
index e78d0d9..3932f59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-fonts (2.1.1-2) UNRELEASED; urgency=low
+x11proto-fonts (2.1.1-2) unstable; urgency=low
 
   * Mark x11proto-fonts-dev Multi-Arch: foreign
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:39:12 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:39:24 -0800
 
 x11proto-fonts (2.1.1-1) unstable; urgency=low
 

commit 9dc6dad5abeef0e7fa5cc91666bb3ac237ccb4ec
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:39:16 2011 -0800

Mark x11proto-fonts-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 5dbf2da..e78d0d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-fonts (2.1.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-fonts-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:39:12 -0800
+
 x11proto-fonts (2.1.1-1) unstable; urgency=low
 
   [ Julien Cristau ]


-- 
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/e1rqotk-0005qv...@vasks.debian.org



x11proto-fonts: Changes to 'refs/tags/x11proto-fonts-2.1.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-fonts-2.1.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:42 +

Tagging upload of x11proto-fonts 2.1.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLAnVaNMPMhshM9AQjwzxAAhhIOtMquokC1tQhtbBV3AHAg4ALXqssB
Ip8E4eaPb1clmcoXbqVXZYiXxnFEQp5qnpXtskQTDuOLY8ZRUVw6ikrSycE7uHE4
xaOTvkpeOAWcBACnQb9x3p3ZTvevz4ewuPVHecW6ROt5OwBm6pA7c8z9SLwGnLLL
eUVWkWPxZ0aZLNCn22HboPCauXnZ1fySPhdiZ60IXRkjzRz6KnX7/S4ZF/AXcVHO
Sf59a4jF62JA9EPMToXF4G5h0ymlJk1lNethsphwLqpFvSYgDeSko+JwdkDEoEr1
lqTZUiDu91QA0ap6Uc4KLDWYBoUTkZCJKinyOQp5a+Sn+l4U9b/sxp8fDzQX0Uur
Esetxrk/RBkKkdrRaeFqRDdPsGi5ka+xsJcJbRB+xh3I1ZV9k3+kIeOMti7JKT43
fXh30bDT+fTvvdDazEVZ5IApcfv9ipfNybg9WCOM0FzFuLwjpAoKzfdryZbc0TJo
Y1VgRcYXoLnmqDkKC4XQ8pfnnIx5Mue0cD4JFLW42/IDTpaR/2tDdnxP35c1b6Uz
1050fDvU74sCzwCSl3tFFOivh7hjJ9x2ZOoAb33OfEkndsoaw0XRziUl4hZEn1h6
MPJEAPwFYioz+pierVqzb+xE8R8krUcijbmI6aDYohDYQZGO/j7QSfU8K4oNjb9f
0R7vTWcmxu8=
=m7a9
-END PGP SIGNATURE-

Changes since x11proto-fonts-2.1.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (2):
  Mark x11proto-fonts-dev Multi-Arch: foreign
  releasing version 2.1.1-2

---
 debian/changelog |6 ++
 debian/watch |1 +
 2 files changed, 7 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/e1rqoto-0005rq...@vasks.debian.org



x11proto-print: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 8b53a4f6b35bdf175fa148c7e77b6f82f99c12d9
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:44:27 2011 -0800

releasing version 1.0.5-2

diff --git a/debian/changelog b/debian/changelog
index 555d75f..af7c370 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-print (1.0.5-2) UNRELEASED; urgency=low
+x11proto-print (1.0.5-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Remove David and Andres from Uploaders.
@@ -7,7 +7,7 @@ x11proto-print (1.0.5-2) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-print-dev Multi-Arch: foreign
 
- -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:44:35 +0200
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:44:18 -0800
 
 x11proto-print (1.0.5-1) unstable; urgency=low
 

commit 3f8d442bbd33ffd13d0650338c628cf559e193b7
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:44:14 2011 -0800

Mark x11proto-print-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 065d64d..555d75f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 x11proto-print (1.0.5-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Remove David and Andres from Uploaders.
   * Drop obsolete Pre-Depends on x11-common.
 
+  [ Steve Langasek ]
+  * Mark x11proto-print-dev Multi-Arch: foreign
+
  -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:44:35 +0200
 
 x11proto-print (1.0.5-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index e0d824a..33d8f87 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-print.git
 
 Package: x11proto-print-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: libxp-dev (1:1)
 Description: X11 Printing extension (Xprint) wire protocol


-- 
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/e1rqoyc-0005lm...@vasks.debian.org



x11proto-print: Changes to 'refs/tags/x11proto-print-1.0.5-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-print-1.0.5-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:46 +

Tagging upload of x11proto-print 1.0.5-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLBsFaNMPMhshM9AQgQ8Q/7BfrCIJGd8spZ5Y+ENv1r6WEKGlu0GWcv
LvMMfZ28ZUu5RJdWbDQRuU9mMRmMD7pce8U3xfyt8u6Zb6G2Qny7QakDbKkwBeKn
fyfmtLq9dbbg1SSQDgSxOOp4IU/gSmD+GyOJvgZHhsPKPtTkxB51ByN2tuS1UCJk
fra57MqY4fPgxn7g5B7EJPfr7pCX36KXpx9wAho7MxPt6DXJGTVAPZgogWx2t0fC
0Twt9xuvaSxtF/malhYJvKSL8fM747jmM3va9ZjToACrf6wphr8yOJU52sRXfOnr
numlCgasfFzgbJsuBwCv1ZNo3n+YAW2lfC0YbE1mts6H8/mgMHrU/xCHyBIal5ov
EdV85Txv5OOZYC6fu0/OSm75inZsXA+sR295hAKfWw64SAH4XDhFCRoMQ8QfBNMA
Xg167+DX7uIhQ0/nnWx2niIkhEDnMj0AtePVLkVRj+t0v0G96fHy/pkAjB7umR9X
VRUS9UnAmSonulcvAa3H1YdKgCGargcgIhbAB/5XFphIGwDeq9+1h6bAPKzERv2k
gWxQ0fjHqxOt2oMgjZxZeX8MmjPhwpLSiAk/dPlLk7Vwwe5w0baIlEtLKH8Tx3WU
jmDRU3F+QRf12sVD7JP66kEh7HgwjMjFsAwrQgnkCuq/CbUn2l82pTrwvQBpsQzT
p0c9K0zOrG0=
=LfHb
-END PGP SIGNATURE-

Changes since x11proto-print-1.0.5-1:
Julien Cristau (2):
  Remove David and Andres from Uploaders.
  Drop obsolete Pre-Depends on x11-common.

Steve Langasek (2):
  Mark x11proto-print-dev Multi-Arch: foreign
  releasing version 1.0.5-2

---
 debian/changelog |   11 +++
 debian/control   |4 ++--
 2 files changed, 13 insertions(+), 2 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/e1rqoyf-0005mc...@vasks.debian.org



x11proto-scrnsaver: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 1401086e4d217c6ed6a9452bbfadea9a32775b7c
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:49:21 2011 -0800

releasing version 1.2.1-2

diff --git a/debian/changelog b/debian/changelog
index 1a99c2c..7523006 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-scrnsaver (1.2.1-2) UNRELEASED; urgency=low
+x11proto-scrnsaver (1.2.1-2) unstable; urgency=low
 
   * Mark x11proto-scrnsaver-dev Multi-Arch: foreign
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:48:51 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:49:19 -0800
 
 x11proto-scrnsaver (1.2.1-1) unstable; urgency=low
 

commit e78a259c1524d0df8ddf6091d8d3bae2b7733256
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:48:57 2011 -0800

Mark x11proto-scrnsaver-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 209da6a..1a99c2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-scrnsaver (1.2.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-scrnsaver-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:48:51 -0800
+
 x11proto-scrnsaver (1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 5ff05bb..1865700 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-scrnsaver.git
 
 Package: x11proto-scrnsaver-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Breaks: libxss-dev ( 1:1.2.0)
 Description: X11 Screen Saver extension wire protocol


-- 
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/e1rqp2o-0006ho...@vasks.debian.org



x11proto-scrnsaver: Changes to 'refs/tags/x11proto-scrnsaver-1.2.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-scrnsaver-1.2.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:51 +

Tagging upload of x11proto-scrnsaver 1.2.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLCtFaNMPMhshM9AQjHAA//RjjyrnbAl73PWW6AuVQxyqRk5yE7NyCc
ZgSRbrNaVnZ9NJcujkC0BWCjV6LmqvYnpBWH5CLslqnqQT95q23QNQLbNkJvCMvE
Vw4o9Ol1Ziyd+Xci4fYmaUbhOuFTrj61rUX7ObFcz/CAH5gKUQctJ4d4Q9aZmpt9
XvOhx6sPHVqCSe0uYTCn31iV7mGBrHJlXfnZGDkSF1snb47YgKpxFCAFVa6spdZz
zRmmqY5WFnlEDr1TT2kGO6Ag7WJu3Ne6i8MMOO7M6RcEymhiTm9wm6bGamYP3eDV
+CZJoPdtp+hY/Nd1cKO1lyDDmyJ8H50GG2my1ytEbY/z/be+m7UQsegt9bKk65Zw
XcqX1sxClDTC9mtWGnTpDq30aBcv1mzcjm4ZX0suWQQzZm5kvSYUIwY4gC5IgAqe
uVWSCCQoYTyUiPL9V/Mh4tHLVApIHeVVaAQn3V0SV8E8+NCkIjcKT2t2RMVsv1eX
2c81hqXfUNwJvb2DnGuKNZNs36qD9frclIJ87NtZPqQ1if9OrlDrvXt2ieGqC8Pe
RWvjQ/F8dnLPzKltX2nUFB1AMCaSvBpdOpuBVhqE8p92YFRKkNVea+NbnupVolcF
5Pre2f4Yhcauszh6+cCl2sfsyHEnkLg2foOgEFDPborUxiLn8kacTgT3o+4yqQSD
wRHH4of5aoU=
=LcdA
-END PGP SIGNATURE-

Changes since x11proto-scrnsaver-1.2.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (2):
  Mark x11proto-scrnsaver-dev Multi-Arch: foreign
  releasing version 1.2.1-2

---
 debian/changelog |6 ++
 debian/control   |1 +
 debian/watch |1 +
 3 files changed, 8 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/e1rqp2r-0006j3...@vasks.debian.org



x11proto-xcmisc: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit f7ace8a780e7890b4f65dd45e85b962eb9bf1c32
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:52:58 2011 -0800

releasing version 1.2.1-2

diff --git a/debian/changelog b/debian/changelog
index 06d6e94..4699d95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11proto-xcmisc (1.2.1-2) UNRELEASED; urgency=low
+x11proto-xcmisc (1.2.1-2) unstable; urgency=low
 
   * Mark x11proto-xcmisc-dev Multi-Arch: foreign
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:52:40 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:52:55 -0800
 
 x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 

commit 4ac74dc9b618edd05e13d3dede322ae8fec9c724
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:52:50 2011 -0800

Mark x11proto-xcmisc-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 14f9fd3..06d6e94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-xcmisc (1.2.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-xcmisc-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:52:40 -0800
+
 x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index feca004..777eb23 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xcmisc.git
 
 Package: x11proto-xcmisc-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 XC-Miscellaneous extension wire protocol
  This package provides development headers describing the wire protocol


-- 
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/e1rqp5y-0006zl...@vasks.debian.org



x11proto-xcmisc: Changes to 'refs/tags/x11proto-xcmisc-1.2.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-xcmisc-1.2.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:54 +

Tagging upload of x11proto-xcmisc 1.2.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLDeVaNMPMhshM9AQiwuhAAsdYxjkfptFDnzlVNVXH1Fh+t8NqL6SFP
lZpYTkjyaT83/ZMO2MqJmGzriSCrcUGbfZdwSuYldaZoF5DjmCIrC+/EyWwH+qXF
UODzRq8if5yXpZjmQPSZKv0xKj3q4168qu23PHGghQFLco6wauuH4oyDZXAJN3sa
5TaRiaiz0oeAhdohwOSaZ4qlcn85kKvhipkthwZ+64BBMg+2/iWpEFqFTEQpo2Hd
2EGe8oRkhf3QUtCTaWnLY5X/8kIxoqTOrBn/Y6MjyAEJl6PcM0G9VapuqD9FqlgW
pqj0tqy/mk4CO4ohunO7VPjNld0CSsYwNYO56vaSIEQNo3GkEjFOUNAg18mt50jk
sn/byCNIc5DzJx2ZQDBvJfrnzBu7husSRQOo9UdqpTss+40a7BEiSnLRd5kXOZgM
qQ1zP1c6n7ZD7vdv3nA0f0Ff0HPWi20qZmcUHLgiyPxqBJvno7flrs5kEYGf1cOj
7EHXIZ0uNddsfoeY9tqZK/lT21LQ3Ayqqoy9q7BvybZZ8VZkODQA8VAWu1X7aRDz
7xznavoc8eizmkLxoA7Y4HVcsqCq2o7VLjUK2ff5spZ7YCzHWzWaD7loSLrnDlAF
A/Jxdxsir++h8kJhU4WJeJVUpDQeT9To5P1TTQwePm96KI2ZkGnSt7Fu6fxG3MNg
w178hUaySj8=
=U6lr
-END PGP SIGNATURE-

Changes since x11proto-xcmisc-1.2.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (2):
  Mark x11proto-xcmisc-dev Multi-Arch: foreign
  releasing version 1.2.1-2

---
 debian/changelog |6 ++
 debian/control   |1 +
 debian/watch |1 +
 3 files changed, 8 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/e1rqp5b-0006a8...@vasks.debian.org



x11proto-xf86dga: Changes to 'refs/tags/x11proto-xf86dga-2.1-3'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-xf86dga-2.1-3' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 19:56 +

Tagging upload of x11proto-xf86dga 2.1-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLEAVaNMPMhshM9AQiExQ//c6VTzG8XP5W9f3kPjl4V8nNiiKTLfWMh
Iy9TuTINX4GsfJsJaPr6Bhd+jAVgXJf28urlnAFH43QyNKyRuuZN95tU1CL/9yif
Y0r/2++6shWqat6/bbtpZmOwi0L1D9gUyYuBgC/vN/4qR+5o6PItV1BFxE+QHRzV
AM38EJgyxoE2cumkre1B9d2cvLyOhWYg+Mff4n/qCDUVCuCnG4M5Cqh5euuAB/Tc
oSa7upFE2tAki7nrzcPV8cyZSn4abnyNZPkpRV8IwynyXmpt1WceOO5ZWIEmBaY1
XEdi0pqUeRpvsQjyTw5Kss9ZNIWAVmweB3gwxYBCtPxxVr5uHZT2L/O0cZhbIyCX
9o3Yu1/yxE5HRuP6mCptoivkrNlMhTY5jr7tK9cpGWtmpodochN9ahztwtpR/xUl
+OM79VXFjpCyQCZeuK7h7RUey/bQRISNs57abkEg45AfIAdlGD/28EYuUJcuiC5N
O5K8/rNNJLjWgi+PUU2bZWEbNhMo67+N5t6hyV/p8cL02PsZtQyd3Jbkvn9Fz82w
wIX9XYf/OKOXG3anzxz4fzSJk+WT/zzXMGl128OXgTAqtCShqqWcrXRR9kPMJmvc
2wY9RezI0xxuXFLUrjqveOceSKXUxb/B2go8RLmFiTU3bVRay6UCQT28klSeQCHV
odbjyE6dQ8c=
=UooK
-END PGP SIGNATURE-

Changes since x11proto-xf86dga-2.1-2:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Julien Cristau (2):
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

Steve Langasek (2):
  Mark x11proto-xf86dga-dev Multi-Arch: foreign
  releasing version 2.1-3

---
 debian/changelog |   12 
 debian/control   |5 ++---
 debian/rules |   10 +-
 debian/watch |1 +
 4 files changed, 20 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/e1rqp7n-0006jq...@vasks.debian.org



x11proto-xf86dga: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit b1fddb2120bd187af6a190a061d5407b297c9740
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:55:43 2011 -0800

releasing version 2.1-3

diff --git a/debian/changelog b/debian/changelog
index 2d29a7b..a4edece 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xf86dga (2.1-3) UNRELEASED; urgency=low
+x11proto-xf86dga (2.1-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -8,7 +8,7 @@ x11proto-xf86dga (2.1-3) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-xf86dga-dev Multi-Arch: foreign
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:55:40 -0800
 
 x11proto-xf86dga (2.1-2) unstable; urgency=low
 

commit c693d13cd67c5f735e1a2e6c815b086c3b139797
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:55:38 2011 -0800

Mark x11proto-xf86dga-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 8d8ec6c..2d29a7b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 x11proto-xf86dga (2.1-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Steve Langasek ]
+  * Mark x11proto-xf86dga-dev Multi-Arch: foreign
+
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:47 +
 
 x11proto-xf86dga (2.1-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1a7cbbc..2fa6154 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86dga.git
 
 Package: x11proto-xf86dga-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Breaks: libxxf86dga-dev ( 2:1.0.99.1)
 Description: X11 Direct Graphics Access extension wire protocol


-- 
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/e1rqp7k-0006j1...@vasks.debian.org



x11proto-xf86dri: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog|7 +++
 debian/control  |1 +
 debian/x11proto-xf86dri-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit b20d233e9189e149a5d0ba4d496f7dfcd15a3547
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:59:01 2011 -0800

releasing version 2.1.1-2

diff --git a/debian/changelog b/debian/changelog
index 69ee77e..3f84f9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x11proto-xf86dri (2.1.1-2) UNRELEASED; urgency=low
+x11proto-xf86dri (2.1.1-2) unstable; urgency=low
 
   * Mark x11proto-xf86dri-dev Multi-Arch: foreign
   * Install xf86driproto.pc to /usr/share/pkgconfig
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:57:36 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:58:56 -0800
 
 x11proto-xf86dri (2.1.1-1) unstable; urgency=low
 

commit 92d873e8d51cd90e04e6ffbb79d254867a40
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:58:51 2011 -0800

Install xf86driproto.pc to /usr/share/pkgconfig

diff --git a/debian/changelog b/debian/changelog
index 9eaa34a..69ee77e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-xf86dri (2.1.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-xf86dri-dev Multi-Arch: foreign
+  * Install xf86driproto.pc to /usr/share/pkgconfig
 
  -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:57:36 -0800
 
diff --git a/debian/x11proto-xf86dri-dev.install 
b/debian/x11proto-xf86dri-dev.install
index a963161..ee27172 100644
--- a/debian/x11proto-xf86dri-dev.install
+++ b/debian/x11proto-xf86dri-dev.install
@@ -1,2 +1,2 @@
 usr/include/X11/dri/*
-usr/lib/pkgconfig/xf86driproto.pc
+usr/lib/pkgconfig/xf86driproto.pc /usr/share/pkgconfig

commit 2425b3813d180cb743e30287ee07701cf816217a
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 11:57:43 2011 -0800

Mark x11proto-xf86dri-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index ec53ead..9eaa34a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-xf86dri (2.1.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-xf86dri-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:57:36 -0800
+
 x11proto-xf86dri (2.1.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 7d95081..e0ccee0 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86dri.git
 
 Package: x11proto-xf86dri-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 DRI extension wire protocol
  This package provides development headers describing the wire protocol


-- 
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/e1rqpbn-0008oh...@vasks.debian.org



x11proto-xf86dri: Changes to 'refs/tags/x11proto-xf86dri-2.1.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-xf86dri-2.1.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 20:01 +

Tagging upload of x11proto-xf86dri 2.1.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLE/FaNMPMhshM9AQgbchAAtPI8vR38TVTyF82FEm/q/UFw80ax6cmD
AmGjzxWRL9PaaKeYhJxfenrDokobPDWL/DxvZP0iSmdEVBYn0koFfJdy7FRg2Doa
k8uzFBy2r6MfCYkSddr193C5Nugtci+r0UBVMYBw/jyUM0DU0c9FkaKzRsgdnVKI
s1tR61XoQY477Z4VKsx/LDrWi1ePVGgLZVnFoHCNHLtl2NLbADt+ZTqZJyS/dm9f
VTZA3gCSZAcVg940g7eJHDyOqWb50PZK7nQdevM7yjvk7oxBjlMOfP9pdJw2IZIp
6WT0uA64LKnEToQ2KVjxpSGd+2YObKHzL8ZMSkljA6WfBegrhzqFIUfuasZZkS4Y
pKbsGccYEcA3NaRrPa5IL+Oqklpd7TQfk4A9H+t/NoP5jeMlMcenKCtVGmZWI5it
qMRxM8jxqduz9e1Mi7DZKrHk62Q41UUMKLg16DHnk75yo+I6nnM98Ulyd69uU4Il
eaSzAvmDZOVtC+tG5jiW2q6DqvzHBxRmg/NTscsyZunarxj2HCFPJksK8iECE/kg
i7TaN6bo561FB7vykzvMxwZ9GDNVTs1lSLooaGNJTVGWvgEUjJINc1JC2hsdk831
tXbDeGn05g5suWH8IB8gP+/jnKpMNh4oy+/NCOas+Ws3+XTlSe8xCxtycLzwox8v
nq+09KHV+w8=
=kyGH
-END PGP SIGNATURE-

Changes since x11proto-xf86dri-2.1.1-1:
Steve Langasek (3):
  Mark x11proto-xf86dri-dev Multi-Arch: foreign
  Install xf86driproto.pc to /usr/share/pkgconfig
  releasing version 2.1.1-2

---
 debian/changelog|7 +++
 debian/control  |1 +
 debian/x11proto-xf86dri-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)
---


-- 
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/e1rqpbr-0008u3...@vasks.debian.org



x11proto-xf86misc: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog |7 +++
 debian/control   |1 +
 debian/x11proto-xf86misc-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit d743f3765c1816bab17e061bdd432c251fe37d56
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 12:02:26 2011 -0800

releasing version 0.9.3-2

diff --git a/debian/changelog b/debian/changelog
index 312c8ed..007eeb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x11proto-xf86misc (0.9.3-2) UNRELEASED; urgency=low
+x11proto-xf86misc (0.9.3-2) unstable; urgency=low
 
   * Mark x11proto-xf86misc-dev Multi-Arch: foreign
   * Install xf86miscproto.pc to /usr/share/pkgconfig
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 12:01:34 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 12:02:23 -0800
 
 x11proto-xf86misc (0.9.3-1) unstable; urgency=low
 

commit e398b226fee8f2ad9c752d05d3c08e360e1ee186
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 12:02:20 2011 -0800

Install xf86miscproto.pc to /usr/share/pkgconfig

diff --git a/debian/changelog b/debian/changelog
index 868c8f2..312c8ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-xf86misc (0.9.3-2) UNRELEASED; urgency=low
 
   * Mark x11proto-xf86misc-dev Multi-Arch: foreign
+  * Install xf86miscproto.pc to /usr/share/pkgconfig
 
  -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 12:01:34 -0800
 
diff --git a/debian/x11proto-xf86misc-dev.install 
b/debian/x11proto-xf86misc-dev.install
index a4ead92..8144d87 100644
--- a/debian/x11proto-xf86misc-dev.install
+++ b/debian/x11proto-xf86misc-dev.install
@@ -1,2 +1,2 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/xf86miscproto.pc
+usr/lib/pkgconfig/xf86miscproto.pc /usr/share/pkgconfig

commit 44ff7a363c346a18668c0d968562202567414a95
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 12:01:41 2011 -0800

Mark x11proto-xf86misc-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 2fd57e4..868c8f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-xf86misc (0.9.3-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-xf86misc-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 12:01:34 -0800
+
 x11proto-xf86misc (0.9.3-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/control b/debian/control
index 7369708..43c3980 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86misc.git
 
 Package: x11proto-xf86misc-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 XFree86-Miscellaneous extension wire protocol
  This package provides development headers describing the wire protocol


-- 
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/e1rqpeb-00051i...@vasks.debian.org



x11proto-xf86misc: Changes to 'refs/tags/x11proto-xf86misc-0.9.3-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-xf86misc-0.9.3-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 20:03 +

Tagging upload of x11proto-xf86misc 0.9.3-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLFqVaNMPMhshM9AQgI2BAAq23ULIP0bb6djyKZ8l9MPOiX0PEZYEFW
6LKtxQmYy0nJFheK3qEhaWcSsancVR1MjasQMTyO8Gy/xqXBm1zvvTaWnORQFt05
fzEh9Q2A8HazVu8CV2sAw47W0TkNPr8AxFzsUg2rFKm4m7JuFEYdhCyZT7deLyLt
cDuK1wWYGxY+HYSoITZp1+427TxwOwC1xhi5+6OXY+yVjwcoB67epeKuNlBwiE+q
3fR1TVdNAQEjI31OKgEbP4jSfHIvzAVX05RwJSt0SOMBk5PQUS99kqwCqv2kIh7n
G5UiMSJFafvM8I3z9+MbN6tnP+ou4NBQBDpk3cloDt0v5cTyszFNjoLhN1dccAAK
elVPC70q7p/XzhrXvuedee7IfHQEvHnZPsnXzFx83heaDnCkN/MQWx4vf432b3AO
yUxa+oOBYnmG/JPhtA9mhrYVVBgc50w0aZB9XY+o7MecGW5Ch+K/srPBiSF/yqPc
vIMh/eWfaqoR3xGFQYBSl0Uo0Sa6zG/iFPfN9z1e98lz7umLAnH7J9w4zmRB080o
hR+dnMG+jJF5BQKUIGlycRWFx8KvuyzYP12jqdylQlHeFfo95P1AKJU2hrmZZJk8
BIRA0ANex1uRQ8/z2W60e6lj4CsJ23mNNWLQoax2zFb9EGB08szecrt51YGEA7Hf
7lSJGyjcFuM=
=jVAy
-END PGP SIGNATURE-

Changes since x11proto-xf86misc-0.9.3-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

Steve Langasek (3):
  Mark x11proto-xf86misc-dev Multi-Arch: foreign
  Install xf86miscproto.pc to /usr/share/pkgconfig
  releasing version 0.9.3-2

---
 debian/changelog |7 +++
 debian/control   |3 +--
 debian/watch |1 +
 debian/x11proto-xf86misc-dev.install |2 +-
 4 files changed, 10 insertions(+), 3 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/e1rqpef-0005ag...@vasks.debian.org



x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 .gitignore   |   78 ++-
 Makefile.am  |   11 ---
 README   |   40 
 configure.ac |   22 +++
 debian/changelog |9 +++---
 debian/control   |3 --
 6 files changed, 139 insertions(+), 24 deletions(-)

New commits:
commit 52c0da8e855dc876a21a9af6235f02acd2854749
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:36:40 2011 -0800

import version 1:2.3.1-1; 1:2.3-3 was never uploaded

diff --git a/debian/changelog b/debian/changelog
index f27347a..d0fb437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,15 @@
-x11proto-dmx (1:2.3-3) unstable; urgency=low
+x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
-  [ Steve Langasek ]
-  * Mark x11proto-dmx-dev Multi-Arch: foreign
+  [ Cyril Brulebois ]
+  * New upstream release.
+  * Add myself to Uploaders.
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 11:18:24 -0800
+ -- Cyril Brulebois k...@debian.org  Fri, 14 Jan 2011 16:50:04 +0100
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 81ba31c..49f4ee3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-dmx
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  automake,
@@ -13,7 +13,6 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
-Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X extension wire protocol

commit aade7161f63fd7f5a673e8432abd998fe1d9c7a2
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed Jan 5 17:26:54 2011 -0800

dmxproto 2.3.1

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 3d74833..af05b01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([DMXProto], [2.3],
+AC_INIT([DMXProto], [2.3.1],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AC_CONFIG_SRCDIR([Makefile.am])
 

commit d6131b3d0cf6b30fd059fe1a1a17d4be24d00e9b
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 18:26:35 2010 -0800

Remove accidentally added config.h header creation

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 2260553..3d74833 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,6 @@ AC_PREREQ([2.60])
 AC_INIT([DMXProto], [2.3],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AC_CONFIG_SRCDIR([Makefile.am])
-AC_CONFIG_HEADERS([config.h])
 
 # Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-bzip2])

commit 710bb6773a0eeb3dfccc92ef0b414c97ee553103
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:59:39 2010 -0800

Add links to DMX website  protocol spec to README

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/README b/README
index 3b93b48..d549e99 100644
--- a/README
+++ b/README
@@ -5,6 +5,15 @@ X server that controls multiple back-end X servers making up a 
large display.
 
 Extension name: DMX
 
+More information about the DMX software can be found on the original project
+website at:
+http://dmx.sourceforge.net/
+
+The protocol specification is currently maintained in the xserver git
+repository at hw/dmx/doc/DMXSpec.txt and can be viewed online at:
+
+http://cgit.freedesktop.org/xorg/xserver/tree/hw/dmx/doc/DMXSpec.txt
+
 All questions regarding this software should be directed at the
 Xorg mailing list:
 

commit 9e9b74b7b6ba9427fdae736093263f87e098ae59
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:53:22 2010 -0800

config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index e4442dd..2260553 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,5 +18,6 @@ m4_ifndef([XORG_MACROS_VERSION],
 XORG_MACROS_VERSION(1.3)
 XORG_DEFAULT_OPTIONS
 
-AC_OUTPUT([Makefile
-   dmxproto.pc])
+AC_CONFIG_FILES([Makefile
+ dmxproto.pc])
+AC_OUTPUT

commit 7df615d96ea2204b3922bf0600a55cbe661b3d69
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Tue Dec 28 17:51:15 2010 -0800

x11proto-dmx: Changes to 'refs/tags/dmxproto-2.2.2'

2011-11-15 Thread Steve Langasek
Tag 'dmxproto-2.2.2' created by Peter Hutterer peter.hutte...@who-t.net at 
2009-08-25 05:39 +

dmxproto 2.2.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqTeSYACgkQ4jt+cLRn8L89QgCgjqmyybUpsQjNyOXLwERtmRAg
1EUAoJUqzJkdHT9/fVxZpvRXViBgYJ39
=B8FM
-END PGP SIGNATURE-

Changes since the dawn of time:
Adam Jackson (2):
  Require automake 1.7 in AM_INIT_AUTOMAKE
  revert last change, didn't do right thing at all, sorry for the noise

Daniel Stone (2):
  Fix typo; change first dmxproto.h to dmxext.h.
  Change version to 2.2.

Eric Anholt (1):
  Add basic .cvsignore files for proto modules.

Josh Triplett (1):
  Add some COPYING files.

Kevin E Martin (5):
  Add Distributed Multihead X (DMX) support
  Initial build system files for proto module.
  Various changes preparing packages for RC0:
  Update package version number for RC1 release.
  Update package version number for final X11R7 release candidate.

Søren Sandmann Pedersen (1):
  Change all the protonames from extensionExt to extensionProto.


-- 
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/e1rqqgk-0004wi...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/dmxproto-2.3'

2011-11-15 Thread Steve Langasek
Tag 'dmxproto-2.3' created by Peter Hutterer peter.hutte...@who-t.net at 
2009-10-01 11:59 +

dmxproto 2.3
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkrEmbAACgkQ4jt+cLRn8L8ekwCgo8lO38uwslSN/rVUazH78hVw
pIAAnjEHIs/73ph+2R9tTTJzQX3J15Bu
=FxrW
-END PGP SIGNATURE-

Changes since dmxproto-2.2.99.1:
Peter Hutterer (2):
  Require macros 1.3 for XORG_DEFAULT_OPTIONS
  dmxproto 2.3

---
 configure.ac |   12 ++--
 1 file changed, 6 insertions(+), 6 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/e1rqqgk-0004xa...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/dmxproto-2.3.1'

2011-11-15 Thread Steve Langasek
Tag 'dmxproto-2.3.1' created by Alan Coopersmith alan.coopersm...@oracle.com 
at 2011-01-06 01:27 +

dmxproto 2.3.1

Changes since dmxproto-2.3:
Alan Coopersmith (5):
  config: Add missing AC_CONFIG_SRCDIR
  config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
  Add links to DMX website  protocol spec to README
  Remove accidentally added config.h header creation
  dmxproto 2.3.1

Gaetan Nadon (9):
  .gitignore: use common defaults with custom section # 24239
  configure.ac: AM_MAINTAINER_MODE missing #24238
  configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
  Makefile.am: INSTALL file is missing or incorrect #24206
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  README: file created or updated #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

---
 .gitignore   |   78 +--
 Makefile.am  |   11 
 README   |   40 ++
 configure.ac |   22 
 4 files changed, 133 insertions(+), 18 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/e1rqqgl-0004xg...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/dmxproto-2.2.99.1'

2011-11-15 Thread Steve Langasek
Tag 'dmxproto-2.2.99.1' created by Peter Hutterer peter.hutte...@who-t.net at 
2009-08-26 23:39 +

dmxproto 2.2.99.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkqVx68ACgkQ4jt+cLRn8L/iAACeKvBuCx/PKuQWtvQAoSZRvFOI
k+8An0e5Ias3TE4JBTsLj5Lf3RBmL2Yr
=SkwP
-END PGP SIGNATURE-

Changes since dmxproto-2.2.2:
Alan Coopersmith (1):
  renamed: .cvsignore - .gitignore

James Cloos (2):
  Add *~ to .gitignore to skip patch/emacs droppings
  Replace static ChangeLog with dist-hook to generate from git log

Paulo Cesar Pereira de Andrade (1):
  Janitor: Correct make distcheck and dont distribute autogen.sh

Peter Hutterer (3):
  Remove RCS tags.
  Remove Xlib parts from dmxext.h, rename to dmx.h
  dmxproto 2.2.99.1

---
 .cvsignore   |   10 ---
 .gitignore   |   14 
 ChangeLog|4 -
 Makefile.am  |   14 +++-
 configure.ac |6 +
 dmx.h|   68 +
 dmxext.h |  190 ---
 dmxproto.h   |1 
 8 files changed, 99 insertions(+), 208 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/e1rqqgk-0004wj...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/x11proto-dmx-1_2.3.1-1'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-dmx-1_2.3.1-1' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 21:36 +

Tagging upload of x11proto-dmx 1:2.3.1-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLbelaNMPMhshM9AQhBYg//QeP5bIIQ3FEvqGNGvl/badsN87dexJjj
XoSwhh5jPVEIQZArAdveh5xWIaFwFMh3Ehx2a62HDGK4aXfT/HkDW7GXgKYRxWcL
ZRdCDfdxNX5c4ta3E6vT5Nq5mJQ6s7cdgEritvb6IKZ7Y9XfC9MizEtbFO+x5F1n
ZsSYnY9WuWBiHlWWAxsUsICP0ehbMNAOR1aVA7SDRyaXpYJzl2yo7VOD65E5Y3aV
V4pDp4CyRyQt2NvtuGtpZyOHpRoaiRcjuQZq6sWPqZpIQQEWWverNlNN5b6Yj4OR
KNLLKtY1+a7QeTtd8uOx689Cv4dUB3eMEAZYG0MaNXMqFijBJa1+HlXIql+cTJ27
Vl41LzHOyema/xOaEnoCdxawJfUzEYEg+Xqz36B5F8LFHWkrzVLhs41PUVDYMUO+
Ox8uiZ7uX161Szuw8g1wdRwBlHSxX2UoJOsJrYp3M0LDHiHmskm8zD5f7CK1rvlR
9n5wF005X/IXHhP+LTrIhm3fWYK4AERZ7ZwReXJAAVjfmLogFBtb8Gq+OcGpcA5t
MF2MW9J4m2WnJylSttlLqXJr7nK8rD7qwUlQ6HEeIgPVqUIcmBu0e3sDQ1DDqXv7
9f9mRrpglr3F9S6B62Y+oYYbZ8RnqrRApNnt49yQxGQXFMzCuyOiCPEFbT/ynk+j
6by3Wy0woTg=
=kyrO
-END PGP SIGNATURE-

Changes since x11proto-dmx-1_2.3-3:
Alan Coopersmith (5):
  config: Add missing AC_CONFIG_SRCDIR
  config: Replace obsolete usage of AC_OUTPUT with AC_CONFIG_FILES
  Add links to DMX website  protocol spec to README
  Remove accidentally added config.h header creation
  dmxproto 2.3.1

Gaetan Nadon (9):
  .gitignore: use common defaults with custom section # 24239
  configure.ac: AM_MAINTAINER_MODE missing #24238
  configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
  Makefile.am: INSTALL file is missing or incorrect #24206
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  README: file created or updated #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60

Steve Langasek (2):
  Merge commit 'dmxproto-2.3.1' into debian-unstable
  import version 1:2.3.1-1; 1:2.3-3 was never uploaded

---
 .gitignore   |   78 ++-
 Makefile.am  |   11 ---
 README   |   40 
 configure.ac |   22 +++
 debian/changelog |9 +++---
 debian/control   |3 --
 6 files changed, 139 insertions(+), 24 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/e1rqqgl-0004yj...@vasks.debian.org



x11proto-dmx: Changes to 'debian-unstable'

2011-11-15 Thread Steve Langasek
 debian/changelog|7 +++
 debian/control  |1 +
 debian/x11proto-dmx-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 00f741176ac1b1822a84678f92f0d572c095a525
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:38:29 2011 -0800

releasing version 1:2.3.1-2

diff --git a/debian/changelog b/debian/changelog
index 5804616..0163b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
+x11proto-dmx (1:2.3.1-2) unstable; urgency=low
 
   * Mark x11proto-dmx-dev Multi-Arch: foreign
   * Install dmxproto.pc to /usr/share/pkgconfig
 
- -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:38:24 -0800
 
 x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 

commit 4435c6cccd940901fb629861a6d34a9841322954
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:38:22 2011 -0800

Install dmxproto.pc to /usr/share/pkgconfig

diff --git a/debian/changelog b/debian/changelog
index b594a74..5804616 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-dmx-dev Multi-Arch: foreign
+  * Install dmxproto.pc to /usr/share/pkgconfig
 
  -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
 
diff --git a/debian/x11proto-dmx-dev.install b/debian/x11proto-dmx-dev.install
index 475d744..556475b 100644
--- a/debian/x11proto-dmx-dev.install
+++ b/debian/x11proto-dmx-dev.install
@@ -1,2 +1,2 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/dmxproto.pc
+usr/lib/pkgconfig/dmxproto.pc /usr/share/pkgconfig

commit 89f8eab66617ca3b58df4ea497d3d1f83c9766e5
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 15 13:37:49 2011 -0800

Mark x11proto-dmx-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index d0fb437..b594a74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-dmx (1:2.3.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-dmx-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 15 Nov 2011 13:37:42 -0800
+
 x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 49f4ee3..7561285 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-dmx.git
 
 Package: x11proto-dmx-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libdmx-dev ( 1:1.0.99.1)
 Description: X11 Distributed Multihead X extension wire protocol


-- 
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/e1rqqjo-0004pa...@vasks.debian.org



x11proto-dmx: Changes to 'refs/tags/x11proto-dmx-1_2.3.1-2'

2011-11-15 Thread Steve Langasek
Tag 'x11proto-dmx-1_2.3.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-15 21:40 +

Tagging upload of x11proto-dmx 1:2.3.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATsLcPVaNMPMhshM9AQiuwA/+ORAvgeHgQ4UH8JSWQWV+YvluBYhDM6gF
Itihrxh1o4Om9qwH4sE7ycyLOdq/i4myC5J4jj7izerU5AZJ67GoWh2ccODWteGw
kCqCf2nBD7yprupGnmdGOcpie/B5EPFKDqRm5z3UQjmibax0ji1UQLG8PvIOfKZR
lhQ88RbYr/fW8S9vC/d8mqeVJcmA8Tqu5a+dOYnOf3qd7Uoo1J2dbsefzvPk4g5K
rm4Re6NutxBkURbby59H5MRJCzp9iz7xZrJUdoVxrSTUoy3A1AqPLJP5HU/6G1iX
r2DY/gAckeKP1Zvf+ut99xS0tasIo+7r4Inp4YWTSa8sVKF0HM2Rj+PY+V/WrzaX
tnorsHLTugyi8phiMYHcoTnoyp6b3sTNX+C/dXpJDWzeSj6EvaywX5LaaBg5cgBJ
dXpF7z6t4QhiY9KjxQp0JSjOq5I5jRMsJ6m9LTZOp5nkn6b7/8fYFh4WRvE1WRNE
qnE/lk8rzHXwRQ5XPPq+6e1+ri6ls+QsT/O8aQG9mWyn1UpJHKPADmleG9MIT+Gs
6/sY2qvvrlECsuB33HbIRNdO7gZY24ChIGTOBUy52/D+48WGcOPagJMw2nmUKrvo
nl7LgBrZBJu7s6jZcdaNdx9bdigDS8lbI1nrDNcvGxOadrotY9/8eexorH3pjn8p
BXpHCqetCK4=
=zUyD
-END PGP SIGNATURE-

Changes since x11proto-dmx-1_2.3.1-1:
Steve Langasek (3):
  Mark x11proto-dmx-dev Multi-Arch: foreign
  Install dmxproto.pc to /usr/share/pkgconfig
  releasing version 1:2.3.1-2

---
 debian/changelog|7 +++
 debian/control  |1 +
 debian/x11proto-dmx-dev.install |2 +-
 3 files changed, 9 insertions(+), 1 deletion(-)
---


-- 
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/e1rqqjs-0004uj...@vasks.debian.org



Bug#648328: libgl1-mesa-dri: libGL error : dlopen /usr/lib/dri/r600_dri.so failed: dri not working

2011-11-11 Thread Steve Petruzzello
Le 10-11-2011, à 19:27:33 +0100, Michel Dänzer (daen...@debian.org) a écrit :

 On Don, 2011-11-10 at 18:52 +0100, Steve Petruzzello wrote: 
  
  /etc/X11/Xsession.d/70fglrx :LIBGL_DRIVERS_PATH=/usr/lib/dri
  /etc/X11/Xsession.d/70fglrx :LIBGL_DRIVERS_PATH=${LIBGL_DRIVERS_PATH} 
  :/emul/ia32-linux/usr/lib/dri
 
 Ah, so it looks like a bug in whatever installed that file. However, I
 can't seem to find any current package in Debian shipping that file.
 What do
 
 dpkg -S /etc/X11/Xsession.d/70fglrx


Unfortunately, I removed this file to see if it made any difference. But
recreating it and running the above command gives no result.

 
 and (if the above gives a result)
 
 dpkg -l $(dpkg -S /etc/X11/Xsession.d/70fglrx | cut -d: -f1)
 
 say?
 
 
 P.S. Note that it's generally recommended to completely uninstall all
 fglrx related packages when using the open source radeon drivers.


I guess you're right that this was a relic from an old fglrx install.

I think we can now close the discussion.

Thanks for your help.

Best regards,
Steve



-- 
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/2011085922.ga22...@mangoo.homelinux.org



libx11: Changes to 'debian-unstable'

2011-11-11 Thread Steve Langasek
 debian/changelog |8 
 debian/rules |   18 +++---
 2 files changed, 19 insertions(+), 7 deletions(-)

New commits:
commit 302a7b530f0db632f94f099db642d09a0ddbeb35
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Nov 11 06:52:06 2011 -0800

releasing version 2:1.4.4-4

diff --git a/debian/changelog b/debian/changelog
index 27eff96..da0997e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libx11 (2:1.4.4-4) UNRELEASED; urgency=low
+libx11 (2:1.4.4-4) unstable; urgency=low
 
   * debian/rules: since the documentation is moved to libx11-doc, the
 exception handling for libx11-xcb-dev needs to also look at libx11-doc,
 not libx11-dev.
 
- -- Steve Langasek vor...@debian.org  Thu, 10 Nov 2011 18:56:41 -0800
+ -- Steve Langasek vor...@debian.org  Fri, 11 Nov 2011 06:51:51 -0800
 
 libx11 (2:1.4.4-3) unstable; urgency=low
 

commit 7ff742c6683b783b1ee883e467f5c16f26c90e40
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Nov 10 19:05:13 2011 -0800

debian/rules: since the documentation is moved to libx11-doc, the exception 
handling for libx11-xcb-dev needs to also look at libx11-doc, not libx11-dev.

diff --git a/debian/changelog b/debian/changelog
index 992a713..27eff96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libx11 (2:1.4.4-4) UNRELEASED; urgency=low
+
+  * debian/rules: since the documentation is moved to libx11-doc, the
+exception handling for libx11-xcb-dev needs to also look at libx11-doc,
+not libx11-dev.
+
+ -- Steve Langasek vor...@debian.org  Thu, 10 Nov 2011 18:56:41 -0800
+
 libx11 (2:1.4.4-3) unstable; urgency=low
 
   * Split documentation out from libx11-dev into a separate libx11-doc
diff --git a/debian/rules b/debian/rules
index b17e483..89f3eaf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,13 +101,10 @@ binary-arch: build install
dh_installdocs -s NEWS
# Kill *.xml files, we don't need them:
find debian/tmp -name '*.xml' -delete
-   # Using exclusions here allows libx11-6.install to use wildcards for
-   # headers and manpages, rather than listing every header and manpage
-   # other than these.
+   # Using exclusions here allows libx11-dev.install to use wildcards
+   # for headers, rather than listing every header other than this one.
dh_install --sourcedir=debian/tmp -plibx11-dev \
-  --exclude=usr/include/X11/Xlib-xcb.h \
-  --exclude=usr/share/man/man3/XGetXCBConnection.3 \
-  --exclude=usr/share/man/man3/XSetEventQueueOwner.3
+  --exclude=usr/include/X11/Xlib-xcb.h
dh_install --sourcedir=debian/tmp -Nlibx11-dev -s
dh_installchangelogs -s ChangeLog
dh_installman -s
@@ -133,7 +130,14 @@ binary-indep: build install
 
dh_installdocs -i
dh_installchangelogs -i NEWS
-   dh_install --sourcedir=debian/tmp -i
+   # Using exclusions here allows libx11-6.install to use wildcards for
+   # headers and manpages, rather than listing every header and manpage
+   # other than these.
+   dh_install --sourcedir=debian/tmp -plibx11-doc \
+  --exclude=usr/include/X11/Xlib-xcb.h \
+  --exclude=usr/share/man/man3/XGetXCBConnection.3 \
+  --exclude=usr/share/man/man3/XSetEventQueueOwner.3
+   dh_install --sourcedir=debian/tmp -i -Nlibx11-doc
dh_link -i
dh_installman -i
dh_lintian -i


-- 
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/e1rossm-00025i...@vasks.debian.org



libx11: Changes to 'refs/tags/libx11-2_1.4.4-4'

2011-11-11 Thread Steve Langasek
Tag 'libx11-2_1.4.4-4' created by Steve Langasek steve.langa...@ubuntu.com at 
2011-11-11 14:52 +

Tagging upload of libx11 2:1.4.4-4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATr02m1aNMPMhshM9AQh2Rg/+Jr/ctFe7Z4Tow46hvbwJgPIhTU7ENhNT
G2eMw2k1EJWvB55ze3hQvtJnAwuiFno2P/+JriyFfYzW4WC07ErOt3hYYbdDhdNK
im3QMlU62Rxu6oXDhM4xX7lzAw2L3YXEHzr+75Yx2jbIOcuSIpZHrHTlpI2E68sA
mcq11El14d5op09Hn8ndlVjQbGjSS5gEoG1plOO5sj80/nT40pQewvE38+Gh5w07
jy5fQd3lmMQLXa/vj7ekJhtMHYKckmsSaqpGzAOwnhi145PKTxLNqZBqUQvKA4D2
hyD0ZhEv4HpxZsPZncp5hB2nug0e6F/sq4zth8QODUucu7PrnEfNImkvp7hIf/LV
Nj5ZM2jKCA5YefPSYjouQkDQ8ljnzqodvbLJeV8I+0kPSCSUWFTKPfJg2k41cV2Q
VurNGf7eJQqKachr1R9vDvfhgQkgntJ9vlJ7UGeE/DkYKh4XsUlz4ZjLEIzIFW3b
+wu1EqzS3yjTgsWGBSsOgbcEO+dqqiS2pUiqG1LPZPrCk6FTptK1nyCoxoLu+dh7
ZS2W9pUcvrZ+jsM5Dqrct4oxb5KfYsJp9BnadMrnzFJhz0aJcJhkoEaUsSMvq7fs
U7sA3cI7qsCu7fsx3yIVE9Q9/IBFHXAB4ZFxnTLH6sHZpLp+vWXVg+OE2IbIEEiu
HgbO9nt0Ojo=
=lgXP
-END PGP SIGNATURE-

Changes since libx11-2_1.4.4-3:
Steve Langasek (3):
  revert accidentally committed changes to upstream source; this was just
  debian/rules: since the documentation is moved to libx11-doc, the 
exception handling for libx11-xcb-dev needs to also look at libx11-doc, not 
libx11-dev.
  releasing version 2:1.4.4-4

---
 debian/changelog|8 
 debian/rules|   18 
 nls/compose.dir.pre |  135 -
 nls/iso8859-15/Compose.pre  |   30 
 nls/locale.alias.pre|   35 
 nls/locale.dir.pre  |   77 
 nls/pt_BR.UTF-8/Compose.pre | 4276 +++-
 7 files changed, 4361 insertions(+), 218 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/e1rossr-000282...@vasks.debian.org



Bug#648328: libgl1-mesa-dri: libGL error : dlopen /usr/lib/dri/r600_dri.so failed: dri not working

2011-11-10 Thread Steve Petruzzello
Package: libgl1-mesa-dri
Version: 7.11-6
Severity: grave
Justification: renders package unusable

Dear Maintainer,
*** Please consider answering these questions, where appropriate ***

   * What led up to the situation?

I wanted to give gnome3 a try but it didn't load.


   * What exactly did you do (or not do) that was effective (or
 ineffective)?


Setting LIBGL_DEBUG=verbose and running glxinfo showed that 
(/usr/lib/dri/r600_dri.so  : cannot open shared object file  : No such file or 
directory) 
So I looked for a file called r600_dri.so on my system and found two,
one in /usr/lib/x86_64-linux-gnu/dri and another one in /usr/lib32/dri
(both files are not identical). Doing a symbolic link to the first one
in /usr/lib/dri solved the problem (dri working)

This file is shipped by the libgl1-mesa-dri package but xorg (I guess)
is looking in the wrong place compared to the place this file is put.
Therefore I'm not sure if it's a xorg bug or a libgl1-mesa-dri one.

Best regards,
Steve



X server symlink status:

lrwxrwxrwx 1 root root 13 Sep 28  2007 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 2056592 Oct 20 16:15 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV710 [Radeon HD 
4350] [1002:954f]

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

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

KMS configuration files:

/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.0.0-1-amd64 (Debian 3.0.0-3) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-8) ) #1 SMP Sat Aug 27 16:21:11 UTC 2011



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CH.UTF-8, LC_CTYPE=fr_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libgl1-mesa-dri depends on:
ii  libc6   2.13-21   
ii  libdrm-intel1   2.4.26-1  
ii  libdrm-radeon1  2.4.26-1  
ii  libdrm2 2.4.26-1  
ii  libexpat1   2.0.1-7.2 
ii  libffi5 3.0.10-3  
ii  libgcc1 1:4.6.1-15
ii  libstdc++6  4.6.1-15  

libgl1-mesa-dri recommends no packages.

Versions of packages libgl1-mesa-dri suggests:
pn  libglide3  none

Versions of packages xserver-xorg depends on:
ii  libc6 2.13-21  
ii  virtualbox-guest-x11 [xorg-driver-video]  4.1.4-dfsg-1 
ii  x11-xkb-utils 7.6+4
ii  xkb-data  2.1-2
ii  xserver-xorg-core 2:1.11.1.901-2   
ii  xserver-xorg-input-all1:7.6+9  
ii  xserver-xorg-input-evdev [xorg-driver-input]  1:2.6.0-2+b2 
ii  xserver-xorg-input-synaptics [xorg-driver-input]  1.4.1-1+b1   
ii  xserver-xorg-input-wacom [xorg-driver-input]  0.10.10+20110203-1+b2
ii  xserver-xorg-video-ati [xorg-driver-video]1:6.14.2-2   
ii  xserver-xorg-video-fbdev [xorg-driver-video]  1:0.4.2-4+b2 
ii  xserver-xorg-video-mach64 [xorg-driver-video] 6.9.0-1+b1   
ii  xserver-xorg-video-r128 [xorg-driver-video]   6.8.1-5+b2   
ii  xserver-xorg-video-radeon [xorg-driver-video] 1:6.14.2-2   
ii  xserver-xorg-video-vesa [xorg-driver-video]   1:2.3.0-7+b1 

xserver-xorg recommends no packages.

Versions of packages xserver-xorg-core depends on:
ii  keyboard-configuration  1.70  
ii  libaudit0   1.7.18-1  
ii  libc6   2.13-21   
ii  libdrm2 2.4.26-1  
ii  libgcrypt11 1.5.0-3   
ii  libpciaccess0   0.12.1-2  
ii  libpixman-1-0   0.22.2-1  
ii  libselinux1 2.1.0-4   
ii  libudev0172-1 
ii  libxau6 1:1.0.6-3 
ii  libxdmcp6   1:1.1.0-3 
ii  libxfont1   1:1.4.4-1 
ii  udev172-1 
ii  xserver-common  2:1.11.1.901-2

xserver-xorg-core recommends no packages.

Versions of packages xserver-xorg-core suggests:
ii  xfonts-100dpi1:1.0.3  
ii  xfonts-75dpi 1:1.0.3  
ii  xfonts-scalable  1:1.0.3-1



-- 
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/2010155858.24994.63854.reportbug@localhost.localdomain



Bug#648328: libgl1-mesa-dri: libGL error : dlopen /usr/lib/dri/r600_dri.so failed: dri not working

2011-11-10 Thread Steve Petruzzello
Le 10-11-2011, à 17:52:35 +0100, Michel Dänzer (daen...@debian.org) a écrit :

 On Don, 2011-11-10 at 16:58 +0100, Steve Petruzzello wrote: 
  
  Setting LIBGL_DEBUG=verbose and running glxinfo showed that 
  (/usr/lib/dri/r600_dri.so  : cannot open shared object file  : No such file 
  or directory) 
  So I looked for a file called r600_dri.so on my system and found two,
  one in /usr/lib/x86_64-linux-gnu/dri and another one in /usr/lib32/dri
  (both files are not identical). Doing a symbolic link to the first one
  in /usr/lib/dri solved the problem (dri working)
  
  This file is shipped by the libgl1-mesa-dri package but xorg (I guess)
  is looking in the wrong place compared to the place this file is put.
  Therefore I'm not sure if it's a xorg bug or a libgl1-mesa-dri one.
 
 If anything, it would be a libgl1-mesa-glx bug, which contains
 libGL.so.1.
 
 Which version of libgl1-mesa-glx is installed?


libgl1-mesa-glx  7.11-6
 
 What do
 
 ldd $(which glxinfo) | grep libGL


libGLEW.so.1.6 = /usr/lib/x86_64-linux-gnu/libGLEW.so.1.6 (0x7f63f5c36000)
libGLU.so.1 = /usr/lib/x86_64-linux-gnu/libGLU.so.1 (0x7f63f59c9000)
libGL.so.1 = /usr/lib/x86_64-linux-gnu/libGL.so.1 (0x7f63f576f000)



 and
 
 env | grep LIBGL


LIBGL_DRIVERS_PATH=/usr/lib/dri


Thanks,
Steve



-- 
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/2010170358.ga5...@mangoo.homelinux.org



Bug#648400: Undeclared conflicts with libx11-xcb-dev

2011-11-10 Thread Steve M. Robbins
Package: libx11-doc
Version: 1.4.4-3
Severity: normal

Unpacking libx11-doc (from .../libx11-doc_2%3a1.4.4-3_all.deb) ...
dpkg: error processing /var/cache/apt/archives/libx11-doc_2%3a1.4.4-3_all.deb 
(--unpack):
 trying to overwrite '/usr/share/man/man3/XGetXCBConnection.3.gz', which is 
also in package libx11-xcb-dev 2:1.4.4-3
configured to not write apport reports
  dpkg-deb: error: subprocess paste was 
killed by signal (Broken pipe)
Processing triggers for man-db ...


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
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/2011054513.786.24974.reportbug@localhost



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

2011-11-09 Thread Steve Langasek
Tag 'libx11-2_1.4.4-3' created by Steve Langasek steve.langa...@ubuntu.com at 
2011-11-09 21:17 +

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

iQIVAwUATrrt3VaNMPMhshM9AQh4qBAAxMFVhQ0xJpvohWSJDuA/IBDeEa1aaQA9
Kt0ZI5ulh7PiMbOPlzl9EQUcrnofW89qDhrfRamFYzIHTmRhbvQ6JTgW85zJv6rj
+ubgtf4RWy1ywj3CeNjdKwlrzJhi6P+SJ4trzv681LySad8qyxF1jZ5PIFPmVykw
cK6OcxjF6Ed8RXDpyhVnw/V/P5DxO/WOyAMKjT/im/be+t6vWyOTqm3Yfc+OeW5R
JalsodxCFojY8DXG5FPXspFRCkj7r5wtr9QMCNvnCm4Rqrv0cnGHjv7Q0W63waOi
nrHRPzl0sne8+WPgfBPXCOfbtjYjLe8b/pRWmmSUv7aU8ILXo5Yb9MOq4VHf2MU1
trcu2H4CVjHTgNtcGmDP/RxyXs9k6Z733Opm8PKTzwbe7R3laybV9ujr3YJohT9K
MTGj8Gdc8ak7xtYQfJOKqzqo+pbXJ4o5dqEibXhaNlssdm/osHyJ0IlAwmfznMRf
tPzzXWrksdwXt5AKNFVf+kHLvlhlGKJy8edMMz03HNFsDnwOpTqfBzXb9gquKtmU
dZ5PP9Ma+NZURX/CBN/G7CBUMDnp3xO087iWLqACet1Ll0BC/m9i6evuOl6tsAY2
JKbDqj+bpIxE0wDmhRomLIdzZnlVb8vweft07q4HnysT9ZM8HE9QIpVXumxe+VCU
6vw4NRj/dKY=
=+V/g
-END PGP SIGNATURE-

Changes since libx11-2_1.4.4-2:
Steve Langasek (2):
  Split documentation out from libx11-dev into a separate libx11-doc 
package, so that libx11-dev can be multiarch co-installable.
  release 2:1.4.4-3

---
 debian/changelog|7 
 debian/control  |   23 
 debian/libx11-dev.install   |2 
 debian/libx11-doc.install   |2 
 nls/compose.dir.pre |  135 +
 nls/iso8859-15/Compose.pre  |   30 
 nls/locale.alias.pre|   35 
 nls/locale.dir.pre  |   77 
 nls/pt_BR.UTF-8/Compose.pre | 4276 
 9 files changed, 243 insertions(+), 4344 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/e1rofws-0006gb...@vasks.debian.org



libx11: Changes to 'debian-unstable'

2011-11-09 Thread Steve Langasek
 debian/changelog|7 
 debian/control  |   23 
 debian/libx11-dev.install   |2 
 debian/libx11-doc.install   |2 
 nls/compose.dir.pre |  135 +
 nls/iso8859-15/Compose.pre  |   30 
 nls/locale.alias.pre|   35 
 nls/locale.dir.pre  |   77 
 nls/pt_BR.UTF-8/Compose.pre | 4276 
 9 files changed, 243 insertions(+), 4344 deletions(-)

New commits:
commit 2aa86184dfde6108d2eebbb95af30bc3a9d615ed
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Nov 9 12:13:43 2011 -0800

release 2:1.4.4-3

diff --git a/debian/changelog b/debian/changelog
index 1e46515..992a713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libx11 (2:1.4.4-3) UNRELEASED; urgency=low
+libx11 (2:1.4.4-3) unstable; urgency=low
 
   * Split documentation out from libx11-dev into a separate libx11-doc
 package, so that libx11-dev can be multiarch co-installable.
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 17:06:03 -0800
+ -- Steve Langasek vor...@debian.org  Wed, 09 Nov 2011 12:13:26 -0800
 
 libx11 (2:1.4.4-2) unstable; urgency=low
 
diff --git a/nls/compose.dir.pre b/nls/compose.dir.pre
index 14a2fa9..4d368ac 100644
--- a/nls/compose.dir.pre
+++ b/nls/compose.dir.pre
@@ -4,9 +4,17 @@ XCOMM  The first word is the compose table file name and
 XCOMM  the second word is full locale name.
 XCOMM
 XCOMM
+XCOMM Note that no Compose tables exist for ISO 8859-11, Microsoft code
+XCOMM pages, Fujitsu's S90 or U90 character sets, or TIS620 yet.
+XCOMM
 iso8859-1/Compose: C
+XCOMM a3 is not an ISO 639 language code, but in Cyrillic, Z looks like 3.
+koi8-c/Compose:a3_AZ.KOI8-C
+iso8859-1/Compose: aa_DJ.ISO8859-1
 iso8859-1/Compose: af_ZA.ISO8859-1
+iso8859-15/Compose:an_ES.ISO8859-15
 iso8859-6/Compose: ar_AA.ISO8859-6
+iso8859-6/Compose: ar_AE.ISO8859-6
 iso8859-6/Compose: ar_BH.ISO8859-6
 iso8859-6/Compose: ar_DZ.ISO8859-6
 iso8859-6/Compose: ar_EG.ISO8859-6
@@ -19,13 +27,17 @@ iso8859-6/Compose:  ar_MA.ISO8859-6
 iso8859-6/Compose: ar_OM.ISO8859-6
 iso8859-6/Compose: ar_QA.ISO8859-6
 iso8859-6/Compose: ar_SA.ISO8859-6
+iso8859-6/Compose: ar_SD.ISO8859-6
+iso8859-6/Compose: ar_SY.ISO8859-6
 iso8859-6/Compose: ar_TN.ISO8859-6
 iso8859-6/Compose: ar_YE.ISO8859-6
 iso8859-9e/Compose:az_AZ.ISO8859-9E
-koi8-c/Compose:a3_AZ.KOI8-C
+koi8-c/Compose:az_AZ.KOI8-C
+iso8859-5/Compose: be_BY.ISO8859-5
 microsoft-cp1251/Compose:  be_BY.CP1251
 iso8859-5/Compose: bg_BG.ISO8859-5
 microsoft-cp1251/Compose:  bg_BG.CP1251
+koi8-r/Compose:bg_BG.KOI8-R
 iso8859-1/Compose: br_FR.ISO8859-1
 iso8859-14/Compose:br_FR.ISO8859-14
 iso8859-15/Compose:br_FR.ISO8859-15
@@ -46,6 +58,8 @@ iso8859-1/Compose:da_DK.ISO8859-1
 iso8859-15/Compose:da_DK.ISO8859-15
 iso8859-1/Compose: de_AT.ISO8859-1
 iso8859-15/Compose:de_AT.ISO8859-15
+iso8859-1/Compose: de_BE.ISO8859-1
+iso8859-15/Compose:de_BE.ISO8859-15
 iso8859-1/Compose: de_CH.ISO8859-1
 iso8859-15/Compose:de_CH.ISO8859-15
 iso8859-1/Compose: de_DE.ISO8859-1
@@ -55,15 +69,26 @@ iso8859-15/Compose: de_LI.ISO8859-15
 iso8859-1/Compose: de_LU.ISO8859-1
 iso8859-15/Compose:de_LU.ISO8859-15
 iso8859-7/Compose: el_GR.ISO8859-7
+iso8859-15/Compose:el_GR.ISO8859-15
 iso8859-1/Compose: en_AU.ISO8859-1
+iso8859-1/Compose: en_BE.ISO8859-1
+iso8859-15/Compose:en_BE.ISO8859-15
+iso8859-1/Compose: en_BW.ISO8859-1
 iso8859-1/Compose: en_BZ.ISO8859-1
 iso8859-1/Compose: en_CA.ISO8859-1
+iso8859-1/Compose: en_DK.ISO8859-1
+iso8859-15/Compose:en_DK.ISO8859-15
 iso8859-1/Compose: en_GB.ISO8859-1
 iso8859-15/Compose:en_GB.ISO8859-15
+iso8859-1/Compose: en_HK.ISO8859-1
 iso8859-1/Compose: en_IE.ISO8859-1
 iso8859-15/Compose:en_IE.ISO8859-15
+iso8859-1/Compose: en_IN.ISO8859-1
+iso8859-15/Compose:en_IN.ISO8859-15
 iso8859-1/Compose: en_JM.ISO8859-1
 iso8859-1/Compose: en_NZ.ISO8859-1
+iso8859-1/Compose: en_PH.ISO8859-1
+iso8859-1/Compose: en_SG.ISO8859-1
 iso8859-1/Compose: en_TT.ISO8859-1
 iso8859-1/Compose: en_UK.ISO8859-1
 iso8859-15/Compose:en_UK.ISO8859-15
@@ -71,6 +96,7 @@ iso8859-1/Compose:en_US.ISO8859-1
 iso8859-15/Compose:en_US.ISO8859-15
 iso8859-1/Compose: en_ZA.ISO8859-1
 iso8859-15/Compose

libx11: Changes to 'ubuntu'

2011-11-09 Thread Steve Langasek
 debian/changelog  |  133 
 debian/control|   26 
 debian/libx11-dev.install |2 
 debian/libx11-doc.install |2 
 debian/patches/102_double_arrows_Compose.diff |   16 
 debian/patches/series |2 
 nls/compose.dir.pre   |  135 
 nls/iso8859-15/Compose.pre|   30 
 nls/locale.alias.pre  |   35 
 nls/locale.dir.pre|   77 
 nls/pt_BR.UTF-8/Compose.pre   | 4276 --
 11 files changed, 241 insertions(+), 4493 deletions(-)

New commits:
commit 2aa86184dfde6108d2eebbb95af30bc3a9d615ed
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Nov 9 12:13:43 2011 -0800

release 2:1.4.4-3

diff --git a/debian/changelog b/debian/changelog
index 1e46515..992a713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libx11 (2:1.4.4-3) UNRELEASED; urgency=low
+libx11 (2:1.4.4-3) unstable; urgency=low
 
   * Split documentation out from libx11-dev into a separate libx11-doc
 package, so that libx11-dev can be multiarch co-installable.
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 17:06:03 -0800
+ -- Steve Langasek vor...@debian.org  Wed, 09 Nov 2011 12:13:26 -0800
 
 libx11 (2:1.4.4-2) unstable; urgency=low
 
diff --git a/nls/compose.dir.pre b/nls/compose.dir.pre
index 14a2fa9..4d368ac 100644
--- a/nls/compose.dir.pre
+++ b/nls/compose.dir.pre
@@ -4,9 +4,17 @@ XCOMM  The first word is the compose table file name and
 XCOMM  the second word is full locale name.
 XCOMM
 XCOMM
+XCOMM Note that no Compose tables exist for ISO 8859-11, Microsoft code
+XCOMM pages, Fujitsu's S90 or U90 character sets, or TIS620 yet.
+XCOMM
 iso8859-1/Compose: C
+XCOMM a3 is not an ISO 639 language code, but in Cyrillic, Z looks like 3.
+koi8-c/Compose:a3_AZ.KOI8-C
+iso8859-1/Compose: aa_DJ.ISO8859-1
 iso8859-1/Compose: af_ZA.ISO8859-1
+iso8859-15/Compose:an_ES.ISO8859-15
 iso8859-6/Compose: ar_AA.ISO8859-6
+iso8859-6/Compose: ar_AE.ISO8859-6
 iso8859-6/Compose: ar_BH.ISO8859-6
 iso8859-6/Compose: ar_DZ.ISO8859-6
 iso8859-6/Compose: ar_EG.ISO8859-6
@@ -19,13 +27,17 @@ iso8859-6/Compose:  ar_MA.ISO8859-6
 iso8859-6/Compose: ar_OM.ISO8859-6
 iso8859-6/Compose: ar_QA.ISO8859-6
 iso8859-6/Compose: ar_SA.ISO8859-6
+iso8859-6/Compose: ar_SD.ISO8859-6
+iso8859-6/Compose: ar_SY.ISO8859-6
 iso8859-6/Compose: ar_TN.ISO8859-6
 iso8859-6/Compose: ar_YE.ISO8859-6
 iso8859-9e/Compose:az_AZ.ISO8859-9E
-koi8-c/Compose:a3_AZ.KOI8-C
+koi8-c/Compose:az_AZ.KOI8-C
+iso8859-5/Compose: be_BY.ISO8859-5
 microsoft-cp1251/Compose:  be_BY.CP1251
 iso8859-5/Compose: bg_BG.ISO8859-5
 microsoft-cp1251/Compose:  bg_BG.CP1251
+koi8-r/Compose:bg_BG.KOI8-R
 iso8859-1/Compose: br_FR.ISO8859-1
 iso8859-14/Compose:br_FR.ISO8859-14
 iso8859-15/Compose:br_FR.ISO8859-15
@@ -46,6 +58,8 @@ iso8859-1/Compose:da_DK.ISO8859-1
 iso8859-15/Compose:da_DK.ISO8859-15
 iso8859-1/Compose: de_AT.ISO8859-1
 iso8859-15/Compose:de_AT.ISO8859-15
+iso8859-1/Compose: de_BE.ISO8859-1
+iso8859-15/Compose:de_BE.ISO8859-15
 iso8859-1/Compose: de_CH.ISO8859-1
 iso8859-15/Compose:de_CH.ISO8859-15
 iso8859-1/Compose: de_DE.ISO8859-1
@@ -55,15 +69,26 @@ iso8859-15/Compose: de_LI.ISO8859-15
 iso8859-1/Compose: de_LU.ISO8859-1
 iso8859-15/Compose:de_LU.ISO8859-15
 iso8859-7/Compose: el_GR.ISO8859-7
+iso8859-15/Compose:el_GR.ISO8859-15
 iso8859-1/Compose: en_AU.ISO8859-1
+iso8859-1/Compose: en_BE.ISO8859-1
+iso8859-15/Compose:en_BE.ISO8859-15
+iso8859-1/Compose: en_BW.ISO8859-1
 iso8859-1/Compose: en_BZ.ISO8859-1
 iso8859-1/Compose: en_CA.ISO8859-1
+iso8859-1/Compose: en_DK.ISO8859-1
+iso8859-15/Compose:en_DK.ISO8859-15
 iso8859-1/Compose: en_GB.ISO8859-1
 iso8859-15/Compose:en_GB.ISO8859-15
+iso8859-1/Compose: en_HK.ISO8859-1
 iso8859-1/Compose: en_IE.ISO8859-1
 iso8859-15/Compose:en_IE.ISO8859-15
+iso8859-1/Compose: en_IN.ISO8859-1
+iso8859-15/Compose:en_IN.ISO8859-15
 iso8859-1/Compose: en_JM.ISO8859-1
 iso8859-1/Compose: en_NZ.ISO8859-1
+iso8859-1/Compose: en_PH.ISO8859-1
+iso8859-1/Compose: en_SG.ISO8859-1
 iso8859-1/Compose: en_TT.ISO8859-1
 iso8859-1/Compose

libx11: Changes to 'debian-unstable'

2011-11-09 Thread Steve Langasek
 nls/compose.dir.pre |  135 -
 nls/iso8859-15/Compose.pre  |   30 
 nls/locale.alias.pre|   35 
 nls/locale.dir.pre  |   77 
 nls/pt_BR.UTF-8/Compose.pre | 4276 +++-
 5 files changed, 4342 insertions(+), 211 deletions(-)

New commits:
commit 756c5af8a8bc35d12fad67770f0bffc487fbab14
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Nov 9 14:16:01 2011 -0800

revert accidentally committed changes to upstream source; this was just
applying the patches in-tree

diff --git a/nls/compose.dir.pre b/nls/compose.dir.pre
index 4d368ac..14a2fa9 100644
--- a/nls/compose.dir.pre
+++ b/nls/compose.dir.pre
@@ -4,17 +4,9 @@ XCOMM  The first word is the compose table file name and
 XCOMM  the second word is full locale name.
 XCOMM
 XCOMM
-XCOMM Note that no Compose tables exist for ISO 8859-11, Microsoft code
-XCOMM pages, Fujitsu's S90 or U90 character sets, or TIS620 yet.
-XCOMM
 iso8859-1/Compose: C
-XCOMM a3 is not an ISO 639 language code, but in Cyrillic, Z looks like 3.
-koi8-c/Compose:a3_AZ.KOI8-C
-iso8859-1/Compose: aa_DJ.ISO8859-1
 iso8859-1/Compose: af_ZA.ISO8859-1
-iso8859-15/Compose:an_ES.ISO8859-15
 iso8859-6/Compose: ar_AA.ISO8859-6
-iso8859-6/Compose: ar_AE.ISO8859-6
 iso8859-6/Compose: ar_BH.ISO8859-6
 iso8859-6/Compose: ar_DZ.ISO8859-6
 iso8859-6/Compose: ar_EG.ISO8859-6
@@ -27,17 +19,13 @@ iso8859-6/Compose:  ar_MA.ISO8859-6
 iso8859-6/Compose: ar_OM.ISO8859-6
 iso8859-6/Compose: ar_QA.ISO8859-6
 iso8859-6/Compose: ar_SA.ISO8859-6
-iso8859-6/Compose: ar_SD.ISO8859-6
-iso8859-6/Compose: ar_SY.ISO8859-6
 iso8859-6/Compose: ar_TN.ISO8859-6
 iso8859-6/Compose: ar_YE.ISO8859-6
 iso8859-9e/Compose:az_AZ.ISO8859-9E
-koi8-c/Compose:az_AZ.KOI8-C
-iso8859-5/Compose: be_BY.ISO8859-5
+koi8-c/Compose:a3_AZ.KOI8-C
 microsoft-cp1251/Compose:  be_BY.CP1251
 iso8859-5/Compose: bg_BG.ISO8859-5
 microsoft-cp1251/Compose:  bg_BG.CP1251
-koi8-r/Compose:bg_BG.KOI8-R
 iso8859-1/Compose: br_FR.ISO8859-1
 iso8859-14/Compose:br_FR.ISO8859-14
 iso8859-15/Compose:br_FR.ISO8859-15
@@ -58,8 +46,6 @@ iso8859-1/Compose:da_DK.ISO8859-1
 iso8859-15/Compose:da_DK.ISO8859-15
 iso8859-1/Compose: de_AT.ISO8859-1
 iso8859-15/Compose:de_AT.ISO8859-15
-iso8859-1/Compose: de_BE.ISO8859-1
-iso8859-15/Compose:de_BE.ISO8859-15
 iso8859-1/Compose: de_CH.ISO8859-1
 iso8859-15/Compose:de_CH.ISO8859-15
 iso8859-1/Compose: de_DE.ISO8859-1
@@ -69,26 +55,15 @@ iso8859-15/Compose: de_LI.ISO8859-15
 iso8859-1/Compose: de_LU.ISO8859-1
 iso8859-15/Compose:de_LU.ISO8859-15
 iso8859-7/Compose: el_GR.ISO8859-7
-iso8859-15/Compose:el_GR.ISO8859-15
 iso8859-1/Compose: en_AU.ISO8859-1
-iso8859-1/Compose: en_BE.ISO8859-1
-iso8859-15/Compose:en_BE.ISO8859-15
-iso8859-1/Compose: en_BW.ISO8859-1
 iso8859-1/Compose: en_BZ.ISO8859-1
 iso8859-1/Compose: en_CA.ISO8859-1
-iso8859-1/Compose: en_DK.ISO8859-1
-iso8859-15/Compose:en_DK.ISO8859-15
 iso8859-1/Compose: en_GB.ISO8859-1
 iso8859-15/Compose:en_GB.ISO8859-15
-iso8859-1/Compose: en_HK.ISO8859-1
 iso8859-1/Compose: en_IE.ISO8859-1
 iso8859-15/Compose:en_IE.ISO8859-15
-iso8859-1/Compose: en_IN.ISO8859-1
-iso8859-15/Compose:en_IN.ISO8859-15
 iso8859-1/Compose: en_JM.ISO8859-1
 iso8859-1/Compose: en_NZ.ISO8859-1
-iso8859-1/Compose: en_PH.ISO8859-1
-iso8859-1/Compose: en_SG.ISO8859-1
 iso8859-1/Compose: en_TT.ISO8859-1
 iso8859-1/Compose: en_UK.ISO8859-1
 iso8859-15/Compose:en_UK.ISO8859-15
@@ -96,7 +71,6 @@ iso8859-1/Compose:en_US.ISO8859-1
 iso8859-15/Compose:en_US.ISO8859-15
 iso8859-1/Compose: en_ZA.ISO8859-1
 iso8859-15/Compose:en_ZA.ISO8859-15
-iso8859-1/Compose: en_ZW.ISO8859-1
 iso8859-3/Compose: eo_XX.ISO8859-3
 iso8859-1/Compose: es_AR.ISO8859-1
 iso8859-1/Compose: es_BO.ISO8859-1
@@ -116,7 +90,6 @@ iso8859-1/Compose:   es_PE.ISO8859-1
 iso8859-1/Compose: es_PR.ISO8859-1
 iso8859-1/Compose: es_PY.ISO8859-1
 iso8859-1/Compose: es_SV.ISO8859-1
-iso8859-1/Compose: es_US.ISO8859-1
 iso8859-1/Compose: es_UY.ISO8859-1
 iso8859-1/Compose: es_VE.ISO8859-1
 iso8859-1/Compose: et_EE.ISO8859-1
@@ -125,8

x11proto-video: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog  |8 
 debian/control|2 ++
 debian/x11proto-video-dev.install |2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit a0c76c5e08855f45a263a4f4c7f8b8026823f259
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 11:36:25 2011 -0800

release 2.3.1-2

diff --git a/debian/changelog b/debian/changelog
index 4ca5364..854dc1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-x11proto-video (2.3.1-2) UNRELEASED; urgency=low
+x11proto-video (2.3.1-2) unstable; urgency=low
 
   * Mark x11proto-video-dev Multi-Arch: foreign.
   * Install videoproto.pc to /usr/share/pkgconfig instead of
 /usr/lib/pkgconfig
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:21:33 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:36:13 -0800
 
 x11proto-video (2.3.1-1) unstable; urgency=low
 

commit 243751f4e1956b92fd353aaa2f2d5b653348acc8
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 11:24:58 2011 -0800

Install videoproto.pc to /usr/share/pkgconfig instead of /usr/lib/pkgconfig

diff --git a/debian/changelog b/debian/changelog
index 71c9a41..4ca5364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x11proto-video (2.3.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-video-dev Multi-Arch: foreign.
+  * Install videoproto.pc to /usr/share/pkgconfig instead of
+/usr/lib/pkgconfig
 
  -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:21:33 -0800
 
diff --git a/debian/x11proto-video-dev.install 
b/debian/x11proto-video-dev.install
index 72309d7..6a7aa36 100644
--- a/debian/x11proto-video-dev.install
+++ b/debian/x11proto-video-dev.install
@@ -1,3 +1,3 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/videoproto.pc
+usr/lib/pkgconfig/videoproto.pc /usr/share/pkgconfig
 usr/share/doc/videoproto/xv-protocol-v2.txt usr/share/doc/x11proto-video-dev/

commit 10afaf3be2769ce420d508272b7f52c112866eb9
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 11:23:32 2011 -0800

Mark x11proto-video-dev Multi-Arch: foreign.

diff --git a/debian/changelog b/debian/changelog
index 4782fa4..71c9a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-video (2.3.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-video-dev Multi-Arch: foreign.
+
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:21:33 -0800
+
 x11proto-video (2.3.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 820ba52..ee97b55 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-video.git
 
 Package: x11proto-video-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 Video extension wire protocol
  This package provides development headers describing the wire protocol
@@ -24,3 +25,4 @@ Description: X11 Video extension wire protocol
  URL:http://www.X.org
  .
  This package is built from the X.org videoproto proto module.
+


-- 
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/e1rnry7-d8...@vasks.debian.org



x11proto-video: Changes to 'refs/tags/x11proto-video-2.3.1-2'

2011-11-08 Thread Steve Langasek
Tag 'x11proto-video-2.3.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-08 19:36 +

Tagging upload of x11proto-video 2.3.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATrmEwFaNMPMhshM9AQhwKQ/+OqrrZg78bycKHZIV1z2HZILlxDo62MCq
TXDK2gSDSJqXhiKNqvbBWDUj5kIr/zT6yrPbQ9kHWM5JxzLNCSvZWTTaFv+lqc6N
dYlCFwGjCvsW23rXYMUcF/67bp75fAcqCx/DzviFiusl31bm+x1dBqT0Ur/XpFXQ
atpla3ulVlYLBupMNTgJqOTrjFqWV8CahWuEtnGHcQOdg/vnuy6YV35wsVtZGV9s
Ex2/OsTa+vsjWVWisM2UqgfZXvUhPAUx9UzYyGLA8FkpOQ6HG5Qg8iBp0Iy/bQzp
DQyRyPpqXSUpIU0hzNIdcZSyh1IGY3rtAjJuUMYQQuXyMVtW86O08hfPjzqg8o9L
PjbFgMuktSTNnpisynBMxnXL+rRBGReb1mzsomxWPSgP6+ZesawhWguZqOV/SM3y
ie5i368IQJyGKBg/u/4wZyjOwbe/LgfRc8alJd1pD6sTHwttzyHF43anRws4gu2g
Qk4qRbDqIEHiIeoYd84zZDKAQ3HuG6igl63BNs51CO9lY33ybI0QvUp/uhO2HMOn
AEvXNAmHtP7IHOowZ1Y5XEq/W7wXaV2GyeLub9P/H9Onf0UUEOVwxXYNjJdvQPul
X9uB90KcsP8SjaxZcdc0fLhg3cNzo/XjV5uzU1qSUQqI/4sIpL7FMhTphZ6BOHEP
j4MnKLwiJUs=
=Fxje
-END PGP SIGNATURE-

Changes since x11proto-video-2.3.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (3):
  Mark x11proto-video-dev Multi-Arch: foreign.
  Install videoproto.pc to /usr/share/pkgconfig instead of 
/usr/lib/pkgconfig
  release 2.3.1-2

---
 debian/changelog  |8 
 debian/control|2 ++
 debian/watch  |1 +
 debian/x11proto-video-dev.install |2 +-
 4 files changed, 12 insertions(+), 1 deletion(-)
---


-- 
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/e1rnrye-e8...@vasks.debian.org



x11proto-record: Changes to 'refs/tags/x11proto-record-1.14.1-2'

2011-11-08 Thread Steve Langasek
Tag 'x11proto-record-1.14.1-2' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-08 20:09 +

Tagging upload of x11proto-record 1.14.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATrmMYVaNMPMhshM9AQg/5BAApZHn2Gs/iqi0b0zrli+esdZex0etUn+F
XYRCTXBM97Mor3drE/JVc0h5k4kzLRKNExkQI3M+/EYL/RQa/i2GqAJB3UyO9NLv
yFTQUryuN4g6LTVkQA5J7jk4k4YzN9R2XLDfWU/Gs8bTVCmvjZeE2gRXj0/I8TbW
LYvEQmkddrIiGLWsZ8V5NnmNwVudtTqLNMczuecGDlk0JHp5uBRy2IVGurhJNCoZ
FX1d/e6iE6C1aHTDuFth7qTHmIa8JWi4aoyIqjTV9qW8zcE3ysoDAUlu6s+ZFLsO
8QMs48aQKDG1H40JDoITZ3UWq7yauqJa9Y0ht2DWPGOaI2z+uYbtpuEII5zuH6UD
NJ14Xg1k3UvdRw6DkFk74AFU+zk06EXEVEO+kSnW5h8XlsmKUmjPGSvBCAC1RQ9B
ZotgKjM26uejKpbbAk4WqjCWZzito10zzWG7wFIMzXAnHS/ZvOTFrI/QHTASDrYC
tVL1sV30oIFrZo0lJZyDEAsqHy2rCfFAdvhtrgN7WndF2VbuGZ/yijAXyi5IIrum
np4wG57rzOUGAA/cHK4xaI+41FL4sERhiBuZPBEWYj28uruzLFoRuS1yI8xSL08r
omVtf0AiYyuKbl9hap3KzR/4F3HDmN8p0ZegaXopJhqiyB4lp4ihoHe4va+zu1dV
BQ7+XJ23a/I=
=Bu6v
-END PGP SIGNATURE-

Changes since x11proto-record-1.14.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (3):
  Mark x11proto-record-dev Multi-Arch: foreign
  Install recordproto.pc to /usr/share/pkgconfig instead of 
/usr/lib/pkgconfig/recordproto.pc
  release 1.14.1-2

---
 debian/changelog   |8 
 debian/control |1 +
 debian/watch   |1 +
 debian/x11proto-record-dev.install |2 +-
 4 files changed, 11 insertions(+), 1 deletion(-)
---


-- 
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/e1rnryq-000142...@vasks.debian.org



x11proto-record: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog   |8 
 debian/control |1 +
 debian/x11proto-record-dev.install |2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ea8d8306b9cdc41a537737cbb3a7842f0e7ed525
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 12:00:29 2011 -0800

release 1.14.1-2

diff --git a/debian/changelog b/debian/changelog
index 68fba42..dc73a0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-x11proto-record (1.14.1-2) UNRELEASED; urgency=low
+x11proto-record (1.14.1-2) unstable; urgency=low
 
   * Mark x11proto-record-dev Multi-Arch: foreign
   * Install recordproto.pc to /usr/share/pkgconfig instead of
 /usr/lib/pkgconfig/recordproto.pc
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 12:00:20 -0800
 
 x11proto-record (1.14.1-1) unstable; urgency=low
 

commit 93b6f604f1ac363fd2e8e87340e1e0440008b1f1
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 12:00:15 2011 -0800

Install recordproto.pc to /usr/share/pkgconfig instead of 
/usr/lib/pkgconfig/recordproto.pc

diff --git a/debian/changelog b/debian/changelog
index cf6169d..68fba42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 x11proto-record (1.14.1-2) UNRELEASED; urgency=low
 
   * Mark x11proto-record-dev Multi-Arch: foreign
+  * Install recordproto.pc to /usr/share/pkgconfig instead of
+/usr/lib/pkgconfig/recordproto.pc
 
  -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
 
diff --git a/debian/x11proto-record-dev.install 
b/debian/x11proto-record-dev.install
index 605860b..cd26366 100644
--- a/debian/x11proto-record-dev.install
+++ b/debian/x11proto-record-dev.install
@@ -1,5 +1,5 @@
 usr/include/X11/extensions/*
-usr/lib/pkgconfig/recordproto.pc
+usr/lib/pkgconfig/recordproto.pc /usr/share/pkgconfig
 usr/share/doc/recordproto/*.html usr/share/doc/x11proto-record-dev/
 usr/share/doc/recordproto/*.css  usr/share/doc/x11proto-record-dev/
 usr/share/doc/recordproto/*.txt  usr/share/doc/x11proto-record-dev/

commit 83acda01b32345050231afc4f22582c3dfee
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 11:54:39 2011 -0800

Mark x11proto-record-dev Multi-Arch: foreign

diff --git a/debian/changelog b/debian/changelog
index 67800bb..cf6169d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-record (1.14.1-2) UNRELEASED; urgency=low
+
+  * Mark x11proto-record-dev Multi-Arch: foreign
+
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 11:54:22 -0800
+
 x11proto-record (1.14.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 3fe1e33..cc97f90 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-record.git
 
 Package: x11proto-record-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: libxtst-dev ( 2:1.0.99.2)
 Description: X11 Record extension wire protocol


-- 
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/e1rnrym-00012i...@vasks.debian.org



x11proto-xf86bigfont: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog |4 
 debian/control   |1 +
 2 files changed, 5 insertions(+)

New commits:
commit 09067852d9bdca0b6ab8fcba099f9ba93b94eb96
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 18:49:52 2011 -0800

Mark x11proto-xf86bigfont-dev Multi-Arch: foreign.

diff --git a/debian/changelog b/debian/changelog
index 66e530d..b0e0a1e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 x11proto-xf86bigfont (1.2.0-3) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
 
+  [ Steve Langasek ]
+  * Mark x11proto-xf86bigfont-dev Multi-Arch: foreign.
+
  -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:45 +
 
 x11proto-xf86bigfont (1.2.0-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 00a3444..b78f989 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/proto/x11proto-xf86bigfont.git
 
 Package: x11proto-xf86bigfont-dev
 Architecture: all
+Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11proto-core-dev
 Description: X11 Big Fonts extension wire protocol
  This package provides development headers describing the wire protocol


-- 
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/e1rnyei-0002s8...@vasks.debian.org



x11proto-xf86bigfont: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit d98c8d744c9d7b7b6fa89530702eeb003ea18098
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 18:55:28 2011 -0800

release 1.2.0-3

diff --git a/debian/changelog b/debian/changelog
index b0e0a1e..af2dbb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-xf86bigfont (1.2.0-3) UNRELEASED; urgency=low
+x11proto-xf86bigfont (1.2.0-3) unstable; urgency=low
 
   [ Julien Cristau ]
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
@@ -8,7 +8,7 @@ x11proto-xf86bigfont (1.2.0-3) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark x11proto-xf86bigfont-dev Multi-Arch: foreign.
 
- -- Julien Cristau jcris...@debian.org  Sat, 16 Jan 2010 16:47:45 +
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 18:55:15 -0800
 
 x11proto-xf86bigfont (1.2.0-2) unstable; urgency=low
 


-- 
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/e1rnym4-0003sa...@vasks.debian.org



x11proto-xf86bigfont: Changes to 'refs/tags/x11proto-xf86bigfont-1.2.0-3'

2011-11-08 Thread Steve Langasek
Tag 'x11proto-xf86bigfont-1.2.0-3' created by Steve Langasek 
steve.langa...@ubuntu.com at 2011-11-09 02:57 +

Tagging upload of x11proto-xf86bigfont 1.2.0-3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATrnsHVaNMPMhshM9AQjtQBAAuL0/TasHBMp5ey7EEm+xRYMXL/KFsCpc
Ce8GWZi42DYm3WO2ht6Rj75AL7gGnI224+4JGeMu3SxCkAbB0BYXVlJgMo403/Uv
S4z8VU/rrSbMYosZxkmzByJZjV+2zCfMHFDkIFZt6dJ3g3xLRiFcBCs8AbMF414x
Cao0wF/HK+2WWGqridA9yn48fJlQpHHALAOb+t2ROo23BU62z9ceRuOIHYSZw3nY
r7G65GsDj7WH10i2Hp73hwnhu1Rt2vYBRd6zppbQQQP7VGf3Dx1xvwuisil/eXfR
mW2CpcCDwR4Q7H5BdRwtWfF9eBJeQvxUgiZSgKkHNy53bkmdntpjjNoiU3etbZ0p
5St3eXtY0x3ZKhG1eKou7swCgzcAB29It99axVsw4yHWdqiMYfjQ4xFHmKW4tTzX
Ep/bPcYl7uGq31Y/rkw45xoR9I291Ck585lui3DD2P93N/gfPdA/djAVZ39A7HXQ
9iIfVc9GIKTcRh+wiXTeO90+f3T62QhsvBgCNSU45bRSnQJWXtN+dXMnXzrr42hY
FWKWnuT9wnWa/DgPNecU4EpVJhyMby/pSsnwW2nIE+LzaIRJ7CypPZP8K9dL3291
kPWrXndxURj8YYfgjQDyXeVmh5bLZcext5FeTqhSeY6nQQt5gqauLK696I0pRvsC
TolI2k7cVgw=
=GiVB
-END PGP SIGNATURE-

Changes since x11proto-xf86bigfont-1.2.0-2:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Julien Cristau (2):
  Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!
  Remove myself from Uploaders

Mikhail Gusarov (1):
  Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

Steve Langasek (2):
  Mark x11proto-xf86bigfont-dev Multi-Arch: foreign.
  release 1.2.0-3

---
 debian/changelog |   12 
 debian/control   |5 ++---
 debian/rules |   10 +-
 debian/watch |1 +
 4 files changed, 20 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/e1rnym7-0003te...@vasks.debian.org



xutils-dev: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog |8 ++--
 debian/control   |1 +
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit e90db80240019fd4c2faf027aeaafe58a13124e4
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 19:00:30 2011 -0800

release 1:7.6+6

diff --git a/debian/changelog b/debian/changelog
index addbce0..0d9d94b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xutils-dev (1:7.6+6) UNRELEASED; urgency=low
+xutils-dev (1:7.6+6) unstable; urgency=low
 
   [ Julien Cristau ]
   * Change library directory from /usr/lib64 to /usr/lib on s390x as well
@@ -7,7 +7,7 @@ xutils-dev (1:7.6+6) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Mark xutils-dev Multi-Arch: foreign.
 
- -- Julien Cristau jcris...@debian.org  Mon, 15 Aug 2011 20:25:51 +0200
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 19:00:21 -0800
 
 xutils-dev (1:7.6+5) unstable; urgency=low
 

commit f8c72f03f6da079c80fe746f71f3db86acc03aeb
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 19:00:17 2011 -0800

Mark xutils-dev Multi-Arch: foreign.

diff --git a/debian/changelog b/debian/changelog
index 57b892a..addbce0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 xutils-dev (1:7.6+6) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Change library directory from /usr/lib64 to /usr/lib on s390x as well
 (closes: #637903).  Thanks, Aurélien Jarno!
 
+  [ Steve Langasek ]
+  * Mark xutils-dev Multi-Arch: foreign.
+
  -- Julien Cristau jcris...@debian.org  Mon, 15 Aug 2011 20:25:51 +0200
 
 xutils-dev (1:7.6+5) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6f32ff2..a44c461 100644
--- a/debian/control
+++ b/debian/control
@@ -14,6 +14,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/app/xutils-dev.git
 
 Package: xutils-dev
 Architecture: any
+Multi-Arch: foreign
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


-- 
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/e1rnyqm-0005lz...@vasks.debian.org



xutils-dev: Changes to 'refs/tags/xutils-dev-1_7.6+6'

2011-11-08 Thread Steve Langasek
Tag 'xutils-dev-1_7.6+6' created by Steve Langasek steve.langa...@ubuntu.com 
at 2011-11-09 03:01 +

Tagging upload of xutils-dev 1:7.6+6 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATrntJVaNMPMhshM9AQipbxAAvkn0zWpfP/T3jTCPKrEZnTF4W0z6L3et
v/Oz60NVmSphkruzT/2L/X/ba1SbZ5y5f/mZ9iSpdD2nWucgt1Z/3rbrNX5D+DMQ
glphwKRa6/OXqyeN5Sjjlsu02uzjBoWw4vtvz7WnFp2BREx9Bx0JkRRqtsnJg0nh
+tdHKWpgh8sJyOAkHqYEJIUKjAo6RHWUei+6d7dHhqs+PRZ4o6vT9AhW7D96cd5Z
hQ5+IeJwmTXqKayw8YflgSwxCQxDuKOyS5nE1TqN9Obop1EIT9SeGHuQiKyArLkK
e1NUk7X3iToN6P1k8ZHu1xlrq58TJzMbfr9MhUx+jgeYd5p6Xm6pIW+6eNF82YW8
/xV8farBESmErBlMq6FGO3rx4HJB9FTG2YSrLvoX4muUSM8n8rz+gzddAHMP33aA
UGInGDWsQuF5/7WowLyMIMKwZeOwL2W0JZQ1GscLGW+JrtcjQ+G9c1sP4V2s5+ug
YpBdtf0XFDkDyVU0dCeI/7qaWjvXcB5jnS3mgi17qYr/EnxLyRuXGT0l1qQXMvMC
MRrG9TmMtA9MEtl6jOdTSMmPq8apUBsrlfguOE90uFDjgQMO1Cvr7umOFcddkVyI
6YCGCoBKdYOnWe8eiZKQvl1F2FkPZer9P5WOiQM6GW0WLIrom1OlB35eQFLsK4oZ
UABI9RTPb54=
=Mxpa
-END PGP SIGNATURE-

Changes since xutils-dev-1_7.6+5:
Julien Cristau (1):
  Change library directory from /usr/lib64 to /usr/lib on s390x as well

Steve Langasek (2):
  Mark xutils-dev Multi-Arch: foreign.
  release 1:7.6+6

---
 debian/changelog |   11 ++
 debian/control   |1 
 debian/patches/04_xutils-dev-debian.diff |  131 +++
 3 files changed, 93 insertions(+), 50 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/e1rnyqq-0005po...@vasks.debian.org



libxau: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog |7 +++
 debian/control   |1 +
 2 files changed, 8 insertions(+)

New commits:
commit deb5640833eddf9da9b2bc2591aae5c640e5bd3f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 19:34:44 2011 -0800

release 1:1.0.6-4

diff --git a/debian/changelog b/debian/changelog
index e76360b..008bb48 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxau (1:1.0.6-4) UNRELEASED; urgency=low
+libxau (1:1.0.6-4) unstable; urgency=low
 
   * Mark libxau-dev Multi-Arch: same, after confirming the contents are
 compatible between amd64 and armel.
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 19:31:12 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 19:31:51 -0800
 
 libxau (1:1.0.6-3) unstable; urgency=low
 

commit 26d37bd3e8e26bcaaed380e1bca0e32b964ca4f7
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 19:31:48 2011 -0800

Mark libxau-dev Multi-Arch: same, after confirming the contents are 
compatible between amd64 and armel.

diff --git a/debian/changelog b/debian/changelog
index 11be6a8..e76360b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxau (1:1.0.6-4) UNRELEASED; urgency=low
+
+  * Mark libxau-dev Multi-Arch: same, after confirming the contents are
+compatible between amd64 and armel.
+
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 19:31:12 -0800
+
 libxau (1:1.0.6-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index b0c0186..3a9ca27 100644
--- a/debian/control
+++ b/debian/control
@@ -70,6 +70,7 @@ Description: X11 authorisation library (debug package)
 Package: libxau-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


-- 
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/e1rnyxg-0002pd...@vasks.debian.org



libxau: Changes to 'refs/tags/libxau-1_1.0.6-4'

2011-11-08 Thread Steve Langasek
Tag 'libxau-1_1.0.6-4' created by Steve Langasek steve.langa...@ubuntu.com at 
2011-11-09 03:35 +

Tagging upload of libxau 1:1.0.6-4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATrn1HVaNMPMhshM9AQiEig/+N49NJ9eAS/1I3GxXRSmzENgav2NeQmjR
sPjCExIkeCjfE6adsitrV+ddtPB0BdUX6EOrwnkhljpPTU9qLMH73Q9e8XNsLEYb
SW/EtJHc1JWUP6aw5Yiu0B3k4yQwuDQwSsqzMHbzcoD6845sVevRV1V6ORrLauwJ
bzbF8KTk+igG8C4Z6Ia2nZew3JO6K50wWeqniglJcZFLfCP6UoGllGRC4NJ8kOdT
ymEJ87l8ngTtErzOiBM7qikeRBgTQw+Pnb3JMIehRiMKC3zNITsjXD9YxYjJREd7
Hi+uTOEYRJPsF2+VApy9emeQVyYqejLv7iNnQXD49HDKyu8NjOaMwCEYbCtpTgjq
uJyOjYx0WH8Kg0V8T07l+N848z0g7pemBSKOwj1icJGoVgWdJWM+uYORrSlqX1bq
RcJsxhAA2vtdO9a1wlOSE+YyUcGynFV4U+pXZFCFAbgxGqEANVJHi+nzfhkChHLX
1ZNd4r1vVo8M1M777MjWpZSIim39lPsDzkGyfHYUrizOU7KReHWE1IyUF/7mnYuo
TIpYInjtsRbxCZggYQoojPKsqozpvaYju+U0487Q3aPx/PF+ZoZWkPydId0iRjNH
581ZXrrKT7r6x5G+m4sTDAyGGPSkQ7UJEkKDzBj+VN2CjaE+oEzqOB2/xLtooJE/
JUolekCvcvc=
=yEun
-END PGP SIGNATURE-

Changes since libxau-1_1.0.6-3:
Steve Langasek (2):
  Mark libxau-dev Multi-Arch: same, after confirming the contents are 
compatible between amd64 and armel.
  release 1:1.0.6-4

---
 debian/changelog |7 +++
 debian/control   |1 +
 2 files changed, 8 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/e1rnyxk-0002rh...@vasks.debian.org



libxdmcp: Changes to 'debian-unstable'

2011-11-08 Thread Steve Langasek
 debian/changelog|   10 ++
 debian/control  |1 +
 debian/libxdmcp-dev.install |2 --
 debian/rules|2 +-
 4 files changed, 12 insertions(+), 3 deletions(-)

New commits:
commit e021239c68364dac1609623ea00b57cf08c5cdb5
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 20:30:44 2011 -0800

release 1:1.1.0-4

diff --git a/debian/changelog b/debian/changelog
index ae0428e..50c48c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxdmcp (1:1.1.0-4) UNRELEASED; urgency=low
+libxdmcp (1:1.1.0-4) unstable; urgency=low
 
   * Drop /usr/share/doc/libxdmcp-dev/xdmcp.html from the package; the
 autogenerated contents with random node numbers mean that this is not
@@ -6,7 +6,7 @@ libxdmcp (1:1.1.0-4) UNRELEASED; urgency=low
 xdmcp.txt.gz.
   * Mark libxdmcp-dev Multi-Arch: same.
 
- -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 20:29:10 -0800
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 20:30:37 -0800
 
 libxdmcp (1:1.1.0-3) unstable; urgency=low
 

commit c05303fd06b91c70c91026cc795728c6838988a3
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 20:30:34 2011 -0800

Mark libxdmcp-dev Multi-Arch: same.

diff --git a/debian/changelog b/debian/changelog
index c5ce464..ae0428e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxdmcp (1:1.1.0-4) UNRELEASED; urgency=low
 autogenerated contents with random node numbers mean that this is not
 multiarch-friendly, and the same information is available in
 xdmcp.txt.gz.
+  * Mark libxdmcp-dev Multi-Arch: same.
 
  -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 20:29:10 -0800
 
diff --git a/debian/control b/debian/control
index 656d808..35e6b6a 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Description: X11 authorisation library (debug package)
 
 Package: libxdmcp-dev
 Architecture: any
+Multi-Arch: same
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxdmcp6 (= ${binary:Version}), 
x11proto-core-dev
 Description: X11 authorisation library (development headers)

commit 77743d22372521a1c4b136a542a78d44786d5c1f
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Tue Nov 8 20:30:12 2011 -0800

Drop /usr/share/doc/libxdmcp-dev/xdmcp.html from the package; the 
autogenerated contents with random node numbers mean that this is not 
multiarch-friendly, and the same information is available in xdmcp.txt.gz.

diff --git a/debian/changelog b/debian/changelog
index d36138e..c5ce464 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libxdmcp (1:1.1.0-4) UNRELEASED; urgency=low
+
+  * Drop /usr/share/doc/libxdmcp-dev/xdmcp.html from the package; the
+autogenerated contents with random node numbers mean that this is not
+multiarch-friendly, and the same information is available in
+xdmcp.txt.gz.
+
+ -- Steve Langasek vor...@debian.org  Tue, 08 Nov 2011 20:29:10 -0800
+
 libxdmcp (1:1.1.0-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/libxdmcp-dev.install b/debian/libxdmcp-dev.install
index bddf2d1..7f901be 100644
--- a/debian/libxdmcp-dev.install
+++ b/debian/libxdmcp-dev.install
@@ -2,6 +2,4 @@ usr/include/X11/*
 usr/lib/*/libXdmcp.a
 usr/lib/*/libXdmcp.so
 usr/lib/*/pkgconfig/xdmcp.pc
-usr/share/doc/libXdmcp/*.html usr/share/doc/libxdmcp-dev
-usr/share/doc/libXdmcp/*.css  usr/share/doc/libxdmcp-dev
 usr/share/doc/libXdmcp/*.txt  usr/share/doc/libxdmcp-dev
diff --git a/debian/rules b/debian/rules
index e47a12d..6702406 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,7 +84,7 @@ binary-arch: build install
dh_testroot
 
dh_installdocs
-   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXdmcp.la
+   dh_install --sourcedir=debian/tmp --fail-missing --exclude=libXdmcp.la 
--exclude .html --exclude .css
dh_installchangelogs ChangeLog
dh_link
dh_strip -p$(PACKAGE) --dbg-package=$(PACKAGE)-dbg


-- 
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/e1rnztu-000696...@vasks.debian.org



libxdmcp: Changes to 'refs/tags/libxdmcp-1_1.1.0-4'

2011-11-08 Thread Steve Langasek
Tag 'libxdmcp-1_1.1.0-4' created by Steve Langasek steve.langa...@ubuntu.com 
at 2011-11-09 04:36 +

Tagging upload of libxdmcp 1:1.1.0-4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATroDUVaNMPMhshM9AQgF5w/9HD51prd/6n7bcs/7euaW+5cvw/mOa+Qf
Z6Y3BUcr5FPvK7PtnwVgoPcEXiTCSURhFlRNZsVfDFCbCeoP0qleEzlptU0HeJhx
6WZj6Ujvngzejuiewkfb3f1uxfJHvx5RpH0ACarXtQ/6OixzVb22fH/b9Y2VwzKH
FeYscYJdKwIx4XLy8seYAzaqYFceHAtm+qcUK7ij9qFjFqLOAtjV+jPvLwa844Ab
tRNii3kCB7VaVqDOJqmhOgy92SzeEeBTjgDOgHthySqKqp3soVzeDMencxqD6shG
dyYNSQN5P+pgAnxB4l6LOYRgDeoDWvxVIXuB9c/Xu3flyJWT2U3Hb/XnNET8mBru
+ecMp44+3gnT48MwVFsK+pjESqpY29adlbwuRNJeFp8PgjD+9XbJGPg/2gmxWGCK
jSCS3V/C4MB2xYoYDBtZQJ2QDWSKWjW1w/wR3688Ahll35bUBfOnslNX/ycp+3qS
fRxS0WBzRncBZ0ld5rKGxy+EIEf9qyZ05p7WFcVdF4zMydDeR1nUxdlRLRTwq9YY
O0Puf6S8bzS1BJVfKknZpCs8CwFXLyCLJWESyviT/WAyXgN6V+eJkDm9Q0ju4/HJ
XSmcbfJI00GwmNakOhpOm8J09VOU0sQKuyEcb9PomMEOnuN6pW8zzuOq20MjBA77
AvWJzgYecMA=
=N5mh
-END PGP SIGNATURE-

Changes since libxdmcp-1_1.1.0-3:
Steve Langasek (3):
  Drop /usr/share/doc/libxdmcp-dev/xdmcp.html from the package; the 
autogenerated contents with random node numbers mean that this is not 
multiarch-friendly, and the same information is available in xdmcp.txt.gz.
  Mark libxdmcp-dev Multi-Arch: same.
  release 1:1.1.0-4

---
 debian/changelog|   10 ++
 debian/control  |1 +
 debian/libxdmcp-dev.install |2 --
 debian/rules|2 +-
 4 files changed, 12 insertions(+), 3 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/e1rnztz-0006ea...@vasks.debian.org



Bug#636872: Xemacs recently began displaying multiple red cursors

2011-10-30 Thread Steve M. Robbins
On Sun, Oct 30, 2011 at 07:16:52PM +0100, Julien Cristau wrote:
 On Sat, Aug  6, 2011 at 10:49:13 -0500, Steve M. Robbins wrote:
 
  Package: xorg
  Version: 1:7.6+7
  Severity: normal
  
  In June, I noticed a problem with xemacs 21.4.22-3.1, which is nearly
  a year old.  The editor window began leaving behind copies of the
  red cursor box.  See attached screenshot.  Redrawing the window
  (e.g. using CTRL-L) is enough to clear up the cursors.
  
  Since xemacs hasn't changed since July 2010, the bug is presumably
  caused by something else.  Maybe Xorg (I use RADEON: Driver for ATI
  Radeon chipsets).
  
  I haven't noticed this behaviour in any other application.
  
 Hi Steve,
 
 if this is still an issue, 

I can confirm it is still an issue.

 can you track it down to a particular
 upgrade of the X driver or kernel?

I can try.  Is there any guidance you can give me?  For example, if
you think it more likely to be the kernel or the X driver, I will
start there.

Thanks,
-Steve



signature.asc
Description: Digital signature


xorg-server: Changes to 'ubuntu'

2011-10-22 Thread Steve Langasek
 debian/changelog   |8 +
 debian/patches/511_Update_border_clip_in_compAllocPixmap.patch |   42 
++
 debian/patches/series  |1 
 3 files changed, 51 insertions(+)

New commits:
commit 67710826db2c51a0eb45937806d64262e3b0b09d
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Oct 21 23:05:03 2011 -0700

releasing version 2:1.10.4-1ubuntu5

diff --git a/debian/changelog b/debian/changelog
index 9bb04b7..1f81471 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xorg-server (2:1.10.4-1ubuntu4.3) UNRELEASED; urgency=low
+xorg-server (2:1.10.4-1ubuntu5) oneiric; urgency=low
 
   * debian/patches/511_Update_border_clip_in_compAllocPixmap.patch:
 patch from upstream to fix window border traces left behind when
 switching windows in metacity.  LP: #759203.
 
- -- Steve Langasek steve.langa...@ubuntu.com  Fri, 21 Oct 2011 23:03:10 -0700
+ -- Steve Langasek steve.langa...@ubuntu.com  Fri, 21 Oct 2011 23:04:54 -0700
 
 xorg-server (2:1.10.4-1ubuntu4.2) oneiric-proposed; urgency=low
 

commit f3f1b811c87336ab54a90365577f0a69d0caabaf
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Oct 21 23:04:51 2011 -0700

debian/patches/511_Update_border_clip_in_compAllocPixmap.patch: patch from 
upstream to fix window border traces left behind when switching windows in 
metacity.  LP: #759203.

diff --git a/debian/changelog b/debian/changelog
index 1270348..9bb04b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xorg-server (2:1.10.4-1ubuntu4.3) UNRELEASED; urgency=low
+
+  * debian/patches/511_Update_border_clip_in_compAllocPixmap.patch:
+patch from upstream to fix window border traces left behind when
+switching windows in metacity.  LP: #759203.
+
+ -- Steve Langasek steve.langa...@ubuntu.com  Fri, 21 Oct 2011 23:03:10 -0700
+
 xorg-server (2:1.10.4-1ubuntu4.2) oneiric-proposed; urgency=low
 
   * Fix crash on accepting a touch grab from an indirect device (LP: #877825)
diff --git a/debian/patches/511_Update_border_clip_in_compAllocPixmap.patch 
b/debian/patches/511_Update_border_clip_in_compAllocPixmap.patch
new file mode 100644
index 000..73cf33e
--- /dev/null
+++ b/debian/patches/511_Update_border_clip_in_compAllocPixmap.patch
@@ -0,0 +1,42 @@
+From: Ville Syrjala syrj...@sci.fi
+Subject: [PATCH xserver] composite: Update borderClip in compAllocPixmap()
+ Previously the parent constrained borderClip was copied over
+ when compRedirectWindow() is called. That is insufficient eg. in
+ case the window was already redirected, but not yet realized. So
+ copy the borderClip over in compAllocPixmap() instead.
+
+ Example:
+ Window 1 is below an automatically redirect window 2. Window 2 is
+ unmapped and moved outside the extents of window 1. Window 2 is
+ then mapped again, and MarkOverlappedWindows() uses the up to
+ date borderSize of window 2 to mark windows, which leaves
+ window 1 unmarked. Then exposures are calculated using the stale
+ borderClip of window 2, which causes the window below window 2,
+ to be exposed through an apparent hole in window 1.
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/759203
+
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=22566
+
+Signed-off-by: Ville Syrjala syrjala at sci.fi
+---
+ composite/compalloc.c |   11 +++
+ 1 files changed, 7 insertions(+), 4 deletions(-)
+
+Index: xorg-server-1.10.4/composite/compalloc.c
+===
+--- xorg-server-1.10.4.orig/composite/compalloc.c
 xorg-server-1.10.4/composite/compalloc.c
+@@ -617,6 +617,13 @@
+   DamageRegister (pWin-drawable, cw-damage);
+   cw-damageRegistered = TRUE;
+ }
++
++/* Make sure our borderClip is up to date */
++RegionUninit(cw-borderClip);
++RegionCopy(cw-borderClip, pWin-borderClip);
++cw-borderClipX = pWin-drawable.x;
++cw-borderClipY = pWin-drawable.y;
++
+ return TRUE;
+ }
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f2f3289..8816531 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -43,3 +43,4 @@
 508_CVE-2011-4028.patch
 509_CVE-2011-4029.patch
 510_fix_touchpad_touch_event_removal.patch
+511_Update_border_clip_in_compAllocPixmap.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/e1rhui8-00082z...@vasks.debian.org



xorg-server: Changes to 'ubuntu'

2011-10-22 Thread Steve Langasek
Rebased ref, commits from common ancestor:
commit b950d4027024f9780b2db31e92d5f6f94a28a7ab
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Oct 21 23:05:03 2011 -0700

releasing version 2:1.10.4-1ubuntu5

diff --git a/debian/changelog b/debian/changelog
index 9bb04b7..5afbb13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xorg-server (2:1.10.4-1ubuntu4.3) UNRELEASED; urgency=low
+xorg-server (2:1.10.4-1ubuntu5) precise; urgency=low
 
   * debian/patches/511_Update_border_clip_in_compAllocPixmap.patch:
 patch from upstream to fix window border traces left behind when
 switching windows in metacity.  LP: #759203.
 
- -- Steve Langasek steve.langa...@ubuntu.com  Fri, 21 Oct 2011 23:03:10 -0700
+ -- Steve Langasek steve.langa...@ubuntu.com  Fri, 21 Oct 2011 23:04:54 -0700
 
 xorg-server (2:1.10.4-1ubuntu4.2) oneiric-proposed; urgency=low
 


-- 
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/e1rhujx-7j...@vasks.debian.org



libxp: Changes to 'debian-unstable'

2011-10-22 Thread Steve Langasek
 debian/changelog |9 +++--
 debian/compat|2 +-
 debian/control   |6 +-
 debian/libxp-dev.install |6 +++---
 debian/libxp6.install|2 +-
 debian/rules |2 ++
 6 files changed, 19 insertions(+), 8 deletions(-)

New commits:
commit 0559c9c554f28861290197c851a2c9de7f351b44
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Sat Oct 22 13:03:32 2011 -0700

releasing version 1:1.0.1-2

diff --git a/debian/changelog b/debian/changelog
index cc8b39c..cab0c1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxp (1:1.0.1-2) UNRELEASED; urgency=low
+libxp (1:1.0.1-2) unstable; urgency=low
 
   [ Julien Cristau ]
   * Drop Pre-Depends on x11-common, only needed for upgrades from the
@@ -8,7 +8,7 @@ libxp (1:1.0.1-2) UNRELEASED; urgency=low
   * Build for multiarch; thanks to Julian Taylor for the patch.
 Closes: #639679.
 
- -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:16:56 +0200
+ -- Steve Langasek vor...@debian.org  Sat, 22 Oct 2011 13:03:28 -0700
 
 libxp (1:1.0.1-1) unstable; urgency=low
 

commit dd2ac4cd5056993c9e1c8c247f7a5d9805dc1328
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Sat Oct 22 13:03:19 2011 -0700

libxp-dev is also m-a: same

diff --git a/debian/control b/debian/control
index 3b5d8f9..150710b 100644
--- a/debian/control
+++ b/debian/control
@@ -65,6 +65,7 @@ Description: X Printing Extension (Xprint) client library 
(unstripped)
 Package: libxp-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  ${misc:Depends},
  libxp6 (= ${binary:Version}),

commit 3358d3afc5f77713d9b72310682fbc73c15b6ffa
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Sat Oct 22 12:56:40 2011 -0700

Build for multiarch; thanks to Julian Taylor for the patch. Closes: #639679.

diff --git a/debian/changelog b/debian/changelog
index d409627..cc8b39c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libxp (1:1.0.1-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Drop Pre-Depends on x11-common, only needed for upgrades from the
 monolith.
 
+  [ Steve Langasek ]
+  * Build for multiarch; thanks to Julian Taylor for the patch.
+Closes: #639679.
+
  -- Julien Cristau jcris...@debian.org  Thu, 28 Apr 2011 14:16:56 +0200
 
 libxp (1:1.0.1-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 20639f3..3b5d8f9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: Drew Parsons dpars...@debian.org, Cyril Brulebois 
k...@debian.org
 Build-Depends:
- debhelper (= 5),
+ debhelper (= 8.1.3~),
  quilt,
  pkg-config,
  libx11-dev (= 1:0.99.2),
@@ -20,6 +20,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git
 Package: libxp6
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -37,6 +39,7 @@ Package: libxp6-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
 Depends:
  libxp6 (= ${binary:Version}),
  ${shlibs:Depends},
diff --git a/debian/libxp-dev.install b/debian/libxp-dev.install
index 44154d1..b137291 100644
--- a/debian/libxp-dev.install
+++ b/debian/libxp-dev.install
@@ -1,3 +1,3 @@
-usr/lib/libXp.a
-usr/lib/libXp.so
-usr/lib/pkgconfig/xp.pc
+usr/lib/*/libXp.a
+usr/lib/*/libXp.so
+usr/lib/*/pkgconfig/xp.pc
diff --git a/debian/libxp6.install b/debian/libxp6.install
index 857cbee..49e5519 100644
--- a/debian/libxp6.install
+++ b/debian/libxp6.install
@@ -1 +1 @@
-usr/lib/libXp.so.6*
+usr/lib/*/libXp.so.6*
diff --git a/debian/rules b/debian/rules
index 317b73e..8e2fe33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -41,6 +42,7 @@ build-stamp:
cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 CFLAGS=$(CFLAGS)
$(MAKE) -C build
 


-- 
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/e1rhhqr-0001ie...@vasks.debian.org



libxp: Changes to 'refs/tags/libxp-1_1.0.1-2'

2011-10-22 Thread Steve Langasek
Tag 'libxp-1_1.0.1-2' created by Steve Langasek steve.langa...@ubuntu.com at 
2011-10-22 19:57 +

Tagging upload of libxp 1:1.0.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATqMgF1aNMPMhshM9AQi6oRAAyvrAn6sUh+Vwd9z5+mXlolgBLBkvoMDi
PnipzkP6wfkV4uVFYRVnnFANN5AZLQ2azzWB/suPMHfFXekJuL1hKl0TjELsEfBZ
NsqDDxNKRtTAkZkjQflwXzL/4uNIKVEiKoGpC+WGKWNzhFQ/usIviYB4PqNRX+z5
fF7insRX5qnW12o/O0ImCumCNQLrx/9m0uW99kqf2k4/z+7qA6Ty2P7dwUbg6ZD2
PhxssC22g6MuAmZKq5poSH0sWSYaOh9JrvzItCEzZcUWOCT+canoOTf/qHy8UHG9
2R1iWEAwCXWPGc5nJO3z3oQZ5sFSQWJjzbqz6U/LJjsgHQbBValFCuj13C/7Z22S
6PE9LYIrDEY0KJ00bEAWGpyaYi48uJU7MuvKMfxsrLkEAJ9g4mSH0WV6981dt7gu
ukP6JiarvBS+vQLeEuQVwsy9akfPzgpi78cNs+0yAGnxULvpBCRoQtDgy1+sGkNP
v2cf4SpGspNp7KGegnywwUCPEPOPHx3Dx7g+ckm1QvR7J0rQeJTReuoXRvTX4Tf/
3EDtTbOP+Tdkdj4KAibXQy28x9PLeE1tzI7NUOjit9IlK5ah01hUn+E7Pzd+BhIF
3wLVPGrhYMdBku4soHq/JfQaW5YVqdTHhsaF95Xhbx1Gg4bneb49wtGgthHoa+lM
gOvtISYiqqM=
=cyor
-END PGP SIGNATURE-

Changes since libxp-1_1.0.1-1:
Julien Cristau (1):
  Drop Pre-Depends on x11-common

Steve Langasek (2):
  Build for multiarch; thanks to Julian Taylor for the patch. Closes: 
#639679.
  releasing version 1:1.0.1-2

---
 debian/changelog |   12 
 debian/compat|2 +-
 debian/control   |7 ---
 debian/libxp-dev.install |6 +++---
 debian/libxp6.install|2 +-
 debian/rules |2 ++
 6 files changed, 23 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/e1rhhqu-0001js...@vasks.debian.org



x11-utils: Changes to 'debian-unstable'

2011-10-21 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 insertions(+)

New commits:
commit 9b30fa7765e294e6e2f0bf099b964baf92ebc652
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Oct 20 23:02:40 2011 -0700

releasing version 7.6+4

diff --git a/debian/changelog b/debian/changelog
index f0f8f17..b448bcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-x11-utils (7.6+4) UNRELEASED; urgency=low
+x11-utils (7.6+4) unstable; urgency=low
 
   * Mark x11-utils Multi-Arch: foreign.
 
- -- Steve Langasek vor...@debian.org  Fri, 21 Oct 2011 06:01:35 +
+ -- Steve Langasek vor...@debian.org  Thu, 20 Oct 2011 23:02:31 -0700
 
 x11-utils (7.6+3) unstable; urgency=low
 

commit 6067b6b8ca2d82f59cb17c1b94189fc2a8701cdb
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Thu Oct 20 23:02:16 2011 -0700

Mark x11-utils Multi-Arch: foreign.

diff --git a/debian/changelog b/debian/changelog
index cd47046..f0f8f17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-utils (7.6+4) UNRELEASED; urgency=low
+
+  * Mark x11-utils Multi-Arch: foreign.
+
+ -- Steve Langasek vor...@debian.org  Fri, 21 Oct 2011 06:01:35 +
+
 x11-utils (7.6+3) unstable; urgency=low
 
   * xprop 1.2.1
diff --git a/debian/control b/debian/control
index 95358b5..bad97a2 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/app/x11-utils.git
 
 Package: x11-utils
 Architecture: any
+Multi-Arch: foreign
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},


-- 
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/e1rh8f2-0005jl...@vasks.debian.org



x11-utils: Changes to 'refs/tags/x11-utils-7.6+4'

2011-10-21 Thread Steve Langasek
Tag 'x11-utils-7.6+4' created by Steve Langasek steve.langa...@ubuntu.com at 
2011-10-21 06:32 +

Tagging upload of x11-utils 7.6+4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIVAwUATqESCVaNMPMhshM9AQg0YA/9EjNpIk5y26nSTJRkTUvtHzx7SwZrZG5b
8J3A+eIFRcLTRPaHqMXr+dDq7oXIH7lBIE/bvCEyeEybBY4g9WDLTrrkrmMN9ZPD
6QBYHmAoZSINwdumUUlejtChQMQjxg9/N6y7hJjdQ8DcHLAEz+oQS9nvTgs6mWgZ
+5HO2GyzjVG7EjrgH+QzH04iYZSpryOjfJXlSHvr2EYt9pqbyzN+G9zUalwykSyH
DFiWGZtd052HxxP8zvoGZFzCd1O2Vu5JFkz5V1VLWzwmvu28vUw860wITp/LLFLs
q/QZ5U5cLg+ddCPV0lZi1RUeiLGOhOhmYtrG5sArftIdFNLTH3NyjNqrImF2bBfw
dstN9YLiKMGnu6sHcyU4QyxOXEJfRhQ9pDPaqQkt3k6Iz9BX9CuzUTLvlVe/S2Uy
u49f7o8Dt70pzv2eqp1UcsRpDdrIhIAzsP4yOOmpa2aK6akS+8PSSCTDH/N1YxpK
ukd5aaGw/l6vHu9JE3LYkJlPt76AB70N9uq99G611gWrZtqFm90cek2q5oL+Qan6
8IB6p34kUYkFIABuCnarR75tpW1Kgp/SK5pCzxYDIBe4jVfkC9wNmgzz+QM3dhkJ
XhUxkog7Ie7YOiyqnT/b11yVx85ua+90bdmEC/GoaI3ADmEFcXAijVMpaTI/87OL
Ad3d875SVW8=
=dSAw
-END PGP SIGNATURE-

Changes since x11-utils-7.6+3:
Steve Langasek (2):
  Mark x11-utils Multi-Arch: foreign.
  releasing version 7.6+4

---
 debian/changelog |6 ++
 debian/control   |1 +
 2 files changed, 7 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/e1rh8fg-0005ne...@vasks.debian.org



libxaw: Changes to 'debian-unstable'

2011-10-21 Thread Steve Langasek
 debian/changelog   |6 ++
 debian/control |4 
 debian/libxaw7-dev.install |7 ---
 debian/libxaw7-dev.links   |1 -
 debian/libxaw7.install |4 ++--
 debian/rules   |6 +-
 6 files changed, 21 insertions(+), 7 deletions(-)

New commits:
commit 53bf737798981afca7e0d7627712097babae6906
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Oct 21 14:12:35 2011 -0700

releasing version 2:1.0.9-3

diff --git a/debian/changelog b/debian/changelog
index 6b7c340..d4fe706 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxaw (2:1.0.9-3) UNRELEASED; urgency=low
+libxaw (2:1.0.9-3) unstable; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek vor...@debian.org  Fri, 21 Oct 2011 12:59:22 -0700
+ -- Steve Langasek vor...@debian.org  Fri, 21 Oct 2011 14:12:23 -0700
 
 libxaw (2:1.0.9-2) unstable; urgency=low
 

commit 212842361fa684087d3ef802ae6c7f1540e1e05b
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Fri Oct 21 13:33:53 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 5700edf..6b7c340 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (2:1.0.9-3) UNRELEASED; urgency=low
+
+  * Build for multiarch.
+
+ -- Steve Langasek vor...@debian.org  Fri, 21 Oct 2011 12:59:22 -0700
+
 libxaw (2:1.0.9-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.1.
diff --git a/debian/control b/debian/control
index e294909..281c45b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
  Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5),
+ dpkg-dev (= 1.16.0),
  libx11-dev (= 1:0.99.2),
  x11proto-core-dev (= 7.0.1),
  libxt-dev (= 1:0.99.1),
@@ -29,6 +30,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
 Package: libxaw7
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -48,6 +51,7 @@ Description: X11 Athena Widget library
 Package: libxaw7-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends:
  ${shlibs:Depends},
diff --git a/debian/libxaw7-dev.install b/debian/libxaw7-dev.install
index d4e30ed..95eea7f 100644
--- a/debian/libxaw7-dev.install
+++ b/debian/libxaw7-dev.install
@@ -1,6 +1,7 @@
-usr/lib/libXaw7.a
-usr/lib/libXaw7.so
-usr/lib/pkgconfig/xaw7.pc
+usr/lib/*/libXaw7.a
+usr/lib/*/libXaw7.so
+usr/lib/*/libXaw.so
+usr/lib/*/pkgconfig/xaw7.pc
 usr/include/X11/*
 usr/share/man/man3/*
 usr/share/doc/libXaw/* usr/share/doc/libxaw7-dev
diff --git a/debian/libxaw7-dev.links b/debian/libxaw7-dev.links
deleted file mode 100644
index 6917ddf..000
--- a/debian/libxaw7-dev.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libXaw7.so usr/lib/libXaw.so
diff --git a/debian/libxaw7.install b/debian/libxaw7.install
index fd8df61..4337035 100644
--- a/debian/libxaw7.install
+++ b/debian/libxaw7.install
@@ -1,2 +1,2 @@
-usr/lib/libXaw7.so.7*
-usr/lib/libXaw.so.7
+usr/lib/*/libXaw7.so.7*
+usr/lib/*/libXaw.so.7
diff --git a/debian/rules b/debian/rules
index 3051e27..38ae1b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,8 @@ endif
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
confflags += --build=$(DEB_HOST_GNU_TYPE)
 else
@@ -36,6 +38,7 @@ build/config.status: configure
mkdir -p build
cd build  \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
 --disable-xaw6 \
 --with-xmlto --without-fop \
@@ -73,7 +76,8 @@ install: build
 
cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
find debian/tmp/usr/share/doc/libXaw -name '*.xml' -delete
-   rm -f debian/tmp/usr/lib/libXaw.so
+   rm -f debian/tmp/usr/lib/*/libXaw.so
+   ln -s libXaw7.so debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libXaw.so
 
 # Build architecture-dependent files here.
 binary-arch: build install


-- 
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/e1rhmyy-0002lc...@vasks.debian.org



  1   2   3   4   5   >