[Pkg-kde-commits] rev 2157 - in trunk/packages: . wv2 wv2/debian

Christopher Martin chrsmrtn at costa.debian.org
Mon Nov 7 18:27:59 UTC 2005


Author: chrsmrtn
Date: 2005-11-07 18:27:58 +0000 (Mon, 07 Nov 2005)
New Revision: 2157

Added:
   trunk/packages/wv2/
   trunk/packages/wv2/debian/
   trunk/packages/wv2/debian/NOT-COMPLETE
   trunk/packages/wv2/debian/changelog
   trunk/packages/wv2/debian/control
   trunk/packages/wv2/debian/copyright
   trunk/packages/wv2/debian/libwv2-1c2.docs
   trunk/packages/wv2/debian/libwv2-1c2.files
   trunk/packages/wv2/debian/libwv2-1c2.shlibs
   trunk/packages/wv2/debian/libwv2-dev.docs
   trunk/packages/wv2/debian/libwv2-dev.files
   trunk/packages/wv2/debian/libwv2-dev.manpages
   trunk/packages/wv2/debian/rules
   trunk/packages/wv2/debian/wv2-config.1
Log:
Add wv2 to SVN. Please note the NOT-COMPLETE file, since
not all patches are included in the debian/ dir of wv2.
Future wv2 updaters should probably overhaul the packaging,
so that all changes are in the debian/ dir as patches, in
conformance with typical Qt/KDE practices.


Added: trunk/packages/wv2/debian/NOT-COMPLETE
===================================================================
--- trunk/packages/wv2/debian/NOT-COMPLETE	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/NOT-COMPLETE	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,4 @@
+This import of the wv2 packaging does not include all files in the wv2 diff.gz.
+
+Future wv2 updaters should probably convert the config.{guess,sub} updates,
+etc. to patches, thus ensuring that all packaging is stored in this repository.

Added: trunk/packages/wv2/debian/changelog
===================================================================
--- trunk/packages/wv2/debian/changelog	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/changelog	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,62 @@
+wv2 (0.2.2-3) unstable; urgency=low
+
+  * Changed maintainer to the Debian Qt/KDE group (in coordination with
+    koffice, which has also changed maintainer to the Debian Qt/KDE group).
+
+ -- Ben Burton <bab at debian.org>  Sun, 16 Oct 2005 02:07:54 +1000
+
+wv2 (0.2.2-2) unstable; urgency=low
+
+  * C++ ABI transition (g++-3.3 -> g++-4.0).
+  * Library package renamed from libwv2-1 to libwv2-1c2.
+  * Build-depends on c++abi2-dev, since the binaries do not depend on libstdc++.
+  * Made libwv2-dev depend on libstdc++-dev since it imports libstdc++ headers.
+  * Removed -pedantic from compilation flags to avoid HUGE_VAL error (#319553).
+  * Bumped standards-version to 3.6.2.1 (no changes required).
+
+ -- Ben Burton <bab at debian.org>  Sat, 23 Jul 2005 10:20:38 +1000
+
+wv2 (0.2.2-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Builds under gcc 3.4 (closes: #274051).
+
+ -- Ben Burton <bab at debian.org>  Thu, 14 Oct 2004 19:08:15 +1000
+
+wv2 (0.2.1-2) unstable; urgency=low
+
+  * Build-depends on zlib1g-dev, which no longer seems to be provided by
+    libxml2-dev (closes: #242971).
+
+ -- Ben Burton <bab at debian.org>  Sun, 11 Apr 2004 07:36:57 +1000
+
+wv2 (0.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Ben Burton <bab at debian.org>  Sun,  7 Dec 2003 20:37:52 +1100
+
+wv2 (0.1.9-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standards-version to 3.6.1.
+
+ -- Ben Burton <bab at debian.org>  Mon, 29 Sep 2003 10:57:45 +1000
+
+wv2 (0.1.8-1) unstable; urgency=low
+
+  * New upstream release.
+  * Bumped standards-version to 3.6.0.
+
+ -- Ben Burton <bab at debian.org>  Fri,  8 Aug 2003 08:58:07 +1000
+
+wv2 (0.0.9-1) unstable; urgency=low
+
+  * Initial Release (closes: #196455).
+  * Patched olestorage.cpp for type correctness with newer versions of
+    libgfs-1.
+  * Using AM_MAINTAINER_MODE.
+  * Updated config.{sub,guess}.
+
+ -- Ben Burton <bab at debian.org>  Sat,  7 Jun 2003 15:30:53 +1000
+

Added: trunk/packages/wv2/debian/control
===================================================================
--- trunk/packages/wv2/debian/control	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/control	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,30 @@
+Source: wv2
+Section: libs
+Priority: optional
+Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
+Uploaders: Ben Burton <bab at debian.org>, Luk Claes <luk at debian.org>, Isaac Clerencia <isaac at debian.org>
+Build-Depends: c++abi2-dev, debhelper (>> 4.0.0), libglib2.0-dev, libgsf-1-dev (>= 1.7.2), libxml2-dev, zlib1g-dev, pkg-config
+Standards-Version: 3.6.2.1
+
+Package: libwv2-1c2
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends} ${misc:Depends}
+Conflicts: libwv2-1
+Replaces: libwv2-1
+Description: a library for accessing Microsoft Word documents
+ The wv2 library allows access to Microsoft Word documents, for the
+ purpose of converting them to other formats.  This library is intended
+ as an eventual replacement for the wv library, used in the package wv.
+
+Package: libwv2-dev
+Architecture: any
+Section: libdevel
+Depends: libwv2-1c2 (= ${Source-Version}), libglib2.0-dev, libgsf-1-dev (>= 1.7.2), libstdc++-dev, libxml2-dev
+Description: development files for Microsoft Word access library
+ The wv2 library allows access to Microsoft Word documents, for the
+ purpose of converting them to other formats.  This library is intended
+ as an eventual replacement for the wv library, used in the package wv.
+ .
+ This package contains development files for using libwv2 within your own
+ projects.

Added: trunk/packages/wv2/debian/copyright
===================================================================
--- trunk/packages/wv2/debian/copyright	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/copyright	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,15 @@
+This package was debianized by Ben Burton <bab at debian.org> on
+Sat,  7 Jun 2003 15:30:53 +1000.
+
+It was downloaded from http://wvware.sourceforge.net/ .
+
+Upstream Authors: Shaheed Haque <srhaque at iee.org>,
+                  Werner Trobin <trobin at kde.org> and
+                  David Faure <faure at kde.org>.
+
+You are free to distribute this software under the terms of
+the GNU Lesser General Public License.
+
+On Debian systems, the complete text of the GNU Lesser General Public
+License can be found in the file /usr/share/common-licenses/LGPL .
+

Added: trunk/packages/wv2/debian/libwv2-1c2.docs
===================================================================
--- trunk/packages/wv2/debian/libwv2-1c2.docs	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-1c2.docs	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,3 @@
+AUTHORS
+THANKS
+TODO

Added: trunk/packages/wv2/debian/libwv2-1c2.files
===================================================================
--- trunk/packages/wv2/debian/libwv2-1c2.files	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-1c2.files	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1 @@
+usr/lib/libwv2.so.*

Added: trunk/packages/wv2/debian/libwv2-1c2.shlibs
===================================================================
--- trunk/packages/wv2/debian/libwv2-1c2.shlibs	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-1c2.shlibs	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1 @@
+libwv2 1 libwv2-1c2 (>= 0.1.9-0)

Added: trunk/packages/wv2/debian/libwv2-dev.docs
===================================================================
--- trunk/packages/wv2/debian/libwv2-dev.docs	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-dev.docs	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,4 @@
+AUTHORS
+THANKS
+TODO
+doc

Added: trunk/packages/wv2/debian/libwv2-dev.files
===================================================================
--- trunk/packages/wv2/debian/libwv2-dev.files	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-dev.files	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,4 @@
+usr/bin/wv2-config
+usr/include/wv2
+usr/lib/libwv2.la
+usr/lib/libwv2.so

Added: trunk/packages/wv2/debian/libwv2-dev.manpages
===================================================================
--- trunk/packages/wv2/debian/libwv2-dev.manpages	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/libwv2-dev.manpages	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1 @@
+debian/wv2-config.1

Added: trunk/packages/wv2/debian/rules
===================================================================
--- trunk/packages/wv2/debian/rules	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/rules	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,99 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=4
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+	INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+	dh_testdir
+
+	# Add here commands to configure the package.
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+
+	touch configure-stamp
+
+build: build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp configure-stamp
+
+	-$(MAKE) distclean
+
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+	dh_movefiles
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+
+	# Fix up the documentation directory for the -dev package.
+	rm -rf `find debian/libwv2-dev/usr/share/doc/libwv2-dev/doc \
+		-name CVS -type d`
+	rm -f `find debian/libwv2-dev/usr/share/doc/libwv2-dev/doc \
+		-name .cvsignore -type f`
+	mv debian/libwv2-dev/usr/share/doc/libwv2-dev/doc \
+		debian/libwv2-dev/usr/share/doc/libwv2-dev/design
+
+	dh_installexamples
+	dh_installman
+	dh_installmenu
+	dh_installinfo
+	dh_strip
+	dh_link
+	dh_compress -X.css -X.docbook -X.bz2
+	dh_fixperms
+	dh_makeshlibs -V
+	dh_installdeb
+	dh_perl
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: trunk/packages/wv2/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/wv2/debian/wv2-config.1
===================================================================
--- trunk/packages/wv2/debian/wv2-config.1	2005-11-06 22:33:06 UTC (rev 2156)
+++ trunk/packages/wv2/debian/wv2-config.1	2005-11-07 18:27:58 UTC (rev 2157)
@@ -0,0 +1,55 @@
+.TH WV2-CONFIG 1 "June 8, 2003"
+.SH NAME
+wv2-config - script to get information about the installed version of wv2
+.SH SYNOPSIS
+.B wv2-config
+[\fB\-\-prefix\fP[=\fIDIR\fP]]
+[\fB\-\-exec\-prefix\fP[=\fIDIR\fP]]
+[\fB\-\-version\fP]
+[\fB\-\-libs\fP]
+[\fB\-\-cflags\fP]
+.SH DESCRIPTION
+.PP
+\fIwv2-config\fP is used to determine
+the compiler and linker flags that should be used to compile
+and link programs that use \fIwv2\fP.
+.SH OPTIONS
+\fIwv2-config\fP accepts the following options.
+.TP
+\fB\-\-prefix\fP=\fIDIR\fP
+If specified, use DIR instead of the installation prefix that \fIwv2\fP
+was built with when computing the output for the \-\-cflags and
+\-\-libs options. This option is also used for the exec prefix
+if \-\-exec\-prefix is not specified.  This option must be specified
+before any \-\-libs or \-\-cflags options.
+If no DIR is specified then the current installation prefix will be
+written to standard output.
+.TP
+\fB\-\-exec\-prefix\fP=\fIDIR\fP
+If specified, use DIR instead of the installation exec prefix that
+\fIwv2\fP was built with when computing the output for the \-\-cflags
+and \-\-libs options.  This option must be specified before any
+\-\-libs or \-\-cflags options.
+If no DIR is specified then the current installation exec prefix will be
+written to standard output.
+.TP
+.B \-\-version
+Print the currently installed version of \fIwv2\fP on standard output.
+.TP
+.B \-\-libs
+Print the linker flags that are necessary to link a program against
+\fIwv2\fP.
+.TP
+.B \-\-cflags
+Print the compiler flags that are necessary to compile a program that
+uses \fIwv2\fP.
+.SH SEE ALSO
+Some documentation regarding the design of the \fIwv2\fP library is available
+in \fI/usr/share/doc/libwv2-dev/design/\fP .
+.SH AUTHOR
+The \fIwv2\fP library was written by
+Shaheed Haque <srhaque at iee.org>, Werner Trobin <trobin at kde.org> and
+David Faure <faure at kde.org>.
+.br
+This manual page was prepared by Ben Burton <bab at debian.org> for the
+Debian GNU/Linux system (but may be used by others).




More information about the pkg-kde-commits mailing list