libxp: Changes to 'debian-unstable'

2013-06-23 Thread Julien Cristau
 ChangeLog|  120 
 Makefile.am  |6 
 Makefile.in  |  317 ++-
 aclocal.m4   |  286 --
 configure|  158 -
 configure.ac |8 -
 debian/changelog |   10 -
 depcomp  |  194 ++
 install-sh   |   29 ++-
 man/Makefile.am  |2 
 man/Makefile.in  |  122 
 man/XpCancelDoc.man  |   60 
 man/XpCancelJob.man  |   38 ++---
 man/XpCancelPage.man |   54 +++
 man/XpCreateContext.man  |  134 +-
 man/XpDestroyContext.man |   32 ++--
 man/XpEndDoc.man |   22 +-
 man/XpEndJob.man |   28 +--
 man/XpEndPage.man|   32 ++--
 man/XpFreePrinterList.man|   22 +-
 man/XpGetAttributes.man  |   44 ++---
 man/XpGetContext.man |   22 +-
 man/XpGetDocumentData.man|  172 +++
 man/XpGetImageResolution.man |   28 +--
 man/XpGetLocaleHinter.man|   24 +--
 man/XpGetOneAttribute.man|   28 +--
 man/XpGetPageDimensions.man  |   30 ++--
 man/XpGetPdmStartParams.man  |  126 -
 man/XpGetPrinterList.man |   72 -
 man/XpGetScreenOfContext.man |   28 +--
 man/XpInputSelected.man  |   52 +++
 man/XpPutDocumentData.man|  114 +++
 man/XpQueryExtension.man |   36 ++--
 man/XpQueryScreens.man   |   32 ++--
 man/XpQueryVersion.man   |   36 ++--
 man/XpRehashPrinterList.man  |   36 ++--
 man/XpSelectInput.man|   34 ++--
 man/XpSetAttributes.man  |   92 ++--
 man/XpSetContext.man |   74 +-
 man/XpSetImageResolution.man |   20 +-
 man/XpSetLocaleHinter.man|  160 ++---
 man/XpStartDoc.man   |   58 +++
 man/XpStartJob.man   |   64 
 man/XpStartPage.man  |   60 
 man/libXp.man|   94 ++--
 missing  |   57 ---
 src/Makefile.am  |2 
 src/Makefile.in  |  203 +++
 src/XpAttr.c |2 
 src/XpContext.c  |2 
 src/XpDoc.c  |2 
 src/XpExtUtil.c  |   23 +--
 src/XpExtUtil.h  |2 
 src/XpExtVer.c   |4 
 src/XpGetData.c  |2 
 src/XpImageRes.c |2 
 src/XpInput.c|2 
 src/XpJob.c  |4 
 src/XpLocale.c   |2 
 src/XpNotifyPdm.c|   24 +--
 src/XpPage.c |2 
 src/XpPageDim.c  |2 
 src/XpPrinter.c  |2 
 src/XpPutData.c  |2 
 src/XpScreens.c  |2 
 65 files changed, 2106 insertions(+), 1447 deletions(-)

New commits:
commit 04c0f490a458cda8d8fcc667f43737fe4b8f6181
Author: Julien Cristau 
Date:   Sun Jun 23 15:52:07 2013 +0200

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0188a54..be241e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
-libxp (1:1.0.2-1) UNRELEASED; urgency=low
+libxp (1:1.0.2-1) unstable; urgency=low
 
   * New upstream release.
++ autoreconf to pick up configure changes (closes: #713608)
++ stop trying to use NULL for Status values
 
- -- Julien Cristau   Tue, 14 May 2013 20:29:08 +0200
+ -- Julien Cristau   Sun, 23 Jun 2013 15:51:50 +0200
 
 libxp (1:1.0.1-2+deb7u1) wheezy-security; urgency=high
 

commit 5eeaf913ab455740abcc712c5d4cf90b6d6a844f
Author: Julien Cristau 
Date:   Sun Jun 23 15:50:08 2013 +0200

autoreconf

diff --git a/Makefile.in b/Makefile.in
index 75da7f3..b224ac4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,9 +1,9 @@
-# Makefile.in generated by automake 1.10.3 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
-# Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
+# Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -15,9 +15,9 @@
 
 @SET_MAKE@
 
-# 
+#
 #  Copyright © 2003 Keith Packard, Noah Levitt
-# 
+#
 #  Permission to use, copy, modify, distribute, and sell this software and its
 #  documentation for any purpose is hereby granted without fee, provided that
 #  the above copyright notice appear in all copies and that both that
@@ -27,7 +27,7 @@
 #  specific, written prior permission.  Keith Packard makes no
 #  representations about the suitability of this software for any purpose.  It
 #  is p

libxp: Changes to 'debian-unstable'

2013-05-23 Thread Julien Cristau
 Makefile.in  |  120 
 aclocal.m4   |15044 --
 config.guess |  490 
 config.h.in  |   10 
 config.sub   |  278 
 configure|30814 ++-
 configure.ac |6 
 debian/changelog |   14 
 depcomp  |   83 
 install-sh   |5 
 ltmain.sh|14841 +++---
 man/Makefile.in  |  115 
 missing  |   45 
 mkinstalldirs|5 
 src/Makefile.in  |   65 
 src/XpAttr.c |   36 
 src/XpExtUtil.h  |   14 
 src/XpPrinter.c  |   43 
 src/XpScreens.c  |   16 
 19 files changed, 33369 insertions(+), 28675 deletions(-)

New commits:
commit 5d91b8db7a91735a1697e9989da411772a0a3ed9
Author: Julien Cristau 
Date:   Tue May 14 20:32:35 2013 +0200

autoreconf to pick up configure changes.

Unfortunately this doesn't seem to have been done since 2008, so we pick
up a lot more changes than the small one we care about :(

diff --git a/Makefile.in b/Makefile.in
index e1ffcf8..75da7f3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,9 @@
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
+# Makefile.in generated by automake 1.10.3 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
+# Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -15,8 +16,6 @@
 @SET_MAKE@
 
 # 
-#  $Id$
-# 
 #  Copyright © 2003 Keith Packard, Noah Levitt
 # 
 #  Permission to use, copy, modify, distribute, and sell this software and its
@@ -58,7 +57,7 @@ host_triplet = @host@
 subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in $(srcdir)/xp.pc.in \
-   $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+   $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS \
config.guess config.sub depcomp install-sh ltmain.sh missing \
mkinstalldirs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -108,6 +107,7 @@ ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
 AMTAR = @AMTAR@
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
 AR = @AR@
@@ -115,78 +115,88 @@ AUTOCONF = @AUTOCONF@
 AUTOHEADER = @AUTOHEADER@
 AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
+BASE_CFLAGS = @BASE_CFLAGS@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
+CHANGELOG_CMD = @CHANGELOG_CMD@
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
-CXX = @CXX@
-CXXCPP = @CXXCPP@
-CXXDEPMODE = @CXXDEPMODE@
-CXXFLAGS = @CXXFLAGS@
+CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
 DSYMUTIL = @DSYMUTIL@
-ECHO = @ECHO@
+DUMPBIN = @DUMPBIN@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
 EXEEXT = @EXEEXT@
-F77 = @F77@
-FFLAGS = @FFLAGS@
+FGREP = @FGREP@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
 INSTALL = @INSTALL@
+INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
 LDFLAGS = @LDFLAGS@
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LIB_MAN_DIR = @LIB_MAN_DIR@
 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
+LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
-MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
+MANIFEST_TOOL = @MANIFEST_TOOL@
+MAN_SUBSTS = @MAN_SUBSTS@
 MISC_MAN_DIR = @MISC_MAN_DIR@
 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
 MKDIR_P = @MKDIR_P@
+NM = @NM@
 NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
 OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
 PACKAGE = @PACKAGE@
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 PACKAGE_NAME = @PACKAGE_NAME@
 PACKAGE_STRING = @PACKAGE_STRING@
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
 PACKAGE_VERSION = @PACKAGE_VERSION@
 PATH_SEPARATOR = @PATH_SEPARATOR@
 PKG_CONFIG = @PKG_CONFIG@
+PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
+PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 RANLIB = @RANLIB@
 SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
+STRICT_CFLAGS = @STRICT_CFLAGS@
 STRIP = @STRIP@
 VERSION = @VERSION@
-XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
+XORG_MAN_PAGE = @XORG_MAN_PAGE@
 XPRINT_CFLAGS = @XPRINT_CFLAGS@
 XPRINT_LIBS = @XPRINT_LIBS@
-XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
 abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
-ac_

libxp: Changes to 'debian-unstable'

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

New commits:
commit 0559c9c554f28861290197c851a2c9de7f351b44
Author: Steve Langasek 
Date:   Sat Oct 22 13:03:32 2011 -0700

releasing version 1:1.0.1-2

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

commit dd2ac4cd5056993c9e1c8c247f7a5d9805dc1328
Author: Steve Langasek 
Date:   Sat Oct 22 13:03:19 2011 -0700

libxp-dev is also m-a: same

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

commit 3358d3afc5f77713d9b72310682fbc73c15b6ffa
Author: Steve Langasek 
Date:   Sat Oct 22 12:56:40 2011 -0700

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

diff --git a/debian/changelog b/debian/changelog
index d409627..cc8b39c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 libxp (1:1.0.1-2) UNRELEASED; urgency=low
 
+  [ Julien Cristau ]
   * Drop Pre-Depends on x11-common, only needed for upgrades from the
 monolith.
 
+  [ Steve Langasek ]
+  * Build for multiarch; thanks to Julian Taylor for the patch.
+Closes: #639679.
+
  -- Julien Cristau   Thu, 28 Apr 2011 14:16:56 +0200
 
 libxp (1:1.0.1-1) unstable; urgency=low
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index 20639f3..3b5d8f9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Drew Parsons , Cyril Brulebois 

 Build-Depends:
- debhelper (>= 5),
+ debhelper (>= 8.1.3~),
  quilt,
  pkg-config,
  libx11-dev (>= 1:0.99.2),
@@ -20,6 +20,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git
 Package: libxp6
 Section: libs
 Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -37,6 +39,7 @@ Package: libxp6-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
 Depends:
  libxp6 (= ${binary:Version}),
  ${shlibs:Depends},
diff --git a/debian/libxp-dev.install b/debian/libxp-dev.install
index 44154d1..b137291 100644
--- a/debian/libxp-dev.install
+++ b/debian/libxp-dev.install
@@ -1,3 +1,3 @@
-usr/lib/libXp.a
-usr/lib/libXp.so
-usr/lib/pkgconfig/xp.pc
+usr/lib/*/libXp.a
+usr/lib/*/libXp.so
+usr/lib/*/pkgconfig/xp.pc
diff --git a/debian/libxp6.install b/debian/libxp6.install
index 857cbee..49e5519 100644
--- a/debian/libxp6.install
+++ b/debian/libxp6.install
@@ -1 +1 @@
-usr/lib/libXp.so.6*
+usr/lib/*/libXp.so.6*
diff --git a/debian/rules b/debian/rules
index 317b73e..8e2fe33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 endif
 
 DEB_HOST_ARCH  ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 DEB_HOST_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
@@ -41,6 +42,7 @@ build-stamp:
cd build && \
../configure --prefix=/usr --mandir=\$${prefix}/share/man \
 --infodir=\$${prefix}/share/info $(confflags) \
+--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
 CFLAGS="$(CFLAGS)"
$(MAKE) -C build
 


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



libxp: Changes to 'debian-unstable'

2011-04-28 Thread Julien Cristau
 debian/changelog |7 +++
 debian/control   |2 --
 2 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 735cf8d2481dfa3adc033a83809d925716622bc5
Author: Julien Cristau 
Date:   Thu Apr 28 14:17:14 2011 +0200

Drop Pre-Depends on x11-common

Only needed for upgrades from the monolith.

diff --git a/debian/changelog b/debian/changelog
index 230338a..d409627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxp (1:1.0.1-2) UNRELEASED; urgency=low
+
+  * Drop Pre-Depends on x11-common, only needed for upgrades from the
+monolith.
+
+ -- Julien Cristau   Thu, 28 Apr 2011 14:16:56 +0200
+
 libxp (1:1.0.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index a5cda3a..20639f3 100644
--- a/debian/control
+++ b/debian/control
@@ -69,8 +69,6 @@ Depends:
  x11proto-print-dev,
  libxext-dev,
  libxau-dev,
-Pre-Depends:
- x11-common (>= 1:7.0.0),
 Description: X Printing Extension (Xprint) client library (development files)
  libXp provides public APIs to allow client applications to render to
  non-display devices, making use of the X Print Service.


-- 
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/e1qfqa8-0002cy...@alioth.debian.org



libxp: Changes to 'debian-unstable'

2011-03-07 Thread Cyril Brulebois
 .cvsignore   |   21 --
 .gitignore   |   31 +++
 AUTHORS  |1 
 COPYING  |   78 +--
 ChangeLog|  438 +--
 INSTALL  |8 
 Makefile.am  |   12 -
 README   |   25 ++
 configure.ac |   37 +--
 debian/changelog |   21 ++
 debian/control   |   37 ++-
 debian/copyright |   76 +--
 debian/patches/series|1 
 debian/rules |   14 -
 man/.cvsignore   |3 
 man/Makefile.am  |   55 ++---
 man/XpCancelDoc.man  |3 
 man/XpCancelJob.man  |3 
 man/XpCancelPage.man |3 
 man/XpCreateContext.man  |3 
 man/XpDestroyContext.man |3 
 man/XpEndDoc.man |3 
 man/XpEndJob.man |3 
 man/XpEndPage.man|3 
 man/XpFreePrinterList.man|3 
 man/XpGetAttributes.man  |3 
 man/XpGetContext.man |3 
 man/XpGetDocumentData.man|3 
 man/XpGetImageResolution.man |3 
 man/XpGetLocaleHinter.man|3 
 man/XpGetOneAttribute.man|3 
 man/XpGetPageDimensions.man  |3 
 man/XpGetPdmStartParams.man  |3 
 man/XpGetPrinterList.man |3 
 man/XpGetScreenOfContext.man |3 
 man/XpInputSelected.man  |3 
 man/XpPutDocumentData.man|3 
 man/XpQueryExtension.man |3 
 man/XpQueryScreens.man   |3 
 man/XpQueryVersion.man   |3 
 man/XpRehashPrinterList.man  |3 
 man/XpSelectInput.man|3 
 man/XpSetAttributes.man  |3 
 man/XpSetContext.man |3 
 man/XpSetImageResolution.man |3 
 man/XpSetLocaleHinter.man|3 
 man/XpStartDoc.man   |3 
 man/XpStartJob.man   |3 
 man/XpStartPage.man  |3 
 man/libXp.man|3 
 src/.cvsignore   |6 
 src/Makefile.am  |2 
 src/XpAttr.c |4 
 src/XpContext.c  |6 
 src/XpDoc.c  |4 
 src/XpExtUtil.c  |   39 +--
 src/XpExtUtil.h  |   14 +
 src/XpExtVer.c   |4 
 src/XpGetData.c  |   12 -
 src/XpImageRes.c |4 
 src/XpInput.c|4 
 src/XpJob.c  |7 
 src/XpLocale.c   |   10 
 src/XpNotifyPdm.c|6 
 src/XpPage.c |4 
 src/XpPageDim.c  |4 
 src/XpPrinter.c  |8 
 src/XpPutData.c  |4 
 src/XpScreens.c  |4 
 69 files changed, 752 insertions(+), 354 deletions(-)

New commits:
commit b274d2b9f8999ef0b309b9e60ed6f87a3ecfb36e
Author: Cyril Brulebois 
Date:   Tue Mar 8 00:39:41 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 865d5ef..230338a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxp (1:1.0.1-1) UNRELEASED; urgency=low
+libxp (1:1.0.1-1) unstable; urgency=low
 
   * New upstream release.
   * Update debian/copyright from upstream COPYING.
@@ -17,7 +17,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low
 - Add a placeholder series file.
   * Bump Standards-Version to 3.9.1 (no changes needed).
 
- -- Cyril Brulebois   Tue, 08 Mar 2011 00:11:40 +0100
+ -- Cyril Brulebois   Tue, 08 Mar 2011 00:39:37 +0100
 
 libxp (1:1.0.0.xsf1-2) unstable; urgency=low
 

commit 78bc9accfe7adb4254757dec818383f5d6662bdf
Author: Cyril Brulebois 
Date:   Tue Mar 8 00:39:29 2011 +0100

Bump Standards-Version to 3.9.1 (no changes needed).

diff --git a/debian/changelog b/debian/changelog
index 9877790..865d5ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low
 - Add ${misc:Depends} to all Depends.
 - Remove Debian revision from the libx11-dev build-dep.
 - Add a placeholder series file.
+  * Bump Standards-Version to 3.9.1 (no changes needed).
 
  -- Cyril Brulebois   Tue, 08 Mar 2011 00:11:40 +0100
 
diff --git a/debian/control b/debian/control
index 9aa0b74..a5cda3a 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libxext-dev,
  libxau-dev,
  xutils-dev (>= 1:7.5+4),
-Standards-Version: 3.7.3
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git
 

commit feb257673075576630e85e6f840c8c7b58e56d4c
Author: Cyril Brulebois 
Date:   Tue Mar 8 00:35:44 2011 +0100

Add a placeholder series file.

diff --git a/debian/changelog b/debian/changelog
index 63872b5..9877790 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ libxp (1:1.0.1-1) UNRELEASED; urgency=low
   * Fix a bunch of lintian warnings:
 - Add ${misc:Depends} to all Depends.
 - Remove Debian revision from the libx11-dev build-d

libxp: Changes to 'debian-unstable'

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

New commits:
commit 02d07f357b343bbd8b19d3a6ef8908aaac83d4c5
Author: Mikhail Gusarov 
Date:   Fri May 7 18:58:50 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 439ac8d..3c72175 100644
--- a/debian/control
+++ b/debian/control
@@ -18,8 +18,6 @@ Description: X Printing Extension (Xprint) client 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/libXp
@@ -43,8 +41,6 @@ Description: X Printing Extension (Xprint) client library 
(unstripped)
  .
  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/libXp
@@ -62,8 +58,6 @@ Description: X Printing Extension (Xprint) client library 
(development files)
  .
  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/libXp


-- 
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/e1oamet-00074a...@alioth.debian.org



libxp: Changes to 'debian-unstable'

2009-11-24 Thread Timo Aaltonen
 debian/README.source   |   73 +++
 debian/xsfbs/repack.sh |   32 +
 debian/xsfbs/xsfbs.mk  |   50 ++-
 debian/xsfbs/xsfbs.sh  |  311 -
 4 files changed, 119 insertions(+), 347 deletions(-)

New commits:
commit 2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1
Author: Julien Cristau 
Date:   Fri Sep 25 16:39:23 2009 +0200

xsfbs.mk: remove more obsolete code

We can use plain debconf-updatepo, and don't need to clean the 'imports'
directory or shlibs.local.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 82eb45f..5e16b10 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -177,19 +177,7 @@ xsfclean: cleanscripts unpatch
dh_testdir
rm -rf .pc
rm -rf $(STAMP_DIR)
-   rm -rf imports
-   dh_clean debian/shlibs.local \
-debian/po/pothead
-
-# Generate the debconf templates POT file header.
-debian/po/pothead: debian/po/pothead.in
-   sed -e 's/SOURCE_VERSION/$(SOURCE_VERSION)/' \
- -e 's/DATE/$(shell date "+%F %X%z"/)' <$< >$@
-
-# Update POT and PO files.
-.PHONY: updatepo
-updatepo: debian/po/pothead
-   debian/scripts/debconf-updatepo --pot-header=pothead --verbose
+   dh_clean
 
 # Remove files from the upstream source tree that we don't need, or which have
 # licensing problems.  It must be run before creating the .orig.tar.gz.

commit 9a4314c976e0d22e8d47f5d86163791e407a6ecc
Author: Julien Cristau 
Date:   Fri Sep 25 15:43:28 2009 +0200

xsfbs.mk: kill obsolete DEFAULT_DCRESOLUTIONS and SOURCE_DIR usage

These variables aren't set anywhere.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 1f86848..82eb45f 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -176,7 +176,7 @@ cleanscripts:
 xsfclean: cleanscripts unpatch
dh_testdir
rm -rf .pc
-   rm -rf $(STAMP_DIR) $(SOURCE_DIR)
+   rm -rf $(STAMP_DIR)
rm -rf imports
dh_clean debian/shlibs.local \
 debian/po/pothead
@@ -252,7 +252,6 @@ $(STAMP_DIR)/genscripts: $(STAMP_DIR)/stampdir
  | sed -e '/^#INCLUDE_SHELL_LIB#$$/d' >>$$MAINTSCRIPT.tmp; \
sed -e 's/@SOURCE_VERSION@/$(SOURCE_VERSION)/' \
-e 's/@OFFICIAL_BUILD@/$(OFFICIAL_BUILD)/' \
-   -e 's/@DEFAULT_DCRESOLUTIONS@/$(DEFAULT_DCRESOLUTIONS)/' \
  <$$MAINTSCRIPT.tmp >$$MAINTSCRIPT; \
rm $$MAINTSCRIPT.tmp; \
  fi; \

commit bda208ec00d0b7b3632f57fb27e014684cdf73ba
Author: Julien Cristau 
Date:   Fri Sep 25 15:33:39 2009 +0200

xsfbs.sh: fix typo and remove svn keyword

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 45acd59..813fd8d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -1,5 +1,3 @@
-# $Id$
-
 # This is the X Strike Force shell library for X Window System package
 # maintainer scripts.  It serves to define shell functions commonly used by
 # such packages, and performs some error checking necessary for proper 
operation
@@ -8,7 +6,7 @@
 # removal tasks.
 
 # If you are reading this within a Debian package maintainer script (e.g.,
-# /var/lib/dpkg)info/PACKAGE.{config,preinst,postinst,prerm,postrm}), you can
+# /var/lib/dpkg/info/PACKAGE.{config,preinst,postinst,prerm,postrm}), you can
 # skip past this library by scanning forward in this file to the string
 # "GOBSTOPPER".
 

commit 5693792171d885769e58d053c08b11acd12a
Author: Julien Cristau 
Date:   Wed Aug 26 18:53:36 2009 +0200

xsfbs.mk: no need for shlibs.local

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index f0f8953..1f86848 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -265,10 +265,6 @@ $(STAMP_DIR)/genscripts: $(STAMP_DIR)/stampdir
#debian/*.prerm
>$@
 
-# Generate the shlibs.local file.
-debian/shlibs.local:
-   cat debian/*.shlibs >$@
-
 SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2>/dev/null)
 VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2>/dev/null)
 INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2>/dev/null)

commit 1f858adff1ce2687cf542dd9b69b81137412f8a4
Author: Julien Cristau 
Date:   Wed Aug 26 18:47:09 2009 +0200

xsfbs.sh: remove unused reject_whitespace function

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index b3f4bbe..45acd59 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -93,22 +93,6 @@ reject_nondigits () {
   done
 }
 
-reject_whitespace () {
-  # syntax: reject_whitespace [ operand ]
-  #
-  # scan operand (typically a shell variable whose value cannot be trusted) for
-  # whitespace characters and barf if any are found
-  if [ -n "$1" ]; then
-# does the operand contain any whitespace?
-if expr "$1" : "[[:space:]]" > /dev/null 2>&1; then
-  # can't use die(), because I want to avoid forward references
-  echo "$THIS_PACKAGE $THIS_SCRIPT

libxp: Changes to 'debian-unstable'

2008-07-05 Thread Julien Cristau
 .cvsignore|   21 
 COPYING   |2 
 Makefile.am   |2 
 Makefile.in   |  418 -
 aclocal.m4| 4238 +---
 config.guess  |  701 +-
 config.h.in   |9 
 config.sub|  278 -
 configure |13215 ++
 configure.ac  |2 
 debian/changelog  |9 
 debian/control|2 
 debian/xsfbs/xsfbs.mk |  300 +
 debian/xsfbs/xsfbs.sh |  931 +++
 depcomp   |  188 
 install-sh|  659 +-
 ltmain.sh | 1505 +++--
 man/.cvsignore|3 
 man/Makefile.am   |2 
 man/Makefile.in   |  208 
 missing   |  193 
 mkinstalldirs |   92 
 src/.cvsignore|6 
 src/Makefile.in   |  322 -
 24 files changed, 13765 insertions(+), 9541 deletions(-)

New commits:
commit 367abaa756e6d36af453ff8b124e72b409f40f40
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat Jul 5 19:17:58 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index c5e1757..5324447 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxp (1:1.0.0.xsf1-2) UNRELEASED; urgency=low
+libxp (1:1.0.0.xsf1-2) unstable; urgency=low
 
   [ Brice Goglin ]
   * Bump Standards-Version to 3.7.3 (no changes).
@@ -13,7 +13,7 @@ libxp (1:1.0.0.xsf1-2) UNRELEASED; urgency=low
   * libxp-dev needs to depend on libxext-dev and libxau-dev (closes: #487054).
   * autoreconf with current autotools to get updated config.{guess,sub}.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:55:59 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sat, 05 Jul 2008 19:17:56 +0200
 
 libxp (1:1.0.0.xsf1-1) unstable; urgency=low
 

commit f348506d61869b6570ca0115477caa3b101b7768
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Sat Jul 5 19:17:53 2008 +0200

autoreconf with current autotools to get updated config.{guess,sub}.

diff --git a/Makefile.in b/Makefile.in
index b5f80e4..e1ffcf8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.7.9 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 # @configure_input@
 
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -15,7 +15,7 @@
 @SET_MAKE@
 
 # 
-#  $Id: Makefile.am,v 1.1 2005/05/18 20:33:36 sandmann Exp $
+#  $Id$
 # 
 #  Copyright © 2003 Keith Packard, Noah Levitt
 # 
@@ -37,16 +37,11 @@
 #  TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 #  PERFORMANCE OF THIS SOFTWARE.
 
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
-
 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -58,12 +53,60 @@ POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
+build_triplet = @build@
 host_triplet = @host@
+subdir = .
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+   $(srcdir)/Makefile.in $(srcdir)/config.h.in $(srcdir)/xp.pc.in \
+   $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
+   config.guess config.sub depcomp install-sh ltmain.sh missing \
+   mkinstalldirs
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+   $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno config.status.lineno
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES = xp.pc
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+   html-recursive info-recursive install-data-recursive \
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
+am__vpath_adj = case $$p in \
+$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
+*) f=$$p;; \
+  esac;
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
+am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
+pkgconfi

libxp: Changes to 'debian-unstable'

2008-06-13 Thread Brice Goglin
 debian/changelog |   12 
 debian/control   |   23 ++-
 debian/copyright |8 
 debian/rules |2 +-
 4 files changed, 31 insertions(+), 14 deletions(-)

New commits:
commit 7a1869d2a27d68df07cd8bcfbac98dad7cd16369
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 11:56:07 2008 +0200

Install the upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 5ea680a..6852689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ libxp (1:1.0.0.xsf1-2) UNRELEASED; urgency=low
   * Update reference to the upstream module in the long description.
   * Update upstream URL in debian/copyright.
   * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+  * Install the upstream ChangeLog.
 
- -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:43:00 +0200
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:55:59 +0200
 
 libxp (1:1.0.0.xsf1-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index d1b97ce..4fe3f4d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -75,7 +75,7 @@ binary-arch: build install
dh_installdocs
dh_install --sourcedir=debian/tmp --list-missing 
--exclude=usr/share/man/man3 --exclude=libXp.la
dh_installman
-   dh_installchangelogs
+   dh_installchangelogs ChangeLog
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg
dh_compress

commit 0ffd47ec287ff6623b052b50cedb7a8686dd95a3
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Fri Jun 13 10:40:49 2008 +0200

Misc fixes to debian/control and debian/copyright

  * Bump Standards-Version to 3.7.3 (no changes).
  * Add Vcs-Browser and Vcs-Git fields to debian/control.
  * Add a link to www.X.org in the long description.
  * Update reference to the upstream module in the long description.
  * Update upstream URL in debian/copyright.
  * Use ${binary:Version} instead of the deprecated ${Source-Version}.

diff --git a/debian/changelog b/debian/changelog
index 485d84a..5ea680a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libxp (1:1.0.0.xsf1-2) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.7.3 (no changes).
+  * Add Vcs-Browser and Vcs-Git fields to debian/control.
+  * Add a link to www.X.org in the long description.
+  * Update reference to the upstream module in the long description.
+  * Update upstream URL in debian/copyright.
+  * Use ${binary:Version} instead of the deprecated ${Source-Version}.
+
+ -- Brice Goglin <[EMAIL PROTECTED]>  Fri, 13 Jun 2008 11:43:00 +0200
+
 libxp (1:1.0.0.xsf1-1) unstable; urgency=low
 
   * Package source management transferred to XSF.  Upstream version
diff --git a/debian/control b/debian/control
index 1e2840c..e7b5371 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: Drew Parsons <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), quilt, pkg-config, libx11-dev (>= 
1:0.99.2-1), x11proto-print-dev, x11proto-xext-dev, libxext-dev, libxau-dev
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxp
+Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxp.git
 
 Package: libxp6
 Section: libs
@@ -15,17 +17,18 @@ Description: X Printing Extension (Xprint) client library
  non-display devices, making use of the X Print Service.
  .
  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 as the module 'lib/Xp' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXp
 
 Package: libxp6-dbg
 Section: libdevel
 Priority: extra
 Architecture: any
-Depends: libxp6 (= ${Source-Version}), ${shlibs:Depends}
+Depends: libxp6 (= ${binary:Version}), ${shlibs:Depends}
 Description: X Printing Extension (Xprint) client library (unstripped)
  libXp provides public APIs to allow client applications to render to
  non-display devices, making use of the X Print Service.
@@ -39,16 +42,17 @@ Description: X Printing Extension (Xprint) client library 
(unstripped)
  executed.  Non-programmers will 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 as the module 'lib/Xp' at
- :pserver:[EMAIL PROTECTED]:/cvs/xorg
+ This module can be found at
+ git://anongit.freedesktop.org/git/xorg/lib/libXp
 
 Package: libxp-dev
 Section: libdevel
 Architecture: any
-Depends: libxp6 (= ${Source-Version}), libx11-dev (>= 2:1.0.0), 
x11proto-print-dev
+Depends: libxp6 (= ${binary:Version}), libx11-dev (>= 2:1.0.0), 
x11proto-print-dev
 Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X Printing Extension (Xprint) cli

libxp: Changes to 'debian-unstable'

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

Add watch files.

commit f881f41836303c5e9b91ef625522a69ef9e01e54
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Aug 31 10:02:46 2006 +

Copy unstable's version of libxp into trunk.

commit 44c6c7e010ee507cb8688719df0c40b24755fb7b
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Jul 29 13:55:00 2006 +

Oops, remove old Maintainer field.

commit fabaa672f8632ba20548547c6abe8aa442513bce
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Jul 29 13:45:07 2006 +

Debian directory for libxp.

commit 42210248e2b41a13a604ff7e7bb1d53ebbba7874
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Jul 29 12:14:16 2006 +

Initial insertion of libxp-1.0.0 into XSF's X11R7 repo.


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