libxfont: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/README.source  |   73 ++
 debian/changelog  |8 +
 debian/control|3 +-
 debian/xsfbs/xsfbs.sh |   12 
 4 files changed, 83 insertions(+), 13 deletions(-)

New commits:
commit 9ac5dc4c0064595d420ad12397d46c4962ca5ced
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 13:37:15 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ce22ec7..731f1af 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxfont (1:1.4.0-2) UNRELEASED; urgency=low
+libxfont (1:1.4.0-2) unstable; urgency=high
 
   * libxfont1 Conflicts with xprint, printer font support was removed upstream
 in 1.4.0 (closes: #535952).
   * Add README.source from xsfbs.  Bump Standards-Version to 3.8.2.
 
- -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 13:17:36 +0200
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 13:36:46 +0200
 
 libxfont (1:1.4.0-1) unstable; urgency=low
 

commit 2671139e52cfe3217f1893da1f3f9caf3c70af41
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 13:20:28 2009 +0200

Bump Standards-Version to 3.8.2.

diff --git a/debian/changelog b/debian/changelog
index 2288919..ce22ec7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxfont (1:1.4.0-2) UNRELEASED; urgency=low
 
   * libxfont1 Conflicts with xprint, printer font support was removed upstream
 in 1.4.0 (closes: #535952).
+  * Add README.source from xsfbs.  Bump Standards-Version to 3.8.2.
 
  -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 13:17:36 +0200
 
diff --git a/debian/control b/debian/control
index 50bfd6e..3125df3 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends:
  autoconf,
  automake,
  libtool
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfont
 Vcs-Browser:  http://git.debian.org/?p=pkg-xorg/lib/libxfont.git
 

commit 741ed77e5d35a87836d2f37f6afa06e75c8c984e
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 13:19:23 2009 +0200

libxfont1 Conflicts with xprint

printer font support was removed upstream in 1.4.0 (closes: #535952).

diff --git a/debian/changelog b/debian/changelog
index 951c4c7..2288919 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxfont (1:1.4.0-2) UNRELEASED; urgency=low
+
+  * libxfont1 Conflicts with xprint, printer font support was removed upstream
+in 1.4.0 (closes: #535952).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 13:17:36 +0200
+
 libxfont (1:1.4.0-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 47cb414..50bfd6e 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,7 @@ Package: libxfont1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Conflicts: xprint
 Description: X11 font rasterisation library
  libXfont provides various services for X servers, most notably font
  selection and rasterisation (through external libraries).

commit 8f72294ada477f003888b6776883c1dd98289f3f
Author: Julien Cristau jcris...@debian.org
Date:   Wed Jun 3 03:37:37 2009 +0200

Kill custom readlink function

This was needed for very, very old versions of debianutils.
Closes: #498890

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 197eb74..781826f 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -303,16 +303,6 @@ EOF
   fi
 }
 
-# we require a readlink command or shell function
-if ! which readlink  /dev/null 21; then
-  message The readlink command was not found.  Please install version \
-  1.13.1 or later of the debianutils package.
-  readlink () {
-# returns what symlink in $1 actually points to
-perl -e '$l = shift; exit 1 unless -l $l; $r = readlink $l; exit 1 unless 
$r; print $r\n' $1
-  }
-fi
-
 check_symlink () {
   # syntax: check_symlink symlink
   #

commit 7deebf983f53c505bc25171ab77fdc408f250a6e
Author: Julien Cristau jcris...@debian.org
Date:   Tue May 26 15:58:19 2009 +0200

xsfbs: don't run dpkg --print-installation-architecture

This is deprecated in new dpkg, and had no users anyway.

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 8840ff9..197eb74 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -57,8 +57,6 @@ EOF
   exit $SHELL_LIB_USAGE_ERROR
 fi
 
-ARCHITECTURE=$(dpkg --print-installation-architecture)
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 4178d948cd66a938222d0d7c6353ee8d60229e40
Author: David Nusinow dnusi...@debian.org
Date:   Mon May 25 20:08:50 2009 -0400

Add README.source

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..34ab4bf
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,73 @@

libxfont: Changes to 'refs/tags/libxfont-1_1.4.0-2'

2009-08-02 Thread Julien Cristau
Tag 'libxfont-1_1.4.0-2' created by Julien Cristau jcris...@debian.org at 
2009-08-02 11:37 +

Tagging upload of libxfont 1:1.4.0-2 to unstable.

Changes since libxfont-1_1.4.0-1:
David Nusinow (1):
  Add README.source

Julien Cristau (6):
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  libxfont1 Conflicts with xprint
  Bump Standards-Version to 3.8.2.
  Prepare changelog for upload

---
 debian/README.source  |   73 ++
 debian/changelog  |8 +
 debian/control|3 +-
 debian/xsfbs/xsfbs.sh |   12 
 4 files changed, 83 insertions(+), 13 deletions(-)
---


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



Processing of libxfont_1.4.0-2_i386.changes

2009-08-02 Thread Archive Administrator
libxfont_1.4.0-2_i386.changes uploaded successfully to localhost
along with the files:
  libxfont_1.4.0-2.dsc
  libxfont_1.4.0-2.diff.gz
  libxfont1_1.4.0-2_i386.deb
  libxfont1-dbg_1.4.0-2_i386.deb
  libxfont-dev_1.4.0-2_i386.deb

Greetings,

Your Debian queue daemon


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



Bug#535952: marked as done (xprint: Xprt can't find symbol PrinterFontRegisterFpeFunctions and fails to start)

2009-08-02 Thread Debian Bug Tracking System

Your message dated Sun, 02 Aug 2009 12:02:09 +
with message-id e1mxzlr-0002aq...@ries.debian.org
and subject line Bug#535952: fixed in libxfont 1:1.4.0-2
has caused the Debian Bug report #535952,
regarding xprint: Xprt can't find symbol PrinterFontRegisterFpeFunctions and 
fails to start
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
535952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xprint
Version: 2:1.4.2-11
Severity: normal


Hi,

I've just installed xprint 2:1.4.2-11 and it fails to start:

# /etc/init.d/xprint start
/etc/init.d/xprint: Old server registry found, cleaning-up...
Stopping Xprint servers: Xprt.
Starting Xprint servers: Xprt.

No error message there, or in any log file that I can find, but there 
is no Xprt process running.  I try this:

# /usr/bin/Xprt :64
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/haiti:64
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 
8
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
/usr/bin/Xprt: symbol lookup error: /usr/bin/Xprt: undefined symbol: 
PrinterFontRegisterFpeFunctions

I believe the last error is the important one.  As an aside, it would 
be really great if the init.d script could not hide this error in 
/dev/null, please; that wasted an hour.

Running nm -D on another machine suggests that perhaps the missing 
PrinterFontRegisterFpeFunctions should be defined in 
/usr/lib/libXfont.so.1:

# nm -D /usr/lib/libXfont.so.1 | grep PrinterFontRegisterFpeFunctions
d880 T PrinterFontRegisterFpeFunctions

That machine has libxfont1 version 1:1.3.3-1.
This machine where it doesn't work has libxfont1 version 1:1.4.0-1,
which seems to be the newest version, and the symbol is not defined:

# nm -D /usr/lib/libXfont.so.1 | grep PrinterFontRegisterFpeFunctions
#

So my guess is that the current libxfont1 is too new for the current 
xprint and/or the current xprint is too old for the current libxfont1.

Any thoughts?


Phil.


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

Versions of packages xprint depends on:
ii  libc6  2.9-8 GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-1   simple interprocess messaging syst
ii  libfontenc11:1.0.1-6 X11 font encoding library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libhal10.5.11-2  Hardware Abstraction Layer - share
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxau61:1.0.1-2 X11 authorisation library
ii  libxdmcp6  1:1.0.1-2 X11 Display Manager Control Protoc
ii  libxfont1  1:1.4.0-1 X11 font rasterisation library
ii  xprint-common  2:1.4.2-11Xprint - the X11 print system (con
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xprint recommends:
ii  xprint-utils 7.0.0+cvs20040414-4 utilities for Xprint, the X11 prin

-- no debconf information



---End Message---
---BeginMessage---
Source: libxfont
Source-Version: 1:1.4.0-2

We believe that the bug you reported is fixed in the latest version of
libxfont, which is due to be installed in the Debian FTP archive:

libxfont-dev_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont-dev_1.4.0-2_i386.deb
libxfont1-dbg_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1-dbg_1.4.0-2_i386.deb
libxfont1_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1_1.4.0-2_i386.deb
libxfont_1.4.0-2.diff.gz
  to pool/main/libx/libxfont/libxfont_1.4.0-2.diff.gz
libxfont_1.4.0-2.dsc
  to pool/main/libx/libxfont/libxfont_1.4.0-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 535...@bugs.debian.org,
and the maintainer will reopen the bug 

future of xprint-related packages

2009-08-02 Thread Julien Cristau
Hi,

xprint has been removed from unstable for months now, libXfont upstream
removed support for it, and there doesn't seem to be any movement
towards bringing it back.  So I'm wondering if xprint-utils and
libxprintutil should be removed as well, and maybe eventually also libxp
(which has a handful of reverse deps) and x11proto-print.  Opinions?

Cheers,
Julien


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



libxfont_1.4.0-2_i386.changes ACCEPTED

2009-08-02 Thread Archive Administrator

Accepted:
libxfont-dev_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont-dev_1.4.0-2_i386.deb
libxfont1-dbg_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1-dbg_1.4.0-2_i386.deb
libxfont1_1.4.0-2_i386.deb
  to pool/main/libx/libxfont/libxfont1_1.4.0-2_i386.deb
libxfont_1.4.0-2.diff.gz
  to pool/main/libx/libxfont/libxfont_1.4.0-2.diff.gz
libxfont_1.4.0-2.dsc
  to pool/main/libx/libxfont/libxfont_1.4.0-2.dsc


Override entries for your package:
libxfont-dev_1.4.0-2_i386.deb - optional libdevel
libxfont1-dbg_1.4.0-2_i386.deb - extra debug
libxfont1_1.4.0-2_i386.deb - optional libs
libxfont_1.4.0-2.dsc - source x11

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


Thank you for your contribution to Debian.


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



xdm: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/patches/03_spelling.diff   |2 ++
 debian/patches/04_xdm_init_log_earlier.diff   |3 +++
 debian/patches/07_xdm_more_debug.diff |2 ++
 debian/patches/08_xdm_execute_more_debug.diff |2 ++
 debian/patches/09_xdm_syserrormsg.diff|1 +
 debian/patches/10_xdm_better_logging.diff |2 ++
 debian/patches/11_xdm_strerror.diff   |1 +
 debian/patches/12_remove_pidfile.diff |2 ++
 debian/patches/series |5 +++--
 9 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit d1c1b7acd1467c57d4e62f3ee74528a0c80dfaa2
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 14:36:27 2009 +0200

Add upstream commit references to patches

Alan Coopersmith applied some of our patches upstream.

diff --git a/debian/patches/03_spelling.diff b/debian/patches/03_spelling.diff
index 1e11c35..2bdbbcd 100644
--- a/debian/patches/03_spelling.diff
+++ b/debian/patches/03_spelling.diff
@@ -1,6 +1,8 @@
 From: Branden Robinson bran...@debian.org
 Subject: spelling fix
 
+Upstream commit 6dfbdf2823dc50c6b0ff24afbc58c67dc1651bef
+
 Index: xdm/dm.c
 ===
 --- xdm.orig/dm.c
diff --git a/debian/patches/04_xdm_init_log_earlier.diff 
b/debian/patches/04_xdm_init_log_earlier.diff
index d1a7b2d..5402ee2 100644
--- a/debian/patches/04_xdm_init_log_earlier.diff
+++ b/debian/patches/04_xdm_init_log_earlier.diff
@@ -5,6 +5,9 @@ Subject: [PATCH] Call InitErrorLog() right after BecomeDaemon()
 
 The latter points stderr to /dev/null, so the sooner we open the log
 after that, the better.
+
+Upstream commit 72240433a85410e68a3b6705e097337ff985ae90
+
 ---
  dm.c |4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/07_xdm_more_debug.diff 
b/debian/patches/07_xdm_more_debug.diff
index 959c9f4..e75818d 100644
--- a/debian/patches/07_xdm_more_debug.diff
+++ b/debian/patches/07_xdm_more_debug.diff
@@ -3,6 +3,8 @@ Subject: [PATCH] Add some more log and debug messages
 
 Add log messages for xdm startup, shutdown, and normal exit.  Add a
 debugging message when xdm enters its main loop.
+
+Upstream commit 2d6d2f121bffb378676f422b44d37534c8c5d53b
 ---
  dm.c |6 ++
  1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/debian/patches/08_xdm_execute_more_debug.diff 
b/debian/patches/08_xdm_execute_more_debug.diff
index d64c91d..64ad4e1 100644
--- a/debian/patches/08_xdm_execute_more_debug.diff
+++ b/debian/patches/08_xdm_execute_more_debug.diff
@@ -2,6 +2,8 @@ From: Branden Robinson bran...@debian.org
 Subject: [PATCH] session.c: Add more debugging to execute()
 
 [jcris...@debian.org: save errno before calling Debug() in one place]
+
+Upstream commit d6faa3c02a6f61c8d01accd0fcead28c39673e32
 ---
  session.c |7 ++-
  1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/debian/patches/09_xdm_syserrormsg.diff 
b/debian/patches/09_xdm_syserrormsg.diff
index 58df1c0..94bcadd 100644
--- a/debian/patches/09_xdm_syserrormsg.diff
+++ b/debian/patches/09_xdm_syserrormsg.diff
@@ -1,6 +1,7 @@
 From: Branden Robinson bran...@debian.org
 Subject: [PATCH] Use xdm's _SysErrorMsg() function instead of merely printing 
errno
 
+Upstream commit 8d15af786d96bb70aceca116a588c2a4b7c45d63
 ---
  greeter/verify.c |2 +-
  session.c|7 ---
diff --git a/debian/patches/10_xdm_better_logging.diff 
b/debian/patches/10_xdm_better_logging.diff
index 9a7a169..4c2f13b 100644
--- a/debian/patches/10_xdm_better_logging.diff
+++ b/debian/patches/10_xdm_better_logging.diff
@@ -7,6 +7,8 @@ first thing we do after an error condition in those cases.
 
 Forward-ported by David Nusinow, Eugene Konev and Julien Cristau.
 
+Upstream commit 18f286641afbe1d3b61abd31d93c0ae8acb375e9
+
 Index: xdm/auth.c
 ===
 --- xdm.orig/auth.c
diff --git a/debian/patches/11_xdm_strerror.diff 
b/debian/patches/11_xdm_strerror.diff
index f97ba31..234f8c4 100644
--- a/debian/patches/11_xdm_strerror.diff
+++ b/debian/patches/11_xdm_strerror.diff
@@ -1,6 +1,7 @@
 From: Branden Robinson bran...@debian.org
 Subject: [PATCH] Use xdm's _SysErrorMsg() function instead of strerror()
 
+Upstream commit ec3152fbba9ee39bbb069913e76e9d165001f98a
 ---
  choose.c |2 +-
  daemon.c |6 +++---
diff --git a/debian/patches/12_remove_pidfile.diff 
b/debian/patches/12_remove_pidfile.diff
index 8c3362c..643021a 100644
--- a/debian/patches/12_remove_pidfile.diff
+++ b/debian/patches/12_remove_pidfile.diff
@@ -5,6 +5,8 @@ Debian bug#213076
 
 Forward-ported by David Nusinow, Eugene Konev and Julien Cristau.
 
+Upstream commit 2f5bd6ea016a6405208c91c976a16a672cc04184
+
 Index: xdm/dm.c
 ===
 --- xdm.orig/dm.c
diff --git a/debian/patches/series b/debian/patches/series
index c6f051b..f0195d7 100644
--- a/debian/patches/series
+++ 

xutils-dev: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/README.source  |   73 +++
 debian/changelog  |7 +++
 debian/control|2 
 debian/rules  |   37 +-
 debian/xsfbs/repack.sh|   32 +++
 debian/xsfbs/xsfbs.sh |   78 --
 util-macros/ChangeLog |   86 ++
 util-macros/configure |   20 -
 util-macros/configure.ac  |2 
 util-macros/xorg-macros.m4.in |   35 +++--
 10 files changed, 245 insertions(+), 127 deletions(-)

New commits:
commit 07f2ed1ee9936fe808577d787204becf939f915b
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:06:51 2009 +0200

Bump Standards-Version to 3.8.2

diff --git a/debian/changelog b/debian/changelog
index cff4359..1ddad88 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ xutils-dev (1:7.4+5) UNRELEASED; urgency=low
 3.8), move building each subdir to its own rule, and allow building in
 parallel.  Also call dh_install with --fail-missing to avoid building a
 broken package.
+  * Bump Standards-Version to 3.8.2 due to the above change and the addition
+of README.source from xsfbs.
 
  -- Julien Cristau jcris...@debian.org  Fri, 19 Dec 2008 13:41:50 +0100
 
diff --git a/debian/control b/debian/control
index 3ce310a..a921040 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Julien Cristau jcris...@debian.org, Brice Goglin 
bgog...@debian.org
 Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, x11proto-core-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/xutils-dev
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xutils-dev.git
 

commit c83a6ceef8111bbd98273f9026d6943905f7d999
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:05:30 2009 +0200

debian/rules updates

Parse space-separated DEB_BUILD_OPTIONS (policy 3.8), move building each
subdir to its own rule, and allow building in parallel.  Also call
dh_install with --fail-missing to avoid building a broken package.

diff --git a/debian/changelog b/debian/changelog
index e14ec64..cff4359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ xutils-dev (1:7.4+5) UNRELEASED; urgency=low
   * Don't call dh_makeshlibs, silences lintian warning.
   * Fix patches 01 and 02 to apply with -p1, to silence lintian.
   * util-macros 1.2.2.
+  * Adjust debian/rules to parse space-separated DEB_BUILD_OPTIONS (policy
+3.8), move building each subdir to its own rule, and allow building in
+parallel.  Also call dh_install with --fail-missing to avoid building a
+broken package.
 
  -- Julien Cristau jcris...@debian.org  Fri, 19 Dec 2008 13:41:50 +0100
 
diff --git a/debian/rules b/debian/rules
index c0f2042..c903d41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,16 +14,17 @@ include debian/xsfbs/xsfbs.mk
 
 # This package contains multiple modules as shipped by upstream. Each module 
is # contained in a subdirectory in the root dir of the package. You must list 
each
 # subdirectory explicitly so that the build system knows what to build
-SUBDIRS=gccmakedep imake lndir makedepend util-macros xorg-cf-files
+SUBDIRS= gccmakedep imake lndir makedepend util-macros xorg-cf-files
 
 CFLAGS = -Wall -g
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
 else
CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-   INSTALL_PROGRAM += -s
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+   NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
+   MAKEFLAGS += -j$(NUMJOBS)
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -36,19 +37,19 @@ else
 endif
 
 
-build: genscripts patch build-stamp
-build-stamp:
-   dh_testdir
-   for FILE in $(SUBDIRS); do \
-   test -d $$FILE-obj-$(DEB_BUILD_GNU_TYPE) || mkdir 
$$FILE-obj-$(DEB_BUILD_GNU_TYPE); \
-   (cd $$FILE-obj-$(DEB_BUILD_GNU_TYPE)  \
-   ../$$FILE/configure --prefix=/usr 
--mandir=\$${prefix}/share/man \
---infodir=\$${prefix}/share/info $(confflags) \
-CFLAGS=$(CFLAGS)  \
-   $(MAKE)) || exit 1; \
-   done
+build: build-stamp
+build-stamp: $(STAMP_DIR)/genscripts $(foreach dir, $(SUBDIRS), 
$(STAMP_DIR)/build-$(dir))
+   $@
 
-   touch build-stamp
+$(STAMP_DIR)/build-%: $(STAMP_DIR)/patch
+   mkdir -p $*-obj-$(DEB_BUILD_GNU_TYPE)
+   cd $*-obj-$(DEB_BUILD_GNU_TYPE)  \
+   ../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
+   

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

2009-08-02 Thread Julien Cristau
Tag 'xutils-dev-1_7.4+5' created by Julien Cristau jcris...@debian.org at 
2009-08-02 13:12 +

Tagging upload of xutils-dev 1:7.4+5 to unstable.

Changes since xutils-dev-1_7.4+4:
David Nusinow (1):
  Add README.source

Julien Cristau (12):
  Don't call dh_makeshlibs, silences lintian warning.
  Fix patches 01 and 02 to apply with -p1, to silence lintian.
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function
  util-macros 1.2.2.
  Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into 
debian-unstable
  debian/rules updates
  Bump Standards-Version to 3.8.2
  Prepare changelog for upload

---
 debian/README.source|   73 +++
 debian/changelog|   14 
 debian/control  |2 
 debian/patches/01_netbsd_imake.c_fixes.diff |6 -
 debian/patches/02_mkdirhier_rewrite.diff|   12 +--
 debian/patches/series   |8 +-
 debian/rules|   38 ++--
 debian/xsfbs/repack.sh  |   32 ++
 debian/xsfbs/xsfbs.sh   |   78 -
 util-macros/ChangeLog   |   86 
 util-macros/configure   |   20 +++---
 util-macros/configure.ac|2 
 util-macros/xorg-macros.m4.in   |   35 +--
 13 files changed, 265 insertions(+), 141 deletions(-)
---


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



xutils-dev: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a85930a966bf64b2ef09c1be06911b00655500c6
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:10:29 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1ddad88..9b15d15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xutils-dev (1:7.4+5) UNRELEASED; urgency=low
+xutils-dev (1:7.4+5) unstable; urgency=low
 
   * Don't call dh_makeshlibs, silences lintian warning.
   * Fix patches 01 and 02 to apply with -p1, to silence lintian.
@@ -10,7 +10,7 @@ xutils-dev (1:7.4+5) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.8.2 due to the above change and the addition
 of README.source from xsfbs.
 
- -- Julien Cristau jcris...@debian.org  Fri, 19 Dec 2008 13:41:50 +0100
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 15:10:23 +0200
 
 xutils-dev (1:7.4+4) unstable; urgency=low
 


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



Processing of xutils-dev_7.4+5_i386.changes

2009-08-02 Thread Archive Administrator
xutils-dev_7.4+5_i386.changes uploaded successfully to localhost
along with the files:
  xutils-dev_7.4+5.dsc
  xutils-dev_7.4+5.tar.gz
  xutils-dev_7.4+5_i386.deb

Greetings,

Your Debian queue daemon


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



Processed: bug housekeeping

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

 # the following bugs don't affect me any more.
 # if you have any interest in them, please reopen
 # changing the submitter to yourself. thanks.
 unmerge 397820
Bug#397820: should not be native (NMU regession)
Warning: Unknown package 'dak'
Bug#395563: Last NMU made package Debian native
Warning: Unknown package 'dak'
Disconnected #397820 from all other report(s).

 unmerge 484809
Bug#484809: package naming recommendations
Bug#253511: provide guideline to keep the package namespace sane
Disconnected #484809 from all other report(s).

 unmerge 380440
Bug#380440: ddpo: could use all uids on key for regularly maintained
Bug#359044: Developers summary page only showing a fraction of his packages
Disconnected #380440 from all other report(s).

 close 502702
Bug#502702: chm2pdf is nowhere close to releasable
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 475570
Bug#475570: uninstallable on powerpc
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to t...@beamnet.de (Thomas Viehmann)

 close 500939
Bug#500939: programs using varargs segfaulting
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 503591
Bug#503591: Please don't include yet another copy of tzdata in the archive
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 531960
Bug#531960: segfault on exit
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 531961
Bug#531961: missing dependency declaration
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 349707
Bug#349707: abcde: incorrect encoding in ogg tags
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 498521
Bug#498521: io is not a good 3rd-party module name
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 501146
Bug#501146: pth: funny things with sigprocmask on i386
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 517904
Bug#517904: tesseract-deu: provide source data
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 366225
Bug#366225: tkapp.wantobject() doesn't match Tkinter's implementation
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 397820
Bug#397820: should not be native (NMU regession)
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Warning: Unknown package 'dak'
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 464581
Bug#464581: xchat-gnome: msg flood detection counter
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 464730
Bug#464730: xchat-gnome: msg flood whitelist
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 464731
Bug#464731: xchat-gnome: flood detection vs. autosaving the configuration file
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 477724
Bug#477724: O: sqlrelay -- Database connection pooling, proxying and load 
balancing
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 539060
Bug#539060: RM: delo -- RoQA: RC buggy, obsolete
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 539145
Bug#539145: RM: xpumon -- RoQA: RC-buggy, obsolete
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Thomas Viehmann t...@beamnet.de

 close 539280
Bug#539280: RM: workman -- RoQA: orphaned, RC buggy, low popcon (likely better 
alternatives)
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to 

xutils-dev_7.4+5_i386.changes ACCEPTED

2009-08-02 Thread Archive Administrator

Accepted:
xutils-dev_7.4+5.dsc
  to pool/main/x/xutils-dev/xutils-dev_7.4+5.dsc
xutils-dev_7.4+5.tar.gz
  to pool/main/x/xutils-dev/xutils-dev_7.4+5.tar.gz
xutils-dev_7.4+5_i386.deb
  to pool/main/x/xutils-dev/xutils-dev_7.4+5_i386.deb


Override entries for your package:
xutils-dev_7.4+5.dsc - source x11
xutils-dev_7.4+5_i386.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


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



x11-session-utils: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog |2 
 rstart/ChangeLog |  283 ++-
 rstart/Makefile.am   |   21 
 rstart/Makefile.in   |  194 +-
 rstart/aclocal.m4|  373 ++--
 rstart/auth.c|   39 
 rstart/compile   |  142 -
 rstart/config.guess  |  152 +
 rstart/config.h.in   |   39 
 rstart/config.sub|  199 +-
 rstart/configure | 4661 +--
 rstart/configure.ac  |   10 
 rstart/depcomp   |   93 -
 rstart/install-sh|  514 +++--
 rstart/missing   |   61 
 rstart/mkinstalldirs |  111 -
 rstart/server.c  |  242 +-
 rstart/server.h  |   15 
 18 files changed, 4648 insertions(+), 2503 deletions(-)

New commits:
commit 7e3e7b189960ee3684d2b4c18683a9dd252bcf3c
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:44:55 2009 +0200

rstart 1.0.3.

diff --git a/debian/changelog b/debian/changelog
index ec8db40..a4dbbb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11-session-utils (7.3+2) UNRELEASED; urgency=low
 
   * Add support for parallel=n in DEB_BUILD_OPTIONS, and for actually building
 the apps in parallel.  Install is still sequential, at least for now.
+  * rstart 1.0.3.
++ updated config.{guess,sub}, with avr32 support (closes: #535714)
 
  -- Julien Cristau jcris...@debian.org  Sun, 03 Aug 2008 00:44:23 +0200
 
diff --git a/rstart/ChangeLog b/rstart/ChangeLog
index d7da8f9..0a828a5 100644
--- a/rstart/ChangeLog
+++ b/rstart/ChangeLog
@@ -1,45 +1,272 @@
-2006-04-26  Adam Jackson  a...@freedesktop.org
+commit 1e32bed14ffe65f74433e2a2ec21f407d9536070
+Author: Julien Cristau jcris...@debian.org
+Date:   Sun Aug 2 15:16:02 2009 +0200
 
-   * configure.ac:
-   Bump to 1.0.2.
+Bump to 1.0.3
 
-2006-04-02  Adam Jackson  a...@freedesktop.org
+commit 1679afa400192182cf29fd57c488b3d47aff1aa2
+Author: Paulo Cesar Pereira de Andrade p...@mandriva.com.br
+Date:   Thu Jan 15 18:09:19 2009 -0200
 
-   * Makefile.am:
-   Bug #6425: srcdir != objdir build fix.  (Yaakov Selkowitz)
+Ansification and compile warning fixes.
+
+  This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
+make distcheck and all gcc 4.3 and sparse warnings.
 
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit c1eea0c7fc893c983d9f692e9c8643709d093551
+Author: Paulo Cesar Pereira de Andrade p...@mandriva.com.br
+Date:   Sat Nov 29 04:34:53 2008 -0200
 
-   * configure.ac:
-   Update package version for X11R7 release.
+VPATH build correction and s/git-/git /.
+
+This patch adds a missing correction available in
+http://bugs.freedesktop.org/show_bug.cgi?id=17940
+that was not applied in alternate committed patch
+63c9c672a97a7e4a9434075958c68d8502624a40
 
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 61d9381ebc6bd5fa55b9021b8a68fff93e68059a
+Author: James Cloos cl...@jhcloos.com
+Date:   Thu Dec 6 16:37:05 2007 -0500
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Replace static ChangeLog with dist-hook to generate from git log
 
-2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 5e8323af8c3adff08cb0f455fe54f28950e98223
+Author: James Cloos cl...@jhcloos.com
+Date:   Mon Sep 3 05:51:09 2007 -0400
 
-   * Makefile.am:
-   Change *man_SOURCES == *man_PRE to fix autotools warnings.
+Add *~ to .gitignore to skip patch/emacs droppings
 
-2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit fd77f3d067d0df0656d428f7289ccc6c3c5c1949
+Author: James Cloos cl...@jhcloos.com
+Date:   Thu Aug 23 19:24:35 2007 -0400
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Rename .cvsignore to .gitignore
 
-2005-10-18  Kevin E. Martin  kem-at-freedesktop-dot-org
+commit 63c9c672a97a7e4a9434075958c68d8502624a40
+Author: Kean Johnston k...@armory.com
+Date:   Sun Dec 3 05:12:39 2006 -0800
 
-   * configure.ac:
-   Update package version number for RC1 release.
+Don't use absolute pathnames when copying from ${srcdir}.
 
-2005-10-13  Alan Coopersmith  alan.coopersm...@sun.com
+commit 2a016c91334ad0affaf6db9906325202179096fc
+Author: Adam Jackson a...@nwnk.net
+Date:   Wed Apr 26 23:35:32 2006 +
 
-   * Makefile.am:
-   * configure.ac:
-   Use cpp to fill in variables in man pages
-   
-2005-10-05  Kevin E. Martin  kem-at-freedesktop-dot-org
+Bump to
 
-   * Makefile.am: Add server.os2 to EXTRA_DIST
+commit c10cbfc3619bdf8fe0c96d238cf4deeba8543757
+Author: Adam Jackson a...@nwnk.net
+Date:   Mon Apr 3 19:32:19 2006 +
 
+Bug #6425: srcdir != objdir build fix. (Yaakov Selkowitz)
+
+commit 203bb5fcd6c94f9f3dd6694e8225ed03d89c15a7
+Author: Kevin E Martin k...@kem.org
+Date:   Wed Dec 21 02:29:47 2005 +
+
+Update package version for X11R7 release.
+
+commit d630c54f3e5f983e81ba1c3126089cb175ea759b
+Author: Adam Jackson a...@nwnk.net
+Date:   Mon Dec 19 16:22:41 2005 +
+
+  

Processed: setting package to x11-session-utils, tagging 535714

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

 #x11-session-utils (7.3+2) UNRELEASED; urgency=low
 #
 #  * rstart 1.0.3.
 #+ updated config.{guess,sub}, with avr32 support (closes: #535714)
 #
 package x11-session-utils
Ignoring bugs not assigned to: x11-session-utils

 tags 535714 + pending
Bug #535714 [x11-session-utils] (x11-session-utils_7.3+1/avr32): FTBFS: 
Outdated config.{sub,guess}
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



x11-xserver-utils: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/README.source  |   73 ++
 debian/changelog  |7 +
 debian/control|2 
 debian/xsfbs/xsfbs.sh |   12 ---
 xsetroot/config.guess |  152 +++---
 xsetroot/config.sub   |  199 ++
 6 files changed, 359 insertions(+), 86 deletions(-)

New commits:
commit d176189fab7d853ac73da05065995374f4f23d5f
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:55:39 2009 +0200

Bump Standards-Version to 3.8.2.

diff --git a/debian/changelog b/debian/changelog
index fea6d85..334f1e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11-xserver-utils (7.4+3) UNRELEASED; urgency=low
 
   * Update xsetroot config.{guess,sub} for avr32 support (closes: #535715).
+  * Add README.source from xsfbs, and bump Standards-Version to 3.8.2.
 
  -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 15:52:39 +0200
 
diff --git a/debian/control b/debian/control
index f340340..1cbefa3 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Build-Depends: debhelper (= 5.0.0), pkg-config, libx11-dev 
(= 2:1.0.0),
 # xstdcmap: libxmu-dev, libx11-dev
 # xtrap: libx11-dev, libxtrap-dev
 # xvidtune: libxaw7-dev, libxxf86vm-dev, libxt-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.8.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-xserver-utils
 XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-xserver-utils.git
 

commit 63984cf5bdaf14a2866f48482255c398a1b30494
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 15:53:12 2009 +0200

Update xsetroot config.{guess,sub} for avr32 support (closes: #535715).

diff --git a/debian/changelog b/debian/changelog
index 8a94ce5..fea6d85 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-xserver-utils (7.4+3) UNRELEASED; urgency=low
+
+  * Update xsetroot config.{guess,sub} for avr32 support (closes: #535715).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 15:52:39 +0200
+
 x11-xserver-utils (7.4+2) unstable; urgency=low
 
   * xrandr 1.3.
diff --git a/xsetroot/config.guess b/xsetroot/config.guess
index 917bbc5..da83314 100755
--- a/xsetroot/config.guess
+++ b/xsetroot/config.guess
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2005-07-08'
+timestamp='2009-04-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -55,8 +56,8 @@ version=\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -106,7 +107,7 @@ set_cc_for_build='
 trap exitcode=\$?; (rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null)  
exit \$exitcode 0 ;
 trap rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null; exit 1 1 2 13 15 
;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077  mktemp -d -q $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
+ { tmp=`(umask 077  mktemp -d $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
  { test -n $RANDOM  tmp=$TMPDIR/cg$$-$RANDOM  (umask 077  mkdir $tmp) 
; } ||
  { tmp=$TMPDIR/cg-$$  (umask 077  mkdir $tmp)  echo Warning: creating 
insecure temp directory 2 ; } ||
  { echo $me: cannot create a temporary directory in $TMPDIR 2 ; exit 1 ; } 
;
@@ -160,6 +161,7 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
+   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -206,8 +208,11 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
 *:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;
+*:SolidBSD:*:*)
+   echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+   exit ;;
 macppc:MirBSD:*:*)
-   echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+   echo powerpc-unknown-mirbsd${UNAME_RELEASE}
exit ;;
 *:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@@ -319,14 +324,30 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} 

Processed: setting package to x11-xserver-utils, tagging 535715

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

 #x11-xserver-utils (7.4+3) UNRELEASED; urgency=low
 #
 #  * Update xsetroot config.{guess,sub} for avr32 support (closes: #535715).
 #
 package x11-xserver-utils
Ignoring bugs not assigned to: x11-xserver-utils

 tags 535715 + pending
Bug #535715 [x11-xserver-utils] (x11-xserver-utils_7.4+2/avr32): FTBFS: 
Outdated config.{sub,guess}
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



xfonts-utils: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 737dd057690d224e12d47034764bb3a1438320c1
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 16:07:42 2009 +0200

Add bug closer

diff --git a/debian/changelog b/debian/changelog
index 360d2aa..23aaea7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xfonts-utils (1:7.4+2) UNRELEASED; urgency=low
 package.
   * Mention fonttosfnt in the long description.
   * bdftopcf 1.0.1.
++ updated config.{guess,sub} add support for avr32 (closes: #535803)
 
  -- Brice Goglin bgog...@debian.org  Fri, 13 Jun 2008 07:14:33 +0200
 


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



Processed: setting package to xfonts-utils, tagging 535803

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

 #xfonts-utils (1:7.4+2) UNRELEASED; urgency=low
 #
 #  * bdftopcf 1.0.1.
 #+ updated config.{guess,sub} add support for avr32 (closes: #535803)
 #
 package xfonts-utils
Ignoring bugs not assigned to: xfonts-utils

 tags 535803 + pending
Bug #535803 [xfonts-utils] (xfonts-utils_1:7.4+1/avr32): FTBFS: Outdated 
config.{sub,guess}
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



x11-apps: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog   |6 
 xload/config.guess |  712 ++---
 xload/config.sub   |  275 +++-
 3 files changed, 614 insertions(+), 379 deletions(-)

New commits:
commit 2118d96ac9914d044fadbeab52e554778b466808
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 16:11:25 2009 +0200

Update xload config.{guess,sub}, adding avr32 support (closes: #536410)

diff --git a/debian/changelog b/debian/changelog
index 0ca6aa7..4b48835 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-apps (7.4+3) UNRELEASED; urgency=low
+
+  * Update xload config.{guess,sub}, adding avr32 support (closes: #536410)
+
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 16:10:47 +0200
+
 x11-apps (7.4+2) unstable; urgency=low
 
   * Add xedit 1.1.2, closes: #499085, #505064.
diff --git a/xload/config.guess b/xload/config.guess
index 1e6f50b..da83314 100755
--- a/xload/config.guess
+++ b/xload/config.guess
@@ -1,12 +1,10 @@
 #! /bin/sh
-#
-# $NetBSD: config.guess,v 1.8 2004/08/14 19:13:55 schmonz Exp $
-#
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2004-06-11'
+timestamp='2009-04-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -20,13 +18,15 @@ timestamp='2004-06-11'
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+# 02110-1301, USA.
 #
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 
+
 # Originally written by Per Bothner p...@bothner.com.
 # Please send patches to config-patc...@gnu.org.  Submit a context
 # diff and a properly formatted ChangeLog entry.
@@ -56,8 +56,8 @@ version=\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -69,11 +69,11 @@ Try \`$me --help' for more information.
 while test $# -gt 0 ; do
   case $1 in
 --time-stamp | --time* | -t )
-   echo $timestamp ; exit 0 ;;
+   echo $timestamp ; exit ;;
 --version | -v )
-   echo $version ; exit 0 ;;
+   echo $version ; exit ;;
 --help | --h* | -h )
-   echo $usage; exit 0 ;;
+   echo $usage; exit ;;
 -- ) # Stop option processing
shift; break ;;
 - )# Use stdin as input.
@@ -107,7 +107,7 @@ set_cc_for_build='
 trap exitcode=\$?; (rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null)  
exit \$exitcode 0 ;
 trap rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null; exit 1 1 2 13 15 
;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077  mktemp -d -q $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
+ { tmp=`(umask 077  mktemp -d $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
  { test -n $RANDOM  tmp=$TMPDIR/cg$$-$RANDOM  (umask 077  mkdir $tmp) 
; } ||
  { tmp=$TMPDIR/cg-$$  (umask 077  mkdir $tmp)  echo Warning: creating 
insecure temp directory 2 ; } ||
  { echo $me: cannot create a temporary directory in $TMPDIR 2 ; exit 1 ; } 
;
@@ -126,7 +126,7 @@ case $CC_FOR_BUILD,$HOST_CC,$CC in
;;
  ,,*)   CC_FOR_BUILD=$CC ;;
  ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-esac ;'
+esac ; set_cc_for_build= ;'
 
 # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
 # (gh...@noc.rutgers.edu 1994-08-24)
@@ -200,64 +200,23 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
# contains redundant information, the shorter form:
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
echo ${machine}-${os}${release}
-   exit 0 ;;
-amd64:OpenBSD:*:*)
-   echo x86_64-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-amiga:OpenBSD:*:*)
-   echo m68k-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-arc:OpenBSD:*:*)
-   echo mipsel-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-cats:OpenBSD:*:*)
-   echo arm-unknown-openbsd${UNAME_RELEASE}
-   exit 0 ;;
-hp300:OpenBSD:*:*)
-   echo 

Processed: setting package to x11-apps, tagging 536410

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

 #x11-apps (7.4+3) UNRELEASED; urgency=low
 #
 #  * Update xload config.{guess,sub}, adding avr32 support (closes: #536410)
 #
 package x11-apps
Ignoring bugs not assigned to: x11-apps

 tags 536410 + pending
Bug #536410 [x11-apps] (x11-apps_7.4+1/avr32): FTBFS: Outdated 
config.{sub,guess}
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



libx11: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog |5 
 debian/libx11-6.install  |3 --
 debian/patches/002_arm_abi_brain_damage.diff |   28 ---
 debian/patches/series|1 
 4 files changed, 6 insertions(+), 31 deletions(-)

New commits:
commit 6293703afd8912fc9c7d1330551e45b949c57605
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jul 31 05:16:20 2009 +0200

Use a glob in libx11-6.install

diff --git a/debian/changelog b/debian/changelog
index bd252d2..2075baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libx11 (2:1.2.2-2) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * Drop 002_arm_abi_brain_damage.diff, the old ABI arm port is gone.
+  * Use a glob in libx11-6.install.
 
  -- Brice Goglin bgog...@debian.org  Sun, 19 Jul 2009 22:32:52 +0200
 
diff --git a/debian/libx11-6.install b/debian/libx11-6.install
index 83207f8..480164b 100644
--- a/debian/libx11-6.install
+++ b/debian/libx11-6.install
@@ -1,2 +1 @@
-usr/lib/libX11.so.6
-usr/lib/libX11.so.6.2.0
+usr/lib/libX11.so.6*

commit a834372c4b706710e8bee2c07e74cd76d9450f9c
Author: Julien Cristau jcris...@debian.org
Date:   Fri Jul 31 03:02:20 2009 +0200

Drop 002_arm_abi_brain_damage.diff, the old ABI arm port is gone.

diff --git a/debian/changelog b/debian/changelog
index 89bc6c6..bd252d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,11 @@
 libx11 (2:1.2.2-2) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Bump Standards-Version to 3.8.2.
 
+  [ Julien Cristau ]
+  * Drop 002_arm_abi_brain_damage.diff, the old ABI arm port is gone.
+
  -- Brice Goglin bgog...@debian.org  Sun, 19 Jul 2009 22:32:52 +0200
 
 libx11 (2:1.2.2-1) unstable; urgency=low
diff --git a/debian/patches/002_arm_abi_brain_damage.diff 
b/debian/patches/002_arm_abi_brain_damage.diff
deleted file mode 100644
index cc62ac3..000
--- a/debian/patches/002_arm_abi_brain_damage.diff
+++ /dev/null
@@ -1,28 +0,0 @@
-$Id$
-
-We have to do this to kludge around a bad decision made long ago in the
-design of the GCC ARM ABI.
-
-For extensive discussion and rationale, please see
-URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=285396 .
-
-Not submitted upstream to XFree86 or X.Org.
-
-Index: libx11/include/X11/Xlib.h
-===
 libx11.orig/include/X11/Xlib.h 2009-07-19 20:36:43.0 +0200
-+++ libx11/include/X11/Xlib.h  2009-07-19 20:36:47.0 +0200
-@@ -1062,7 +1062,12 @@
- typedef struct {  /* normal 16 bit characters are two bytes */
- unsigned char byte1;
- unsigned char byte2;
--} XChar2b;
-+}
-+#if defined(__GNUC__)  defined(__arm__)  !defined(__ARM_EABI__)
-+__attribute__ ((packed))
-+#endif
-+XChar2b;
-+
- 
- typedef struct {
- XChar2b *chars;   /* two byte characters */
diff --git a/debian/patches/series b/debian/patches/series
index fdf0075..f20e030 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-002_arm_abi_brain_damage.diff
 003_recognize_glibc_2.3.2_locale_names.diff
 006_tailor_pt_BR.UTF-8_Compose.diff
 007_iso8859-15_Compose_fix.diff


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



x11-utils: Changes to 'debian-unstable'

2009-08-02 Thread Julien Cristau
 debian/changelog  |7 +
 xmessage/config.guess |  152 +++---
 xmessage/config.sub   |  199 ++
 3 files changed, 285 insertions(+), 73 deletions(-)

New commits:
commit 525222b3bb2fab616b9d692d1475cb488b07cbf5
Author: Julien Cristau jcris...@debian.org
Date:   Sun Aug 2 18:04:31 2009 +0200

Update config.{guess,sub} for xmessage, adding avr32 support (closes: 
#537532).

diff --git a/debian/changelog b/debian/changelog
index b8e3b4e..dc5935d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11-utils (7.4+2) UNRELEASED; urgency=low
+
+  * Update config.{guess,sub} for xmessage, adding avr32 support (closes:
+#537532).
+
+ -- Julien Cristau jcris...@debian.org  Sun, 02 Aug 2009 18:03:59 +0200
+
 x11-utils (7.4+1) unstable; urgency=low
 
   [ Brice Goglin ]
diff --git a/xmessage/config.guess b/xmessage/config.guess
index 917bbc5..da83314 100755
--- a/xmessage/config.guess
+++ b/xmessage/config.guess
@@ -1,9 +1,10 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+#   Free Software Foundation, Inc.
 
-timestamp='2005-07-08'
+timestamp='2009-04-27'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -55,8 +56,8 @@ version=\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 
2002, 2003, 2004, 2005
-Free Software Foundation, Inc.
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
@@ -106,7 +107,7 @@ set_cc_for_build='
 trap exitcode=\$?; (rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null)  
exit \$exitcode 0 ;
 trap rm -f \$tmpfiles 2/dev/null; rmdir \$tmp 2/dev/null; exit 1 1 2 13 15 
;
 : ${TMPDIR=/tmp} ;
- { tmp=`(umask 077  mktemp -d -q $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
+ { tmp=`(umask 077  mktemp -d $TMPDIR/cgXX) 2/dev/null`  test -n 
$tmp  test -d $tmp ; } ||
  { test -n $RANDOM  tmp=$TMPDIR/cg$$-$RANDOM  (umask 077  mkdir $tmp) 
; } ||
  { tmp=$TMPDIR/cg-$$  (umask 077  mkdir $tmp)  echo Warning: creating 
insecure temp directory 2 ; } ||
  { echo $me: cannot create a temporary directory in $TMPDIR 2 ; exit 1 ; } 
;
@@ -160,6 +161,7 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
+   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -206,8 +208,11 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
 *:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;
+*:SolidBSD:*:*)
+   echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
+   exit ;;
 macppc:MirBSD:*:*)
-   echo powerppc-unknown-mirbsd${UNAME_RELEASE}
+   echo powerpc-unknown-mirbsd${UNAME_RELEASE}
exit ;;
 *:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
@@ -319,14 +324,30 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7; exit ;;
esac ;;
+s390x:SunOS:*:*)
+   echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 
's/[^.]*//'`
+   exit ;;
 sun4H:SunOS:5.*:*)
echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
 sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
exit ;;
-i86pc:SunOS:5.*:*)
-   echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
+   eval $set_cc_for_build
+   SUN_ARCH=i386
+   # If there is a compiler, see if it is configured for 64-bit objects.
+   # Note that the Sun cc does not turn __LP64__ into 1 like gcc does.
+   # This test works for both compilers.
+   if [ $CC_FOR_BUILD != 'no_compiler_found' ]; then
+   if (echo '#ifdef __amd64'; echo IS_64BIT_ARCH; echo '#endif') | \
+   (CCOPTS= $CC_FOR_BUILD -E - 2/dev/null) | \
+   grep IS_64BIT_ARCH /dev/null
+   then
+   SUN_ARCH=x86_64
+   fi
+   fi
+   echo 

Processed: setting package to x11-utils, tagging 537532

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

 #x11-utils (7.4+2) UNRELEASED; urgency=low
 #
 #  * Update config.{guess,sub} for xmessage, adding avr32 support (closes:
 ##537532).
 #
 package x11-utils
Ignoring bugs not assigned to: x11-utils

 tags 537532 + pending
Bug #537532 [x11-utils] (x11-utils_7.4+1/avr32): FTBFS: Outdated 
config.{sub,guess}
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#532117: [PATCH] nls: add {left,right}wards arrow to compose table

2009-08-02 Thread Julien Cristau
forwarded 532117 http://bugs.freedesktop.org/show_bug.cgi?id=23091
kthxbye

On Sat, Jun  6, 2009 at 16:56:54 +0200, Filippo Giunchedi wrote:

 please consider adding the following patch which add left/right arrows to
 compose.

forwarded upstream.  thanks.

Cheers,
Julien



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



Processed: Re: Bug#532117: [PATCH] nls: add {left,right}wards arrow to compose table

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

 forwarded 532117 http://bugs.freedesktop.org/show_bug.cgi?id=23091
Bug #532117 [libx11-data] [PATCH] nls: add {left,right}wards arrow to compose 
table
Set Bug forwarded-to-address to 
'http://bugs.freedesktop.org/show_bug.cgi?id=23091'.
 kthxbye
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



x11-xkb-utils 7.4+3 MIGRATED to testing

2009-08-02 Thread Debian testing watch
FYI: The status of the x11-xkb-utils source package
in Debian's testing distribution has changed.

  Previous version: 7.4+2
  Current version:  7.4+3

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See http://release.debian.org/testing-watch/ for more information.


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



libxres: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
Rebased ref, commits from common ancestor:
commit 41efc3210aeb5e7df4d88664af66a977dfa27a78
Author: Drew Parsons d...@pug.localdomain
Date:   Fri Apr 13 02:01:03 2007 +1000

Upload new version to unstable.

diff --git a/debian/changelog b/debian/changelog
index 5be41d6..1c2719b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-libxres (2:1.0.3-1) UNRELEASED; urgency=low
+libxres (2:1.0.3-1) unstable; urgency=low
 
-  * New upstream release.
+  [ Julien Cristau ]
+  * New upstream release (X11R7.2).
   * Install the upstream changelog.
   * Add XS-Vcs-* headers to debian/control and drop outdated CVS info.
 
- -- Julien Cristau jcris...@debian.org  Sat, 07 Apr 2007 17:29:43 +0200
+ -- Drew Parsons dpars...@debian.org  Fri, 13 Apr 2007 01:59:10 +1000
 
 libxres (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6a07bcf..2d05951 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org, Fabio M. Di Nitto fabbi...@fabbione.net, Andres Salomon 
dilin...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Branden Robinson 
bran...@debian.org, Fabio M. Di Nitto fabbi...@fabbione.net, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres

commit 0b063439089952d0ca910ed4b179b5fb206b8a12
Author: Julien Cristau jcris...@debian.org
Date:   Wed Apr 11 13:24:39 2007 +0200

Fix the name of the XS-Vcs-Browser field.

diff --git a/debian/control b/debian/control
index bd67f30..6a07bcf 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Branden 
Robinson bran...@debian
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
-XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
+XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Architecture: any

commit 2a27395aa112291fdf8fa5e1a991e1bfe446c383
Author: Julien Cristau jcris...@debian.org
Date:   Sat Apr 7 17:30:10 2007 +0200

Add XS-Vcs-* headers to debian/control and drop outdated CVS info.

diff --git a/debian/changelog b/debian/changelog
index 2a54935..5be41d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,9 +2,9 @@ libxres (2:1.0.3-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * Install the upstream changelog.
-  * Add XS-Vcs-Git header to debian/control.
+  * Add XS-Vcs-* headers to debian/control and drop outdated CVS info.
 
- -- Julien Cristau julien.cris...@ens-lyon.org  Wed, 31 Jan 2007 06:03:08 
+0100
+ -- Julien Cristau jcris...@debian.org  Sat, 07 Apr 2007 17:29:43 +0200
 
 libxres (2:1.0.1-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7f95897..bd67f30 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: David Nusinow dnusi...@debian.org, Branden 
Robinson bran...@debian
 Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2-1), libxext-dev 
(= 1:0.99.1-1), x11proto-resource-dev, x11proto-xext-dev, pkg-config, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxres
+XS-Vcs-Browse: http://git.debian.org/?p=pkg-xorg/lib/libxres.git
 
 Package: libxres1
 Architecture: any
@@ -20,9 +21,6 @@ Description: X11 Resource extension library
  More information about X.Org can be found at:
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
- .
- This module can be found as the module 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg
 
 Package: libxres1-dbg
 Architecture: any
@@ -41,9 +39,6 @@ Description: X11 Resource extension library (debug package)
  More information about X.Org can be found at:
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
- .
- This module can be found as the module 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg
 
 Package: libxres-dev
 Architecture: any
@@ -63,6 +58,3 @@ Description: X11 Resource extension library (development 
headers)
  More information about X.Org can be found at:
  URL:http://xorg.freedesktop.org
  URL:http://lists.freedesktop.org/mailman/listinfo/xorg
- .
- This module can be found as the module 'lib/XRes' at
- :pserver:anon...@cvs.freedesktop.org:/cvs/xorg

commit 72811b4cede7275a35d36b44bcb5f431a8aa0133
Author: Julien Cristau jcris...@debian.org
Date:   Fri Mar 2 20:28:15 2007 +0100

Fix 

libxres: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 Makefile.in  |  706 -
 aclocal.m4   | 7855 --
 config.guess | 1500 --
 config.h.in  |   55 
 config.sub   | 1608 --
 configure|21082 ---
 debian/README.source |   73 
 debian/changelog |   19 
 debian/control   |   40 
 debian/copyright |3 
 debian/rules |   23 
 debian/xsfbs/repack.sh   |   32 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  151 
 debian/xsfbs/xsfbs.sh|  424 
 depcomp  |  530 
 install-sh   |  323 
 ltmain.sh| 6871 
 man/Makefile.in  |  437 
 missing  |  360 
 mkinstalldirs|  158 
 src/Makefile.in  |  506 
 22 files changed, 392 insertions(+), 42514 deletions(-)

New commits:
commit 134dbb02e29cbe748d6fe1963dc9a91034307928
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 20:37:51 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1e29997..1711fe0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxres (2:1.0.3-2) UNRELEASED; urgency=low
+libxres (2:1.0.3-2) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538590.
@@ -13,8 +13,9 @@ libxres (2:1.0.3-2) UNRELEASED; urgency=low
   * Add Section values for all binary packages.
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
+  * Add myself to Uploaders.
 
- -- Brice Goglin bgog...@debian.org  Sun, 02 Aug 2009 20:35:55 +0200
+ -- Brice Goglin bgog...@debian.org  Sun, 02 Aug 2009 20:37:02 +0200
 
 libxres (2:1.0.3-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a02eee3..2d29978 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxres
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org
+Uploaders: David Nusinow dnusi...@debian.org, Andres Salomon 
dilin...@debian.org, Drew Parsons dpars...@debian.org, Brice Goglin 
bgog...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit a4957ac59239a6f449fee9b1f8cbb7de25cd6512
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 20:37:00 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index c8e354a..000
--- a/Makefile.in
+++ /dev/null
@@ -1,706 +0,0 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-# 
-#  $Id$
-# 
-#  Copyright © 2003 Keith Packard, Noah Levitt
-# 
-#  Permission to use, copy, modify, distribute, and sell this software and its
-#  documentation for any purpose is hereby granted without fee, provided that
-#  the above copyright notice appear in all copies and that both that
-#  copyright notice and this permission notice appear in supporting
-#  documentation, and that the name of Keith Packard not be used in
-#  advertising or publicity pertaining to distribution of the software without
-#  specific, written prior permission.  Keith Packard makes no
-#  representations about the suitability of this software for any purpose.  It
-#  is provided as is without express or implied warranty.
-# 
-#  KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-#  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
-#  EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-#  CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
-#  DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
-#  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-#  PERFORMANCE OF THIS SOFTWARE.
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@

libxres: Changes to 'refs/tags/libxres-2_1.0.3-2'

2009-08-02 Thread Brice Goglin
Tag 'libxres-2_1.0.3-2' created by Brice Goglin bgog...@debian.org at 
2009-08-02 18:48 +

Tagging upload of libxres 2:1.0.3-2 to unstable.

Changes since libxres-2_1.0.3-1:
Branden Robinson (1):
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (14):
  Fix displaying of patches applied by quilt.
  Minor fixes in the patching system.
  Fix display the output of quilt push/pop.
  Do not call laptop-detect, let the only user call it directly
  Update xsfbs/quilt patching rules to be compatible with the
  Misc fixes to debian/control and debian/copyright
  Merge branch 'debian-unstable' of git://git.debian.org/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version to 3.8.2 now that we have README.source
  Drop the -1 debian revision from the libx11-dev and libxext-dev build-deps
  Add Section values for all binary packages
  Wrap build-depends
  Run autoreconf on build, and handle parallel builds.
  Delete generated files
  Prepare changelog for upload

David Nusinow (3):
  Remove make-orig-tar-gz target
  Kill the manifest code.
  Add README.source

Julien Cristau (14):
  xsfbs.mk: make 'serverabi' depend on 'install'
  Remove xsfbs-autoreconf.mk
  Remove the .pc directory properly
  xsfbs.sh: add remove_conffile_lookup
  xsfbs.sh: use 'local' now that policy allows it
  xsfbs.mk: fix the prepare target for parallel make
  xsfbs.mk: more parallel make fixing
  xsfbs.mk: update the list of releases, and drop some unused code
  xsfbs.mk: make 'log' a separate target
  xsfbs: add a repack script for uscan
  xsfbs.sh: kill {,de}register_x_lib_dir_with_ld_so
  xsfbs: repack.sh needs to be executable
  xsfbs: don't run dpkg --print-installation-architecture
  Kill custom readlink function

---
 Makefile.in  |  706 -
 aclocal.m4   | 7855 --
 config.guess | 1500 --
 config.h.in  |   55 
 config.sub   | 1608 --
 configure|21082 ---
 debian/README.source |   73 
 debian/changelog |   19 
 debian/control   |   40 
 debian/copyright |3 
 debian/rules |   23 
 debian/xsfbs/repack.sh   |   32 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  151 
 debian/xsfbs/xsfbs.sh|  424 
 depcomp  |  530 
 install-sh   |  323 
 ltmain.sh| 6871 
 man/Makefile.in  |  437 
 missing  |  360 
 mkinstalldirs|  158 
 src/Makefile.in  |  506 
 22 files changed, 392 insertions(+), 42514 deletions(-)
---


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



Processing of libxres_1.0.3-2_i386.changes

2009-08-02 Thread Archive Administrator
libxres_1.0.3-2_i386.changes uploaded successfully to localhost
along with the files:
  libxres_1.0.3-2.dsc
  libxres_1.0.3-2.diff.gz
  libxres1_1.0.3-2_i386.deb
  libxres1-dbg_1.0.3-2_i386.deb
  libxres-dev_1.0.3-2_i386.deb

Greetings,

Your Debian queue daemon


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



libxres_1.0.3-2_i386.changes ACCEPTED

2009-08-02 Thread Archive Administrator

Accepted:
libxres-dev_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres-dev_1.0.3-2_i386.deb
libxres1-dbg_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres1-dbg_1.0.3-2_i386.deb
libxres1_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres1_1.0.3-2_i386.deb
libxres_1.0.3-2.diff.gz
  to pool/main/libx/libxres/libxres_1.0.3-2.diff.gz
libxres_1.0.3-2.dsc
  to pool/main/libx/libxres/libxres_1.0.3-2.dsc


Override entries for your package:
libxres-dev_1.0.3-2_i386.deb - optional libdevel
libxres1-dbg_1.0.3-2_i386.deb - extra debug
libxres1_1.0.3-2_i386.deb - optional libs
libxres_1.0.3-2.dsc - source x11

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


Thank you for your contribution to Debian.


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



Bug#538590: marked as done (libxres: FTBFS with new source format 3.0 (quilt): incompatible patch management rules)

2009-08-02 Thread Debian Bug Tracking System

Your message dated Sun, 02 Aug 2009 19:03:02 +
with message-id e1mxgkk-0007pu...@ries.debian.org
and subject line Bug#538590: fixed in libxres 2:1.0.3-2
has caused the Debian Bug report #538590,
regarding libxres: FTBFS with new source format 3.0 (quilt): incompatible patch 
management rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
538590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=538590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libxres
Version: 2:1.0.3-1
Severity: wishlist
Usertags: 3.0-quilt-by-default

To prepare a possible switch to the new source package format 3.0
(quilt) [1], I converted all source packages and rebuilt the packages
afterwards to see what breaks, and libxres does break. To reproduce the
problem you can do this:
$ apt-get source libxres
$ mkdir -p libxres-1.0.3/debian/source
$ echo 3.0 (quilt) libxres-1.0.3/debian/source/format
$ dpkg-source -b libxres-1.0.3
$ dpkg-source -x libxres_1.0.3-1.dsc
$ cd libxres-1.0.3  debuild -us -uc

In this process, if the .diff.gz contains changes to upstream files,
dpkg-source will have created a corresponding patch in
debian/patches/debian-changes-2:1.0.3-1 and will have registered that
patch in a quilt series (debian/patches/series, it is created if needed).
All the patches listed in the series file are applied directly during
the extraction (dpkg-source -x). quilt itself is used if available (and
will thus lead to the creation of the .pc directory), otherwise
dpkg-source applies the patches by itself. For more information about the
new source package format see the manual page dpkg-source(1).

In the case of libxres, the custom patch application code is
incompatible with direct quilt usage. It fails trying to remove
the expected .pc symlink because it's a real directory created during
source extraction.

Consider switching to xsfbs which has been updated to be compatible
already (see discussion starting at
http://lists.debian.org/debian-x/2008/05/msg01250.html).

Cheers,

[1] http://wiki.debian.org/Projects/DebSrc3.0



---End Message---
---BeginMessage---
Source: libxres
Source-Version: 2:1.0.3-2

We believe that the bug you reported is fixed in the latest version of
libxres, which is due to be installed in the Debian FTP archive:

libxres-dev_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres-dev_1.0.3-2_i386.deb
libxres1-dbg_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres1-dbg_1.0.3-2_i386.deb
libxres1_1.0.3-2_i386.deb
  to pool/main/libx/libxres/libxres1_1.0.3-2_i386.deb
libxres_1.0.3-2.diff.gz
  to pool/main/libx/libxres/libxres_1.0.3-2.diff.gz
libxres_1.0.3-2.dsc
  to pool/main/libx/libxres/libxres_1.0.3-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 538...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Brice Goglin bgog...@debian.org (supplier of updated libxres package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 02 Aug 2009 20:37:02 +0200
Source: libxres
Binary: libxres1 libxres1-dbg libxres-dev
Architecture: source i386
Version: 2:1.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 libxres-dev - X11 Resource extension library (development headers)
 libxres1   - X11 Resource extension library
 libxres1-dbg - X11 Resource extension library (debug package)
Closes: 538590
Changes: 
 libxres (2:1.0.3-2) unstable; urgency=low
 .
   * Add README.source, bump Standards-Version to 3.8.2.
   * Use updated xsfbs, closes: #538590.
   * Remove Branden and Fabio from Uploaders with their permission.
   * Remove XS- prefix Vcs-Browser and Vcs-Git fields to debian/control.
   * Add a link to www.X.org in the long description.
   * Update reference to the upstream module in the long description.
   * Add upstream URL to debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
   * Drop the -1 debian revision from the libx11-dev and libxext-dev
 build-deps.
   * Add Section values for all binary packages.
   * Run autoreconf on build; add build-deps on automake, libtool, xutils-dev.
   * Handle parallel builds.
   * 

libxdamage: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 debian/control |   10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

New commits:
commit ea48f453361692b51ae92329a3170350d98610c7
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:04:26 2009 +0200

Bump Standards-Version to 3.8.2 for real

diff --git a/debian/control b/debian/control
index 687d229..00fa85e 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  x11proto-damage-dev (= 1.1),
  pkg-config,
  quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git
 

commit 239adb77cfb16c1d75b48343ab0b0613757feacc
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:04:08 2009 +0200

Wrap build-deps

diff --git a/debian/control b/debian/control
index 1f72351..687d229 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,13 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org, Julien Cristau jcris...@debian.org
-Build-Depends: debhelper (= 5.0.0), libx11-dev (= 1:0.99.2), libxfixes-dev 
(= 1:3.0.0-4), x11proto-damage-dev (= 1.1), pkg-config, quilt
+Build-Depends:
+ debhelper (= 5.0.0),
+ libx11-dev (= 1:0.99.2),
+ libxfixes-dev (= 1:3.0.0-4),
+ x11proto-damage-dev (= 1.1),
+ pkg-config,
+ quilt
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxdamage
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxdamage.git


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



libxfixes: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 debian/control |9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 0366ee5ea039b4fd9ab7fcab577cf15ead2eb715
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:03:10 2009 +0200

Bump Standards-Version to 3.8.2 for real

diff --git a/debian/control b/debian/control
index a5896d6..45df718 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends:
  x11proto-fixes-dev (= 4.0),
  pkg-config,
  quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git
 

commit 4155b3f5c1095a31af40d20363fc3c0d068fbba7
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:02:34 2009 +0200

Wrap build-deps

diff --git a/debian/control b/debian/control
index 4b5cc3f..a5896d6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow dnusi...@debian.org, Drew Parsons 
dpars...@debian.org, Jamey Sharp sharp...@debian.org, Josh Triplett 
j...@freedesktop.org
-Build-Depends: debhelper (= 5), libx11-dev (= 1:0.99.2), x11proto-fixes-dev 
(= 4.0), pkg-config, quilt
+Build-Depends:
+ debhelper (= 5),
+ libx11-dev (= 1:0.99.2),
+ x11proto-fixes-dev (= 4.0),
+ pkg-config,
+ quilt
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxfixes
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxfixes.git


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



libxxf86misc: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 Makefile.in  |  669 -
 aclocal.m4   | 8207 
 config.guess | 1526 ---
 config.sub   | 1658 
 configure|21673 ---
 debian/changelog |4 
 debian/control   |   11 
 debian/rules |   23 
 depcomp  |  589 -
 install-sh   |  519 -
 ltmain.sh| 6964 -
 man/Makefile.in  |  447 -
 missing  |  367 
 mkinstalldirs|  161 
 src/Makefile.in  |  507 -
 src/config.h.in  |   64 
 16 files changed, 28 insertions(+), 43361 deletions(-)

New commits:
commit 58485d65119e9cb49cb658714a9af4072699e70d
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:24:48 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 2967aaf..000
--- a/Makefile.in
+++ /dev/null
@@ -1,669 +0,0 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/xxf86misc.pc.in \
-   $(top_srcdir)/configure COPYING ChangeLog config.guess \
-   config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES = xxf86misc.pc
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-   html-recursive info-recursive install-data-recursive \
-   install-dvi-recursive install-exec-recursive \
-   install-html-recursive install-info-recursive \
-   install-pdf-recursive install-ps-recursive install-recursive \
-   installcheck-recursive installdirs-recursive pdf-recursive \
-   ps-recursive uninstall-recursive
-am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-$(srcdir)/*) f=`echo $$p | sed s|^$$srcdirstrip/||`;; \
-*) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = $(DESTDIR)$(pkgconfigdir)
-pkgconfigDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(pkgconfig_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-  rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = 

libxxf86dga: Changes to 'debian-unstable'

2009-08-02 Thread Brice Goglin
 Makefile.in  |  662 -
 aclocal.m4   | 8126 
 config.guess | 1516 ---
 config.sub   | 1626 
 configure|21291 ---
 debian/changelog |4 
 debian/control   |   11 
 debian/rules |   23 
 depcomp  |  584 -
 install-sh   |  507 -
 ltmain.sh| 6938 -
 man/Makefile.in  |  455 -
 missing  |  367 
 src/Makefile.in  |  507 -
 src/config.h.in  |   64 
 15 files changed, 28 insertions(+), 42653 deletions(-)

New commits:
commit acecae25a06a11bf2ffc26ae1fd285e5f19adf07
Author: Brice Goglin bgog...@debian.org
Date:   Sun Aug 2 23:31:57 2009 +0200

Delete generated files

diff --git a/Makefile.in b/Makefile.in
deleted file mode 100644
index 97b466e..000
--- a/Makefile.in
+++ /dev/null
@@ -1,662 +0,0 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
-# @configure_input@
-
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-...@set_make@
-
-VPATH = @srcdir@
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-install_sh_DATA = $(install_sh) -c -m 644
-install_sh_PROGRAM = $(install_sh) -c
-install_sh_SCRIPT = $(install_sh) -c
-INSTALL_HEADER = $(INSTALL_DATA)
-transform = $(program_transform_name)
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-build_triplet = @build@
-host_triplet = @host@
-subdir = .
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
-   $(srcdir)/Makefile.in $(srcdir)/xxf86dga.pc.in \
-   $(top_srcdir)/configure COPYING ChangeLog config.guess \
-   config.sub depcomp install-sh ltmain.sh missing
-ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-   $(ACLOCAL_M4)
-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno config.status.lineno
-mkinstalldirs = $(install_sh) -d
-CONFIG_HEADER = $(top_builddir)/src/config.h
-CONFIG_CLEAN_FILES = xxf86dga.pc
-SOURCES =
-DIST_SOURCES =
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
-   html-recursive info-recursive install-data-recursive \
-   install-dvi-recursive install-exec-recursive \
-   install-html-recursive install-info-recursive \
-   install-pdf-recursive install-ps-recursive install-recursive \
-   installcheck-recursive installdirs-recursive pdf-recursive \
-   ps-recursive uninstall-recursive
-am__vpath_adj_setup = srcdirstrip=`echo $(srcdir) | sed 's|.|.|g'`;
-am__vpath_adj = case $$p in \
-$(srcdir)/*) f=`echo $$p | sed s|^$$srcdirstrip/||`;; \
-*) f=$$p;; \
-  esac;
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-am__installdirs = $(DESTDIR)$(pkgconfigdir)
-pkgconfigDATA_INSTALL = $(INSTALL_DATA)
-DATA = $(pkgconfig_DATA)
-RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
-  distclean-recursive maintainer-clean-recursive
-ETAGS = etags
-CTAGS = ctags
-DIST_SUBDIRS = $(SUBDIRS)
-DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-distdir = $(PACKAGE)-$(VERSION)
-top_distdir = $(distdir)
-am__remove_distdir = \
-  { test ! -d $(distdir) \
-|| { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-  rm -fr $(distdir); }; }
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
-GZIP_ENV = --best
-distuninstallcheck_listfiles = find . -type f -print
-distcleancheck_listfiles = find . -type f -print
-ACLOCAL = @ACLOCAL@
-ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
-ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMTAR = @AMTAR@
-APP_MAN_DIR = @APP_MAN_DIR@
-APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
-AR = @AR@
-AUTOCONF = @AUTOCONF@
-AUTOHEADER = @AUTOHEADER@
-AUTOMAKE = @AUTOMAKE@
-AWK = @AWK@
-CC = @CC@
-CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
-CPP = @CPP@
-CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
-CYGPATH_W = @CYGPATH_W@
-DEFS = @DEFS@
-DEPDIR = @DEPDIR@
-DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
-DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
-ECHO = @ECHO@
-ECHO_C = @ECHO_C@
-ECHO_N = @ECHO_N@
-ECHO_T = @ECHO_T@
-EGREP = @EGREP@
-EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
-FILE_MAN_DIR = @FILE_MAN_DIR@
-FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
-INSTALL = @INSTALL@
-INSTALL_DATA = 

Re: future of xprint-related packages

2009-08-02 Thread Drew Parsons
On Sun, 2009-08-02 at 14:19 +0200, Julien Cristau wrote:
 Hi,
 
 xprint has been removed from unstable for months now, libXfont upstream
 removed support for it, and there doesn't seem to be any movement
 towards bringing it back.  So I'm wondering if xprint-utils and
 libxprintutil should be removed as well, and maybe eventually also libxp
 (which has a handful of reverse deps) and x11proto-print.  Opinions?
 

Hi Julien, you're right, we should retire Xprint.  I would like to see
it one last time in squeeze as a grandfathering step, and then drop it
after that completely.

I agree, once we've dropped it, there's no real need to include the
support libraries and utilities.

I've been giving higher priority to work, but I want to get this last
revision of Xprint done before the freeze (I'll wrap upstream in a final
release too).

Drew



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



xutils-dev_7.4+5_sh4.changes ACCEPTED

2009-08-02 Thread Debian Ports Archive Maintainer
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Uploader: Nobuhiro Iwamatsu hem...@t-base.ne.jp
Host: debian-ports.org
Accepted: xutils-dev_7.4+5_sh4.changes
Files:
xutils-dev_7.4+5_sh4.deb


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