x11-apps: Changes to 'debian-experimental'

2011-01-12 Thread Cyril Brulebois
 debian/changelog |9 +
 1 file changed, 9 insertions(+)

New commits:
commit 8df39d12e7fed351a1812f09218e75f6ad76ac23
Author: Cyril Brulebois 
Date:   Wed Jan 12 16:13:47 2011 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 2288eb3..ffb6490 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-x11-apps (7.6+3) UNRELEASED; urgency=low
+x11-apps (7.6+3) experimental; urgency=low
 
   * New upstream releases:
 - x11perf 1.5.3
 - xcalc 1.0.4.1
 - xeyes 1.1.1
 
- -- Cyril Brulebois   Wed, 12 Jan 2011 16:10:50 +0100
+ -- Cyril Brulebois   Wed, 12 Jan 2011 16:13:38 +0100
 
 x11-apps (7.6+2) experimental; urgency=low
 

commit b104a4108a0b051c372784d7544167302b0581a1
Author: Cyril Brulebois 
Date:   Wed Jan 12 16:11:48 2011 +0100

Document new upstream releases.

diff --git a/debian/changelog b/debian/changelog
index 1de493f..2288eb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+x11-apps (7.6+3) UNRELEASED; urgency=low
+
+  * New upstream releases:
+- x11perf 1.5.3
+- xcalc 1.0.4.1
+- xeyes 1.1.1
+
+ -- Cyril Brulebois   Wed, 12 Jan 2011 16:10:50 +0100
+
 x11-apps (7.6+2) experimental; urgency=low
 
   [ Julien Cristau ]


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pd2sg-00034z...@alioth.debian.org



x11-apps: Changes to 'debian-experimental'

2011-01-07 Thread Robert Hooker
 x11perf/ChangeLog|   73 
 x11perf/aclocal.m4   |  134 -
 x11perf/config.guess |   18 
 x11perf/config.sub   |   76 
 x11perf/configure|  211 +-
 x11perf/configure.ac |   18 
 x11perf/do_tests.c   |2 
 x11perf/do_traps.c   |2 
 x11perf/x11perf.c|   11 
 x11perf/x11perf.h|2 
 xcalc/ChangeLog  |  116 +
 xcalc/Makefile.am|   22 
 xcalc/Makefile.in|   24 
 xcalc/aclocal.m4 |  837 +++-
 xcalc/actions.c  |1 
 xcalc/app-defaults/XCalc |2 
 xcalc/config.guess   |   18 
 xcalc/config.sub |   76 
 xcalc/configure  | 1711 ++---
 xcalc/configure.ac   |   31 
 xcalc/math.c |6 
 xcalc/xcalc.c|4 
 xcalc/xcalc.h|2 
 xcalc/xcalc.man  |3 
 xeyes/COPYING|   29 
 xeyes/ChangeLog  |  195 +-
 xeyes/Eyes.c |2 
 xeyes/Eyes.h |3 
 xeyes/EyesP.h|3 
 xeyes/INSTALL|  291 +++
 xeyes/Makefile.am|   30 
 xeyes/Makefile.in|   48 
 xeyes/aclocal.m4 | 2128 ++
 xeyes/config.guess   |  213 --
 xeyes/config.h.in|3 
 xeyes/config.sub |  112 -
 xeyes/configure  | 4533 ---
 xeyes/configure.ac   |   31 
 xeyes/transform.c|1 
 xeyes/transform.h|1 
 xeyes/xeyes.c|   35 
 xeyes/xeyes.man  |4 
 42 files changed, 5459 insertions(+), 5603 deletions(-)

New commits:
commit f3bb68990f807a1d9ed024cd1bd248a7905be69b
Author: Robert Hooker 
Date:   Fri Jan 7 10:51:36 2011 -0500

xeyes 1.1.1

diff --git a/xeyes/COPYING b/xeyes/COPYING
index 7f33cbf..f968ebe 100644
--- a/xeyes/COPYING
+++ b/xeyes/COPYING
@@ -1,12 +1,25 @@
-This is a stub file.  This package has not yet had its complete licensing
-information compiled.  Please see the individual source files for details on
-your rights to use and modify this software.
+Copyright (c) 1991  X Consortium
 
-Please submit updated COPYING files to the Xorg bugzilla:
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
 
-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
 
-All licensing questions regarding this software should be directed at the
-Xorg mailing list:
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
 
-http://lists.freedesktop.org/mailman/listinfo/xorg
+Except as contained in this notice, the name of the X Consortium shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from the X Consortium.
diff --git a/xeyes/ChangeLog b/xeyes/ChangeLog
index d8e40d1..65866a2 100644
--- a/xeyes/ChangeLog
+++ b/xeyes/ChangeLog
@@ -1,6 +1,109 @@
+commit 72e65631bb3d3bb4f65b5d841ca5d409dff07e20
+Author: Alan Coopersmith 
+Date:   Wed Nov 24 23:28:41 2010 -0800
+
+xeyes 1.1.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit cf26a29230cd3ccd79fc8c113dab12a47e244f7a
+Author: Alan Coopersmith 
+Date:   Sat Nov 20 17:33:52 2010 -0800
+
+Make usage message fit into 80-column lines
+
+Signed-off-by: Alan Coopersmith 
+
+commit f6a9256db2c463f73982c79378b563d92a6ff180
+Author: Alan Coopersmith 
+Date:   Sat Nov 20 17:24:20 2010 -0800
+
+Remove trailing whitespace
+
+Signed-off-by: Alan Coopersmith 
+
+commit 906c634e85111deac379f0a8e664c933d31c97d8
+Author: Alan Coopersmith 
+Date:   Mon Nov 8 23:35:55 2010 -0800
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM sttaements under the Automake initialization section.
+Add missing AC_CONFIG_SRCDIR
+
+Signed-off-by: Alan Coopersmith 
+
+commit b24dce8f95cbed1a91a989a783eb1fdd36335bf1
+Author: Alan Coopersmith 
+Date:   Mon Nov 8 23:34:03 2010 -0800
+
+config: Remove unnecessary calls from configure.ac
+
+AC_PROG_CC & AC_PROG_INSTALL are provided by XORG

x11-apps: Changes to 'debian-experimental'

2010-11-12 Thread Cyril Brulebois
 debian/changelog   |   10 
 debian/copyright   |6 
 xclipboard/COPYING |   25 
 xclipboard/ChangeLog   |  146 +
 xclipboard/INSTALL |  291 ++
 xclipboard/Makefile.am |   30 
 xclipboard/Makefile.in |   64 
 xclipboard/aclocal.m4  |  863 ++-
 xclipboard/app-defaults/XClipboard |1 
 xclipboard/config.guess|  210 -
 xclipboard/config.h.in |3 
 xclipboard/config.sub  |  115 -
 xclipboard/configure   | 4113 +++--
 xclipboard/configure.ac|   30 
 xclipboard/xclipboard.c|9 
 xclipboard/xclipboard.man  |2 
 xclipboard/xcutsel.c   |9 
 xclipboard/xcutsel.man |2 
 xwd/ChangeLog  |  130 +
 xwd/INSTALL|  291 ++
 xwd/Makefile.am|   30 
 xwd/Makefile.in|   62 
 xwd/aclocal.m4 |  863 ++-
 xwd/config.guess   |  210 -
 xwd/config.h.in|3 
 xwd/config.sub |  115 -
 xwd/configure  | 3936 +++
 xwd/configure.ac   |   26 
 xwd/dsimple.c  |2 
 xwd/dsimple.h  |2 
 xwd/list.c |2 
 xwd/list.h |2 
 xwd/multiVis.c |2 
 xwd/multiVis.h |2 
 xwd/wsutils.h  |2 
 xwd/xwd.c  |3 
 xwd/xwd.man|3 
 xwud/ChangeLog |  130 +
 xwud/INSTALL   |  291 ++
 xwud/Makefile.am   |   30 
 xwud/Makefile.in   |   62 
 xwud/aclocal.m4|  863 ++-
 xwud/config.guess  |  210 -
 xwud/config.h.in   |3 
 xwud/config.sub|  115 -
 xwud/configure | 3936 +++
 xwud/configure.ac  |   26 
 xwud/xwud.c|2 
 xwud/xwud.man  |3 
 49 files changed, 9348 insertions(+), 7938 deletions(-)

New commits:
commit 2f3102c5b4fef5b87770502cc77f859f39bec637
Author: Cyril Brulebois 
Date:   Fri Nov 12 17:29:56 2010 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 0b88d80..1de493f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-apps (7.6+2) UNRELEASED; urgency=low
+x11-apps (7.6+2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Drop 03_xconsole_implicit_pointer_conversion.diff, doesn't seem needed
@@ -11,7 +11,7 @@ x11-apps (7.6+2) UNRELEASED; urgency=low
   * xwd 1.0.4
   * xwud 1.0.3
 
- -- Julien Cristau   Tue, 02 Nov 2010 23:03:01 +0100
+ -- Cyril Brulebois   Fri, 12 Nov 2010 17:29:48 +0100
 
 x11-apps (7.6+1) experimental; urgency=low
 

commit a6cdcbada65a651443551fb452c7b2efd377da38
Author: Cyril Brulebois 
Date:   Fri Nov 12 17:29:07 2010 +0100

Update xwud to 1.0.3

diff --git a/debian/changelog b/debian/changelog
index 45efb99..0b88d80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ x11-apps (7.6+2) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * xclipboard 1.1.1
   * xwd 1.0.4
+  * xwud 1.0.3
 
  -- Julien Cristau   Tue, 02 Nov 2010 23:03:01 +0100
 
diff --git a/xwud/AUTHORS b/xwud/AUTHORS
deleted file mode 100644
index e69de29..000
diff --git a/xwud/ChangeLog b/xwud/ChangeLog
index 605a12e..c1d37c0 100644
--- a/xwud/ChangeLog
+++ b/xwud/ChangeLog
@@ -1,3 +1,133 @@
+commit 1693c1bba2c03acd151329fb8ecc3f5c267f9576
+Author: Alan Coopersmith 
+Date:   Sun Nov 7 10:40:46 2010 -0800
+
+xwud 1.0.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit f78df83d15e7b159617de3850b313d3f9850f643
+Author: Alan Coopersmith 
+Date:   Sun Nov 7 10:39:49 2010 -0800
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Regroup AC statements under the Autoconf initialization section.
+Regroup AM sttaements under the Automake initialization section.
+Add missing AC_CONFIG_SRCDIR
+
+Signed-off-by: Alan Coopersmith 
+
+commit 60c96d9b2add63684c8e28a3221fee3d807f3926
+Author: Alan Coopersmith 
+Date:   Sun Nov 7 10:38:07 2010 -0800
+
+config: Remove unnecessary calls from configure.ac
+
+AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
+PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
+
+Signed-off-by: Alan Coopersmith 
+
+commit 81777e705aab605d1f92edd01c3712033f7ee1cc
+Author: Alan Coopersmith 
+Date:   Sun Nov 7 10:37:23 2010 -0800
+
+config: upgrade to util-macros 1.8 for additional man page support
+
+Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
+The valu

x11-apps: Changes to 'debian-experimental'

2010-11-02 Thread Julien Cristau
 debian/changelog|9 
 debian/patches/02_xedit_manpage_typos.diff  |   22 
 debian/patches/03_xconsole_implicit_pointer_conversion.diff |   16 
 debian/patches/series   |2 -
 4 files changed, 9 insertions(+), 40 deletions(-)

New commits:
commit b49591c90eda046644f1626b1231de288d508b49
Author: Julien Cristau 
Date:   Tue Nov 2 23:07:07 2010 +0100

02_xedit_manpage_typos.diff was applied upstream in 1.2.0, drop it from the 
source package

It wasn't getting applied anyway.

diff --git a/debian/changelog b/debian/changelog
index 8e28fc4..be02079 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ x11-apps (7.6+2) UNRELEASED; urgency=low
 
   * Drop 03_xconsole_implicit_pointer_conversion.diff, doesn't seem needed
 anymore.
+  * 02_xedit_manpage_typos.diff was applied upstream in 1.2.0, drop it from
+the source package (it wasn't getting applied anyway).
 
  -- Julien Cristau   Tue, 02 Nov 2010 23:03:01 +0100
 
diff --git a/debian/patches/02_xedit_manpage_typos.diff 
b/debian/patches/02_xedit_manpage_typos.diff
deleted file mode 100644
index f20b400..000
--- a/debian/patches/02_xedit_manpage_typos.diff
+++ /dev/null
@@ -1,22 +0,0 @@
-Index: xbase-clients/xedit/xedit.man
-===
 xbase-clients.orig/xedit/xedit.man 2006-02-18 14:56:14.0 -0500
-+++ xbase-clients/xedit/xedit.man  2006-02-26 20:37:32.0 -0500
-@@ -291,7 +291,7 @@
- .B autoReplace (\fPClass \fBReplace)
- This resource is useful to automatically correct common misspelling errors, 
but
- can also be used to create simple macros. The format is
--\fI{non-blanks}{blanks}[{string}]\fP. Fields are separeted by newlines.
-+\fI{non-blanks}{blanks}[{string}]\fP. Fields are separated by newlines.
- Example of use:
- \"
- .br
-@@ -308,7 +308,7 @@
- when you type that words.
- .TP 8
- .B ispell.dictionaries (\fPClass \fBispell.Dictionary)
--Specifies a list of dictionary names, separeted by spaces, available to the
-+Specifies a list of dictionary names, separated by spaces, available to the
- ispell program. The default value is \fI"american americamed+ english"\fP.
- .TP 8
- .B ispell.dictionary (\fPClass \fBispell.Dictionary)
diff --git a/debian/patches/series b/debian/patches/series
index 8f17f23..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-#02_xedit_manpage_typos.diff

commit 9ad8c623e6a34ccac4fb107e795c44327efebb60
Author: Julien Cristau 
Date:   Tue Nov 2 23:03:42 2010 +0100

Drop 03_xconsole_implicit_pointer_conversion.diff, doesn't seem needed 
anymore.

diff --git a/debian/changelog b/debian/changelog
index b655189..8e28fc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+x11-apps (7.6+2) UNRELEASED; urgency=low
+
+  * Drop 03_xconsole_implicit_pointer_conversion.diff, doesn't seem needed
+anymore.
+
+ -- Julien Cristau   Tue, 02 Nov 2010 23:03:01 +0100
+
 x11-apps (7.6+1) experimental; urgency=low
 
   [ Robert Hooker ]
diff --git a/debian/patches/03_xconsole_implicit_pointer_conversion.diff 
b/debian/patches/03_xconsole_implicit_pointer_conversion.diff
deleted file mode 100644
index 2cc8903..000
--- a/debian/patches/03_xconsole_implicit_pointer_conversion.diff
+++ /dev/null
@@ -1,16 +0,0 @@

- xconsole/xconsole.c |1 +
- 1 file changed, 1 insertion(+)
-
-Index: x11-apps/xconsole/xconsole.c
-===
 x11-apps.orig/xconsole/xconsole.c  2009-07-27 18:42:39.0 +0200
-+++ x11-apps/xconsole/xconsole.c   2009-12-06 11:57:56.0 +0100
-@@ -32,6 +32,7 @@
- #include "config.h"
- #endif
- 
-+#define _XOPEN_SOURCE
- #include 
- #include 
- #include 
diff --git a/debian/patches/series b/debian/patches/series
index a7acd68..8f17f23 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 #02_xedit_manpage_typos.diff
-03_xconsole_implicit_pointer_conversion.diff


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pdp0t-0005rr...@alioth.debian.org




x11-apps: Changes to 'debian-experimental'

2010-11-02 Thread Cyril Brulebois
 debian/changelog |7 +--
 debian/control   |2 +-
 debian/rules |3 ---
 3 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 3f74ef3f393bf0aaae3de078b2554ec87a585a1e
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:45:54 2010 +0100

Upload to experimental.

diff --git a/debian/changelog b/debian/changelog
index 58da5a8..b655189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11-apps (7.6+1) UNRELEASED; urgency=low
+x11-apps (7.6+1) experimental; urgency=low
 
   [ Robert Hooker ]
   * New upstream releases:
@@ -25,7 +25,7 @@ x11-apps (7.6+1) UNRELEASED; urgency=low
   * Stop setting RSH=rsh, it's not used anymore apparently.
   * Add myself to Uploaders.
 
- -- Robert Hooker   Mon, 01 Nov 2010 17:14:56 -0400
+ -- Cyril Brulebois   Tue, 02 Nov 2010 22:45:08 +0100
 
 x11-apps (7.5+5) unstable; urgency=low
 

commit af9ed60b1908fdc8b1c17395ace744ec2871a59f
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:45:03 2010 +0100

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index c43ac53..58da5a8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ x11-apps (7.6+1) UNRELEASED; urgency=low
   * Update debian/copyright from upstream's COPYING files.
   * Drop --with-sysmanpath and --disable-xprint, they're gone.
   * Stop setting RSH=rsh, it's not used anymore apparently.
+  * Add myself to Uploaders.
 
  -- Robert Hooker   Mon, 01 Nov 2010 17:14:56 -0400
 
diff --git a/debian/control b/debian/control
index 43811d8..2fa6e2f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11-apps
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Brice Goglin 

+Uploaders: David Nusinow , Brice Goglin 
, Cyril Brulebois 
 Build-Depends: debhelper (>= 5.0.0), pkg-config, libpng12-dev,
  libx11-dev (>= 2:1.0.0), libxaw7-dev (>= 1:1.0.1),
  libxcursor-dev (>= 1.1.5.2), libxext-dev (>= 1:1.0.0),

commit ae8ecfa5c1c163e036a37b0351636d4f85d6bcd8
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:34:13 2010 +0100

Stop setting RSH=rsh, it's not used anymore apparently.

diff --git a/debian/changelog b/debian/changelog
index 4f98bb7..c43ac53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ x11-apps (7.6+1) UNRELEASED; urgency=low
   * Add xutils-dev build-dep for the macros.
   * Update debian/copyright from upstream's COPYING files.
   * Drop --with-sysmanpath and --disable-xprint, they're gone.
+  * Stop setting RSH=rsh, it's not used anymore apparently.
 
  -- Robert Hooker   Mon, 01 Nov 2010 17:14:56 -0400
 
diff --git a/debian/rules b/debian/rules
index 1151136..364fa79 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,6 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts 
$(STAMP_DIR)/patch
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
  --infodir=\$${prefix}/share/info $(confflags) \
  CFLAGS="$(CFLAGS)" \
- RSH=rsh \
  MANCONF="/etc/manpath.config"
cd $*-build && $(MAKE)
>$@

commit c74fd16a61fdce9da22782acf04df3711b2b5a49
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:33:05 2010 +0100

Drop --with-sysmanpath and --disable-xprint, they're gone.

diff --git a/debian/changelog b/debian/changelog
index e73ed2c..4f98bb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,7 @@ x11-apps (7.6+1) UNRELEASED; urgency=low
   [ Cyril Brulebois ]
   * Add xutils-dev build-dep for the macros.
   * Update debian/copyright from upstream's COPYING files.
+  * Drop --with-sysmanpath and --disable-xprint, they're gone.
 
  -- Robert Hooker   Mon, 01 Nov 2010 17:14:56 -0400
 
diff --git a/debian/rules b/debian/rules
index 677a153..1151136 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,8 +48,6 @@ $(STAMP_DIR)/build-%: $(STAMP_DIR)/genscripts 
$(STAMP_DIR)/patch
cd $*-build && \
../$*/configure --prefix=/usr --mandir=\$${prefix}/share/man \
  --infodir=\$${prefix}/share/info $(confflags) \
- --disable-xprint \
- 
--with-sysmanpath=/usr/man:/usr/share/man:/usr/local/man:/usr/local/share/man:/usr/X11R6/man:/opt/man
 \
  CFLAGS="$(CFLAGS)" \
  RSH=rsh \
  MANCONF="/etc/manpath.config"


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pdolw-0006fm...@alioth.debian.org



x11-apps: Changes to 'debian-experimental'

2010-11-02 Thread Cyril Brulebois
 debian/changelog |7 +
 debian/control   |4 
 debian/copyright |  262 ---
 3 files changed, 238 insertions(+), 35 deletions(-)

New commits:
commit 6c7abd6ab972ec64e97c2ba02070c49189556f33
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:29:43 2010 +0100

Update copyright: xman.

diff --git a/debian/copyright b/debian/copyright
index baa506b..e4ba440 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -805,7 +805,7 @@ xmag:
   XFree86 Project.
 
 xman:
-  Copyright (c) 1987, 1988  X Consortium
+  Copyright (c) 1987, 1988, 1989, 1991  X Consortium
   
   Permission is hereby granted, free of charge, to any person obtaining
   a copy of this software and associated documentation files (the
@@ -831,8 +831,27 @@ xman:
   other dealings in this Software without prior written authorization
   from the X Consortium.
   
-   Author:Chris D. Peterson, MIT Project Athena
-   Created:   October 22, 1987
+  Copyright 2004 Roland Mainz 
+  
+  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.
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+  OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+  AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+  
+  Except as contained in this notice, the name of The Open Group shall not be
+  used in advertising or otherwise to promote the sale, use or other dealings
+  in this Software without prior written authorization from The Open Group.
 
 xmore:
   Copyright 2004 Roland Mainz 

commit ebad492a81cdcfca068a94d98145e5cd149fe85d
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:28:20 2010 +0100

Update copyright: xmag.

diff --git a/debian/copyright b/debian/copyright
index cf1d898..baa506b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -755,7 +755,7 @@ xlogo:
   from The Open Group.
 
 xmag:
-  Copyright 1991, 1998  The Open Group
+  Copyright 1989, 1990, 1991, 1993, 1994, 1998  The Open Group
   
   Permission to use, copy, modify, distribute, and sell this software and its
   documentation for any purpose is hereby granted without fee, provided that
@@ -778,6 +778,31 @@ xmag:
   not be used in advertising or otherwise to promote the sale, use or
   other dealings in this Software without prior written authorization
   from The Open Group.
+  
+  
+  Copyright (C) 1999 The XFree86 Project, Inc.  All Rights Reserved.
+  
+  Permission is hereby granted, free of charge, to any person obtaining a copy
+  of this software and associated documentation files (the "Software"), to
+  deal in the Software without restriction, including without limitation the
+  rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+  sell copies of the Software, and to permit persons to whom the Software is
+  furnished to do so, subject to the following conditions:
+  
+  The above copyright notice and this permission notice shall be included in
+  all copies or substantial portions of the Software.
+  
+  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+  XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+  
+  Except as contained in this notice, the name of the XFree86 Project shall
+  not be used in advertising or otherwise to promote the sale, use or other
+  dealings in this Software without prior written authorization from the
+  XFree86 Project.
 
 xman:
   Copyright (c) 1987, 1988  X Consortium

commit 12c17215ac424afca5a831621c3e505da2781f40
Author: Cyril Brulebois 
Date:   Tue Nov 2 22:27:25 2010 +0100

Update copyright: xlogo.

diff --git a/debian/copyright b/debian/copyright
index ef736a6..cf1d898 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -729,7 +729,8 @@ xload:
   Project.
 
 xlogo:
-  Copyright 1989, 1998  The Open Group
+  Copyright 1988, 1990, 1993 1994, 1998  The Open Group
+  Copyright 2004 Roland Mainz 
   
   Permission to use, copy, modify, distribute, and sell this software and its
   documentation for any purpose 

x11-apps: Changes to 'debian-experimental'

2010-11-02 Thread Robert Hooker
 debian/patches/01_xedit_mkdir_races.diff | 2588 ---
 debian/patches/05_xmore_fix_segv_without_xprint.diff |   34 
 debian/patches/series|2 
 3 files changed, 2624 deletions(-)

New commits:
commit f9b3c39cf6ea382e64f54deea94446c46374c959
Author: Robert Hooker 
Date:   Tue Nov 2 10:19:19 2010 -0400

Drop upstreamed patches.

diff --git a/debian/patches/01_xedit_mkdir_races.diff 
b/debian/patches/01_xedit_mkdir_races.diff
deleted file mode 100644
index 4a012ca..000
--- a/debian/patches/01_xedit_mkdir_races.diff
+++ /dev/null
@@ -1,2588 +0,0 @@
-Combination of two upstream patches (post 1.1.2) to fix #569430
-
-From 0ab2815743d89b1cd283abaf4d2cb77fed4a2df4 Mon Sep 17 00:00:00 2001
-From: Peter Breitenlohner 
-Date: Sun, 09 Nov 2008 13:24:10 +
-Subject: avoid race condition for parallel jobs
-
-From cfc78a1c2452362a5e7c88ed239c9d7ef0240a4d Mon Sep 17 00:00:00 2001
-From: Peter Breitenlohner 
-Date: Tue, 11 Nov 2008 09:52:18 +
-Subject: reorganize app default files
-
-
-Index: x11-apps/xedit/Makefile.am
-===
 x11-apps.orig/xedit/Makefile.am2010-03-21 10:04:31.0 +0100
-+++ x11-apps/xedit/Makefile.am 2010-03-21 10:04:42.0 +0100
-@@ -161,33 +161,13 @@
- lisp_re_tests_SOURCES = lisp/re/tests.c
- 
- 
--# App default files  (*.ad)
-+# App default files
- 
--APPDEFAULTFILES = \
-+appdefaultdir = @appdefaultdir@
-+appdefault_DATA = \
- app-defaults/Xedit-color \
-   app-defaults/Xedit
- 
--if USE_XPRINT
--app-defaults/Xedit.ad: 
--  test -d app-defaults || mkdir app-defaults
--  cp $(top_srcdir)/app-defaults/Xedit-xprint.ad app-defaults/Xedit.ad
--else
--app-defaults/Xedit.ad:
--  test -d app-defaults || mkdir app-defaults
--  cp $(top_srcdir)/app-defaults/Xedit-noxprint.ad app-defaults/Xedit.ad
--endif
--
--SUFFIXES = .ad 
--
--.ad:
--  test -d app-defaults || mkdir app-defaults
--  cp $< $@
--
--appdefaultdir = @appdefaultdir@
--appdefault_DATA = $(APPDEFAULTFILES)
--
--CLEANFILES = $(APPDEFAULTFILES) app-defaults/Xedit.ad
--
- lispdir = $(LISPDIR)
- dist_lisp_DATA = ${srcdir}/lisp/modules/lisp.lsp \
-   ${srcdir}/lisp/modules/xedit.lsp \
-@@ -216,9 +196,9 @@
- appman_PRE = xedit.man
- 
- EXTRA_DIST = \
--  app-defaults/Xedit-color.ad \
--  app-defaults/Xedit-xprint.ad \
--  app-defaults/Xedit-noxprint.ad \
-+  app-defaults/Xedit-color \
-+  app-defaults/Xedit-xprint \
-+  app-defaults/Xedit-noxprint \
-   app-defaults/Xedit-sample \
-   lisp/README \
-   lisp/TODO \
-@@ -246,7 +226,7 @@
- appman_DATA = $(appman_PRE:m...@app_man_suffix@)
- 
- EXTRA_DIST += $(appman_PRE)
--CLEANFILES += $(appman_DATA)
-+CLEANFILES = $(appman_DATA)
- 
- SED = sed
- 
-@@ -267,7 +247,7 @@
-   -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \
-   -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g'
- 
--SUFFIXES += .$(APP_MAN_SUFFIX) .man
-+SUFFIXES = .$(APP_MAN_SUFFIX) .man
- 
- .man.$(APP_MAN_SUFFIX):
-   sed $(MAN_SUBSTS) < $< > $@
-Index: x11-apps/xedit/configure.ac
-===
 x11-apps.orig/xedit/configure.ac   2010-03-21 10:04:31.0 +0100
-+++ x11-apps/xedit/configure.ac2010-03-21 10:04:42.0 +0100
-@@ -41,9 +41,12 @@
- AM_CONDITIONAL(USE_XPRINT, test x$enable_xprint = xyes)
- if test x$enable_xprint = xyes; then
-PKG_CHECK_MODULES(PKGDEPS, xprintutil xp xaw8)
-+   print_noprint=xprint
- else
-PKG_CHECK_MODULES(PKGDEPS, xaw7)
-+   print_noprint=noxprint
- fi
-+AC_CONFIG_LINKS([app-defaults/Xedit:app-defaults/Xedit-$print_noprint])
- 
- AC_ARG_WITH(lispdir, AS_HELP_STRING([--with-lispdir=PATH],
-   [Directory to install lisp files (default: 
$libdir/X11/xedit/lisp)]),
-Index: x11-apps/xedit/app-defaults/Xedit-color
-===
 /dev/null  1970-01-01 00:00:00.0 +
-+++ x11-apps/xedit/app-defaults/Xedit-color2010-03-21 10:04:31.0 
+0100
-@@ -0,0 +1,195 @@
-+! $XFree86: xc/programs/xedit/Xedit-color.ad,v 1.14 2002/11/10 23:21:56 paulo 
Exp $
-+
-+#include "Xedit"
-+
-+*background:  gray70
-+*foreground:  gray15
-+*borderColor: gray40
-+*Command.highlightThickness:  1
-+*Command.backgroundPixmap:
gradient:vertical?dimension=18&start=gray90&end=gray65
-+*Command.foreground:  gray20
-+*Command.displayList:\
-+foregroundgray92;\
-+line  1,0,-2,0;\
-+foregroundgray95;\
-+line  2,1,-3,1;\
-+foregroundgray74;\
-+segments  3,-3,-4,-3, 2,-4,-3,-4, 1,-6,-2,-6;\
-+point -1,-1;\
-+foregroundgray80;\
-+line  0,0,0,-1;\
-+point -1,0
-+
-+*Command.translations:#override \
-+:   set-values(1, foreground, gray20, background, rgb:d/5/5) 
set()\n\
-+Button1: reset() set-values(1, foreground, gray20, backgr

x11-apps: Changes to 'debian-experimental'

2007-08-21 Thread Brice Goglin
 debian/changelog  |3 
 xcalc/COPYING |   51 +-
 xcalc/ChangeLog   |  245 +-
 xcalc/Makefile.am |   14 
 xcalc/Makefile.in |   74 ---
 xcalc/XCalc-color.ad  |  157 ++
 xcalc/aclocal.m4  |   24 -
 xcalc/compile |  142 --
 xcalc/config.guess|   32 +
 xcalc/config.h.in |9 
 xcalc/config.sub  |   28 -
 xcalc/configure   |   47 +-
 xcalc/configure.ac|2 
 xcalc/mkinstalldirs   |  158 --
 xconsole/ChangeLog|  407 -
 xconsole/Makefile.am  |9 
 xconsole/Makefile.in  |   37 -
 xconsole/aclocal.m4   |   24 -
 xconsole/compile  |  142 --
 xconsole/config.guess |   32 +
 xconsole/config.h.in  |   48 ++
 xconsole/config.sub   |   28 -
 xconsole/configure| 1060 +-
 xconsole/configure.ac |   10 
 xconsole/mkinstalldirs|  158 --
 xconsole/xconsole.c   |   19 
 xcursorgen/ChangeLog  |  248 +-
 xcursorgen/Makefile.am|   21 
 xcursorgen/Makefile.in|   48 +-
 xcursorgen/aclocal.m4 |   24 -
 xcursorgen/compile|  142 --
 xcursorgen/config.guess   |   32 +
 xcursorgen/config.h.in|   10 
 xcursorgen/config.sub |   28 -
 xcursorgen/configure  |  106 +---
 xcursorgen/configure.ac   |4 
 xcursorgen/mkinstalldirs  |  158 --
 xcursorgen/xcursorgen.c   |   16 
 xcursorgen/xcursorgen.man |   30 +
 39 files changed, 2549 insertions(+), 1278 deletions(-)

New commits:
commit 5fe0066e0cb4f903e148cc58ac9a0166e1b71b47
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 22 00:22:13 2007 +0200

xcursorgen 1.0.4

diff --git a/debian/changelog b/debian/changelog
index 8b0cd13..6f2cc0b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ x11-apps (7.2+1) UNRELEASED; urgency=low
 xditview, xeyes, xedit, xload, xlogo, xmag, xman and xwd.
   * xcalc 1.0.2.
   * xconsole 1.0.3.
+  * xcursorgen 1.0.2.
 
  -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 09:59:26 +0200
 
diff --git a/xcursorgen/ChangeLog b/xcursorgen/ChangeLog
index 4270fe9..cd9e3b2 100644
--- a/xcursorgen/ChangeLog
+++ b/xcursorgen/ChangeLog
@@ -1,47 +1,235 @@
-2006-04-26  Adam Jackson  <[EMAIL PROTECTED]>
+commit 5aca565a857da642bc3f9dc89e88bfa3c1b13f11
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 18:14:28 2007 -0700
 
-   * configure.ac:
-   Bump to 1.0.1
+Version bump: 1.0.2
 
-2006-04-03  Adam Jackson  <[EMAIL PROTECTED]>
+commit ea7f29dd3104c23f2533e45395852202dc588d36
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 18:11:58 2007 -0700
 
-   * xcursorgen.c:
-   Bug #3270: Fix rounding errors.
+Set version string in man page
 
-2005-12-14  Kevin E. Martin  
+commit bdbbaa94ea75511dd7f5dd8573b6772dab56e55e
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 17:52:25 2007 -0700
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Use strdup instead of malloc/strlen/strcpy
 
-2005-12-06  Kevin E. Martin  
+commit e5c1a83c1b8f71615d2fe724456bc044d9799efa
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 17:48:19 2007 -0700
 
-   * Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+Correct help flag in usage message (-?, not -h)
 
-2005-12-03  Kevin E. Martin  
+commit a6cc06762ae726765db2d5f76ce8f9464fb6dab8
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 17:46:28 2007 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Add options/flags to man page & other man page cleanups
 
-2005-11-12  Alan Coopersmith  <[EMAIL PROTECTED]>
+commit 3392d92ac031ac5796a1ebce816366c25f10e18a
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 16:42:23 2007 -0700
 
-   * Makefile.am: 
-   * configure.ac:
-   Bug #5021 
-   Patch #3786 
-   xcursorgen installs manpages into 'man1' instead of 'man1x'
+Remove unused AC_TYPE_SIGNAL from configure.ac
 
-2005-11-09  Kevin E. Martin  
+commit c2c7f8b3f8301f3f47af514627631acdb5aae109
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 16:40:19 2007 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
+Use PACKAGE_VERSION for --version output
 
-2005-10-20  Eric Anholt  <[EMAIL PROTECTED]>
+commit fb4fc37392c441e5e970ac68fc366758dac4a560
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Mon Aug 20 16:35:42 2007 -0700
 
-   * Makefile.am:
-   Fix spelling of man1_MANS so the manpage gets installed. (Bill Crawford)
+Replace static ChangeLog with dist-hook to generate from git log
 
-2005-07-09  Keith Packard  <[EMAIL PROTECTED]>
+commit 1dc83c571d8

x11-apps: Changes to 'debian-experimental'

2007-08-21 Thread Brice Goglin
 debian/changelog |4 +-
 debian/rules |1 
 debian/x11-apps.menu |   98 +++
 3 files changed, 102 insertions(+), 1 deletion(-)

New commits:
commit 0475382b9195cd044ae7d601fc69a686d0e4eb95
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Aug 17 09:59:59 2007 +0200

Add menu entries

diff --git a/debian/changelog b/debian/changelog
index 546a27b..7859195 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,10 @@ x11-apps (7.2+1) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
+  * Add menu entries for oclock, xbiff, xcalc, xclipboard, xclock, xconsole,
+xditview, xeyes, xedit, xload, xlogo, xmag, xman and xwd.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 00:12:12 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 09:59:26 +0200
 
 x11-apps (0.1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 77bb284..847c163 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,6 +97,7 @@ binary-arch: build install
 
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing
+   dh_installmenu
dh_installchangelogs
dh_link
dh_strip
diff --git a/debian/x11-apps.menu b/debian/x11-apps.menu
new file mode 100644
index 000..02c0848
--- /dev/null
+++ b/debian/x11-apps.menu
@@ -0,0 +1,98 @@
+?package(x11-apps):\
+ needs="x11"\
+ section="Games/Toys"\
+ hints="Clocks"\
+ longtitle="Oclock: analog clock for X"\
+ title="Oclock"\
+ command="oclock"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Network/Communication"\
+ hints="Mail"\
+ longtitle="Xbiff: mailbox flag for X"\
+ title="Xbiff"\
+ command="xbiff"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Science/Mathematics"\
+ hints="Calculators"\
+ longtitle="Xcalc: scientific calculator for X"\
+ title="Xcalc"\
+ command="xcalc"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/System/Administration"\
+ longtitle="Xclipboard: clipboard for text cut and paste operations in X"\
+ title="Xclipboard"\
+ command="xclipboard"
+?package(x11-apps):\
+ needs="x11"\
+ section="Games/Toys"\
+ hints="Clocks"\
+ longtitle="Xclock (analog): analog clock for X"\
+ title="Xclock (analog)"\
+ command="xclock -analog"
+?package(x11-apps):\
+ needs="x11"\
+ section="Games/Toys"\
+ hints="Clocks"\
+ longtitle="Xclock (digital): digital clock for X"\
+ title="Xclock (digital)"\
+ command="xclock -digital -update 1"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/System/Monitoring"\
+ longtitle="Xconsole: monitor system console messages with X"\
+ title="Xconsole"\
+ command="xconsole -file /dev/xconsole"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Viewers"\
+ hints="Troff"\
+ longtitle="Xditview: a ditroff file viewer for X"\
+ title="Xditview"\
+ command="xditview"
+?package(x11-apps):\
+ needs="x11"\
+ section="Games/Toys"\
+ longtitle="Xeyes: demo in which a pair of eyes follow the mouse pointer in X"\
+ title="Xeyes"\
+ command="xeyes"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Editors"\
+ hints="Text"\
+ longtitle="Xedit: simple text editor for X"\
+ title="Xedit"\
+ command="xedit"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/System/Monitoring"\
+ longtitle="Xload: system load average display for X"\
+ title="Xload"\
+ command="xload"
+?package(x11-apps):\
+ needs="x11"\
+ section="Games/Toys"\
+ longtitle="Xlogo: demo which displays the X logo"\
+ title="Xlogo"\
+ command="xlogo"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Accessibility"\
+ longtitle="Xmag: magnify parts of the X screen"\
+ title="Xmag"\
+ command="xmag"
+?package(x11-apps):\
+ needs="x11"\
+ section="Help"\
+ longtitle="Xman: manual page browser for X"\
+ title="Xman"\
+ command="xman"
+?package(x11-apps):\
+ needs="x11"\
+ section="Applications/Graphics"\
+ hints="Screenshot"\
+ longtitle="X Window Snapshot: take snapshot of any X window (xwd|xwud)"\
+ title="X Window Snapshot"\
+ command="xwd | xwud"


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



x11-apps: Changes to 'debian-experimental'

2007-08-16 Thread Julien Cristau
 debian/changelog   |4 
 xmag/ChangeLog |  280 -
 xmag/INSTALL   |  236 
 xmag/Makefile.am   |   12 
 xmag/Makefile.in   |  199 ++
 xmag/aclocal.m4| 1548 ++---
 xmag/compile   |  142 
 xmag/config.h.in   |   18 
 xmag/config.sub|   14 
 xmag/configure |  383 +++--
 xmag/configure.ac  |4 
 xmag/depcomp   |   64 ++
 xmag/install-sh|  348 +--
 xmag/missing   |   61 +-
 xmag/mkinstalldirs |  158 -
 xmag/xmag.c|   36 +
 xmag/xmag.man  |2 
 17 files changed, 1784 insertions(+), 1725 deletions(-)

New commits:
commit 6428a0d67e48a3e008d789575c6d271b24978f6f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri Aug 17 00:17:06 2007 +0200

xmag 1.0.2.

diff --git a/debian/changelog b/debian/changelog
index 8880257..546a27b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,13 +4,15 @@ x11-apps (7.2+1) UNRELEASED; urgency=low
   * xclock 1.0.3.
 + adds documentation for the -face command-line option (closes: #224402)
   * xman 1.0.3.
+  * xmag 1.0.2.
++ manpage fixed (closes: #180712).
   * Pass --with-sysmanpath option to configure so xman looks for manpages in
 the right place (closes: #156497).
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 15 Aug 2007 13:49:27 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Fri, 17 Aug 2007 00:12:12 +0200
 
 x11-apps (0.1) experimental; urgency=low
 
diff --git a/xmag/ChangeLog b/xmag/ChangeLog
index aabcd28..206be17 100644
--- a/xmag/ChangeLog
+++ b/xmag/ChangeLog
@@ -1,34 +1,272 @@
-2005-12-20  Kevin E. Martin  
+commit a6b0036a082a947b89bdbb27128e20079799857c
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Wed Aug 15 18:04:12 2007 -0700
 
-   * configure.ac:
-   Update package version for X11R7 release.
+Version bump: 1.0.2
 
-2005-12-14  Kevin E. Martin  
+commit e4cd84139d155bf0ce7b42de65e2a5bfcc471a46
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Wed Aug 15 17:59:30 2007 -0700
 
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
+Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
+
+Makefile.am:27: compiling `CutPaste.c' with per-target flags requires 
`AM_PROG_CC_C_O' in `configure.ac'
 
-2005-12-07  Kevin E. Martin  
+commit d990122dafcde5d22c8f1aa40e8f9dc213f79e17
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Wed Aug 1 13:22:35 2007 -0700
 
-   * Makefile.am:
-   * configure.ac:
-   Change to use the app-defaults default dir configured in libXt.
+Make fix for Sun bug 6359959 more portable - use nanosleep, poll or select
 
-2005-12-06  Kevin E. Martin  
+commit eb12c1f539cebbd7481711d1dc97e3e29b594389
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Tue Dec 13 00:00:00 2005 -0800
 
-   * Makefile.am:
-   Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
+Sun bug 6359959: xmag overconsumes CPU due to its selection box
+
+
+
+The fix for Sun bug 1166559 changed the HLINTERVAL from 10 to 0.5 to fix
+a problem that the selection box wasn't being seen. The problem is that
+this parameter is used in an XtAppAddTimeOut(), and is supposed to be an
+unsigned long. Thus, the 0.5 presumably turns into a 0 ms timeout. Whatever
+effect that is being seen is due to seeing a rectangle drawn as fast as
+the poor little X server can do it.
 
-2005-12-03  Kevin E. Martin  
+commit a04689bccae3bd2df3812a8ed7fc0d675fdb05e9
+Author: Derek Wang <[EMAIL PROTECTED]>
+Date:   Mon May 8 00:00:00 2000 -0700
 
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
+Sun bug 1166559: highlight of selection box not discernable on some configs
+
+
+
+1) On devices whose default visual is 24-bit TrueColor the selection area
+   bounding box has no contrast with the background.  This is because a
+   value of 1 is being xor'd in.  This won't provide enough contrast.  A
+   value of 0xff would be better.
+
+2) On my machine (which is a dual 50-Mhz SS10) you can sort of see the
+   bounding box on my GX if you look really, really close, but it's a faint
+   flicker.  I believe what is happening is that the bounding box is being
+   drawn and undrawn so fast you can hardly see it.
 
-2005-10-18  Kevin E. Martin  
+commit 80faa0025128c10662694e818747fd0a592bc108
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Fri Jun 1 16:40:07 2007 -0700
 
-   * configure.ac:
-   Update package version number for RC1 release.
+Replace static ChangeLog with dist-hook to generate from git log
 
-2005-10-05  Kevin E. Martin  
+commit bff2deea15bd0b676458b88acb46d63fd72b8

x11-apps: Changes to 'debian-experimental'

2007-08-15 Thread Julien Cristau
 debian/changelog |4 +++-
 debian/rules |1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4e6a7e37f896002954e16e184b4e00fe0a66e8b6
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Aug 15 13:56:24 2007 +0200

Pass the --with-sysmanpath option to configure.

This lets xman look for manpages in the right place, and
fixes apropos search.

diff --git a/debian/changelog b/debian/changelog
index 613c3fe..8880257 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,11 +4,13 @@ x11-apps (7.2+1) UNRELEASED; urgency=low
   * xclock 1.0.3.
 + adds documentation for the -face command-line option (closes: #224402)
   * xman 1.0.3.
+  * Pass --with-sysmanpath option to configure so xman looks for manpages in
+the right place (closes: #156497).
 
   [ Brice Goglin ]
   * Add upstream URL to debian/copyright.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 19:15:34 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 15 Aug 2007 13:49:27 +0200
 
 x11-apps (0.1) experimental; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 748b1b2..77bb284 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,7 @@ build-stamp:
../"$$FILE"/configure --prefix=/usr 
--mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 --disable-xprint \
+
--with-sysmanpath=/usr/man:/usr/share/man:/usr/local/man:/usr/local/share/man:/usr/X11R6/man:/opt/man
 \
 CFLAGS="$(CFLAGS)" \
 RSH=rsh \
 MANCONF="/etc/manpath.config" && \


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



x11-apps: Changes to 'debian-experimental'

2007-08-13 Thread Brice Goglin
 debian/changelog |6 +-
 debian/copyright |6 ++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit f924470fa70a2dc4d332708ce9b071cdb7254462
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Mon Aug 13 19:15:51 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 07ce0de..613c3fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 x11-apps (7.2+1) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * xclock 1.0.3.
 + adds documentation for the -face command-line option (closes: #224402)
   * xman 1.0.3.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 15:48:23 +0200
+  [ Brice Goglin ]
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Mon, 13 Aug 2007 19:15:34 +0200
 
 x11-apps (0.1) experimental; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 9d5fa44..ce99a9a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,9 @@
+The contents of this package were downloaded from
+http://xorg.freedesktop.org/releases/individual/app/
+It contains the x11perf, xcalc, xclock, xcursorgen, xedit, xload,
+xmag, xmore, xwud, oclock, xbiff, xclipboard, xconsole, xditview,
+xeyes, xlogo, xman and xwd applications.
+
 oclock:
   Copyright 1989, 1998  The Open Group
   


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



x11-apps: Changes to 'debian-experimental'

2007-05-30 Thread Julien Cristau
New branch 'debian-experimental' available with the following commits:
commit 25a2d363e81c11506ea1805b05912515a681a8bd
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun May 27 15:11:06 2007 +0200

Prepare changelog for upload.


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