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 
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   Wed, 25 Jan 2012 12:23:59 -0800
+ -- Steve Langasek   Wed, 25 Jan 2012 12:24:17 -0800
 
 x11proto-input (2.1.99.5-1) experimental; urgency=low
 

commit f731cc3cc6ad296d638e34cf722bf76c8d28b289
Author: Steve Langasek 
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   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 
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   Fri, 16 Dec 2011 13:17:14 +0100
+ -- Cyril Brulebois   Fri, 16 Dec 2011 13:24:03 +0100
 
 x11proto-input (2.0.2-2) unstable; urgency=low
 

commit 59cc6740fd9692d22ac4d216f7ad5a629dcc665e
Author: Cyril Brulebois 
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   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 
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   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 
Date:   Fri Dec 16 13:17:28 2011 +0100

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 48b6f0e..f9b4812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,259 @@
-commit 84479bf87230905cd26d8395577058950230c103
+commit 8640944f4ff193027ce0f21622918b88da910e72
 Author: Peter Hutterer 
-Date:   Tue Jun 7 14:16:17 2011 +1

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 
 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-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 
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   Mon, 06 Feb 2012 19:08:40 -0800
+ -- Steve Langasek   Mon, 06 Feb 2012 19:09:42 -0800
 
 x11proto-fonts (2.1.1-2) unstable; urgency=low
 

commit 49b64425e1b01a7df9ad00d7afba2071242935ca
Author: Steve Langasek 
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   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 
 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



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 
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 
+and Riku Voipio .  (Closes: #640521, LP: #925388)
 
- -- Tom Ellis   Wed, 08 Feb 2012 11:28:48 +
+ -- Steve Langasek   Thu, 09 Feb 2012 16:40:57 -0800
 
 xcb-util (0.3.8-1) unstable; urgency=low
 

commit cae0a6c1824578ef32fbcd38cba3cee96e641cba
Author: Steve Langasek 
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   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  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



libxv: Changes to 'debian-unstable'

2011-08-11 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |6 +-
 debian/libxv-dev.install |6 +++---
 debian/libxv1.install|2 +-
 debian/rules |3 +++
 5 files changed, 18 insertions(+), 5 deletions(-)

New commits:
commit cf89dc7ca027c3407c6805f2e8a2421df6414ecc
Author: Steve Langasek 
Date:   Thu Aug 11 10:45:48 2011 -0700

releasing version 2:1.0.6-2

diff --git a/debian/changelog b/debian/changelog
index 927cc13..152c748 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxv (2:1.0.6-2) UNRELEASED; urgency=low
+libxv (2:1.0.6-2) oneiric; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek   Thu, 11 Aug 2011 17:41:14 +
+ -- Steve Langasek   Thu, 11 Aug 2011 10:45:44 -0700
 
 libxv (2:1.0.6-1) unstable; urgency=low
 

commit b051fa4e235604eca4cc71c25e383e29adc84def
Author: Steve Langasek 
Date:   Thu Aug 11 10:44:39 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index df93231..927cc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxv (2:1.0.6-2) UNRELEASED; urgency=low
+
+  * Build for multiarch.
+
+ -- Steve Langasek   Thu, 11 Aug 2011 17:41:14 +
+
 libxv (2:1.0.6-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 87ebbf5..d4f2110 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Andres Salomon 
, Cyril Brulebois 
 Standards-Version: 3.8.3
 Build-Depends:
- debhelper (>= 5.0.0),
+ debhelper (>= 8.1.3),
  libx11-dev (>= 1:0.99.2),
  libxext-dev (>= 1:0.99.1),
  x11proto-video-dev,
@@ -20,7 +20,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxv.git
 Package: libxv1
 Section: libs
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: X11 Video extension library
  libXv provides an X Window System client interface to the XVideo
  extension to the X protocol.
@@ -38,6 +40,7 @@ Description: X11 Video extension library
 Package: libxv1-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version})
 Description: X11 Video extension library (debug package)
@@ -60,6 +63,7 @@ Description: X11 Video extension library (debug package)
 Package: libxv-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxv1 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-video-dev
 Conflicts: x11proto-video-dev (<< 2.2+cvs.20050712-1)
 Replaces: x11proto-video-dev (<< 2.2+cvs.20050712-1)
diff --git a/debian/libxv-dev.install b/debian/libxv-dev.install
index b3be4e0..21e1fd4 100644
--- a/debian/libxv-dev.install
+++ b/debian/libxv-dev.install
@@ -1,5 +1,5 @@
 usr/share/man/*
 usr/include/X11/*
-usr/lib/libXv.a
-usr/lib/libXv.so
-usr/lib/pkgconfig/xv.pc
+usr/lib/*/libXv.a
+usr/lib/*/libXv.so
+usr/lib/*/pkgconfig/xv.pc
diff --git a/debian/libxv1.install b/debian/libxv1.install
index d65b929..eb1dc20 100644
--- a/debian/libxv1.install
+++ b/debian/libxv1.install
@@ -1 +1 @@
-usr/lib/libXv.so.1*
+usr/lib/*/libXv.so.1*
diff --git a/debian/rules b/debian/rules
index bd0de0b..c74677d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,8 @@
 # set this to the name of the main shlib's binary package
 PACKAGE = libxv1
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+
 include debian/xsfbs/xsfbs.mk
 
 CFLAGS = -Wall -g
@@ -40,6 +42,7 @@ build-stamp:
mkdir -p build
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
cd build && $(MAKE)


-- 
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/e1qrzki-00048e...@vasks.debian.org



libxv: Changes to 'debian-unstable'

2011-08-11 Thread Steve Langasek
Rebased ref, commits from common ancestor:
commit 842ec74be4384361c9e3c1e0e15f42ce4520772f
Author: Steve Langasek 
Date:   Thu Aug 11 10:45:48 2011 -0700

releasing version 2:1.0.6-2

diff --git a/debian/changelog b/debian/changelog
index 927cc13..0852b51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxv (2:1.0.6-2) UNRELEASED; urgency=low
+libxv (2:1.0.6-2) unstable; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek   Thu, 11 Aug 2011 17:41:14 +
+ -- Steve Langasek   Thu, 11 Aug 2011 10:45:44 -0700
 
 libxv (2:1.0.6-1) 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/e1qrzla-0004e7...@vasks.debian.org



libxss: Changes to 'debian-unstable'

2011-08-11 Thread Steve Langasek
 debian/changelog  |6 ++
 debian/control|6 +-
 debian/libxss-dev.install |6 +++---
 debian/libxss1.install|2 +-
 debian/rules  |2 ++
 5 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit d4f700220c36d04d5a4be102141c69affe955186
Author: Steve Langasek 
Date:   Thu Aug 11 11:24:59 2011 -0700

releasing version 1:1.2.1-2

diff --git a/debian/changelog b/debian/changelog
index 3f4ffd0..a61e9b5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxss (1:1.2.1-2) UNRELEASED; urgency=low
+libxss (1:1.2.1-2) unstable; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek   Thu, 11 Aug 2011 18:19:29 +
+ -- Steve Langasek   Thu, 11 Aug 2011 11:24:52 -0700
 
 libxss (1:1.2.1-1) unstable; urgency=low
 

commit 1f849c11da93bc843d58f9ea81064321e35fe3a5
Author: Steve Langasek 
Date:   Thu Aug 11 11:22:16 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index b47e163..3f4ffd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxss (1:1.2.1-2) UNRELEASED; urgency=low
+
+  * Build for multiarch.
+
+ -- Steve Langasek   Thu, 11 Aug 2011 18:19:29 +
+
 libxss (1:1.2.1-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index f48edc6..f1ee58b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Cyril Brulebois 

 Build-Depends:
- debhelper (>= 5),
+ debhelper (>= 8.1.3),
  libx11-dev (>= 1:0.99.2),
  libxext-dev (>= 1:0.99.1),
  x11proto-scrnsaver-dev (>= 1.2.0),
@@ -20,7 +20,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxss.git
 Package: libxss1
 Section: libs
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Pre-Depends: ${misc:Pre-Depends}
 Description: X11 Screen Saver extension library
  libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
  extension to the X protocol.
@@ -39,6 +41,7 @@ Package: libxss1-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxss1 (= 
${binary:Version})
 Description: X11 Screen Saver extension library (debug package)
  libXss provides an X Window System client interface to the MIT-SCREEN-SAVER
@@ -60,6 +63,7 @@ Description: X11 Screen Saver extension library (debug 
package)
 Package: libxss-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
diff --git a/debian/libxss-dev.install b/debian/libxss-dev.install
index da6eec0..ef6deed 100644
--- a/debian/libxss-dev.install
+++ b/debian/libxss-dev.install
@@ -1,4 +1,4 @@
-usr/lib/libXss.a
-usr/lib/libXss.so
-usr/lib/pkgconfig/xscrnsaver.pc
+usr/lib/*/libXss.a
+usr/lib/*/libXss.so
+usr/lib/*/pkgconfig/xscrnsaver.pc
 usr/include
diff --git a/debian/libxss1.install b/debian/libxss1.install
index eb371d6..4825896 100644
--- a/debian/libxss1.install
+++ b/debian/libxss1.install
@@ -1 +1 @@
-usr/lib/libXss.so.1*
+usr/lib/*/libXss.so.1*
diff --git a/debian/rules b/debian/rules
index d168ad5..e3e8631 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
MAKEFLAGS += -j$(NUMJOBS)
 endif
 
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 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)
@@ -40,6 +41,7 @@ build-stamp: $(STAMP_DIR)/patch
mkdir -p build
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
cd build && $(MAKE)


-- 
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/e1qrzzu-ng...@vasks.debian.org



libxss: Changes to 'refs/tags/libxss-1_1.2.1-2'

2011-08-11 Thread Steve Langasek
Tag 'libxss-1_1.2.1-2' created by Steve Langasek  at 
2011-08-11 18:25 +

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

iQIVAwUATkQef1aNMPMhshM9AQjv2hAAphSiXC5zSZa457g1UtmW/E/zMqXl5EfQ
iUpn2UuOsoK3I5hCLXxb3Mb9Ey6MfVxMDM2IRWInO8ean0mUSqDbo/G37/weH0gh
taN19XD2uwGoNhzrMl0/Pcd6wDLkXLV2UeiUCvj6x2XP6hr10MgNZdhjobZ+nmls
Y2pUPMi37y0IaKjjnSEE8kcGOGSAqdU0hKwUkP75aSRtORzV6U7XUhllenjqO/st
qggP3kVyFLBdwYPQ0gRdc2yClB9gD2Oa4zofHaDFSZagNWHIvbGeBe8q8kxnIA6x
lUC+eBCP3XYhwwgwWT/XjSCrbt37in4uAPGmfZvLjeq8dnuouZyp2jUsSCscdMbl
ZYXrKE9AqKh70a5oq2sdjMikK1k4uzRNE4w1wcSwKii6/Bho190He15vj7a9G5oN
ZYIsm0PFOdDas84jqiJNUqF2EVva10DyXkUoGi90wfOqUgivOGUGtk/9bN9rY+3u
8P63UvaG9eRvoICnL6jSOyFbhpOLUlPgYqA0LIR89KO/zXtN0IH3oO4rcuLpwcjW
1AHeOY+8twk5TuPenFOxffp3tHi4rz648G518yeVDLHba2DyYuz16K1FM4Z4lCNo
rbl9UD/AXBMQdqSs3Yo+aJE/VBQ41rEUnL+wbxMc6SvdA8TxlHAjmuO90jyG/0ZT
aCYUNU6rH0Y=
=qcbI
-END PGP SIGNATURE-

Changes since libxss-1_1.2.1-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (2):
  Build for multiarch.
  releasing version 1:1.2.1-2

---
 debian/changelog  |6 ++
 debian/control|6 +-
 debian/libxss-dev.install |6 +++---
 debian/libxss1.install|2 +-
 debian/rules  |2 ++
 debian/watch  |1 +
 6 files changed, 18 insertions(+), 5 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/e1qrzzz-op...@vasks.debian.org



libxv: Changes to 'refs/tags/libxv-2_1.0.6-2'

2011-08-11 Thread Steve Langasek
Tag 'libxv-2_1.0.6-2' created by Steve Langasek  at 
2011-08-11 17:47 +

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

iQIVAwUATkQVlFaNMPMhshM9AQhtSA//eyB82ul/l7LDqr8uZ2XBVN0lMG60lm9O
+Ti+SCOP9MZe79NUH9JA8xV7xQWYnuZle519RdYJq42j3dNxap42J5RSUxLBDlzF
X2gs5oo/uIGl7/WKeh2WtZMPrZCiWurdFg16VZlv6ENhyikp5FuNigE3IkYEIVe1
ZapvBKiuJCEwrT2P1weCqdAaV4NFAD/+rA1LKnw7Ejrhl+73IxxUj8A5fHhzRQ8+
qYRgFmfUtOUF6GyUYkDkRbzPNlRXMt9viMD6yw06KQVD0H3i45MteZjRgF612jBG
7i8BiL3dy5JmPWAgOGl35pGr2kvslxmGVwy+OZfbVC18NUz/6aoaGEBY38W3DsW4
3vtuvgmiA96Fh7YJE7lT6hTb0LX3c+ZB1DHAOp5H6x8+EowSGG3mpFp0RJwoa824
wDeHUt3mrh3m6/dVmVETBW9w7t01HvciAILN00s4NZPak26kCn/LsabJKVhYceEk
075BtO8zJRcFr6qaINCOC+96CUoErO416rt9DA0DCfH5nly4eHDOHuSlrgC9wx7l
dFsLw8CRta8+1luZrSYNItOmYTj+wuTDM5V23yN89hfAkIlrT00RlNRmQ6zK/cmG
P+wgvdf728XpV2GMV27g2EyhWxywd+Q/kTIIBKEzlUkyohC3tuPOWYPC5ZfJt1yB
x9wdaKxGvs0=
=WOBO
-END PGP SIGNATURE-

Changes since libxv-2_1.0.6-1:
Cyril Brulebois (1):
  Mention upstream git URL in a comment.

Steve Langasek (2):
  Build for multiarch.
  releasing version 2:1.0.6-2

---
 debian/changelog |6 ++
 debian/control   |6 +-
 debian/libxv-dev.install |6 +++---
 debian/libxv1.install|2 +-
 debian/rules |3 +++
 debian/watch |1 +
 6 files changed, 19 insertions(+), 5 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/e1qrzzh-q1...@vasks.debian.org



x11-utils: Changes to 'debian-unstable'

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

New commits:
commit 9b30fa7765e294e6e2f0bf099b964baf92ebc652
Author: Steve Langasek 
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   Fri, 21 Oct 2011 06:01:35 +
+ -- Steve Langasek   Thu, 20 Oct 2011 23:02:31 -0700
 
 x11-utils (7.6+3) unstable; urgency=low
 

commit 6067b6b8ca2d82f59cb17c1b94189fc2a8701cdb
Author: Steve Langasek 
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   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-20 Thread Steve Langasek
Tag 'x11-utils-7.6+4' created by Steve Langasek  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 
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   Fri, 21 Oct 2011 12:59:22 -0700
+ -- Steve Langasek   Fri, 21 Oct 2011 14:12:23 -0700
 
 libxaw (2:1.0.9-2) unstable; urgency=low
 

commit 212842361fa684087d3ef802ae6c7f1540e1e05b
Author: Steve Langasek 
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   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 
 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



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

2011-10-21 Thread Steve Langasek
Tag 'libxaw-2_1.0.9-3' created by Steve Langasek  at 
2011-10-21 21:12 +

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

iQIVAwUATqHgRlaNMPMhshM9AQjMdw/9EMvEEtcHSsyaH5XMWdEmyDnId7q/gM9+
GYkklCS8PLFhMXHVWVGAZ9lDFrIenlUfDs7Ky5RuIoxl1aoz/feL2dj0Az9xRCQs
FEYsbqkXwcJzE0Zvc+UbhtCETVjqakaFBhTpaRxZy1ebMsLt12Csmt0tcUgy8/qI
2wGQ47fakMwXxp7UwNOX55WX38gDhbUUBwwJRJ1Uc1QakCXALoGsYTefFvImPBtp
o/sE/vcBTJPYoUQ7io5JepZUXo/ve3K/buOwpoBg9tcMeI82pUSNZ93F9OeNz0rF
dLVCUtqp0Oq0ArcyWhMfAsXT7InnVtREsuTpKjkxstBhhUa1FxrwHF/tlipMoRQn
W7vpqlZ+aO9p6ZpPTjCT75WeeCuypXpkckUlcyRHNWhCe1+tRIYZOzt9f7/QWmJJ
kEZ2XPFp7mX8PyS49oSN1khB3UGMmLA+ClHdD/eY8C6yx/QvM3xx3Jg+GOz3iutu
ku4EV70AjVCmRsoGaf8ltdxmRuqk4h/VMCVPdNrUO6LD+P8qn36Bk6duARinoVjl
Xfmv5tm9NMCua+heTB2RugViXWJAt8whI9u8iG/wRdS6JK4PRDNXgzNS+Z8TDNmK
v4tuXfmIQqRxOiQkIj5Ds7s9qK/3+fJFsGwwn8sac4PcF8MqUJuhjySFlImZgow3
02LkcDKfq34=
=O03c
-END PGP SIGNATURE-

Changes since libxaw-2_1.0.9-2:
Steve Langasek (2):
  Build for multiarch.
  releasing version 2:1.0.9-3

---
 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(-)
---


-- 
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/e1rhmyn-0002pv...@vasks.debian.org



libxmu: Changes to 'debian-unstable'

2011-10-21 Thread Steve Langasek
 debian/changelog   |6 ++
 debian/control |   10 ++
 debian/libxmu-dev.install  |6 +++---
 debian/libxmu6.install |2 +-
 debian/libxmuu-dev.install |6 +++---
 debian/libxmuu1.install|2 +-
 debian/rules   |3 +++
 7 files changed, 27 insertions(+), 8 deletions(-)

New commits:
commit a1686975725d48db6118cf75a58aea0b6f25a7a5
Author: Steve Langasek 
Date:   Fri Oct 21 14:48:02 2011 -0700

releasing version 2:1.1.0-3

diff --git a/debian/changelog b/debian/changelog
index 29e43f8..b533395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxmu (2:1.1.0-3) UNRELEASED; urgency=low
+libxmu (2:1.1.0-3) unstable; urgency=low
 
   * Build for multiarch.
 
- -- Steve Langasek   Fri, 21 Oct 2011 14:27:02 -0700
+ -- Steve Langasek   Fri, 21 Oct 2011 14:47:59 -0700
 
 libxmu (2:1.1.0-2) unstable; urgency=low
 

commit ac8beb9ce0ba2d1c60201bfee7c2b5fd895dc3bc
Author: Steve Langasek 
Date:   Fri Oct 21 14:47:39 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index 32e870e..29e43f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxmu (2:1.1.0-3) UNRELEASED; urgency=low
+
+  * Build for multiarch.
+
+ -- Steve Langasek   Fri, 21 Oct 2011 14:27:02 -0700
+
 libxmu (2:1.1.0-2) unstable; urgency=low
 
   [ Christopher James Halse Rogers ]
diff --git a/debian/control b/debian/control
index 82b1f01..4c145c8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow , Cyril Brulebois 

 Build-Depends:
  debhelper (>= 5.0.0),
+ dpkg-dev (>= 1.16.0),
  libx11-dev (>= 1:0.99.2),
  libxt-dev (>= 1:0.99.1),
  libxext-dev (>= 1:0.99.1),
@@ -22,6 +23,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxmu.git
 Package: libxmu6
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 miscellaneous utility library
  libXmu provides a set of miscellaneous utility convenience functions for X
@@ -37,6 +40,7 @@ Description: X11 miscellaneous utility library
 Package: libxmu6-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxmu6 (= ${binary:Version})
 Description: X11 miscellaneous utility library (debug package)
@@ -56,6 +60,7 @@ Description: X11 miscellaneous utility library (debug package)
 Package: libxmu-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxext-dev, libxt-dev, libxmu6 
(= ${binary:Version}), libxmu-headers (= ${source:Version})
 Description: X11 miscellaneous utility library (development headers)
  libXmu provides a set of miscellaneous utility convenience functions for X
@@ -74,6 +79,8 @@ Description: X11 miscellaneous utility library (development 
headers)
 Package: libxmuu1
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 miscellaneous micro-utility library
  libXmuu provides a set of miscellaneous utility convenience functions for X
@@ -89,6 +96,7 @@ Description: X11 miscellaneous micro-utility library
 Package: libxmuu1-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version})
 Description: X11 miscellaneous micro-utility library (debug package)
@@ -108,6 +116,7 @@ Description: X11 miscellaneous micro-utility library (debug 
package)
 Package: libxmuu-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxmuu1 (= ${binary:Version}), 
libxmu-headers (= ${source:Version})
 Description: X11 miscellaneous micro-utility library (development headers)
  libXmuu provides a set of miscellaneous utility convenience functions for X
@@ -126,6 +135,7 @@ Description: X11 miscellaneous micro-utility library 
(development headers)
 Package: libxmu-headers
 Section: libdevel
 Architecture: all
+Multi-Arch: foreign
 Depends: libx11-dev, x11proto-core-dev
 Description: X11 miscellaneous utility library headers
  libXmu and libXmuu are miscellaneous utility libraries for X library
diff --git a/debian/libxmu-dev.install b/debian/libxmu-dev.install
index 2f5f5b2..613e605 100644
--- a/debian/libxmu-dev.install
+++ b/debian/libxmu-dev.install
@@ -1,3 +1,3 @@
-usr/lib/libXmu.a
-usr/lib/libXmu.so
-usr/lib/pkgconfig/xmu.pc
+usr/lib/*/libXmu.a
+usr/lib/*/libXmu.so
+usr/lib/*/pkgconfig/xmu.pc
diff --git a/debian/libxmu6.install b/debian/libxmu6.install
index 8bb0da2..9e56527 100644
--- a/debian/libxmu6.install
+++ b/debian/libxmu6.install
@@ -1 +1 @@
-usr/lib/libXmu.so.6*
+usr/lib/*/libXmu.so.6*
diff --git a/debian/libxmuu-dev.install b/debian/libxmuu-dev.install
index 61b0f62..66d145f 100644
--- a/debian/libxmuu-dev.install
+++ b

libxmu: Changes to 'refs/tags/libxmu-2_1.1.0-3'

2011-10-21 Thread Steve Langasek
Tag 'libxmu-2_1.1.0-3' created by Steve Langasek  at 
2011-10-21 21:48 +

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

iQIVAwUATqHolFaNMPMhshM9AQj0zA/+J5lNBOAJqOCbMYXCM5GZ+FbiP3uCUv1P
hkVvA0TJilbPGapRPwaxlu1NYNWN99KdPOYyh6XdFbhw3iMaRV4jXThr8hRoIxmE
s+iM2oeooegfT4bTJN7GLbITEMR9Xlj1tsoG3HO7+SCnx9hKm44TRWB62FGXVjKO
e3S7yO9JgkDTcrV0ldORRNFJh4UYp9LaR48ShO6FmjGkL6t8V62bPZUa3voln0Gp
Um38KKVAupEZ2NkCFjwgbOsMjTwSXGcIlBWXXO6U1qxyhbG+/8qkI6lv+dVyrryc
Z5ITpMaaQWWyn12ArN5q5/az75AeoburEK/RmCoQfck6Uf714bYGyOosyfvb5EKm
+Gm8L/Tld4M5FRJGJgGX8mgdU+dOrncre+Bfs57G6gUFE4H5nyIgjhiIS+H/Pt+9
1lduM81RlWUm/76TBiVfOp/3S+Rpuq+r/RZPue2d1OlzsyZTiXwoG8K9lNELX2tZ
H/wkhUBLS4lO5RCSVsmyRsm/PGLxGzXEg045mmxTD2VWfN/ncVz7XvW09zzMH/2n
+2WsXaY5Pxv8ROAT+Ayb1ODH4zEK9F6tNoXfGK7H5x8ts95Td7iZA2/uhyCL/Mdb
dsG9wN0t37vuKVRXeBKu+g6AfCc8LxV/6G0xITh7rAZHgils2m4PaQ0Djte2emjb
y4/wpF6Y6PI=
=yMpb
-END PGP SIGNATURE-

Changes since libxmu-2_1.1.0-2:
Steve Langasek (2):
  Build for multiarch.
  releasing version 2:1.1.0-3

---
 debian/changelog   |6 ++
 debian/control |   10 ++
 debian/libxmu-dev.install  |6 +++---
 debian/libxmu6.install |2 +-
 debian/libxmuu-dev.install |6 +++---
 debian/libxmuu1.install|2 +-
 debian/rules   |3 +++
 7 files changed, 27 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/e1rhnhf-00067z...@vasks.debian.org



libxpm: Changes to 'debian-unstable'

2011-10-21 Thread Steve Langasek
 debian/changelog  |7 +--
 debian/control|6 ++
 debian/libxpm-dev.install |6 +++---
 debian/libxpm4.install|2 +-
 debian/rules  |3 +++
 5 files changed, 18 insertions(+), 6 deletions(-)

New commits:
commit 61af59d1243f79069a0d9bb34550d4ea0d6ea611
Author: Steve Langasek 
Date:   Fri Oct 21 15:24:49 2011 -0700

releasing version 1:3.5.9-2

diff --git a/debian/changelog b/debian/changelog
index 772af4f..e42ddf4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxpm (1:3.5.9-2) UNRELEASED; urgency=low
+libxpm (1:3.5.9-2) unstable; urgency=low
 
   [ Cyril Brulebois ]
   * Build xpm.pdf from xpm.PS.gz, and use debian/libxpm-dev.docs to
@@ -16,7 +16,7 @@ libxpm (1:3.5.9-2) UNRELEASED; urgency=low
   [ Steve Langasek ]
   * Build for multiarch.
 
- -- Cyril Brulebois   Sat, 15 Jan 2011 00:34:23 +0100
+ -- Steve Langasek   Fri, 21 Oct 2011 15:24:28 -0700
 
 libxpm (1:3.5.9-1) unstable; urgency=low
 

commit f9f8e9b80a01ec9a373089a88da820c49a08bf4e
Author: Steve Langasek 
Date:   Fri Oct 21 15:24:25 2011 -0700

Build for multiarch.

diff --git a/debian/changelog b/debian/changelog
index da08c6d..772af4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ libxpm (1:3.5.9-2) UNRELEASED; urgency=low
 monolith.
   * Drop Replaces on xbase-clients 6.8.x.
 
+  [ Steve Langasek ]
+  * Build for multiarch.
+
  -- Cyril Brulebois   Sat, 15 Jan 2011 00:34:23 +0100
 
 libxpm (1:3.5.9-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6b2a9d2..4d63906 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian X Strike Force 
 Uploaders: Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5.0.0),
+ dpkg-dev (>= 1.16.0),
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
@@ -21,6 +22,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxpm.git
 Package: libxpm4
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 pixmap library
  libXpm provides support and common operation for the XPM pixmap format, which
@@ -36,6 +39,7 @@ Description: X11 pixmap library
 Package: libxpm4-dbg
 Section: debug
 Architecture: any
+Multi-Arch: same
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxpm4 (= ${binary:Version})
 Description: X11 pixmap library (debug package)
@@ -55,6 +59,7 @@ Description: X11 pixmap library (debug package)
 Package: libxpm-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxpm4 (= ${binary:Version}), 
libx11-dev, x11proto-core-dev
 Description: X11 pixmap library (development headers)
  libXpm provides support and common operation for the XPM pixmap format, which
@@ -72,6 +77,7 @@ Description: X11 pixmap library (development headers)
 
 Package: xpmutils
 Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: X11 pixmap utilities
  This package provides two tools, cxpm and sxpm.
diff --git a/debian/libxpm-dev.install b/debian/libxpm-dev.install
index 59333aa..e0fa6df 100644
--- a/debian/libxpm-dev.install
+++ b/debian/libxpm-dev.install
@@ -1,4 +1,4 @@
 usr/include/X11/*
-usr/lib/libXpm.a
-usr/lib/libXpm.so
-usr/lib/pkgconfig/xpm.pc
+usr/lib/*/libXpm.a
+usr/lib/*/libXpm.so
+usr/lib/*/pkgconfig/xpm.pc
diff --git a/debian/libxpm4.install b/debian/libxpm4.install
index 84b8f2d..3f3a108 100644
--- a/debian/libxpm4.install
+++ b/debian/libxpm4.install
@@ -1 +1 @@
-usr/lib/libXpm.so.4*
+usr/lib/*/libXpm.so.4*
diff --git a/debian/rules b/debian/rules
index f049670..e3cca37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,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
@@ -40,6 +42,7 @@ build-stamp:
mkdir -p build
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 --infodir=\$${prefix}/share/info $(confflags) \
 CFLAGS="$(CFLAGS)" 
cd build && $(MAKE)


-- 
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/e1rhngc-0001mg...@vasks.debian.org



libxpm: Changes to 'refs/tags/libxpm-1_3.5.9-2'

2011-10-21 Thread Steve Langasek
Tag 'libxpm-1_3.5.9-2' created by Steve Langasek  at 
2011-10-21 22:24 +

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

iQIVAwUATqHxM1aNMPMhshM9AQgaUw//bObLy+U6DlM+7EIv06l0IkESgeiaRV7A
iwbFOU+LSBn99LiVbaS9d7jq2rfDtsgSnfsySxPdq/5pJ24D3xCb8gm/wvzFQRDr
4lachafqIaF9Os1OVZ4RgNhbmLlK+qV9Ycpcdol+qVwyOiLxpwP8urDOKTf5zH53
kKzG8LWzb/F43+TYdZSxfhcS0pjd6pFFNjJcHix2Yj+f2wbDxhu0ivUpLGATMwpQ
BnnvxTMJgntZ/jwv9PZjFuUAj0VrmadAkUCjgRfxBV7Pg1laJJf/Z+Z8wJMTtoLD
rjcd+z799+xb2XnvF8jVsfYpM0E1Wnc137kAul8BYSOC+doayL18HqXVlSTCB1g/
MFUc3HAVykTBCKY/qagYUVbYXVxqGNk1R/JVAVEm0Ki4sBS8obdym03ANXM8Tqg6
rezTEI1N4UoBuw42TjSz9mnYJcsXSBEjy7Q6oIswCCt3gS2F5Q6NeWLCyJey+CUL
wutdT8zrb3V/MN+RoCnA5SAUGbtpXu1slbo6JH5bZjlVQIrP9m7REQ0Q0otUsMpT
BkENBS2vuG7cfjRCvAuQjKMXeedFmhxR98e52W8wZMuMpObL+yHitR2fxvVwn8ib
4Gp0TXZq0XNg0xF5/EvmdMwAktzAVxvMJ8VMwGL+2B0VHEJA3ah/y4bPoHXYgqUC
TiDjnumNM4I=
=OTJH
-END PGP SIGNATURE-

Changes since libxpm-1_3.5.9-1:
Cyril Brulebois (4):
  Build xpm.pdf from xpm.PS.gz.
  Ship it.
  Add ghostscript build-dep, for ps2pdf.
  Fix typo in long descriptions: specificied → specified.

Julien Cristau (3):
  Remove David from Uploaders.
  Drop Pre-Depends on x11-common
  Drop Replaces on xbase-clients 6.8.x.

Steve Langasek (2):
  Build for multiarch.
  releasing version 1:3.5.9-2

---
 debian/changelog  |   20 
 debian/control|   19 ---
 debian/libxpm-dev.docs|1 +
 debian/libxpm-dev.install |6 +++---
 debian/libxpm4.install|2 +-
 debian/rules  |7 +++
 6 files changed, 44 insertions(+), 11 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/e1rhngg-0001nf...@vasks.debian.org



libxtst: Changes to 'debian-unstable'

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

New commits:
commit cd0a68453678f1b4b93a2762337d455b28064c30
Author: Steve Langasek 
Date:   Fri Oct 21 20:17:28 2011 -0700

releasing version 2:1.2.0-4

diff --git a/debian/changelog b/debian/changelog
index a8010a8..2c5be64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxtst (2:1.2.0-4) UNRELEASED; urgency=low
+libxtst (2:1.2.0-4) unstable; urgency=low
 
   [ Julien Cristau ]
   * Build for multiarch (closes: #639348).  Thanks, Peter Samuelson!
@@ -8,7 +8,7 @@ libxtst (2:1.2.0-4) UNRELEASED; urgency=low
   * Don't mark libxtst-dev Multi-Arch: same, because its documentation isn't
 identical across architectures.
 
- -- Julien Cristau   Fri, 26 Aug 2011 22:10:51 +0200
+ -- Steve Langasek   Fri, 21 Oct 2011 20:17:23 -0700
 
 libxtst (2:1.2.0-3) unstable; urgency=low
 

commit b7087bfed422188d3042bded72497a69634aeb7d
Author: Steve Langasek 
Date:   Fri Oct 21 20:17:14 2011 -0700

Don't mark libxtst-dev Multi-Arch: same, because its documentation isn't 
identical across architectures.

diff --git a/debian/changelog b/debian/changelog
index 122ea9d..a8010a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libxtst (2:1.2.0-4) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Build for multiarch (closes: #639348).  Thanks, Peter Samuelson!
   * Don't use dh_testroot in clean.
 
+  [ Steve Langasek ]
+  * Don't mark libxtst-dev Multi-Arch: same, because its documentation isn't
+identical across architectures.
+
  -- Julien Cristau   Fri, 26 Aug 2011 22:10:51 +0200
 
 libxtst (2:1.2.0-3) unstable; urgency=low
diff --git a/debian/control b/debian/control
index c27cb6b..0e5f0a2 100644
--- a/debian/control
+++ b/debian/control
@@ -76,7 +76,6 @@ Description: X11 Record extension library (debug package)
 Package: libxtst-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/e1rhs7g-0007ts...@vasks.debian.org



libxtst: Changes to 'refs/tags/libxtst-2_1.2.0-4'

2011-10-21 Thread Steve Langasek
Tag 'libxtst-2_1.2.0-4' created by Steve Langasek  
at 2011-10-22 03:19 +

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

iQIVAwUATqI2RFaNMPMhshM9AQhEJw//cNP2za08hvDGofwz4mDLDk8pejxcHEso
mEAstByFBXho91BvpM8hIzjv9SThw9xOYYxCJzFncuO2rmagEXfa04XIVngxc1Qk
n6rddrqS6RNqp6TfkRQMJKZTlQ1cIhrV/rRLfWfo4tZk4vbKDrr7vIaxRLRYwJk0
Bm69kimuhMhb+l7md0pWB0lY6mgTJI9JK2AxOOCrLIFZx44vrGd8Te64YRESifbH
1K/zmOMwwye22ZuSxdPGZdEPP/4b8dPrk5FbGH5sGzN9teaFaXDSQ19GYPZruqCN
jfK5bDasra0zAltEEegHn2MJ8SvkhqE53YOKPEJPrbCTq6C1TNCJYFz50D4hJzi0
9E2Rfxi45/wXOy3YuYkeZnxMKAxsAUFtl8I82p8FuOPU0FkH8Lu/abd4o/ckD+6g
oskldKmHSt9gN5DL4oiWEQdBE+Rc0j2E44Kr07ch5enz6IY1YKuBdsj3e+dZK11k
0mU7LqKkgnJo+vbt0/sIeaw+Z6k8cSCoHVuSbkWz6lmEh2/OqOldoZPvJ1ITzTPR
+r51ppBC7cG7JUjh+UxrEASS0/nwfDFyUgIMkyGCGLR/nHCC2yFoA/heo086CNGV
ho6hjZmFx+kgud7VmGFX0l6o6sJXXjGlYi702dIa0usZBjYznjlErwKjtLt2bmCK
aFBx1gyb9s0=
=A3dD
-END PGP SIGNATURE-

Changes since libxtst-2_1.2.0-3:
Julien Cristau (2):
  Add changelog entry
  Don't use dh_testroot in clean.

Peter Samuelson (1):
  Build for multiarch

Steve Langasek (2):
  Don't mark libxtst-dev Multi-Arch: same, because its documentation isn't 
identical across architectures.
  releasing version 2:1.2.0-4

---
 debian/changelog |   12 
 debian/control   |4 
 debian/libxtst-dev.install   |6 +++---
 debian/libxtst6-udeb.install |2 +-
 debian/libxtst6.install  |2 +-
 debian/rules |6 --
 6 files changed, 25 insertions(+), 7 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/e1rhs7l-0007vr...@vasks.debian.org



libxpm: Changes to 'debian-unstable'

2011-10-21 Thread Steve Langasek
 debian/changelog |7 +++
 sxpm/Makefile.am |2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 75f2aa4e3fec92b4c956ac4cc7708d9930063a3f
Author: Steve Langasek 
Date:   Fri Oct 21 20:21:51 2011 -0700

releasing version 1:3.5.9-3

diff --git a/debian/changelog b/debian/changelog
index c5ffee1..a97a955 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxpm (1:3.5.9-3) UNRELEASED; urgency=low
+libxpm (1:3.5.9-3) unstable; urgency=low
 
   * Apply patch from Ubuntu to fix build failure when using ld --no-add-
 needed. Closes: #604494.
 
- -- Steve Langasek   Fri, 21 Oct 2011 20:21:05 -0700
+ -- Steve Langasek   Fri, 21 Oct 2011 20:21:48 -0700
 
 libxpm (1:3.5.9-2) unstable; urgency=low
 

commit c25d3c6248482e562518d110ac67307878cfe3c7
Author: Steve Langasek 
Date:   Fri Oct 21 20:21:47 2011 -0700

Apply patch from Ubuntu to fix build failure when using ld --no-add- 
needed. Closes: #604494.

diff --git a/debian/changelog b/debian/changelog
index e42ddf4..c5ffee1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxpm (1:3.5.9-3) UNRELEASED; urgency=low
+
+  * Apply patch from Ubuntu to fix build failure when using ld --no-add-
+needed. Closes: #604494.
+
+ -- Steve Langasek   Fri, 21 Oct 2011 20:21:05 -0700
+
 libxpm (1:3.5.9-2) unstable; urgency=low
 
   [ Cyril Brulebois ]
diff --git a/sxpm/Makefile.am b/sxpm/Makefile.am
index 8241e87..dae968b 100644
--- a/sxpm/Makefile.am
+++ b/sxpm/Makefile.am
@@ -7,7 +7,7 @@ AM_CFLAGS = $(CWARNFLAGS) $(SXPM_CFLAGS)
 
 sxpm_SOURCES = sxpm.c
 
-LDADD = $(SXPM_LIBS) $(top_builddir)/src/libXpm.la
+LDADD = $(top_builddir)/src/libXpm.la $(SXPM_LIBS) -lX11
 
 # Man page
 appmandir = $(APP_MAN_DIR)


-- 
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/e1rhs9p-0007ko...@vasks.debian.org



libxpm: Changes to 'refs/tags/libxpm-1_3.5.9-3'

2011-10-21 Thread Steve Langasek
Tag 'libxpm-1_3.5.9-3' created by Steve Langasek  at 
2011-10-22 03:21 +

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

iQIVAwUATqI20VaNMPMhshM9AQgrfhAApNhYJvlh3beDQ0wvUNEVDjbJdCTfQP1n
J7jbmBtlVLdJHgoho9OqkJEZEQImoe9tJWiR+9V8zz+XfpWOs8mDz1f/cDlx2gaM
8GJO9jzgVpuvCPBwQHA0M8Q28GuyMMrgTA9zr+TZgMVGd66bY8C6XVKNQQgr1bXw
hsyNB2Hkb6osU80vKqAkms1oZLq6CumZBaqfWmrb/v9fCfHbkmgjFPuvbLPpMxBu
Cj7d84mQXjWalvb6dHCXZvtLbkl7yhKjJ41aBkjSBtQD8dfuE27AD37NMRc49e56
owiU58gzhooTF/gz31fkvH6jEht4PSa3H+AydZm+CpbGwR8kn31scwtcX8J3ExRM
RZVX3eAGMGEQbkyNKrbq22RF6lGRILcHXYJ9XJvF6vEg8rtNzISrbF7r0Ok9wl1i
GUjD338NSfIwa6D7+Z5rD7Phr25YABe9146i9+Id4mHOqEHT0wJwLmiV3S7j+5pE
Gz8eUH79dEnbF9PdoXf/sti5N94UxGmBck5t+f53Jw8cA4k/WIPrFWt7q4GFH7xV
iG0P7esvzcKAyUzPpMgPY470PqIcScFc1exDvt1JaZ+Jqny1DBeSYaJEzGHpdNw9
74KB2GpXAfpxKPWwFho27M0toC/hQygzb4kJEC4Phym/pQPtSTPKi7zacZkPiVbE
H8AThFr9hDE=
=6KrY
-END PGP SIGNATURE-

Changes since libxpm-1_3.5.9-2:
Steve Langasek (2):
  Apply patch from Ubuntu to fix build failure when using ld --no-add- 
needed. Closes: #604494.
  releasing version 1:3.5.9-3

---
 debian/changelog |7 +++
 sxpm/Makefile.am |2 +-
 2 files changed, 8 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/e1rhs9u-0007lh...@vasks.debian.org



xorg-server: Changes to 'ubuntu'

2011-10-21 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 
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   Fri, 21 Oct 2011 23:03:10 -0700
+ -- Steve Langasek   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 
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   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 
+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 
+---
+ 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-21 Thread Steve Langasek
Rebased ref, commits from common ancestor:
commit b950d4027024f9780b2db31e92d5f6f94a28a7ab
Author: Steve Langasek 
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   Fri, 21 Oct 2011 23:03:10 -0700
+ -- Steve Langasek   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 
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   Thu, 28 Apr 2011 14:16:56 +0200
+ -- Steve Langasek   Sat, 22 Oct 2011 13:03:28 -0700
 
 libxp (1:1.0.1-1) unstable; urgency=low
 

commit dd2ac4cd5056993c9e1c8c247f7a5d9805dc1328
Author: Steve Langasek 
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 
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   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 
 Uploaders: Drew Parsons , Cyril Brulebois 

 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  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



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 
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   Tue, 08 Nov 2011 11:21:33 -0800
+ -- Steve Langasek   Tue, 08 Nov 2011 11:36:13 -0800
 
 x11proto-video (2.3.1-1) unstable; urgency=low
 

commit 243751f4e1956b92fd353aaa2f2d5b653348acc8
Author: Steve Langasek 
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   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 
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   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
  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 
 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 
 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 
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   Tue, 08 Nov 2011 11:54:22 -0800
+ -- Steve Langasek   Tue, 08 Nov 2011 12:00:20 -0800
 
 x11proto-record (1.14.1-1) unstable; urgency=low
 

commit 93b6f604f1ac363fd2e8e87340e1e0440008b1f1
Author: Steve Langasek 
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   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 
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   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 
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   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 
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   Sat, 16 Jan 2010 16:47:45 +
+ -- Steve Langasek   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 
 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 
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   Mon, 15 Aug 2011 20:25:51 +0200
+ -- Steve Langasek   Tue, 08 Nov 2011 19:00:21 -0800
 
 xutils-dev (1:7.6+5) unstable; urgency=low
 

commit f8c72f03f6da079c80fe746f71f3db86acc03aeb
Author: Steve Langasek 
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   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  
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 
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   Tue, 08 Nov 2011 19:31:12 -0800
+ -- Steve Langasek   Tue, 08 Nov 2011 19:31:51 -0800
 
 libxau (1:1.0.6-3) unstable; urgency=low
 

commit 26d37bd3e8e26bcaaed380e1bca0e32b964ca4f7
Author: Steve Langasek 
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   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  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 
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   Tue, 08 Nov 2011 20:29:10 -0800
+ -- Steve Langasek   Tue, 08 Nov 2011 20:30:37 -0800
 
 libxdmcp (1:1.1.0-3) unstable; urgency=low
 

commit c05303fd06b91c70c91026cc795728c6838988a3
Author: Steve Langasek 
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   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 
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   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  
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



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  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 
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   Tue, 08 Nov 2011 17:06:03 -0800
+ -- Steve Langasek   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:en_ZA.ISO8

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 
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   Tue, 08 Nov 2011 17:06:03 -0800
+ -- Steve Langasek   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.ISO8

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 
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
@@ -

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 
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   Thu, 10 Nov 2011 18:56:41 -0800
+ -- Steve Langasek   Fri, 11 Nov 2011 06:51:51 -0800
 
 libx11 (2:1.4.4-3) unstable; urgency=low
 

commit 7ff742c6683b783b1ee883e467f5c16f26c90e40
Author: Steve Langasek 
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   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  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



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 
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   Tue, 20 Sep 2011 16:27:01 +0200
+ -- Steve Langasek   Tue, 15 Nov 2011 10:20:54 -0800
 
 x11proto-bigreqs (1:1.1.1-1) unstable; urgency=low
 

commit b86d4156135bac2f12fd6167b61dbc5408fd1505
Author: Steve Langasek 
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   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 
 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 
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   Sat, 16 Jan 2010 16:47:51 +
+ -- Steve Langasek   Tue, 15 Nov 2011 11:18:24 -0800
 
 x11proto-dmx (1:2.3-2) unstable; urgency=low
 

commit 031bb6163bb0e20617db8e7f46de61022f1cc3d7
Author: Steve Langasek 
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   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 
 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 
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   Tue, 15 Nov 2011 11:39:12 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:39:24 -0800
 
 x11proto-fonts (2.1.1-1) unstable; urgency=low
 

commit 9dc6dad5abeef0e7fa5cc91666bb3ac237ccb4ec
Author: Steve Langasek 
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   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 
 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 
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   Thu, 28 Apr 2011 14:44:35 +0200
+ -- Steve Langasek   Tue, 15 Nov 2011 11:44:18 -0800
 
 x11proto-print (1.0.5-1) unstable; urgency=low
 

commit 3f8d442bbd33ffd13d0650338c628cf559e193b7
Author: Steve Langasek 
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   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 
 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 
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   Tue, 15 Nov 2011 11:48:51 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:49:19 -0800
 
 x11proto-scrnsaver (1.2.1-1) unstable; urgency=low
 

commit e78a259c1524d0df8ddf6091d8d3bae2b7733256
Author: Steve Langasek 
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   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 
 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 
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   Tue, 15 Nov 2011 11:52:40 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:52:55 -0800
 
 x11proto-xcmisc (1.2.1-1) unstable; urgency=low
 

commit 4ac74dc9b618edd05e13d3dede322ae8fec9c724
Author: Steve Langasek 
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   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 
 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 
 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 
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   Sat, 16 Jan 2010 16:47:47 +
+ -- Steve Langasek   Tue, 15 Nov 2011 11:55:40 -0800
 
 x11proto-xf86dga (2.1-2) unstable; urgency=low
 

commit c693d13cd67c5f735e1a2e6c815b086c3b139797
Author: Steve Langasek 
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   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 
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   Tue, 15 Nov 2011 11:57:36 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 11:58:56 -0800
 
 x11proto-xf86dri (2.1.1-1) unstable; urgency=low
 

commit 92d873e8d51cd90e04e6ffbb79d254867a40
Author: Steve Langasek 
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   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 
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   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 
 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 
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   Tue, 15 Nov 2011 12:01:34 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 12:02:23 -0800
 
 x11proto-xf86misc (0.9.3-1) unstable; urgency=low
 

commit e398b226fee8f2ad9c752d05d3c08e360e1ee186
Author: Steve Langasek 
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   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 
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   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 
 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 
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   Tue, 15 Nov 2011 11:18:24 -0800
+ -- Cyril Brulebois   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 
-Uploaders: David Nusinow , Andres Salomon 

+Uploaders: David Nusinow , Andres Salomon 
, Cyril Brulebois 
 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 
Date:   Wed Jan 5 17:26:54 2011 -0800

dmxproto 2.3.1

Signed-off-by: Alan Coopersmith 

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 
Date:   Tue Dec 28 18:26:35 2010 -0800

Remove accidentally added config.h header creation

Signed-off-by: Alan Coopersmith 

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 
Date:   Tue Dec 28 17:59:39 2010 -0800

Add links to DMX website & protocol spec to README

Signed-off-by: Alan Coopersmith 

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 
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 

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 
Date:   Tue Dec 28 17:51:15 2010 -0800

config: Add missing AC_CONFIG_SRCDIR

Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.

Signed-off-by: Alan Coopersmith 

diff --git a/configure.ac b/configure.ac
index c25791e..e4442dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,14 @@
+dnl
+dnl Process this file with autoc

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  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 Ext to Proto.


-- 
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  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  
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  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 
 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 
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   Tue, 15 Nov 2011 13:37:42 -0800
+ -- Steve Langasek   Tue, 15 Nov 2011 13:38:24 -0800
 
 x11proto-dmx (1:2.3.1-1) unstable; urgency=low
 

commit 4435c6cccd940901fb629861a6d34a9841322954
Author: Steve Langasek 
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   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 
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   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 
 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



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 
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 
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 
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 
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 
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 -e"s,\$${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 
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   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 
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   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 
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   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/${DEB_HOST_MULTIARC

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 
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   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 
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   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 
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   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/${DEB_HOST_MULTIARC

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 
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 -e"s,\$${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)

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 
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



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 
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   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 ,
Arnaud Fontaine 
 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: 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


Bug#164063: out-of-date pt_BR translation for xserver-xfree86

2002-10-09 Thread Steve Langasek

Package: xserver-xfree86
Version: 4.2.1-2
Severity: minor
Tags: patch

Please find attached an updated Portuguese translation for the
xserver-xfree86 debconf templates.  With this update, only two templates
remain untranslated to Portuguese; I'm leaving those for a better 
translator than I to pick up at a later date.

Steve Langasek
postmodern programmer


Template: xserver-xfree86/autodetect_video_card
Type: boolean
Default: true
Description: Attempt to autodetect video hardware?
 Accept this option if you would like to attempt to autodetect the recommended
 X server and driver module for your video card.  If autodetection fails, you
 will be asked to specify the desired X server and/or driver module.  If
 autodetection succeeds, further debconf questions about your video hardware
 will be pre-answered.
 .
 If you would rather select the X server and driver module yourself, decline
 this option.  You will not be asked to select the X server if there is only
 one available.
Description-pt_BR: Tentar autodetectar o hardware de v�deo ?
 Aceite esta op��o caso voc� queira tentar autodetectar o servidor X
 recomendado e o m�dulo do driver para sua placa de v�deo. Caso a
 autodetec��o falhe, ser� requisitado que voc� especifique o servidor
 X desejado e/ou o m�dulo do controlador. Caso a autodetec��o tenha �xito, 
 as demais perguntas sobre o hardware de v�deo ser�o preenchidas para voc�.
 .
 Caso voc� deseje selecionar um servidor de X e um m�dulo do driver
 manualmente, n�o aceite esta op��o.  N�o lhe ser� pedido selecionar um
 servidor X caso houver somente um servidor dispon�vel.

Template: shared/no_known_x-server
Type: note
Description: No X server known for your video hardware.
 Either you have no video hardware installed on this machine (serial console
 only?), or the "discover" program was unable to determine which X server is
 appropriate for your video hardware.  This could be due to incomplete
 information in discover's hardware database, or it could be that your video
 hardware is simply not supported by any available X servers.
Description-pt_BR: Nenhum servidor X conhecido para seu hardware de v�deo.
 Voc� n�o possui hardware de v�deo instalado nesta m�quina (console serial
 apenas ?) ou o programa "discover" n�o foi capaz de determinar qual
 servidor X � o apropriado para seu hardware de v�deo. Isto pode ser devido
 a informa��o incompleta na base de dados de hardware do discover ou pode
 ser que seu hardware de v�deo simplesmente n�o seja suportado por nenhum
 dos servidores X dispon�veis.

Template: shared/multiple_possible_x-servers
Type: note
Description: Multiple potential default X servers for your hardware.
 Multiple video cards have been detected, and different X servers are required
 to support the various devices.  It is thus not possible to automatically
 select a default X server.  Please configure the device that will serve as
 your computer's "primary head"; this is generally the video card and monitor
 to which the computer displays when it first boots.
 .
 At the present time, only a single-headed setup is supported by debconf;
 however, the X server configuration files can be edited to support a
 multi-head configuration.
Description-pt_BR: M�ltiplos potenciais servidores X para seu hardware.
 M�ltiplas placas de v�deo foram detectadas e diferentes servidores X s�o
 requeridos para suportar os v�rios dispositivos. Desse modo n�o � poss�vel
 automaticamente selecionar um servidor X padr�o. Por favor configure o
 dispositivo que funcionar� como seu dispositivo principal; este �
 geralmente a placa de v�deo e monitor os quais o computador usa quando seu
 computador inicia.
 .
 No momento, apenas configura��es de dispositivos �nicos s�o suportadas
 pelo debconf; por�m, os arquivos de configura��o do servidor X podem ser
 editados para suportar uma configura��o de m�ltiplos dispositivos.

Template: shared/default-x-server
Type: select
Choices: ${choices}
Description: Select the desired default X server.
 The X server is the hardware interface of the X Window System.  Its job is to
 communicate with video display and input devices, providing a foundation for
 the chosen Graphical User Interface (GUI).
 .
 Several X servers may be available; the default is selected via the
 /etc/X11/X symbolic link.  Some X servers may not work with your particular
 graphics hardware.
Description-pt_BR: Selecione o servidor X padr�o desejado.
 O servidor X � a interface com o hardware do Sistema de Janelas X. Sua
 fun��o � se comunicar com o display de v�deo e dispositivos de entrada,
 provendo a funda��o para a Interface Gr�fica de Usu�rio (GUI) escolhida.
 .
 Diversos servidores X podem estar dispon�veis; o padr�o � selecionado
 atrav�s da liga��o simb�lica /etc/X11/X. Alguns servidores X podem n�o
 funcionar com seu hardware gr�fico em particular.

Template: shared/clobber_x-server_symlink
Type: boolean
Description: Replace symbolic link to default X 

Patch for xorg-x11 C++ transition

2005-07-09 Thread Steve Langasek
Hi folks,

Attached is a patch which implements the renaming of xorg-x11 binary
packages required for the C++ ABI transition.  I've checked this against
Ubuntu via Daniel Stone; combined with a bit of svn moving on
debian/xlibmesa-glu*, this should give us packages that are ready for
gcc-4.0 in etch, so it'd be great if this could be applied and uploaded to
unstable post haste so that we can move forward with the ABI transition for
all the packages above xlibmesa-glu in the tree.

Thanks,
-- 
Steve Langasek
postmodern programmer
Index: debian/xlibmesa-glu.shlibs
===
--- debian/xlibmesa-glu.shlibs  (revision 319)
+++ debian/xlibmesa-glu.shlibs  (working copy)
@@ -1 +1 @@
-libGLU1 xlibmesa-glu | libglu1
+libGLU1 libglu1-xorg | libglu1c2
Index: debian/changelog
===
--- debian/changelog(revision 319)
+++ debian/changelog(working copy)
@@ -44,6 +44,29 @@
 - patch to xc/programs/Xserver/hw/xfree86/drivers/rendition/vboard.c
   re-added to comply with post-sarge SC
 
+   - Package name changes for the C++ ABI transition:
+ - xlibmesa-glu renamed to libglu1-xorg; Provides: changed to
+   libglu1c2, libglu1c2 added to the Conflicts: and Replaces:
+ - libglu1-xorg shlibs changed to libglu1-xorg | libglu1c2
+ - xlibmesa-glu-dbg renamed to libglu1-xorg-dbg; xlibmesa-glu-dbg
+   added to Conflicts: and Replaces:
+ - xlibmesa-glu-dev renamed to libglu1-xorg-dev; depend on
+   libglu1-xorg instead of xlibmesa-glu, of course, and add
+   xlibmesa-glu-dev to the Conflicts/Replaces/Provides
+ - Update x-window-system-core to depend on libglu1-xorg instead of
+   xlibmesa-glu
+ - Update x-window-system-dev to depend on libglu1-xorg-{dev,dbg}
+   instead of xlibmesa-glu-{dev,dbg}
+ - Drop the xlibmesa3, xlibmesa3-dbg, and xlibmesa-dev transition
+   packages; these existed for the woody->sarge transition, and they
+   can't possibly provide a proper transition for anything that
+   relies on the C++ ABI, so better to get rid of them altogether
+
+   - Remove libglu1-xorg-dev's dependency on "libstdc++5-3.3-dev |
+ libstdc++-dev": this doesn't actually ensure that the correct C++
+ headers are installed, and it's no longer the correct libstdc++
+ version anyway.
+
  -- David Nusinow <[EMAIL PROTECTED]>  Fri, 24 Jun 2005 10:24:48 -0400
 
 xorg-x11 (6.8.2.dfsg.1-0pre1v1) experimental; urgency=low
Index: debian/xlibmesa-glu.postinst.in
===
--- debian/xlibmesa-glu.postinst.in (revision 319)
+++ debian/xlibmesa-glu.postinst.in (working copy)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Debian xlibmesa-glu package post-installation script
+# Debian libglu1-xorg package post-installation script
 # Copyright 1998-2001, 2004 Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
@@ -9,7 +9,7 @@
 
 set -e
 
-THIS_PACKAGE=xlibmesa-glu
+THIS_PACKAGE=libglu1-xorg
 THIS_SCRIPT=postinst
 
 #INCLUDE_SHELL_LIB#
Index: debian/rules
===
--- debian/rules(revision 319)
+++ debian/rules(working copy)
@@ -519,7 +519,7 @@
  -Nlibxxf86rush1-dbg \
  -Nlibxxf86vm1-dbg \
  -Nxlibmesa-gl-dbg \
- -Nxlibmesa-glu-dbg \
+ -Nlibxglu1-xorg-dbg \
  -Nxlibosmesa4-dbg \
  -Nxserver-xorg-dbg
find debian/xserver-xorg/usr/X11R6/lib/modules -name "*_drv.o" | \
Index: debian/xlibmesa-glu.postrm.in
===
--- debian/xlibmesa-glu.postrm.in   (revision 319)
+++ debian/xlibmesa-glu.postrm.in   (working copy)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Debian xlibmesa-glu package post-removal script
+# Debian libglu1-xorg package post-removal script
 # Copyright 1998-2001, 2004 Branden Robinson.
 # Licensed under the GNU General Public License, version 2.  See the file
 # /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
@@ -9,7 +9,7 @@
 
 set -e
 
-THIS_PACKAGE=xlibmesa-glu
+THIS_PACKAGE=libglu1-xorg
 THIS_SCRIPT=postrm
 
 #INCLUDE_SHELL_LIB#
Index: debian/control
===
--- debian/control  (revision 319)
+++ debian/control  (working copy)
@@ -2312,13 +2312,13 @@
  .
  See the xlibmesa-gl package for further information.
 
-Package: xlibmesa-glu
+Package: libglu1-xorg
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Conflicts: libglu1, libutahglx1, mesag3 (<< 5.0.0-1), xlibmesa3 (<< 4.2.1-5), 
xlibmesa3-glu
-Provides: libglu1
-Replaces: libglu1, libutahglx1, mesag3 

Bug#318229: consistent misuse of the BTS [Was, XOrg package is controlled by a woman disrespectful of men (which make up the vast majority of debian developers)]

2005-07-14 Thread Steve Langasek
BTS admins, the submitter of 318229 is consistently abusing the BTS as a
platform for his misogynistic views and to harrass package maintainers.  He
already has the dubious honor of being the first person (AIUI) to be banned
from lists.debian.org; I think it may be appropriate to block him from
bugs.debian.org as well.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Procedure reminders on updating a lib package for a C++ ABI change

2005-07-16 Thread Steve Langasek
On Sat, Jul 16, 2005 at 12:00:12PM -0600, Marcelo E. Magallon wrote:
> On Sat, Jul 16, 2005 at 03:09:18AM -0700, Steve Langasek wrote:

>  > Also, for those who aren't aware, the new xorg packages now in
>  > unstable are also implicated in the C++ transition, because libGLU is
>  > implemented in C++.

>  Keyword: implemented.

>  All of GLU's interfaces are C, not C++, so "transitioning" libGLU is
>  ill-advised at best.

>  What I mean here is that no package should:

> a. Have an exclusive dependency on libglu1-xorg
> b. Have to wait for libglu1-xorg to enter etch
> c. Be trainsitioned because of libglu1-xorg

>  libglu1-xorg reads:

> Replaces: libglu1c2, libglu1, libutahglx1, mesag3 (<< 5.0.0-1),
> xlibmesa3 (<< 4.2.1-5), xlibmesa3-glu, xlibmesa-glu
> Provides: libglu1c2

>  the provides is there in order to allow for other packages to provide
>  libGLU, which is nice, thank you so much, but broken.

>  Are you aware of a situation that needs this or are you doing this
>  "just in case"?  I have tried several GLU-using C++ and libraries
>  compiled with g++ 3.3 with the binary provided by libglu1-xorg and they
>  are working fine.  I have also compiled programs against libglu1-xorg's
>  libGLU and they run fine with other libGLUs compiled with gcc 3.3.

Oh, ugh.  I think the XSF was essentially following Ubuntu's lead here; no
one realized, or thought to check, that the C++ bits weren't exported as
part of the ABI.

David, do you want me to put together a patch that updates the
Provides/Conflicts of libglu1-xorg appropriately?  (Might as well keep the
name change now that it's been done, I think.)

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#318688: x11-common: conffile prompts for /etc/X11/Xsession* when replacing xfree86-common

2005-07-16 Thread Steve Langasek
Package: x11-common
Version: 6.8.2.dfsg.1-2
Severity: important

When installing x11-common on my existing sid system that had the latest
xfree86-common installed, I was presented with conffile prompts for
/etc/X11/Xsession and /etc/X11/Xsession.options even though I have never
edited them.  This is probably because dpkg doesn't know an md5sum for a
previous version of these conffiles *associated with the x11-common
package*, since they previously belonged to xfree86-common.  You will
probably need to detect unmodified versions of the xfree86-common
conffiles in x11-xorg's preinst, and remove them so that they're not in 
the way when dpkg goes to install the new conffiles.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf   1.4.52 Debian configuration management sy
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  lsb-base  3.0-1  Linux Standard Base 2.0 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/experimental_packages:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#318692: xlibs-dev: compat package doesn't depend on libs formerly in xlibs-static-dev

2005-07-16 Thread Steve Langasek
Package: xlibs-dev
Version: 6.8.2.dfsg.1-2
Severity: serious

The current version of xlibs-dev is not fully backwards-compatible with
previous versions built from xfree86, because in the xorg tree a number of
packages have been split out of the xlibs-static-dev package, e.g.,
libxxf86vm-dev.  Packages that previously had a build-dependency on
xlibs-dev only now FTBFS; if the intention is to break backwards
compatibility, I think it would be better to drop the xlibs-dev package
altogether, otherwise these libs should be re-added to the dependencies of
xlibs-dev.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xlibs-dev depends on:
ii  libice-dev   4.3.0.dfsg.1-14 Inter-Client Exchange library deve
ii  libsm-dev4.3.0.dfsg.1-14 X Window System Session Management
ii  libx11-dev   4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext-dev  4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxi-dev4.3.0.dfsg.1-14 X Window System Input extension li
ii  libxmu-dev   4.3.0.dfsg.1-14 X Window System miscellaneous util
ii  libxmuu-dev  4.3.0.dfsg.1-14 lightweight X Window System miscel
ii  libxp-dev4.3.0.dfsg.1-14 X Window System printing extension
ii  libxpm-dev   4.3.0.dfsg.1-14 X pixmap library development files
ii  libxrandr-dev4.3.0.dfsg.1-14 X Window System Resize, Rotate and
ii  libxt-dev4.3.0.dfsg.1-14 X Toolkit Intrinsics development f
ii  libxtrap-dev 4.3.0.dfsg.1-14 X Window System protocol-trapping 
ii  libxtst-dev  4.3.0.dfsg.1-14 X Window System event recording an
ii  libxv-dev4.3.0.dfsg.1-14 X Window System video extension li
ii  pm-dev   4.3.0.dfsg.1-14 proxy management protocol developm
ii  x-dev4.3.0.dfsg.1-14 X protocol development files
ii  xlibs-static-dev 4.3.0.dfsg.1-14 X Window System client library dev

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#318425: nothing forces xserver-xfree86 -> xserver-xorg

2005-07-18 Thread Steve Langasek
On Mon, Jul 18, 2005 at 12:21:22PM +0200, David Martínez Moreno wrote:
> El Viernes, 15 de Julio de 2005 15:28, Adrian Bunk escribió:
> > Package: xserver-xorg
> > Version: 6.8.2.dfsg.1-2
> > Severity: important

> > When starting with sarge, xserver-xfree86 stays on the computer and
> > xserver-xorg isn;t installed if you don't have the x-window-system-core
> > metapackage installed.

> > Possible solutions:

> > 1.:
> > - create a xserver-xfree86 transition package that depends on
> >   xserver-xorg
> > - version the xserver-xfree86 conflict in xserver-xorg
> > - drop the xserver-xfree86 transition package after the release
> >   of etch

> > 2.:
> > - let xserver-common conflict with xserver-xfree86
> > - drop the Provides: xserver-xfree86 from xserver-xorg
> > - all other packages depending on xserver-xfree86 have to
> >   adjust their dependencies

> > Both are possible solutions, but I'd personally slightly prefer
> > the second one.

>   I am with you, the second one is cleaner, but I think that breaks more 
> things 
> that the first one. When we will ask to the FTPmasters to remove remaining 
> XFree86 packages, several things will be uninstallable. However, given the 
> current state of sid, it would be unimportant to break even more things. ;-)

>   I would like to consult to the release team before making up our minds. 
> Maybe 
> they have a preferred way to go.

As we discussed on IRC, I think the second option is reasonable.

And FWIW, yes, debian-release@lists.debian.org is the address to use for
contacting the release team.

Cheers,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#318688: x11-common: conffile prompts for /etc/X11/Xsession* when replacing xfree86-common

2005-07-19 Thread Steve Langasek
On a second machine, I received similar conffile dialogs for
/etc/X11/xkb/keymap/sun/* when installing xlibs.

Thanks,
-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: X.org and the Matrox Millenium II

2005-07-19 Thread Steve Langasek
Followup:

On Tue, Jul 19, 2005 at 01:49:05AM -0700, Steve Langasek wrote:
> On Mon, Jul 18, 2005 at 11:29:31PM -0400, jacob wrote:
> > Greetings all.

> > Today with a day of mixed blessings. I was over-joyed to see X.org 
> > finally make into the Alpha/Sid. However, no amount of convolutions by 
> > myself was sufficient to cause it to work on my "Matrox Graphics, Inc. 
> > MGA 2164W [Millennium II]".

> > Sadly, the settings with which the card worked under 4.3.0.dfsg.1-14 
> > seemed no longer acceptable to the X.org mga_drv. *sigh*

> > After googling (as much as I was up to tonight), I added 'Load "xaa"' to 
> > get rid of the XAA* unresolved symbols. I tried not loading any modules. 
> > Nothing I did seemed to affect the xf86I2C* unresolved symbols, nor the 
> > type 28 Elf_Relocation error (google was strangely silent about this 
> > error). I was able to lock up the display, so it wouldn't change, 
> > regardless of input (although I was still able to switch to tty1, with a 
> > blank screen, and reboot).

> I've just upgraded to xserver-xorg on my alpha in response to your mail.
> The missing symbols are fixed by adding these two lines to xorg.conf:

> Load"xaa"
> Load"libi2c"

> Sounds like a bug to me; I shouldn't have to manually load modules in order
> to use a particular X driver...

> The segfault, though, remains even after making this change.  (The
> Elf_RelocationEntry() errors do also, but I'm not certain those are a real
> problem).  Please file a bug report against the xserver-xorg package, so
> that the X maintainers can take a look at this.

Ok, in fact the ELF_RelocationEntry() errors *are* related: if I install
xserver-xorg-dbg, which doesn't depend on X's bletcherous internal ELF
object loader, there's no segfault at all; the server starts fine.  So a
workaround for you is to use xserver-xorg-dbg for right now, but the
xserver-xorg package is more or less completely broken on alpha.

XSF, can we switch to using dlloader on alpha?  Pleese? :)

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#319298: Xorg segfaults on alpha due to unhandled relocations

2005-07-20 Thread Steve Langasek
Package: xserver-xorg
Version: 6.8.2.dfsg.1-3
Severity: grave
Tags: patch

As reported on debian-alpha, trying to run xorg-xserver on alpha outputs
a large number of

   Elf_RelocateEntry() Unsupported relocation type 28

messages and then segfaults.  Once again, the toolchain has moved the
bar for ELF support.

#include "elfloader_must_die.h"

Although so far the two people seeing this bug both use the MGA driver,
I don't have any reason to believe it's particularly driver-specific,
hence the severity.  In any case, it's definitely a bug in the
elfloader, not a bug in the driver; as evidenced by the fact that the
error is not reproducible with the statically-linked xserver-xorg-dbg.

The attached patch, which comes from upstream by way of Jay Estabrook
at HP, adds the necessary handling for the additional relocation type on
Alpha, fixing the latest segfault.  As per the name, it should slip
right into the patches directory at #305; if you want to move it down to
#203 next to the other alpha reloc fix that it depends on, you'll have
to fix up the offsets in patch 303_arm_cache_flush.diff as well.


-- Package-specific info:
VGA-compatible devices on PCI bus:
:00:05.0 VGA compatible controller: Matrox Graphics, Inc. MGA 2164W 
[Millennium II]

Xorg X server configuration file status:
-rw-r--r--  1 root root 3438 2005-07-19 12:13 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# XF86Config-4 (XFree86 X server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# This file is automatically updated on xserver-xfree86 package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xfree86
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
#   md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
#   dpkg-reconfigure xserver-xfree86

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/lib/X11/fonts/Speedo"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"GLcore"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"speedo"
Load"type1"
Load"vbe"
Load"xaa"
Load"libi2c"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xfree86"
Option  "XkbModel"  "microsoft"
Option  "XkbLayout" "dv_intl"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "PS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Matrox Millennium II"
Driver  "mga"
Option  "UseFBDev"
BusID   "0:5:0"
EndSection

Section "Device"
Identifier  "nVidia GeForce2 MX 400"
Driver  "nv"
EndSection

Section "Monitor"
Identifier  "CTX 17"
HorizSync   30-92
VertRefresh 50-85
Option  "DPMS"
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Matrox Millennium II"
Monitor "CTX 17"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   "1280x1024" "1152x864" "1024x768" "800x600" 
"640x480"
EndSubSection
SubSection "Display"
Depth   4

Re: X Strike Force X.Org X11 SVN commit: r385 - trunk/debian

2005-07-21 Thread Steve Langasek
On Thu, Jul 21, 2005 at 07:06:59PM +0200, David Martínez Moreno wrote:
> El Jueves, 21 de Julio de 2005 18:00, David Nusinow escribió:
> > Nope, sadly -4 is in the archive already since I messed up a couple of
> > things in -3. -4 is in good shape so far though, so it may be able to go in
> > to testing. While I'm tempted to get -5 with your SELinux fix in first, I
> > think unblocking things like gnome from migrating to testing is probably
> > more important.

>   David, that is impossible, as xorg-x11 has several grave and serious 
> bugs as 
> today. We should fix them before. And the other option, to downgrade the bugs 
> or manually force the release to testing, ends in the same blocker: the 
> release team. They have the last word.

>   Do not forget the gcc-4.0/libvgahw.a bug as well. I would like to ship 
> well-built code in testing. As Eugene stated a couple of days ago, there are 
> spreaded volatile's all along the code, not only in libvgbahw.a.

>   I think that we should concentrate on current unstable release, now 
> that 
> (hopefully) compiles on every architecture, and we are not blockers for KDE 
> or GNOME or whatever other graphical package.

xorg-x11 remains a blocker for GNOME and KDE as long as xorg-x11 is not in
testing.  It just ceases to be a blocker for being able to *build* KDE
packages once it's in the archive on all architectures.

As for the RC bugs, #314990 and #318692 can certainly be ignored in the
interest of getting this update into testing; the one is not a regression
relative to the version of xdm already in testing, and the other has a
severity of some dispute and low practical impact.

#319298, #318015, and #319121 all look like bugs that should be fixed now
rather than later, though.

>   Migration from xfree86 packages to xorg ones are far from perfect. I 
> strongly 
> think that we must keep the number of users small until we achieve maturer 
> packages.

If that was a goal, the packages should not have been uploaded to unstable.
We *need* to keep testing moving, not have it wedged for months at a time
behind libxxvf86vm and friends.

For my part, I don't actually think there's any reason for a prolonged
quarantine in unstable.  Bear in mind first of all that these packages are
basically already used in production in Ubuntu, and secondly that having
xserver-xorg available in testing doesn't mean users must immediately
migrate to it since xserver-xfree86 is still around (at least for a little
while).  I don't think it's appropriate to hold xorg out of testing due to
non-specific bugs.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha [regression from 4.2.1]

2004-08-21 Thread Steve Langasek
On Sat, Aug 21, 2004 at 08:43:21PM -0500, Branden Robinson wrote:
> On Tue, Aug 17, 2004 at 10:27:08AM +0900, Atsuhito KOHDA wrote:
> [...]
> > (II) LoadModule: "pcidata"
> > (II) Loading /usr/X11R6/lib/modules/libpcidata.a
> > (II) Module pcidata: vendor="The XFree86 Project"
> > compiled for 4.3.0.1, module version = 1.0.0
> > ABI class: XFree86 Video Driver, version 0.6
> > (II) Addressable bus resource ranges are
> > (II) OS-reported resource ranges:
> > (II) OS-reported resource ranges after removing overlaps with PCI:
> > (II) All system resource ranges:
> > (II) LoadModule: "GLcore"
> [...]

> Okay, that's really bad.  It looks like XFree86 doesn't know how to talk to
> your system's PCI bus.

> Can you tell me what kind of Alpha machine this is?

> debian-alpha subscribers: is anyone else seeing this?  This looks really
> bad, and doesn't appear to be a driver or video card-specific problem.

FWIW, I've never seen this problem before (or even heard of it), and
I've been using XFree86 on alpha for years.

I've also not heard of any problems with alpha that would require
continued use of a 2.2.25 kernel; but do the glibc packages even support
2.2 anymore on most archs?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#262183: xserver-xfree86: [s3] can't find PCI card on Alpha [regression from 4.2.1]

2004-08-22 Thread Steve Langasek
On Sun, Aug 22, 2004 at 07:58:58PM +0900, Atsuhito Kohda wrote:
> > I've also not heard of any problems with alpha that would require
> > continued use of a 2.2.25 kernel; but do the glibc packages even support
> > 2.2 anymore on most archs?

> I'm not sure but did you know #241185?  My system failed to
> boot at the time to detect SCSI controller.

Yes, but a) this bug first showed up in 2.4.21, and b) it was
Debian-specific.

In any case, the bug has been resolved.  Could you upgrade to a current
2.4.27 kernel package and verify whether you still experience this
problem?

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#268461: xfree86: FTBFS: wrong Build-Depends libstdc++-5-dev

2004-08-28 Thread Steve Langasek
severity 268461 minor
thanks

This is hardly a serious bug -- the xfree86 package build-depends:
libstdc++5-dev | libstdc++-dev, which is always satisfied by
build-essential, so there is zero impact on the buildability of the
package, even accounting for sbuild's peculiarities in resolving
dependencies.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: XFree86 4.3.0 and testing (was: when will the release release)

2004-03-27 Thread Steve Langasek
On Fri, Mar 26, 2004 at 11:42:30PM -0800, Daniel Stone wrote:
> On Sat, Mar 27, 2004 at 02:40:00AM -0500, Branden Robinson wrote:
> > On Wed, Mar 24, 2004 at 07:21:10PM -0500, Nathanael Nerode wrote:
> > > XFree86 4.3 should be in as soon as it builds and is uploaded on s390. 
> > > There's no other new upstream version IMHO worth actually delaying the
> > > release for.

> > XFree86 4.3.0 is now only being help up by weird stuff I don't fully
> > understand:

> > Checking xfree86

> > * trying to update xfree86 from 4.2.1-12.1 to 4.3.0-7 (candidate is
> >   8 days old)
> > * Updating xfree86 makes 2 depending packages uninstallable on
> >   alpha: sppc, tulip (recur was tried but failed)[1]

> > Checking sppc

> > * trying to update sppc from 1.0.1-6 to 1.0.1-8 (candidate is 0 days
> >   old)
> > * sppc is only 0 days old. It must be 10 days to go in.
> > * sppc is waiting for xfree86
> >   o Updating xfree86 makes 2 depending packages uninstallable on
> > alpha: sppc, tulip (recur was tried but failed[2]

> > Checking tulip

> > * trying to update tulip from 1.2.5-3 to 1.2.5-4 (candidate is 23
> >   days old)
> > * tulip is waiting for xfree86
> >   o Updating xfree86 makes 2 depending packages uninstallable on
> > alpha: sppc, tulip (recur was tried but failed)
> > * Updating tulip makes 1 non-depending packages uninstallable on
> >   alpha: tulip[3]

> > If someone who's better at reading these tea leaves can tell me what I
> > can do to help move this along, please let me know.

> vorlon has hinted the three together, so they should all progress in
> just fine. AFAICT, it actually progressed in with this testing run, but
> my update_output-fu is ageing.

> Kamion said the only thing holding it up yesterday was an RC bug, which
> I promptly downgraded; if it didn't go in today, I expect that will be
> because of the new sppc upload, making it a transitive problem.

Yes, the sppc upload was impeccably timed.  Rather than letting more
packages build up behind xfree86 in the queue for the next 10 days (X is
at the base of 3 of the 4 top blocking issues on
http://bjorn.haxx.se/debian/toplist.html), I've hinted sppc for removal
from testing on Sunday; it should make its own way back in 10 days
hence.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Bug#185936: xlibs-pic: licq FTBFSes if it can't lay its dirty hands on a static PIC version of libXss

2003-09-03 Thread Steve Langasek
Should this bug be downgraded / reassigned back to licq, or does
fixed-in-experimental mean it will soon be fixed-in-testing?

-- 
Steve Langasek
postmodern programmer


pgp0.pgp
Description: PGP signature


Bug#185936: xlibs-pic: licq FTBFSes if it can't lay its dirty hands on a static PIC version of libXss

2003-09-03 Thread Steve Langasek
Should this bug be downgraded / reassigned back to licq, or does
fixed-in-experimental mean it will soon be fixed-in-testing?

-- 
Steve Langasek
postmodern programmer


pgpIGbO1aVs5d.pgp
Description: PGP signature


  1   2   3   4   >