libxaw: Changes to 'debian-unstable'

2013-06-16 Thread Julien Cristau
 ChangeLog  |   92 +++
 configure.ac   |2 
 debian/README.source   |   24 -
 debian/changelog   |   13 +
 debian/compat  |2 
 debian/control |3 
 debian/rules   |   32 +-
 debian/xsfbs/repack.sh |   32 --
 debian/xsfbs/xsfbs.mk  |  276 -
 debian/xsfbs/xsfbs.sh  |  622 -
 src/Text.c |2 
 src/TextAction.c   |9 
 12 files changed, 128 insertions(+), 981 deletions(-)

New commits:
commit b4d7c44fd8df104060531049e71bd4f38572cd0f
Author: Julien Cristau 
Date:   Sun Jun 16 20:34:28 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b825b71..9c28b3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.11-1) UNRELEASED; urgency=low
+libxaw (2:1.0.11-1) unstable; urgency=low
 
   * New upstream release.
   * Bump debhelper compat level to 7.
@@ -9,7 +9,7 @@ libxaw (2:1.0.11-1) UNRELEASED; urgency=low
   * Get rid of debian/xsfbs, use /usr/share/quilt/quilt.make for patch/unpatch
 rules.
 
- -- Julien Cristau   Sun, 16 Jun 2013 17:31:29 +0200
+ -- Julien Cristau   Sun, 16 Jun 2013 20:20:36 +0200
 
 libxaw (2:1.0.10-2) unstable; urgency=low
 

commit 88fc521054bb46324a40be48f42deb05c4dbc32b
Author: Julien Cristau 
Date:   Sun Jun 16 20:20:09 2013 +0200

Update README.source for xsfbs removal

diff --git a/debian/README.source b/debian/README.source
index 34ab4bf..749dfde 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -47,27 +47,3 @@ are involved:
   case, it appears directly in the .diff.gz.
 * Otherwise, the patch is added to debian/patches/ which is managed
   with quilt as documented in /usr/share/doc/quilt/README.source.
-
-quilt is actually invoked by the Debian X packaging through a larger
-set of scripts called XSFBS. XSFBS brings some other X specific
-features such as managing dependencies and conflicts due to the video
-and input driver ABIs.
-XSFBS itself is maintained in a separate repository at
-  git://git.debian.org/pkg-xorg/xsfbs.git
-and it is pulled inside the other Debian X repositories when needed.
-
-The XSFBS patching system requires a build dependency on quilt. Also
-a dependency on $(STAMP_DIR)/patch has to be added to debian/rules
-so that the XSFBS patching occurs before the actual build. So the
-very first target of the build (likely the one running autoreconf)
-should depend on $(STAMP_DIR)/patch. It should also not depend on
-anything so that parallel builds are correctly supported (nothing
-should probably run while patching is being done). And finally, the
-clean target should depend on the xsfclean target so that patches
-are unapplied on clean.
-
-When the upstream sources contain some DFSG-nonfree files, they are
-listed in text files in debian/prune/ in the "debian-*" branch of
-the Debian repository. XSFBS' scripts then take care of removing
-these listed files during the build so as to generate a modified
-DFSG-free .orig.tar.gz tarball.

commit a574f30188abde01f8fe510f92d9ae7cde217b38
Author: Julien Cristau 
Date:   Sun Jun 16 18:26:47 2013 +0200

Get rid of debian/xsfbs

Use /usr/share/quilt/quilt.make for patch/unpatch rules.

diff --git a/debian/changelog b/debian/changelog
index ff8077b..b825b71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ libxaw (2:1.0.11-1) UNRELEASED; urgency=low
 FTBFS.
   * Disable silent rules.
   * Remove ed from Build-Depends, no longer needed.
+  * Get rid of debian/xsfbs, use /usr/share/quilt/quilt.make for patch/unpatch
+rules.
 
  -- Julien Cristau   Sun, 16 Jun 2013 17:31:29 +0200
 
diff --git a/debian/rules b/debian/rules
index e275486..6af8548 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include debian/xsfbs/xsfbs.mk
+include /usr/share/quilt/quilt.make
 
 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter 
parallel=%,$(DEB_BUILD_OPTIONS)))
@@ -26,7 +26,7 @@ else
 endif
 confflags += $(shell DEB_CFLAGS_MAINT_APPEND=-Wall 
DEB_BUILD_MAINT_OPTIONS=hardening=-format dpkg-buildflags --export=configure)
 
-configure: $(STAMP_DIR)/patch
+configure: $(QUILT_STAMPFN)
autoreconf -vfi
 
 build: build-indep
@@ -52,7 +52,7 @@ build-stamp: configure
cd build && $(MAKE)
>$@
 
-clean: xsfclean
+clean: unpatch
dh_testdir
rm -f build-stamp
rm -f config.cache config.log config.status
@@ -76,7 +76,7 @@ install: build-stamp
ln -s libXaw7.so debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libXaw.so
 
 # Build architecture-dependent files here.
-binary-arch: build-arch install
+binary-arch: install
dh_testdir
dh_testroot
dh_installdocs -s
@@ -96,7 +96,7 @@ binary-arch: build-arch install
dh_builddeb -s
 
 # Build architecture-independent files here.
-binary-indep: 

libxaw: Changes to 'debian-unstable'

2015-08-01 Thread Julien Cristau
 ChangeLog   |  119 
 autogen.sh  |4 +
 configure.ac|3 -
 debian/changelog|9 +++
 debian/rules|   10 ---
 debian/upstream/signing-key.asc |   60 
 debian/watch|1 
 src/AsciiSrc.c  |   14 +---
 src/Makefile.am |   24 
 src/MultiSrc.c  |   14 +---
 src/OS.c|2 
 src/Text.c  |2 
 src/TextAction.c|1 
 src/TextPop.c   |4 -
 14 files changed, 217 insertions(+), 50 deletions(-)

New commits:
commit 3f545a5a4cf8794d86911cb03a7ed4d3159c069c
Author: Julien Cristau 
Date:   Sat Aug 1 11:31:19 2015 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 1b67dbb..3ba3e2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxaw (2:1.0.13-1) UNRELEASED; urgency=medium
+libxaw (2:1.0.13-1) unstable; urgency=medium
 
   * Let uscan verify tarball signatures.
   * New upstream release.
   * Drop override_dh_auto_install, I don't think it's necessary with just one
 Xaw variant.
 
- -- Julien Cristau   Sat, 01 Aug 2015 11:01:53 +0200
+ -- Julien Cristau   Sat, 01 Aug 2015 11:31:17 +0200
 
 libxaw (2:1.0.12-2) unstable; urgency=medium
 

commit a4658f5aa7f298acb4f91cd46f488eb47e99ee29
Author: Julien Cristau 
Date:   Sat Aug 1 11:25:56 2015 +0200

Drop override_dh_auto_install

I don't think it's necessary with just one Xaw variant.

diff --git a/debian/changelog b/debian/changelog
index c1522f5..1b67dbb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxaw (2:1.0.13-1) UNRELEASED; urgency=medium
 
   * Let uscan verify tarball signatures.
   * New upstream release.
+  * Drop override_dh_auto_install, I don't think it's necessary with just one
+Xaw variant.
 
  -- Julien Cristau   Sat, 01 Aug 2015 11:01:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 4ce458c..55275a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,8 +7,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
-
 %:
dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel
 
@@ -23,11 +21,6 @@ override_dh_auto_configure-arch 
override_dh_auto_configure-indep:
--disable-silent-rules \
$(docflags)
 
-override_dh_auto_install:
-   dh_auto_install
-   rm -f debian/tmp/usr/lib/*/libXaw.so
-   ln -s libXaw7.so debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libXaw.so
-
 override_dh_install:
dh_install --fail-missing --exclude=.la
 

commit 6e704bf33ebbdb60bd819304561937c52388f655
Author: Julien Cristau 
Date:   Sat Aug 1 11:24:48 2015 +0200

Stop explicitly setting CFLAGS

dh does it as of compat level 9

diff --git a/debian/rules b/debian/rules
index 77575da..4ce458c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,7 @@ override_dh_auto_configure-arch 
override_dh_auto_configure-indep:
--disable-xaw6 \
--with-xmlto --without-fop \
--disable-silent-rules \
-   $(docflags) \
-   $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
+   $(docflags)
 
 override_dh_auto_install:
dh_auto_install

commit bc073371700562a077fe4bd0d60aa7b52b45aca6
Author: Julien Cristau 
Date:   Sat Aug 1 11:02:13 2015 +0200

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index 2ad60b6..1840195 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+commit 8c82c47a770274c50944f002b97369c4e30872d8
+Author: Alan Coopersmith 
+Date:   Thu Apr 30 22:06:03 2015 -0700
+
+libXaw 1.0.13
+
+Signed-off-by: Alan Coopersmith 
+
+commit 882da69d577b8f206694691679cef2cc3ca69725
+Author: Jon TURNEY 
+Date:   Sun Sep 14 16:30:45 2014 +0100
+
+Include 
+
+Required for prototype of usleep()
+
+Signed-off-by: Jon TURNEY 
+Reviewed-by: Alan Coopersmith 
+
+commit 1955d3917b8d24d7a8621ad80b160e4cefde6fc9
+Author: Alan Coopersmith 
+Date:   Fri Nov 7 22:01:06 2014 -0800
+
+Use SEEK_* names instead of raw numbers for fseek whence argument
+
+Signed-off-by: Alan Coopersmith 
+
+commit 3b0de83ef4f2cdb0bfa52aba9092b56a1a1dc6ea
+Author: Alan Coopersmith 
+Date:   Wed Nov 5 18:01:17 2014 -0800
+
+Just use C89 size_t instead of rolling our own Size_t
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Hans de Goede 
+
+commit ebaa906159a73eeb001506a7787f5128f17af61a
+Author: Alan Coopersmith 
+Date:   Wed Nov 5 17:58:48 2014 -0800
+
+Use autoconf HAVE_UNISTD_H instead of imake X_NOT_POSIX to find 
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Hans de Goede 
+
+commit 1804def12f26b9f64453fb9d641034f8de92ff7d
+Author: Tho

libxaw: Changes to 'debian-unstable'

2014-01-27 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |8 
 2 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 55201cc6a38a73673267a82de644c6c7fd504241
Author: Julien Cristau 
Date:   Mon Jan 27 13:53:29 2014 +0100

Fix typo in package description (closes: #736829).  Thanks, darkestkhan!

diff --git a/debian/changelog b/debian/changelog
index a54b1cc..8bb2ac7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (2:1.0.12-2) UNRELEASED; urgency=medium
+
+  * Fix typo in package description (closes: #736829).  Thanks, darkestkhan!
+
+ -- Julien Cristau   Mon, 27 Jan 2014 13:53:06 +0100
+
 libxaw (2:1.0.12-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 018648e..08b2822 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
 Description: X11 Athena Widget library
- libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
+ libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
  which is largely used by legacy X applications.  This version is the
  most common version, as version 6 is considered deprecated, and version
  8, which adds Xprint support, is unsupported and not widely used.
@@ -54,7 +54,7 @@ Depends:
  ${misc:Depends},
  libxaw7 (= ${binary:Version}),
 Description: X11 Athena Widget library (debug package)
- libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
+ libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
  which is largely used by legacy X applications.  This version is the
  most common version, as version 6 is considered deprecated, and version
  8, which adds Xprint support, is unsupported and not widely used.
@@ -84,7 +84,7 @@ Depends:
 Suggests:
  libxaw-doc,
 Description: X11 Athena Widget library (development headers)
- libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
+ libXaw7 provides the second version of Xaw, the Athena Widgets toolkit,
  which is largely used by legacy X applications.  This version is the
  most common version, as version 6 is considered deprecated, and version
  8, which adds Xprint support, is unsupported and not widely used.
@@ -110,6 +110,6 @@ Breaks:
 Replaces:
  libxaw7-dev (<< 2:1.0.10),
 Description: X11 Athena Widget library (documentation)
- Xaw, the Athena Widgets tookit, is largely used by legacy X applications.
+ Xaw, the Athena Widgets toolkit, is largely used by legacy X applications.
  .
  This package contains the documentation for the Xaw library.


-- 
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/e1w7lhk-0003tb...@moszumanska.debian.org



libxaw: Changes to 'debian-unstable'

2014-07-12 Thread Julien Cristau
 debian/changelog |6 +-
 debian/compat|2 
 debian/control   |3 -
 debian/rules |  119 +--
 4 files changed, 28 insertions(+), 102 deletions(-)

New commits:
commit 84ff2cf17b873f0246e49424beb5618f34f54c19
Author: Julien Cristau 
Date:   Sat Jul 12 17:15:55 2014 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index a44ba5c..860895d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxaw (2:1.0.12-2) UNRELEASED; urgency=medium
+libxaw (2:1.0.12-2) unstable; urgency=medium
 
   * Fix typo in package description (closes: #736829).  Thanks, darkestkhan!
   * Rewrite debian/rules to use dh.  Bump debhelper compat and build-dep to 9.
 Use dh-autoreconf.
 
- -- Julien Cristau   Mon, 27 Jan 2014 13:53:06 +0100
+ -- Julien Cristau   Sat, 12 Jul 2014 17:15:51 +0200
 
 libxaw (2:1.0.12-1) unstable; urgency=medium
 

commit 76d8447bd4266ae147f7284f7b3ac6fb9573dbc0
Author: Julien Cristau 
Date:   Sat Jul 12 17:05:51 2014 +0200

Rewrite debian/rules to use dh.

Bump debhelper compat and build-dep to 9. Use dh-autoreconf.

diff --git a/debian/changelog b/debian/changelog
index 8bb2ac7..a44ba5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libxaw (2:1.0.12-2) UNRELEASED; urgency=medium
 
   * Fix typo in package description (closes: #736829).  Thanks, darkestkhan!
+  * Rewrite debian/rules to use dh.  Bump debhelper compat and build-dep to 9.
+Use dh-autoreconf.
 
  -- Julien Cristau   Mon, 27 Jan 2014 13:53:06 +0100
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 08b2822..d96cac7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Build-Depends:
- debhelper (>= 7),
+ debhelper (>= 9),
  dpkg-dev (>= 1.16.0),
  libx11-dev (>= 1:0.99.2),
  x11proto-core-dev (>= 7.0.1),
@@ -17,6 +17,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5+4),
+ dh-autoreconf,
 # specs:
  xmlto, xorg-sgml-doctools (>= 1:1.5), w3m,
 Standards-Version: 3.9.1
diff --git a/debian/rules b/debian/rules
index a589365..77575da 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,111 +7,34 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
-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)
-DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
-   confflags += --build=$(DEB_HOST_GNU_TYPE)
-else
-   confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
-endif
-confflags += $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
-
-configure: $(QUILT_STAMPFN)
-   autoreconf -vfi
-
-build: build-indep
-build-indep: docflags = --enable-specs
-build-indep: build-stamp
-build-arch: docflags = --disable-specs
-build-arch: build-stamp
+%:
+   dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel
 
-build-stamp: configure
-   dh_testdir
-   mkdir -p build
-   cd build && \
-   ../configure --prefix=/usr --mandir=\$${prefix}/share/man \
---libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
---infodir=\$${prefix}/share/info \
---docdir=\$${datadir}/doc/libxaw7-dev \
---disable-xaw6 \
---with-xmlto --without-fop \
---disable-silent-rules \
-$(confflags) \
-$(docflags)
+docflags = --enable-specs
 
-   cd build && $(MAKE)
-   >$@
+override_dh_auto_configure-arch: docflags = --disable-specs
+override_dh_auto_configure-arch override_dh_auto_configure-indep:
+   dh_auto_configure -- \
+   --docdir=\$${datadir}/doc/libxaw7-dev \
+   --disable-xaw6 \
+   --with-xmlto --without-fop \
+   --disable-silent-rules \
+   $(docflags) \
+   $(shell DEB_CFLAGS_MAINT_APPEND=-Wall dpkg-buildflags 
--export=configure)
 
-clean: unpatch
-   dh_testdir
-   rm -f build-stamp
-   rm -f config.cache config.log config.status
-   rm -f */config.cache */config.log */config.status
-   rm -f conftest* */conftest*
-   rm -rf autom4te.cache */autom4te.cache
-   rm -rf build
-   find -name Makefile.in -delete
-   rm -f compile config.guess config.sub configure depcomp install-sh
-   rm -f ltmain.s

libxaw: Changes to 'debian-unstable'

2009-11-25 Thread Julien Cristau
 debian/changelog |6 --
 debian/control   |5 -
 debian/libxaw7-dev.README.Debian |2 --
 debian/libxaw7-dev.install   |1 +
 debian/rules |3 +++
 5 files changed, 12 insertions(+), 5 deletions(-)

New commits:
commit a8faecc7e0d7bced03b28101df7a460b21128f7d
Author: Julien Cristau 
Date:   Wed Nov 25 13:48:05 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index dfd168b..fb9c1d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.7-1) UNRELEASED; urgency=low
+libxaw (2:1.0.7-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Add header to 01_Xaw_StripChart_fix.diff.  This way it's not necessary to
@@ -12,7 +12,7 @@ libxaw (2:1.0.7-1) UNRELEASED; urgency=low
   * Bump the build-dep on xutils-dev (>= 1:7.5~1).
   * Bump Standards-Version to 3.8.3.
 
- -- Timo Aaltonen   Mon, 23 Nov 2009 13:00:43 +0200
+ -- Julien Cristau   Wed, 25 Nov 2009 13:47:36 +0100
 
 libxaw (2:1.0.6-1) unstable; urgency=low
 

commit 283739c54721380ab380c7e87c5a37a94217ea32
Author: Julien Cristau 
Date:   Wed Nov 25 13:46:08 2009 +0100

README.Debian pointed at this doc in xspecs, it's now unnecessary.

diff --git a/debian/changelog b/debian/changelog
index 67f2cf7..dfd168b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libxaw (2:1.0.7-1) UNRELEASED; urgency=low
 go look at the changelog for xfree86 4.2.1-5 to figure out what this is
 about.
   * Build the Xaw spec and install it in libxaw7-dev.
+  * README.Debian pointed at this doc in xspecs, it's now unnecessary.
 
   [ Timo Aaltonen ]
   * New upstream release.
diff --git a/debian/libxaw7-dev.README.Debian b/debian/libxaw7-dev.README.Debian
deleted file mode 100644
index a3a6b90..000
--- a/debian/libxaw7-dev.README.Debian
+++ /dev/null
@@ -1,2 +0,0 @@
-Further documentation may be found among the X specification files, provided 
by 
-the xspecs package (at /usr/share/X11/doc/hardcopy/Xaw).

commit f2d0f3e73e868cb0a6824c62c8971848aa7bb395
Author: Julien Cristau 
Date:   Wed Nov 25 13:40:20 2009 +0100

Build the Xaw spec and install it in libxaw7-dev.

diff --git a/debian/changelog b/debian/changelog
index e7b7ad7..67f2cf7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libxaw (2:1.0.7-1) UNRELEASED; urgency=low
   * Add header to 01_Xaw_StripChart_fix.diff.  This way it's not necessary to
 go look at the changelog for xfree86 4.2.1-5 to figure out what this is
 about.
+  * Build the Xaw spec and install it in libxaw7-dev.
 
   [ Timo Aaltonen ]
   * New upstream release.
diff --git a/debian/control b/debian/control
index b98931d..2c1ecd4 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,10 @@ Build-Depends:
  autoconf,
  automake,
  libtool,
- xutils-dev (>= 1:7.5~1)
+ xutils-dev (>= 1:7.5~1),
+# specs
+ groff,
+ ghostscript,
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
diff --git a/debian/libxaw7-dev.install b/debian/libxaw7-dev.install
index 89d9baa..d4e30ed 100644
--- a/debian/libxaw7-dev.install
+++ b/debian/libxaw7-dev.install
@@ -3,3 +3,4 @@ usr/lib/libXaw7.so
 usr/lib/pkgconfig/xaw7.pc
 usr/include/X11/*
 usr/share/man/man3/*
+usr/share/doc/libXaw/* usr/share/doc/libxaw7-dev
diff --git a/debian/rules b/debian/rules
index 305b5c1..cdd6db5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,6 +38,7 @@ obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 --disable-xaw6 --disable-xaw8 \
+--enable-docs \
 CFLAGS="$(CFLAGS)"
 
 build: build-stamp
@@ -71,6 +72,8 @@ install: build
dh_installdirs
 
cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+   # the generated html looks ugly, don't ship it
+   rm -f debian/tmp/usr/share/doc/libXaw/widgets.html
 
 # Build architecture-dependent files here.
 binary-arch: build install


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



libxaw: Changes to 'debian-unstable'

2009-11-25 Thread Julien Cristau
 debian/changelog |6 ++
 debian/copyright |  145 +++
 2 files changed, 100 insertions(+), 51 deletions(-)

New commits:
commit 49c77cc7738fa2749507f9ce9928fe410a31a0d7
Author: Julien Cristau 
Date:   Wed Nov 25 16:52:27 2009 +0100

Update debian/copyright from upstream COPYING.

diff --git a/debian/changelog b/debian/changelog
index fb9c1d7..58d9b09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (2:1.0.7-2) UNRELEASED; urgency=low
+
+  * Update debian/copyright from upstream COPYING.
+
+ -- Julien Cristau   Wed, 25 Nov 2009 16:52:09 +0100
+
 libxaw (2:1.0.7-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/copyright b/debian/copyright
index df757b7..bab0e1e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,31 @@
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/lib/
 
-Copyright (c) 1998 by The XFree86 Project, Inc.
+Copyright 1985-1990, 1994, 1998  The Open Group
+Copyright 2003-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.
+
+
+Copyright (c) 1998-1999 by The XFree86 Project, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
@@ -26,39 +50,38 @@ 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.
 
-Copyright (c) 1991, 1994, 1998  The Open Group
+
+Copyright 1991 by OMRON Corporation
 
 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.
+documentation, and that the name of OMRON not be used in advertising or
+publicity pertaining to distribution of the software without specific,
+written prior permission.  OMRON makes no representations about the
+suitability of this software for any purpose.  It is provided "as is"
+without express or implied warranty.
 
-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.
+OMRON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
+ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
+OMRON 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 TORTUOUS ACTION,
+ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
+SOFTWARE.
 
-Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
 
-All Rights Reserved
+Copyright 1987-1998 by Digital Equipment Corporation, Maynard, Massachusetts.
+All Rights Reserved
 
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its 
+document

libxaw: Changes to 'debian-unstable'

2010-01-16 Thread Julien Cristau
 debian/changelog |2 ++
 debian/rules |   14 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

New commits:
commit c234c04b0c7cef640ef19fc7e08ed9e96fb9a7dc
Author: Julien Cristau 
Date:   Sat Jan 16 16:48:53 2010 +

Rename the build directory to not include DEB_BUILD_GNU_TYPE for no good 
reason.  Thanks, Colin Watson!

diff --git a/debian/changelog b/debian/changelog
index 58d9b09..e404e37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libxaw (2:1.0.7-2) UNRELEASED; urgency=low
 
   * Update debian/copyright from upstream COPYING.
+  * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
+good reason.  Thanks, Colin Watson!
 
  -- Julien Cristau   Wed, 25 Nov 2009 16:52:09 +0100
 
diff --git a/debian/rules b/debian/rules
index cdd6db5..16f3fef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,9 +32,9 @@ endif
 configure: $(STAMP_DIR)/patch
autoreconf -vfi
 
-obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
-   mkdir -p obj-$(DEB_BUILD_GNU_TYPE)
-   cd obj-$(DEB_BUILD_GNU_TYPE) && \
+build/config.status: configure
+   mkdir -p build
+   cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
 --disable-xaw6 --disable-xaw8 \
@@ -42,10 +42,10 @@ obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure
 CFLAGS="$(CFLAGS)"
 
 build: build-stamp
-build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status
+build-stamp: build/config.status
dh_testdir
 
-   cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE)
+   cd build && $(MAKE)
 
touch build-stamp
 
@@ -58,7 +58,7 @@ clean: xsfclean
rm -f */config.cache */config.log */config.status
rm -f conftest* */conftest*
rm -rf autom4te.cache */autom4te.cache
-   rm -rf obj-*
+   rm -rf build
rm -f $$(find -name Makefile.in)
rm -f compile config.guess config.sub configure depcomp install-sh
rm -f ltmain.sh missing INSTALL aclocal.m4 mkinstalldirs config.h.in
@@ -71,7 +71,7 @@ install: build
dh_clean -k
dh_installdirs
 
-   cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
+   cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
# the generated html looks ugly, don't ship it
rm -f debian/tmp/usr/share/doc/libXaw/widgets.html
 


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



libxaw: Changes to 'debian-unstable'

2009-02-16 Thread Julien Cristau
 ChangeLog |  134 
 INSTALL   |  234 
 Makefile.am   |   14 
 Makefile.in   |  742 -
 aclocal.m4| 8097 
 compile   |  142 
 config.guess  | 1516 --
 config.h.in   |   76 
 config.sub| 1626 --
 configure |26732 --
 configure.ac  |   55 
 debian/changelog  |   19 
 debian/control|   16 
 debian/libxaw-headers.install |3 
 debian/libxaw7-dev.install|1 
 debian/rules  |   24 
 debian/xsfbs/xsfbs.mk |   29 
 depcomp   |  584 
 include/Makefile.am   |7 
 include/Makefile.in   |  520 
 install-sh|  507 
 ltmain.sh | 6938 --
 man/Makefile.am   |1 
 man/Makefile.in   |  415 
 man/Xaw.man   |   11 
 missing   |  367 
 mkinstalldirs |  161 
 src/Makefile.am   |   24 
 src/Makefile.in   | 1762 --
 src/OS.c  |2 
 src/PrintShell.c  |  750 -
 src/TextSrc.c |   34 
 src/Vendor.c  |6 
 src/XawI18n.h |2 
 src/XawIm.c   |3 
 xaw.m4|   65 
 xaw8.pc.in|   12 
 37 files changed, 244 insertions(+), 51387 deletions(-)

New commits:
commit a3867f421125e2393853bdcf0037ede8c2f4d066
Author: Julien Cristau 
Date:   Mon Feb 16 19:11:26 2009 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ca0ced2..d6e47ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (2:1.0.5-2) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau   Mon, 16 Feb 2009 19:11:19 +0100
+
 libxaw (2:1.0.5-1) experimental; urgency=low
 
   [ Brice Goglin ]

commit 50dd00c3442dd46a513063b82d870d4888dcb64c
Author: Julien Cristau 
Date:   Fri Dec 19 14:11:08 2008 +0100

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7a848a4..ca0ced2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.5-1) UNRELEASED; urgency=low
+libxaw (2:1.0.5-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Add a link to www.X.org and a reference to the upstream module
@@ -12,7 +12,7 @@ libxaw (2:1.0.5-1) UNRELEASED; urgency=low
 and xutils-dev.
   * Handle parallel builds.
 
- -- Timo Aaltonen   Tue, 25 Nov 2008 13:24:55 +0200
+ -- Julien Cristau   Fri, 19 Dec 2008 14:11:04 +0100
 
 libxaw (2:1.0.4-2) unstable; urgency=low
 

commit 4866814b586fc65c6e9ecd2628efb84baf3c4a5f
Author: Julien Cristau 
Date:   Fri Dec 19 14:09:53 2008 +0100

update *.install

xaw.m4 is gone

diff --git a/debian/libxaw-headers.install b/debian/libxaw-headers.install
deleted file mode 100644
index d63afa6..000
--- a/debian/libxaw-headers.install
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/include/X11/*
-usr/share/aclocal/xaw.m4
-usr/share/man/man3/*
diff --git a/debian/libxaw7-dev.install b/debian/libxaw7-dev.install
index e3cac88..89d9baa 100644
--- a/debian/libxaw7-dev.install
+++ b/debian/libxaw7-dev.install
@@ -2,5 +2,4 @@ usr/lib/libXaw7.a
 usr/lib/libXaw7.so
 usr/lib/pkgconfig/xaw7.pc
 usr/include/X11/*
-usr/share/aclocal/xaw.m4
 usr/share/man/man3/*

commit a53fbd4dc1da47aeff03723e84a69743984f753e
Author: Julien Cristau 
Date:   Fri Dec 19 13:55:35 2008 +0100

delete generated files

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 5458714..000
--- a/INSTALL
+++ /dev/null
@@ -1,234 +0,0 @@
-Installation Instructions
-*
-
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
-
-This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
-
-Basic Installation
-==
-
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
-
-   The `configure' shell script attempts to guess correct values for
-various system-dependent variables used during compilation.  It uses
-those values to create a `Makefile' in each directory of the package.
-It may also create one or more `.h' files containing system-dependent
-definitions.  Finally, it creates a shell script `config.status' that
-you can run in the future to recreate the current configuration, and a
-file `config.log' containing compiler output (useful mainly for
-debugging `configure').
-
-   It can also use an optional file (typically called `config.cache'
-and enabled with `--cache-file=config.cach

libxaw: Changes to 'debian-unstable'

2007-09-18 Thread Drew Parsons
 debian/changelog |7 +++
 debian/libxaw7-dev.README.Debian |2 ++
 2 files changed, 9 insertions(+)

New commits:
commit ab9abe7e01fde9e9f62f19b0ed40e25da1cb79a5
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Sep 18 22:28:11 2007 +1000

Add debian/libxaw7-dev.README.Debian

Add a README.Debian to libxaw7-dev, pointing to further
documentation in the xspecs package. Closes: #260659.

diff --git a/debian/changelog b/debian/changelog
index e5684ee..c9ab737 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxaw (2:1.0.4-2) UNRELEASED; urgency=low
+
+  * Add a README.Debian to libxaw7-dev, pointing to further
+documentation in the xspecs package. Closes: #260659.
+
+ -- Drew Parsons <[EMAIL PROTECTED]>  Tue, 18 Sep 2007 22:14:31 +1000
+
 libxaw (2:1.0.4-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/libxaw7-dev.README.Debian b/debian/libxaw7-dev.README.Debian
new file mode 100644
index 000..a3a6b90
--- /dev/null
+++ b/debian/libxaw7-dev.README.Debian
@@ -0,0 +1,2 @@
+Further documentation may be found among the X specification files, provided 
by 
+the xspecs package (at /usr/share/X11/doc/hardcopy/Xaw).


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



libxaw: Changes to 'debian-unstable'

2007-08-22 Thread Brice Goglin
 COPYING |  136 -
 ChangeLog   |   31 +
 INSTALL |   50 -
 Makefile.in |  147 ++---
 aclocal.m4  |  698 ++
 config.guess|   34 -
 config.h.in |   12 
 config.sub  |   36 +
 configure   | 1345 ++--
 configure.ac|5 
 debian/changelog|   10 
 debian/control  |2 
 debian/copyright|3 
 depcomp |   64 ++
 include/Makefile.in |   92 +--
 install-sh  |  348 ++---
 ltmain.sh   |  233 +
 man/Makefile.in |   89 +--
 man/Xaw.man |  239 +
 missing |   61 +-
 mkinstalldirs   |5 
 src/Makefile.in |  927 ++-
 src/XawI18n.c   |6 
 src/XawI18n.h   |2 
 24 files changed, 2915 insertions(+), 1660 deletions(-)

New commits:
commit 21ddff2d01ee09f8c8848b8f1ce3499b4a990007
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 22 09:23:15 2007 +0200

Add URL in debian/copyright and prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1cbdf54..e5684ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.4-1) UNRELEASED; urgency=low
+libxaw (2:1.0.4-1) unstable; urgency=low
 
   [ Julien Cristau ]
   * Move binary packages to the proper sections.
@@ -8,8 +8,11 @@ libxaw (2:1.0.4-1) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * New upstream release.
+  * Add the upstream URL to debian/copyright.
+  * Add myself to Uploaders, and remove Fabio and Branden with their
+permission.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 09:16:41 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Wed, 22 Aug 2007 09:22:34 +0200
 
 libxaw (1:1.0.3-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index e090fe3..a01ae3a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxaw
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-core-dev 
(>= 7.0.1-1), libxt-dev (>= 1:0.99.1-1), libxmu-dev (>= 1:0.99.1-1), libxpm-dev 
(>= 1:3.5.3-1), pkg-config, ed, quilt, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
diff --git a/debian/copyright b/debian/copyright
index b40e07b..df757b7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/lib/
+
 Copyright (c) 1998 by The XFree86 Project, Inc.
 
 Permission is hereby granted, free of charge, to any person obtaining a

commit f07e78f867b8369d04c7de360fdbec6da86ee627
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Wed Aug 22 09:19:58 2007 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index cf5535b..8b9c7fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+commit 857781383ef123a31a84a766507a8e11b9e3f778
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Tue Aug 21 13:19:01 2007 -0700
+
+Version bump: 1.0.4
+
+commit cf90924541fe9af09c582ddd60953c4a08ceb004
+Author: Eric S. Raymond <[EMAIL PROTECTED]>
+Date:   Sun Jan 14 10:34:00 2007 -0800
+
+Bug #9649: Bad markup on XAw.3x
+
+X.Org Bugzilla #9649 
+
+commit 0515e29cfc0ed99b06dcf9399a0504bde7c81d93
+Author: Daniel Drake <[EMAIL PROTECTED]>
+Date:   Tue May 29 12:21:00 2007 -0800
+
+Bug #11091: libXaw COPYING file
+
+X.Org Bugzilla #11091 
+Attachment #10122 
+
+commit ee6e61225943ec77c8b97ae8115ce37c42e8c16e
+Author: Alan Coopersmith <[EMAIL PROTECTED]>
+Date:   Wed Apr 11 20:15:00 2007 -0700
+
+Use iswalnum() if it's present as a function, not just if it's #defined
+
+Also fixes X.Org bugzilla #8564
+
 commit eccdec2bf4680b42036f03a7ce0ae9bfe5ef5374
 Author: Alan Coopersmith <[EMAIL PROTECTED]>
 Date:   Wed Jan 3 21:30:22 2007 -0800
diff --git a/INSTALL b/INSTALL
index 23e5f25..5458714 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,7 +10,10 @@ unlimited permission to copy, distribute and 

libxaw: Changes to 'debian-unstable'

2008-05-16 Thread Julien Cristau
 debian/changelog |9 +-
 debian/control   |   13 +--
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|  114 +
 debian/xsfbs/xsfbs.sh|7 -
 5 files changed, 36 insertions(+), 257 deletions(-)

New commits:
commit f4fd46b3fb10457e3dfaee39b0cee5a9c97c30a7
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri May 16 16:02:15 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index bbc8019..86fde4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.4-2) UNRELEASED; urgency=low
+libxaw (2:1.0.4-2) unstable; urgency=low
 
   [ Drew Parsons ]
   * Add a README.Debian to libxaw7-dev, pointing to further
@@ -17,7 +17,7 @@ libxaw (2:1.0.4-2) UNRELEASED; urgency=low
 the Xaw headers in /usr/include/X11.
   * Add myself to Uploaders.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:45:06 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Fri, 16 May 2008 16:02:12 +0200
 
 libxaw (2:1.0.4-1) unstable; urgency=low
 

commit 7d651cfb87c7ae403fe23d57d9f431db2b5a4815
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri May 16 16:01:58 2008 +0200

Add myself to Uploaders.

diff --git a/debian/changelog b/debian/changelog
index 5d29be5..bbc8019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libxaw (2:1.0.4-2) UNRELEASED; urgency=low
   * libxaw7{,-dbg} don't need to depend on x11-common.
   * libxaw7-dev now Pre-Depends: x11-common (>= 1:7.0.0) because it contains
 the Xaw headers in /usr/include/X11.
+  * Add myself to Uploaders.
 
  -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:45:06 +0100
 
diff --git a/debian/control b/debian/control
index 5ca3cc2..75f0e72 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxaw
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
+Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2), x11proto-core-dev 
(>= 7.0.1), libxt-dev (>= 1:0.99.1), libxmu-dev (>= 1:0.99.1), libxpm-dev (>= 
1:3.5.3), pkg-config, ed, quilt, dpkg-dev (>= 1.13.19)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw

commit 39f9681077a4a6a6555cd90052452b634a9e0e9c
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri May 16 15:39:46 2008 +0200

libxaw7-dev conflicts with obsolete libxaw-headers

diff --git a/debian/control b/debian/control
index b2a55a5..5ca3cc2 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@ Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version}), 
libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
-Conflicts: libxaw6-dev, libxaw8-dev
+Conflicts: libxaw6-dev, libxaw8-dev, libxaw-headers (<< 2:1.0.4-2)
 Replaces: libxaw6-dev, libxaw8-dev, libxaw-headers (<< 2:1.0.4-2)
 Description: X11 Athena Widget library (development headers)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,

commit 70136704d67ca50bd39ef207cbbde6878b85acfa
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Fri May 16 15:34:36 2008 +0200

more debian/control updates and fixes

* Drop the -1 debian revisions from build-dependencies.
* libxaw7{,-dbg} don't need to depend on x11-common.
* libxaw7-dev now Pre-Depends: x11-common (>= 1:7.0.0) because it contains
  the Xaw headers in /usr/include/X11.

diff --git a/debian/changelog b/debian/changelog
index 9f74527..5d29be5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,10 @@ libxaw (2:1.0.4-2) UNRELEASED; urgency=low
   * Use ${binary:Version} instead of ${Source-Version}.
   * Bump Standards-Version to 3.7.3.
   * Add Vcs-Browser, and remove the XS- prefix from Vcs-Git.
+  * Drop the -1 debian revisions from build-dependencies.
+  * libxaw7{,-dbg} don't need to depend on x11-common.
+  * libxaw7-dev now Pre-Depends: x11-common (>= 1:7.0.0) because it contains
+the Xaw headers in /usr/include/X11.
 
  -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:45:06 +0100
 
diff --git a/debian/control b/debian/control
index add2cb2..b2a55a5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-core-dev 
(>= 7.0.1-1), libxt-dev (>= 1:0.99.1-1), libxmu-dev (>= 1:0.99.1-1), libxpm-dev 
(>= 1:3.5.3-1), pkg-config, ed, quilt, dpkg-d

libxaw: Changes to 'debian-unstable'

2008-01-06 Thread Julien Cristau
 debian/changelog   |8 
 debian/control |   74 +
 debian/libxaw6-dev.install |3 -
 debian/libxaw6-dev.links   |1 
 debian/libxaw6.install |2 -
 debian/libxaw7-dev.install |3 +
 debian/rules   |9 ++---
 7 files changed, 16 insertions(+), 84 deletions(-)

New commits:
commit 14a9773a352103316e21cab0b0655b866ab66eff
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jan 6 11:47:31 2008 +0100

Stop building Xaw6.

Remove the libxaw6, libxaw6-dbg, libxaw6-dev and libxaw-headers packages,
moving the contents of -headers to libxaw7-dev (closes: #172890).

diff --git a/debian/changelog b/debian/changelog
index c9ab737..f41c873 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,15 @@
 libxaw (2:1.0.4-2) UNRELEASED; urgency=low
 
+  [ Drew Parsons ]
   * Add a README.Debian to libxaw7-dev, pointing to further
 documentation in the xspecs package. Closes: #260659.
 
- -- Drew Parsons <[EMAIL PROTECTED]>  Tue, 18 Sep 2007 22:14:31 +1000
+  [ Julien Cristau ]
+  * Stop building Xaw6.  Remove the libxaw6, libxaw6-dbg, libxaw6-dev and
+libxaw-headers packages, moving the contents of -headers to libxaw7-dev
+(closes: #172890).
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 11:45:39 +0100
 
 libxaw (2:1.0.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a01ae3a..a3b0b75 100644
--- a/debian/control
+++ b/debian/control
@@ -7,60 +7,6 @@ Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), 
x11proto-core-dev (
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
 
-Package: libxaw6
-Section: libs
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
-Description: X11 Athena Widget library
- libXaw6 provides the original version of Xaw, the Athena Widgets tookit,
- which is largely used by legacy X applications.  Within the Xaw series,
- version 6 is itself considered deprecated; version 7 is in most common
- usage.  See libxaw7 for more information.
- .
- More information about X.Org can be found at:
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
-
-Package: libxaw6-dbg
-Section: libdevel
-Architecture: any
-Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw6 (= 
${Source-Version})
-Description: X11 Athena Widget library (debug package)
- libXaw6 provides the original version of Xaw, the Athena Widgets tookit,
- which is largely used by legacy X applications.  Within the Xaw series,
- version 6 is itself considered deprecated; version 7 is in most common
- usage.  See libxaw7 for more information.  In general, use of a more
- modern toolkit such as GTK+ is recommended.
- .
- This package contains the debug versions of the library found in libxaw6.
- Non-developers likely have little use for this package.
- .
- More information about X.Org can be found at:
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
-
-Package: libxaw6-dev
-Section: libdevel
-Priority: extra
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw6 (= 
${Source-Version}), libxaw-headers (= ${source:Version})
-Conflicts: libxaw7-dev, libxaw8-dev
-Replaces: libxaw7-dev, libxaw8-dev
-Description: X11 Athena Widget library (development headers)
- libXaw6 provides the original version of Xaw, the Athena Widgets tookit,
- which is largely used by legacy X applications.  Within the Xaw series,
- version 6 is itself considered deprecated; version 7 is in most common
- usage.  See libxaw7 for more information.  In general, use of a more
- modern toolkit such as GTK+ is recommended.
- .
- This package contains the development headers for the library found in
- libxaw6.  Non-developers likely have little use for this package.
- .
- More information about X.Org can be found at:
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
- 
 Package: libxaw7
 Section: libs
 Architecture: any
@@ -98,9 +44,9 @@ Description: X11 Athena Widget library (debug package)
 Package: libxaw7-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version}), libxaw-headers (= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version}), libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
 Conflicts: libxaw6-dev, libxaw8-dev
-Replaces: libxaw6-dev, libxaw8-dev
+Replaces: libxaw6-dev, libxaw8-dev, libxaw-headers (<< 2:1.0.4-2)
 Description: X11 Athena Widget library (development headers)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -114,19 +60,3 @@ Description: X11 Athena Widget library (development headers)
  More information about X.Org can be found at:
  http:/

libxaw: Changes to 'debian-unstable'

2008-01-06 Thread Julien Cristau
 debian/changelog |5 -
 debian/control   |9 +
 2 files changed, 9 insertions(+), 5 deletions(-)

New commits:
commit f639d3f696524c27c4d2c7a5a3dc3bef4620ab3c
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jan 6 14:47:30 2008 +0100

more debian/control updates

* Bump Standards-Version to 3.7.3.
* Add Vcs-Browser, and remove the XS- prefix from Vcs-Git.

diff --git a/debian/changelog b/debian/changelog
index c4610dc..9f74527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,10 @@ libxaw (2:1.0.4-2) UNRELEASED; urgency=low
 libxaw-headers packages, moving the contents of -headers to libxaw7-dev
 (closes: #172890).
   * Use ${binary:Version} instead of ${Source-Version}.
+  * Bump Standards-Version to 3.7.3.
+  * Add Vcs-Browser, and remove the XS- prefix from Vcs-Git.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:42:24 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:45:06 +0100
 
 libxaw (2:1.0.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 5443615..add2cb2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Drew Parsons <[EMAIL 
PROTECTED]>, Brice Goglin <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-core-dev 
(>= 7.0.1-1), libxt-dev (>= 1:0.99.1-1), libxmu-dev (>= 1:0.99.1-1), libxpm-dev 
(>= 1:3.5.3-1), pkg-config, ed, quilt, dpkg-dev (>= 1.13.19)
-Standards-Version: 3.7.2
-XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
 
 Package: libxaw7
 Section: libs

commit 3e75bcab2dbdef63bc54afe1a323ab0390d62435
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sun Jan 6 14:42:50 2008 +0100

* Use ${binary:Version} instead of ${Source-Version}.

diff --git a/debian/changelog b/debian/changelog
index f41c873..c4610dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,9 @@ libxaw (2:1.0.4-2) UNRELEASED; urgency=low
   * Stop building Xaw6.  Remove the libxaw6, libxaw6-dbg, libxaw6-dev and
 libxaw-headers packages, moving the contents of -headers to libxaw7-dev
 (closes: #172890).
+  * Use ${binary:Version} instead of ${Source-Version}.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 11:45:39 +0100
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 06 Jan 2008 14:42:24 +0100
 
 libxaw (2:1.0.4-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a3b0b75..5443615 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Package: libxaw7-dbg
 Section: libdevel
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${binary:Version})
 Description: X11 Athena Widget library (debug package)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -44,7 +44,7 @@ Description: X11 Athena Widget library (debug package)
 Package: libxaw7-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version}), libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${binary:Version}), libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
 Conflicts: libxaw6-dev, libxaw8-dev
 Replaces: libxaw6-dev, libxaw8-dev, libxaw-headers (<< 2:1.0.4-2)
 Description: X11 Athena Widget library (development headers)


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



libxaw: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog  |7 
 debian/control|   12 +
 debian/xsfbs/xsfbs.mk |   22 --
 debian/xsfbs/xsfbs.sh |  387 +++---
 4 files changed, 234 insertions(+), 194 deletions(-)

New commits:
commit 8ebcc9c6957b70800e0b39731c0c611678ae53eb
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 10:32:48 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Add a link to www.X.org and a reference to the upstream module
in the long description.

diff --git a/debian/changelog b/debian/changelog
index 86fde4f..fbf7e52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxaw (2:1.0.4-3) UNRELEASED; urgency=low
+
+  * Add a link to www.X.org and a reference to the upstream module
+in the long description.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:15:34 +0200
+
 libxaw (2:1.0.4-2) unstable; urgency=low
 
   [ Drew Parsons ]
diff --git a/debian/control b/debian/control
index 75f0e72..c426400 100644
--- a/debian/control
+++ b/debian/control
@@ -20,8 +20,12 @@ Description: X11 Athena Widget library
  In general, use of a more modern toolkit such as GTK+ is recommended.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXaw
 
 Package: libxaw7-dbg
 Section: libdevel
@@ -39,8 +43,12 @@ Description: X11 Athena Widget library (debug package)
  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXaw
 
 Package: libxaw7-dev
 Section: libdevel
@@ -60,5 +68,9 @@ Description: X11 Athena Widget library (development headers)
  libxaw7.  Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
+ http://www.X.org>
  http://xorg.freedesktop.org>
  http://lists.freedesktop.org/mailman/listinfo/xorg>
+ .
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXaw

commit 4c2fb5aa80a15b5a9a9b51b03c7dc30496a22561
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Sat May 31 13:23:24 2008 +0200

Update xsfbs/quilt patching rules to be compatible with the
"3.0 (quilt)" source package.

Thanks to Raphael Hertzog.
See http://lists.debian.org/debian-x/2008/05/msg01250.html for details.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index c11923f..b871b3b 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -21,10 +21,8 @@
 # Pass $(DH_OPTIONS) into the environment for debhelper's benefit.
 export DH_OPTIONS
 
-# force quilt to not use ~/.quiltrc
-QUILT = quilt --quiltrc /dev/null
-# force QUILT_PATCHES to the default in case it is exported in the environment
-QUILT_PATCHES = patches/
+# force quilt to not use ~/.quiltrc and to use debian/patches
+QUILT = QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null
 
 # Set up parameters for the upstream build environment.
 
@@ -121,19 +119,11 @@ $(STAMP_DIR)/stampdir:
 # Set up the package build directory as quilt expects to find it.
 .PHONY: prepare
 stampdir_targets+=prepare
-prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/patches 
$(STAMP_DIR)/log
+prepare: $(STAMP_DIR)/genscripts $(STAMP_DIR)/prepare $(STAMP_DIR)/log
 $(STAMP_DIR)/prepare: $(STAMP_DIR)/stampdir
-   if [ ! -e $(STAMP_DIR)/patches ]; then \
-   mkdir $(STAMP_DIR)/patches; \
-   ln -s $(STAMP_DIR)/patches .pc; \
-   echo 2 >$(STAMP_DIR)/patches/.version; \
-   fi; \
if [ ! -e $(STAMP_DIR)/log ]; then \
mkdir $(STAMP_DIR)/log; \
fi; \
-   if [ -e debian/patches ] && [ ! -e patches ]; then \
-   ln -s debian/patches patches; \
-   fi; \
>$@
 
 # Apply all patches to the upstream source.
@@ -162,10 +152,10 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
 
 # Revert all patches to the upstream source.
 .PHONY: unpatch
-unpatch:
+unpatch: $(STAMP_DIR)/prepare
rm -f $(STAMP_DIR)/patch
@echo -n "Unapplying patches..."; \
-   if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
+   if $(QUILT) applied >/dev/null 2>/dev/null; then \
  if $(QUILT) pop -a -v >$(STAMP_DIR)/log/unpatch 2>&1; then \
cat $(STAMP_DIR)/log/unpatch; \
echo "successful."; \
@@ -192,7 +182,7 @@ cleanscripts:
 .PHONY: xsfclean
 xsfclean: cleanscripts unpatch
dh_testdir
-   rm -rf .pc patches
+   rm -rf .pc
rm -rf $(STAMP_DIR) $(SOURCE_DIR)
rm -rf imports
dh_clean debian/shlibs.local \

commit dcf4204d5328834172df80951a18de014b0f74ef
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:  

libxaw: Changes to 'debian-unstable'

2007-04-11 Thread Julien Cristau
 .gitignore   |   23 
 ChangeLog|  584 +
 INSTALL  |   69 
 Makefile.am  |   12 
 Makefile.in  |   33 
 aclocal.m4   |  359 -
 config.guess |  667 +
 config.sub   |  222 
 configure|13120 +++
 configure.ac |6 
 debian/changelog |   23 
 debian/control   |   30 
 debian/libxaw-headers.install|1 
 debian/libxaw7-dev.manpages  |1 
 debian/rules |4 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  380 +
 debian/xsfbs/xsfbs.sh|  907 ++
 include/.gitignore   |2 
 include/Makefile.in  |   14 
 include/X11/Xaw/XawInit.h|2 
 ltmain.sh|   12 
 man/.gitignore   |3 
 man/Makefile.am  |2 
 man/Makefile.in  |   16 
 mkinstalldirs|   89 
 src/.gitignore   |6 
 src/Makefile.in  |   14 
 src/XawI18n.h|2 
 29 files changed, 9597 insertions(+), 7156 deletions(-)

New commits:
commit 07555aded95a4c0b5ab96cddfe042daf1c8225a5
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Apr 11 11:10:26 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index d45632f..ffc765d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (1:1.0.3-3) unstable; urgency=low
+
+  * Upload to unstable.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 11:09:19 +0200
+
 libxaw (1:1.0.3-2) experimental; urgency=low
 
   * Ship the Xaw(3) manpage in libxaw-headers instead of libxaw7-dev.  Bump

commit 3a1422651acf0403ec9c98009a1c299546b2ca47
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Apr 11 11:08:58 2007 +0200

Delete xsfbs to allow a proper import.

diff --git a/debian/xsfbs/xsfbs-autoreconf.mk b/debian/xsfbs/xsfbs-autoreconf.mk
deleted file mode 100644
index fc2fe62..000
--- a/debian/xsfbs/xsfbs-autoreconf.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/make -f
-# $Id: xsfbs-autoreconf.mk 2284 2006-06-06 18:02:50Z branden $
-
-# Automagical conversion of autoreconf results into quilt patches.
-
-# Copyright 2006 Eugene Konev
-#
-# Licensed under the GNU General Public License, version 2.  See the file
-# /usr/share/common-licenses/GPL or .
-
-# The idea behind this is storing changes produced by autoreconf as a 
-# separate patch on quilt stack (on top of stack actually).
-# The only usable target here is 'autoreconf`. Other targets are not
-# supposed to be called directly. DO NOT invoke them, unless you know what
-# you are doing.
-# The autoreconf target will check if files with names in $(RECONF_CHECKFILES)
-# were changed during patching (from upstream version or from previously
-# autoreconfed version) and call actual autoreconfing if they were.
-# The actual autoreconfing target (doautoreconf) WILL FAIL after 
-# calling autoreconf and pushing changes into quilt stack by design. It
-# should never be invoked by automatic build process.
-# The proposed use is adding autoreconf into clean's prerequisites before
-# xsfclean like:
-# - clean: xsfclean
-# + clean: autoreconf xsfclean
-# This will ensure it is called when you build package with dpkg-buildpackage.
-
-# This dir will be used for producing diff of autoreconfed tree
-RECONF_DIR := xsfautoreconf
-
-# This files will be checked for changes
-RECONF_CHECKFILES += configure.ac Makefile.am
-
-# This files will not be hardlinked but copied
-RECONF_NOLINKFILES += aclocal.m4
-
-# This files/dirs will be pruned after autoreconf run
-RECONF_PRUNEFILES += autom4te.cache config.h.in~ aclocal.m4~
-
-# Internal target. Never invoke directly.
-stampdir_target+=check.md5sum
-$(STAMP_DIR)/check.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules prepare
-   for F in $(RECONF_CHECKFILES); do \
- find . -wholename ./$(STAMP_DIR) -prune -o -name $$F -print | \
-   LC_ALL=C sort | xargs --no-run-if-empty md5sum >>$@; \
-   done
-
-# Internal target. Never invoke directly.
-$(STAMP_DIR)/clean.md5sum:
-   dh_testdir
-   $(MAKE) -f debian/rules unpatch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   mv $(STAMP_DIR)/check.md5sum $@
-
-# Internal target. Never invoke directly.
-debian/patches/patched.md5sum:
-   dh_testdir
-   [ -f $(STAMP_DIR)/clean.md5sum ] || \
- $(MAKE) -f debian/rules $(STAMP_DIR)/clean.md5sum
-
-   $(MAKE) -f debian/rules patch
-   rm -f $(STAMP_DIR)/check.md5sum
-   $(MAKE) -f debian/rules $(STAMP_DIR)/check.md5sum
-   if ! diff $(STAMP_DIR)/clean.md5sum \
- $(

libxaw: Changes to 'debian-unstable'

2007-04-11 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |8 
 2 files changed, 14 insertions(+)

New commits:
commit b8f876c9f88233ecfe412b4bf53f5691b8634d7e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Wed Apr 11 11:40:33 2007 +0200

Move binary packages to the proper sections.

diff --git a/debian/changelog b/debian/changelog
index ffc765d..aa71e12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxaw (1:1.0.3-4) UNRELEASED; urgency=low
+
+  * Move binary packages to the proper sections.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 11:39:46 +0200
+
 libxaw (1:1.0.3-3) unstable; urgency=low
 
   * Upload to unstable.
diff --git a/debian/control b/debian/control
index 60b6b36..e090fe3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
 
 Package: libxaw6
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Athena Widget library
@@ -21,6 +22,7 @@ Description: X11 Athena Widget library
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxaw6-dbg
+Section: libdevel
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw6 (= 
${Source-Version})
@@ -39,6 +41,8 @@ Description: X11 Athena Widget library (debug package)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxaw6-dev
+Section: libdevel
+Priority: extra
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw6 (= 
${Source-Version}), libxaw-headers (= ${source:Version})
 Conflicts: libxaw7-dev, libxaw8-dev
@@ -58,6 +62,7 @@ Description: X11 Athena Widget library (development headers)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
  
 Package: libxaw7
+Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
 Description: X11 Athena Widget library
@@ -72,6 +77,7 @@ Description: X11 Athena Widget library
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxaw7-dbg
+Section: libdevel
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version})
@@ -90,6 +96,7 @@ Description: X11 Athena Widget library (debug package)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxaw7-dev
+Section: libdevel
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxaw7 (= 
${Source-Version}), libxaw-headers (= ${source:Version})
 Conflicts: libxaw6-dev, libxaw8-dev
@@ -109,6 +116,7 @@ Description: X11 Athena Widget library (development headers)
  http://lists.freedesktop.org/mailman/listinfo/xorg>
 
 Package: libxaw-headers
+Section: libdevel
 Architecture: all
 Depends: libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
 Replaces: libxaw6-dev (<< 7.0.2-1), libxaw7-dev (<< 1:1.0.3-2), libxaw8-dev


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



libxaw: Changes to 'debian-unstable'

2007-04-24 Thread Timo Aaltonen
 debian/changelog |8 ++--
 1 files changed, 6 insertions(+), 2 deletions(-)

New commits:
commit be3073a763547622b05221bc0fdd7cb7868189bd
Author: Timo Aaltonen <[EMAIL PROTECTED]>
Date:   Tue Apr 24 11:39:12 2007 +0300

Bump the epoch so that this can be synced to Ubuntu in the future.

diff --git a/debian/changelog b/debian/changelog
index aa71e12..216600f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
-libxaw (1:1.0.3-4) UNRELEASED; urgency=low
+libxaw (2:1.0.3-4) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Move binary packages to the proper sections.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Wed, 11 Apr 2007 11:39:46 +0200
+  [ Timo Aaltonen ]
+  * Bump the epoch so that this can be synced to Ubuntu in the future.
+
+ -- Timo Aaltonen <[EMAIL PROTECTED]>  Tue, 24 Apr 2007 11:38:16 +0300
 
 libxaw (1:1.0.3-3) unstable; urgency=low
 


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



libxaw: Changes to 'debian-unstable'

2009-09-10 Thread Julien Cristau
 debian/changelog  |8 
 debian/patches/01_Xaw_StripChart_fix.diff |   18 ++
 2 files changed, 26 insertions(+)

New commits:
commit adf0624617d47886bd64d9a1fc678069c8c519d7
Author: Julien Cristau 
Date:   Thu Sep 10 15:53:47 2009 +0200

Add header to 01_Xaw_StripChart_fix.diff.

This way it's not necessary to go look at the changelog for xfree86
4.2.1-5 to figure out what this is about.

diff --git a/debian/changelog b/debian/changelog
index b45400e..735ace8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxaw (2:1.0.6-2) UNRELEASED; urgency=low
+
+  * Add header to 01_Xaw_StripChart_fix.diff.  This way it's not necessary to
+go look at the changelog for xfree86 4.2.1-5 to figure out what this is
+about.
+
+ -- Julien Cristau   Thu, 10 Sep 2009 15:51:22 +0200
+
 libxaw (2:1.0.6-1) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
diff --git a/debian/patches/01_Xaw_StripChart_fix.diff 
b/debian/patches/01_Xaw_StripChart_fix.diff
index c81168a..a58b289 100644
--- a/debian/patches/01_Xaw_StripChart_fix.diff
+++ b/debian/patches/01_Xaw_StripChart_fix.diff
@@ -1,3 +1,21 @@
+From: "Nikita V. Youshchenko" 
+Date: Sat, 02 Nov 2002 17:57:13 +0300
+Subject: A bug in Xaw/StripChart.c causes incorrect scale lines in xload window
+
+Recently I tried to run xload on a high loaded server (load was more
+than 10), and discovered that if window size is rather small, scale
+lines are drawn incorrectly (upper than needed).
+
+This is caused by a bug in Xaw/StripChart.c.
+It draws lines with fixed integer steps. Than means that if window
+height is 39 pixels, and 10 lines should be drawn to split view into 11
+equal parts, lines will be drawn at 3, 6, 9, ,.., 30. So the bottom part
+height will be 9 pixels while other parts height will be 2 pixels.
+
+This patch makes part heights differ no more than by 1 pixel.
+
+Debian bug#167448 
+
 Index: libXaw-X11R7.0-1.0.1/src/StripChart.c
 ===
 --- libXaw-X11R7.0-1.0.1.orig/src/StripChart.c 2005-12-30 14:50:24.0 
-0500


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



libxaw: Changes to 'debian-unstable'

2009-11-23 Thread Timo Aaltonen
 COPYING|   37 +
 ChangeLog  |   52 ++
 Makefile.am|2 
 configure.ac   |   42 +-
 debian/changelog   |   10 
 debian/control |4 
 man/Makefile.am|2 
 spec/AsciiSink |   77 +++
 spec/AsciiSource   |  208 +
 spec/AsciiText |  166 +++
 spec/Box   |  139 ++
 spec/CH1   |  411 +++
 spec/CH2   | 1103 +
 spec/CH3.intro |   67 +++
 spec/CH4.intro |   87 
 spec/CH5.intro |  292 ++
 spec/CH6.intro |   84 
 spec/CH7.intro |   99 
 spec/Command   |  205 +
 spec/Dialog|  280 +
 spec/Form  |  200 +
 spec/Grip  |  157 +++
 spec/Label |  122 +
 spec/List  |  341 
 spec/Makefile.am   |   96 
 spec/MenuButton|  215 ++
 spec/Paned |  492 +++
 spec/Panner|  247 +++
 spec/Porthole  |  125 ++
 spec/Repeater  |  184 
 spec/Scrollbar |  386 ++
 spec/Simple|   95 
 spec/SimpleMenu|  315 +++
 spec/Sme   |  106 +
 spec/SmeBSB|  125 ++
 spec/SmeLine   |   72 +++
 spec/StripChart|  160 +++
 spec/TPage_Credits |  156 +++
 spec/Template  |  426 
 spec/Text  |  123 +
 spec/TextActions   |  506 
 spec/TextCustom|   63 +++
 spec/TextFuncs |  397 +++
 spec/TextSink  |  420 
 spec/TextSource|  331 +++
 spec/Toggle|  370 +
 spec/Tree  |  181 
 spec/Viewport  |  156 +++
 spec/block.awk |   22 +
 spec/fixindex.awk  |   73 +++
 spec/indexmacros.t |   42 ++
 spec/macros.t  |  226 ++
 spec/strings.mit   |   10 
 spec/strings.xaw   |  714 ++
 spec/widg.idxmac.t |3 
 src/Makefile.am|1 
 src/Tip.c  |1 
 57 files changed, 11008 insertions(+), 18 deletions(-)

New commits:
commit 905ce0d8eb7216f31f0d1d2955cf4c09864eeb55
Author: Timo Aaltonen 
Date:   Mon Nov 23 13:02:47 2009 +0200

Bump Standards-Version to 3.8.3.

diff --git a/debian/changelog b/debian/changelog
index 42de86a..e7b7ad7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libxaw (2:1.0.7-1) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * New upstream release.
   * Bump the build-dep on xutils-dev (>= 1:7.5~1).
+  * Bump Standards-Version to 3.8.3.
 
  -- Timo Aaltonen   Mon, 23 Nov 2009 13:00:43 +0200
 
diff --git a/debian/control b/debian/control
index 8b1e89e..b98931d 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (>= 1:7.5~1)
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
 

commit 08ba77ff2a2526ed80168b4c8e0ee5fd50f1b272
Author: Timo Aaltonen 
Date:   Mon Nov 23 13:02:27 2009 +0200

Bump the build-dep on xutils-dev (>= 1:7.5~1).

diff --git a/debian/changelog b/debian/changelog
index 1e9e752..42de86a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libxaw (2:1.0.7-1) UNRELEASED; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release.
+  * Bump the build-dep on xutils-dev (>= 1:7.5~1).
 
  -- Timo Aaltonen   Mon, 23 Nov 2009 13:00:43 +0200
 
diff --git a/debian/control b/debian/control
index f6759a8..8b1e89e 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  autoconf,
  automake,
  libtool,
- xutils-dev
+ xutils-dev (>= 1:7.5~1)
 Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxaw
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git

commit 2f776d863e6056f0df3eeda882fcc6d323fc9deb
Author: Timo Aaltonen 
Date:   Mon Nov 23 13:01:52 2009 +0200

Update the changelogs.

diff --git a/ChangeLog b/ChangeLog
index 8a8167f..3d35405 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+commit 4ec346977273cc217b22a9225cb0d90351e6069c
+Author: Alan Coopersmith 
+Date:   Sat Oct 17 14:45:39 2009 -0700
+
+libXaw 1.0.7
+
+Signed-off-by: Alan Coopersmith 
+
+commit d158018aad18552c5788df38de40ef50b7652dde
+Author: Alan Coopersmith 
+Date:   Fri Oct 9 16:14:59 2009 -0700
+
+Move Xaw specification document from xorg-docs module to spec/*
+
+Makefile support added to build postscript, text & html output,
+and install it to ${docdir}, if groff is found and --disable-docs
+was not specified
+
+Signed-off-by: Alan Coopersmith 
+
+commit b5a23647f0bbd68f226e7e03496144f838c09000
+Author: Alan Coopersmith 
+Date:   Fri Oct 9 11:02:07 2009 -0700
+
+Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
+
+Signed-off-by: Alan Coopersmith 
+

libxaw: Changes to 'debian-unstable'

2010-01-22 Thread Julien Cristau
 debian/changelog |1 +
 debian/control   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c2dd6f7ef4577bef97e7105c6ff2ff623e813564
Author: Julien Cristau 
Date:   Sat Jan 23 01:46:39 2010 +0100

Remove myself from Uploaders

diff --git a/debian/changelog b/debian/changelog
index e404e37..8b466ec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxaw (2:1.0.7-2) UNRELEASED; urgency=low
   * Update debian/copyright from upstream COPYING.
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
 good reason.  Thanks, Colin Watson!
+  * Remove myself from Uploaders
 
  -- Julien Cristau   Wed, 25 Nov 2009 16:52:09 +0100
 
diff --git a/debian/control b/debian/control
index 2c1ecd4..966a868 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxaw
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Brice Goglin , Julien Cristau 

+Uploaders: David Nusinow , Drew Parsons 
, Brice Goglin 
 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 1:0.99.2),


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



libxaw: Changes to 'debian-unstable'

2009-07-27 Thread Brice Goglin
 .gitignore  |6 ++
 ChangeLog   |   46 ++
 Makefile.am |   16 --
 README  |   25 +-
 configure.ac|   25 +++---
 debian/README.source|   73 +
 debian/changelog|8 +++
 debian/control  |4 -
 debian/xsfbs/repack.sh  |   32 
 debian/xsfbs/xsfbs.sh   |   78 ---
 include/X11/Xaw/TextP.h |2 
 src/AllWidgets.c|1 
 src/AsciiSrc.c  |4 -
 src/Command.c   |4 -
 src/Dialog.c|2 
 src/DisplayList.c   |2 
 src/Makefile.am |   18 +--
 src/Paned.c |6 +-
 src/Pixmap.c|2 
 src/Text.c  |2 
 src/TextAction.c|  119 ++--
 src/TextTr.c|2 
 src/Tip.c   |2 
 src/Tree.c  |4 -
 src/Vendor.c|2 
 xaw6.pc.in  |2 
 26 files changed, 301 insertions(+), 186 deletions(-)

New commits:
commit e29270d4fce7b0e681dfa9856b71a5a46d379459
Author: Brice Goglin 
Date:   Mon Jul 27 18:13:33 2009 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index d02c572..b45400e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxaw (2:1.0.6-1) UNRELEASED; urgency=low
+libxaw (2:1.0.6-1) unstable; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * New upstream release.
   * Move -dbg package to section debug.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:36:04 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:37:25 +0200
 
 libxaw (2:1.0.5-2) unstable; urgency=low
 

commit 61d8de05c48215b2a8d0a006d231ddfeb7f17256
Author: Brice Goglin 
Date:   Mon Jul 27 17:37:23 2009 +0200

Move the -dbg package to section debug

diff --git a/debian/changelog b/debian/changelog
index 440dee5..d02c572 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ libxaw (2:1.0.6-1) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
   * New upstream release.
+  * Move -dbg package to section debug.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:34:00 +0200
+ -- Brice Goglin   Mon, 27 Jul 2009 17:36:04 +0200
 
 libxaw (2:1.0.5-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index ccc8cc7..f6759a8 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: X11 Athena Widget library
  git://anongit.freedesktop.org/git/xorg/lib/libXaw
 
 Package: libxaw7-dbg
-Section: libdevel
+Section: debug
 Architecture: any
 Priority: extra
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version})

commit 7ce24608c9dc1d27de4179bcb736686b5abed1cb
Author: Brice Goglin 
Date:   Mon Jul 27 17:35:31 2009 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
index 2ac7053..8a8167f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+commit 2ef9c2d730200246405cfdfc882a66fbd6728a92
+Author: Adam Jackson 
+Date:   Thu Jul 2 13:37:13 2009 -0400
+
+libXaw 1.0.6
+
+commit 9d9facf604d2355842a3834664a1ddc233d4d1e1
+Author: Alan Coopersmith 
+Date:   Mon Feb 2 20:34:32 2009 -0800
+
+Add README with pointers to mailing list, bugzilla & git repos
+
+Signed-off-by: Alan Coopersmith 
+
+commit 654fd414b7ebe3a0fccd6712bf52666d42d2a711
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Fri Jan 9 20:24:10 2009 -0200
+
+Changed AsciiSrc widget to use only binary selection transfers.
+
+  Conversion from multi byte to single byte text format, and
+vice versa, frequently doesn't do what the user want, so,
+operate only on literal/binary selection transfers.
+
+commit 0b9de9e69e95872dd3eddbe5c1602e42c27c53e1
+Author: Paulo Cesar Pereira de Andrade 
+Date:   Fri Jan 9 19:18:36 2009 -0200
+
+Compile warning fixes.
+
+  This uses XORG_CHANGELOG macro to properly work with the "git-log"
+to "git log" change (required to pass "make distcheck"), uses the
+XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected.
+
+commit 420efdba52593bf13d97c7e001b64caccd04cd5d
+Author: Jeremy Huddleston 
+Date:   Sat Nov 8 16:04:23 2008 -0800
+
+Fixed compile/install on darwin
+
+commit a48021b05693c74bd03b51b82abec4ce3ba24dc5
+Author: Peter Breitenlohner 
+Date:   Sat Nov 8 15:44:22 2008 +0100
+
+xaw6 doesn't depend on xpm
+
 commit 6dab13545cd26efd46dbb58a18ae651c56c7d76d
 Author: Paulo Cesar Pereira de Andrade 
 Date:   Fri Nov 7 15:45:32 2008 -0200
diff --git a/debian/changelog b/debian/changelog
index 342a7b1..440dee5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-libxaw (2:1.0.5-3) UNRELEASED; urgency=low
+libxaw (2:1.0.6-1) UNRELEASED; urgency=low
 
   * Add README.source, bump Standards-Version to 3.8.2.
+  * New upstream release.
 
- -- Brice Goglin   Mon, 27 Jul 2009 17:33:02 +0200
+ -- Brice Goglin   M

libxaw: Changes to 'debian-unstable'

2011-02-06 Thread Julien Cristau
 ChangeLog |  124 ++
 configure.ac  |   56 
 debian/changelog  |   21 +++
 debian/control|   27 +++---
 include/X11/Xaw/XawInit.h |1 
 specs/.gitignore  |2 
 specs/CH6.xml |2 
 specs/Makefile.am |7 --
 src/Makefile.am   |   10 +++
 src/OS.c  |   11 
 src/XawI18n.h |6 +-
 xaw6.pc.in|2 
 12 files changed, 204 insertions(+), 65 deletions(-)

New commits:
commit 87db4b7d9e375e710696149de083eb15989ab670
Author: Julien Cristau 
Date:   Sun Feb 6 21:56:56 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index bd1f555..5700edf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxaw (2:1.0.9-2) UNRELEASED; urgency=low
+libxaw (2:1.0.9-2) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.1.
   * Drop Pre-Depends on x11-common, only needed for upgrades from sarge.
@@ -8,7 +8,7 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 work!
   * Wrap debian/control Depends fields.
 
- -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
+ -- Julien Cristau   Sun, 06 Feb 2011 21:56:43 +0100
 
 libxaw (2:1.0.9-1) experimental; urgency=low
 

commit 14dbe44acae7582a0559d22289f526a5d37bd082
Author: Julien Cristau 
Date:   Sun Feb 6 21:56:25 2011 +0100

Wrap debian/control Depends fields.

diff --git a/debian/changelog b/debian/changelog
index c9c42d6..bd1f555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 shipped in etch.
   * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
 work!
+  * Wrap debian/control Depends fields.
 
  -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
 
diff --git a/debian/control b/debian/control
index 6322a71..e294909 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,9 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxaw.git
 Package: libxaw7
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
 Description: X11 Athena Widget library
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -47,7 +49,10 @@ Package: libxaw7-dbg
 Section: debug
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version})
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxaw7 (= ${binary:Version}),
 Description: X11 Athena Widget library (debug package)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the
@@ -67,7 +72,14 @@ Description: X11 Athena Widget library (debug package)
 Package: libxaw7-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxaw7 (= ${binary:Version}), 
libx11-dev, libxmu-dev, libxpm-dev, x11proto-core-dev
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxaw7 (= ${binary:Version}),
+ libx11-dev,
+ libxmu-dev,
+ libxpm-dev,
+ x11proto-core-dev,
 Description: X11 Athena Widget library (development headers)
  libXaw7 provides the second version of Xaw, the Athena Widgets tookit,
  which is largely used by legacy X applications.  This version is the

commit f61766bf6d490f919ab09880a2a670756509d023
Author: Julien Cristau 
Date:   Sun Feb 6 21:53:43 2011 +0100

Remove David Nusinow and Brice Goglin from Uploaders.

Thanks for your work!

diff --git a/debian/changelog b/debian/changelog
index 9fb07c9..c9c42d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
   * Drop Pre-Depends on x11-common, only needed for upgrades from sarge.
   * Drop Conflicts/Replaces on libxaw6-dev, libxaw8-dev, libxaw-headers, last
 shipped in etch.
+  * Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
+work!
 
  -- Julien Cristau   Sun, 06 Feb 2011 21:39:27 +0100
 
diff --git a/debian/control b/debian/control
index 62b24e4..6322a71 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,9 @@ Source: libxaw
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
-Uploaders: David Nusinow , Drew Parsons 
, Brice Goglin , Cyril Brulebois 

+Uploaders:
+ Drew Parsons ,
+ Cyril Brulebois 
 Build-Depends:
  debhelper (>= 5),
  libx11-dev (>= 1:0.99.2),

commit 21946bc646eec1f44029192d08c7ac36094264f0
Author: Julien Cristau 
Date:   Sun Feb 6 21:48:13 2011 +0100

Drop Conflicts/Replaces on libxaw6-dev, libxaw8-dev, libxaw-headers

Last shipped in etch.

diff --git a/debian/changelog b/debian/changelog
index 3e3ef5b..9fb07c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ libxaw (2:1.0.9-2) UNRELEASED; urgency=low
 
   * Bump Sta

libxaw: Changes to 'debian-unstable'

2010-11-06 Thread Cyril Brulebois
 .gitignore |   67 
 COPYING|   27 
 ChangeLog  |  391 
 Makefile.am|   28 
 configure.ac   |   44 
 debian/changelog   |   19 
 debian/control |9 
 debian/libxaw7.install |1 
 debian/patches/01_Xaw_StripChart_fix.diff  |   16 
 debian/rules   |9 
 include/.gitignore |2 
 include/X11/Xaw/AllWidgets.h   |1 
 include/X11/Xaw/AsciiSink.h|5 
 include/X11/Xaw/AsciiSinkP.h   |6 
 include/X11/Xaw/AsciiSrc.h |3 
 include/X11/Xaw/AsciiSrcP.h|6 
 include/X11/Xaw/AsciiText.h|5 
 include/X11/Xaw/AsciiTextP.h   |5 
 include/X11/Xaw/Box.h  |6 
 include/X11/Xaw/BoxP.h |6 
 include/X11/Xaw/Cardinals.h|1 
 include/X11/Xaw/Command.h  |3 
 include/X11/Xaw/CommandP.h |6 
 include/X11/Xaw/Dialog.h   |3 
 include/X11/Xaw/DialogP.h  |4 
 include/X11/Xaw/Form.h |4 
 include/X11/Xaw/FormP.h|3 
 include/X11/Xaw/Grip.h |3 
 include/X11/Xaw/GripP.h|6 
 include/X11/Xaw/Label.h|3 
 include/X11/Xaw/LabelP.h   |6 
 include/X11/Xaw/List.h |3 
 include/X11/Xaw/ListP.h|3 
 include/X11/Xaw/MenuButtoP.h   |3 
 include/X11/Xaw/MenuButton.h   |2 
 include/X11/Xaw/MultiSink.h|3 
 include/X11/Xaw/MultiSinkP.h   |3 
 include/X11/Xaw/MultiSrc.h |3 
 include/X11/Xaw/MultiSrcP.h|3 
 include/X11/Xaw/Paned.h|6 
 include/X11/Xaw/PanedP.h   |4 
 include/X11/Xaw/Panner.h   |2 
 include/X11/Xaw/PannerP.h  |2 
 include/X11/Xaw/Porthole.h |2 
 include/X11/Xaw/PortholeP.h|2 
 include/X11/Xaw/Print.h|  132 -
 include/X11/Xaw/PrintSP.h  |  135 -
 include/X11/Xaw/Repeater.h |2 
 include/X11/Xaw/RepeaterP.h|2 
 include/X11/Xaw/Reports.h  |1 
 include/X11/Xaw/Scrollbar.h|4 
 include/X11/Xaw/ScrollbarP.h   |6 
 include/X11/Xaw/Simple.h   |3 
 include/X11/Xaw/SimpleMenP.h   |2 
 include/X11/Xaw/SimpleMenu.h   |2 
 include/X11/Xaw/SimpleP.h  |4 
 include/X11/Xaw/Sme.h  |2 
 include/X11/Xaw/SmeBSB.h   |2 
 include/X11/Xaw/SmeBSBP.h  |2 
 include/X11/Xaw/SmeLine.h  |2 
 include/X11/Xaw/SmeLineP.h |2 
 include/X11/Xaw/SmeP.h |2 
 include/X11/Xaw/StripCharP.h   |6 
 include/X11/Xaw/StripChart.h   |3 
 include/X11/Xaw/Template.c |3 
 include/X11/Xaw/Template.h |3 
 include/X11/Xaw/TemplateP.h|3 
 include/X11/Xaw/Text.h |3 
 include/X11/Xaw/TextP.h|6 
 include/X11/Xaw/TextSink.h |5 
 include/X11/Xaw/TextSinkP.h|6 
 include/X11/Xaw/TextSrc.h  |5 
 include/X11/Xaw/TextSrcP.h |6 
 include/X11/Xaw/Tip.h  |2 
 include/X11/Xaw/TipP.h |2 
 include/X11/Xaw/Toggle.h   |2 
 include/X11/Xaw/ToggleP.h  |3 
 include/X11/Xaw/Tree.h |3 
 include/X11/Xaw/TreeP.h|4 
 include/X11/Xaw/VendorEP.h |3 
 include/X11/Xaw/Viewport.h |3 
 include/X11/Xaw/ViewportP.h|2 
 include/X11/Xaw/XawImP.h   |3 
 include/X11/

libxaw: Changes to 'debian-unstable'

2010-11-06 Thread Julien Cristau
 debian/changelog   |9 +
 debian/libxaw7.install |1 -
 debian/rules   |1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 698131e8ae160eeb9a5183937ef15c4f8b848c87
Author: Julien Cristau 
Date:   Sat Nov 6 17:23:19 2010 +0100

Revert addition of libXaw.so to libxaw7.install

This was done by mistake in the previous revision.  That file belongs in
the -dev package and is already in libxaw7-dev.links (closes: #602620).
Delete the link in debian/rules install instead, to avoid dh_install
complaints.

diff --git a/debian/changelog b/debian/changelog
index 5eba961..3e504ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+libxaw (2:1.0.8-2) UNRELEASED; urgency=low
+
+  * Revert addition of libXaw.so to libxaw7.install, done by mistake in the
+previous revision.  That file belongs in the -dev package and is already
+in libxaw7-dev.links (closes: #602620).  Delete the link in debian/rules
+install instead, to avoid dh_install complaints.
+
+ -- Julien Cristau   Sat, 06 Nov 2010 17:13:23 +0100
+
 libxaw (2:1.0.8-1) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/libxaw7.install b/debian/libxaw7.install
index 3adb2f7..fd8df61 100644
--- a/debian/libxaw7.install
+++ b/debian/libxaw7.install
@@ -1,3 +1,2 @@
 usr/lib/libXaw7.so.7*
 usr/lib/libXaw.so.7
-usr/lib/libXaw.so
diff --git a/debian/rules b/debian/rules
index dd5b7d7..3051e27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -73,6 +73,7 @@ install: build
 
cd build && $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
find debian/tmp/usr/share/doc/libXaw -name '*.xml' -delete
+   rm -f debian/tmp/usr/lib/libXaw.so
 
 # Build architecture-dependent files here.
 binary-arch: build install


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



libxaw: Changes to 'debian-unstable'

2010-11-06 Thread Cyril Brulebois
 debian/changelog |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

New commits:
commit 55e991a6e540cf79359f6bef316d8576ad212c77
Author: Cyril Brulebois 
Date:   Sat Nov 6 17:29:48 2010 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 3e504ef..8905958 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
-libxaw (2:1.0.8-2) UNRELEASED; urgency=low
+libxaw (2:1.0.8-2) unstable; urgency=low
 
+  [ Julien Cristau ]
   * Revert addition of libXaw.so to libxaw7.install, done by mistake in the
 previous revision.  That file belongs in the -dev package and is already
 in libxaw7-dev.links (closes: #602620).  Delete the link in debian/rules
 install instead, to avoid dh_install complaints.
 
- -- Julien Cristau   Sat, 06 Nov 2010 17:13:23 +0100
+  [ Cyril Brulebois ]
+  * Lose the git push race, thank Alex Goebel for the report, and upload.
+
+ -- Cyril Brulebois   Sat, 06 Nov 2010 17:28:44 +0100
 
 libxaw (2:1.0.8-1) unstable; urgency=low
 


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



libxaw: Changes to 'debian-unstable'

2010-05-07 Thread Mikhail Gusarov
 debian/control |6 --
 1 file changed, 6 deletions(-)

New commits:
commit 69393d82d1699ed19a8e8cf65de2f3c6786e946d
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:49 2010 +0700

Remove duplicate xorg.fd.o URL and confusing mailing list URL from 
debian/control

diff --git a/debian/control b/debian/control
index 966a868..90b6daa 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,6 @@ Description: X11 Athena Widget library
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXaw
@@ -61,8 +59,6 @@ Description: X11 Athena Widget library (debug package)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXaw
@@ -86,8 +82,6 @@ Description: X11 Athena Widget library (development headers)
  .
  More information about X.Org can be found at:
  http://www.X.org>
- http://xorg.freedesktop.org>
- http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
  This module can be found at
  git://anongit.freedesktop.org/git/xorg/lib/libXaw


-- 
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/e1oamdt-0006sk...@alioth.debian.org



libxaw: Changes to 'debian-unstable'

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

New commits:
commit 53bf737798981afca7e0d7627712097babae6906
Author: Steve Langasek 
Date:   Fri Oct 21 14:12:35 2011 -0700

releasing version 2:1.0.9-3

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

commit 212842361fa684087d3ef802ae6c7f1540e1e05b
Author: Steve Langasek 
Date:   Fri Oct 21 13:33:53 2011 -0700

Build for multiarch.

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


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1rhmyy-0002lc...@vasks.debian.org



libxaw: Changes to 'debian-unstable'

2012-04-11 Thread Julien Cristau
 COPYING   |8 
 ChangeLog |  307 ++
 Makefile.am   |2 
 configure.ac  |   29 +-
 debian/changelog  |   11 +
 debian/control|   14 +
 debian/libxaw-doc.install |1 
 debian/libxaw7-dev.install|1 
 debian/patches/01_Xaw_StripChart_fix.diff |4 
 debian/rules  |   75 ---
 docbook.am|  105 ++
 include/X11/Xaw/AsciiSink.h   |8 
 include/X11/Xaw/AsciiSinkP.h  |   12 -
 include/X11/Xaw/AsciiSrc.h|4 
 include/X11/Xaw/AsciiSrcP.h   |   18 -
 include/X11/Xaw/AsciiText.h   |   12 -
 include/X11/Xaw/AsciiTextP.h  |   12 -
 include/X11/Xaw/Box.h |   14 -
 include/X11/Xaw/BoxP.h|   10 
 include/X11/Xaw/Command.h |8 
 include/X11/Xaw/CommandP.h|   20 -
 include/X11/Xaw/Dialog.h  |8 
 include/X11/Xaw/DialogP.h |8 
 include/X11/Xaw/Form.h|   12 -
 include/X11/Xaw/FormP.h   |8 
 include/X11/Xaw/Grip.h|8 
 include/X11/Xaw/GripP.h   |8 
 include/X11/Xaw/Label.h   |8 
 include/X11/Xaw/LabelP.h  |   12 -
 include/X11/Xaw/List.h|   26 +-
 include/X11/Xaw/ListP.h   |4 
 include/X11/Xaw/MenuButtoP.h  |2 
 include/X11/Xaw/MenuButton.h  |2 
 include/X11/Xaw/MultiSink.h   |8 
 include/X11/Xaw/MultiSinkP.h  |   12 -
 include/X11/Xaw/MultiSrc.h|2 
 include/X11/Xaw/MultiSrcP.h   |   18 -
 include/X11/Xaw/Paned.h   |   14 -
 include/X11/Xaw/PanedP.h  |   16 -
 include/X11/Xaw/Panner.h  |   12 -
 include/X11/Xaw/Porthole.h|   14 -
 include/X11/Xaw/Repeater.h|   12 -
 include/X11/Xaw/Scrollbar.h   |   10 
 include/X11/Xaw/ScrollbarP.h  |8 
 include/X11/Xaw/Simple.h  |8 
 include/X11/Xaw/SimpleMenP.h  |4 
 include/X11/Xaw/SimpleMenu.h  |2 
 include/X11/Xaw/SimpleP.h |8 
 include/X11/Xaw/Sme.h |4 
 include/X11/Xaw/SmeBSB.h  |2 
 include/X11/Xaw/SmeLine.h |4 
 include/X11/Xaw/SmeP.h|4 
 include/X11/Xaw/StripCharP.h  |   10 
 include/X11/Xaw/StripChart.h  |   12 -
 include/X11/Xaw/Text.h|   10 
 include/X11/Xaw/TextP.h   |   16 -
 include/X11/Xaw/TextSink.h|   14 -
 include/X11/Xaw/TextSinkP.h   |8 
 include/X11/Xaw/TextSrc.h |   12 -
 include/X11/Xaw/TextSrcP.h|8 
 include/X11/Xaw/Toggle.h  |4 
 include/X11/Xaw/ToggleP.h |4 
 include/X11/Xaw/Tree.h|   30 +-
 include/X11/Xaw/TreeP.h   |8 
 include/X11/Xaw/VendorEP.h|4 
 include/X11/Xaw/Viewport.h|8 
 include/X11/Xaw/ViewportP.h   |8 
 include/X11/Xaw/XawImP.h  |4 
 man/Xaw.man   |2 
 old-doc/CHANGES   |   20 -
 old-doc/Changelog |   28 +-
 specs/.gitignore  |1 
 specs/AsciiSink.xml   |2 
 specs/AsciiSource.xml |   48 ++--
 specs/AsciiText.xml   |4 
 specs/Box.xml |2 
 specs/CH1.xml |   10 
 specs/CH2.xml |   91 
 specs/CH3.xml |2 
 specs/CH4.xml |2 
 specs/CH5.xml |6 
 specs/CH6.xml |4 
 specs/CH7.xml |8 
 specs/Dialog.xml  |   32 +--
 specs/Form.xml|   28 +-
 specs/Grip.xml|2 
 specs/Label.xml   |2 
 specs/List.xml|   18 -
 specs/Makefile.am |   65 --
 specs/MenuButton.xml  |4 
 specs/Paned.xml   |   26 +-
 specs/Panner.xml  |4 
 specs/Porthole.xml|   12 -
 specs/Repeater.xml|2 
 specs/Scrollbar.xml   |   10 
 specs/Simple.xml  |2 

libxaw: Changes to 'debian-unstable'

2012-04-11 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |4 
 2 files changed, 11 insertions(+)

New commits:
commit ac6c26b2b42369764aba2e6469d8073b0158bbc0
Author: Julien Cristau 
Date:   Wed Apr 11 22:38:57 2012 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9868f43..5978784 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxaw (2:1.0.10-2) UNRELEASED; urgency=low
+libxaw (2:1.0.10-2) unstable; urgency=low
 
   * *sigh* add missing Replaces/Breaks on libxaw7-dev for the new -doc
 package.  Some day I'll remember to add those the first time.
 
- -- Julien Cristau   Wed, 11 Apr 2012 22:37:41 +0200
+ -- Julien Cristau   Wed, 11 Apr 2012 22:38:32 +0200
 
 libxaw (2:1.0.10-1) unstable; urgency=low
 

commit a6c3988d785a9c98e9d42f2366ccbdf7259e1249
Author: Julien Cristau 
Date:   Wed Apr 11 22:38:23 2012 +0200

Add missing Replaces/Breaks on libxaw7-dev for the new -doc package.

diff --git a/debian/changelog b/debian/changelog
index 51d7f02..9868f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxaw (2:1.0.10-2) UNRELEASED; urgency=low
+
+  * *sigh* add missing Replaces/Breaks on libxaw7-dev for the new -doc
+package.  Some day I'll remember to add those the first time.
+
+ -- Julien Cristau   Wed, 11 Apr 2012 22:37:41 +0200
+
 libxaw (2:1.0.10-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 0748ab8..b5ebd4d 100644
--- a/debian/control
+++ b/debian/control
@@ -109,6 +109,10 @@ Architecture: all
 Multi-Arch: foreign
 Depends:
  ${misc:Depends},
+Breaks:
+ libxaw7-dev (<< 2:1.0.10),
+Replaces:
+ libxaw7-dev (<< 2:1.0.10),
 Description: X11 Athena Widget library (documentation)
  Xaw, the Athena Widgets tookit, is largely used by legacy X applications.
  .


-- 
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/e1si4nv-0002jd...@vasks.debian.org



libxaw: Changes to 'debian-unstable'

2007-01-23 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 6039ba6554b26ab1b514a4ddbc3db6b87818a370
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 09:37:55 2006 +

Add watch files.

commit 26050ae6f514a16f0b23be64c9f3e2003206ed15
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 27 23:23:46 2006 +

Fix thinko and prep changelog for release

commit 9a80d5763cf3369c569ab01466324d5cc98a12eb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 27 23:16:44 2006 +

* Explicitly pass --disable-xaw8 to configure so that we don't try and build
  it if the xprint .pc file is on the system. The configure script will try
  and guess whether or not to build xaw8 if it doesn't get an explicit yes
  or no. This way, we make sure the libXaw.so symlink doesn't get linked to
  a non-existent libXaw8.so. Thanks Rene Engelhard, Steve Langasek, and
  Michael Banck.

commit a304629a73e8939e2320d55a627d62106eef445f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 27 23:12:26 2006 +

Merge libxaw from the 7.1 branch now that it's in unstable

commit e48ec713550c04ff6c6de9c86e091f7e44c0add1
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Wed Apr 19 07:12:11 2006 +

change names of all lib package directories to $sourcepackage, for a
more persistent naming scheme

commit 8a27a06f197e7aa9c9e0a5dd700990739fdc4e2b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 19 02:48:44 2006 +

* Add quilt to build-depends

commit 76ce2870934d13670f7aafa3fa0917a94b9700b7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 19 01:55:13 2006 +

* Reorder makeshlib command in rules file so that ldconfig is run
  properly. Thanks Drew Parsons and Steve Langasek.

commit ba0e86ea9f2c91fc90eb58e3673aad2267e94e39
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Tue Apr 4 23:55:04 2006 +

Set all libs to upload to unstable. Also update xft for modular.

commit b523a598d356aa2f646e36831fa21597899af1f2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:30:13 2006 +

Version bump of packaging and remove old directory

commit ed8a691c18e94cf2caf04d1d0c10b2c73824f5f5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 27 00:10:27 2006 +

* Port patches from trunk
  + general/012_Xaw_StripChart_fix.diff

commit 358b3f2ba1a788651a984f1ff8bf7db4597dadab
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 6 05:45:05 2006 +

* Add ed to build-depends. Thanks Eugene Konev. (seriously... ed!)

commit 6e4be503466c311c99a8dc8f4e7d5f4648b7d30f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 20:12:45 2005 +

Update libs to 7.0 release with packaging

commit ce563bca20768120269c99443d59ac07b8fb55da
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 00:24:15 2005 +

Vendor drop of proto and lib for 7.0


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