r3657 - in packages/trunk/libwfut: . debian

Andres Mejia ceros-guest at alioth.debian.org
Mon Aug 13 05:34:21 UTC 2007


Author: ceros-guest
Date: 2007-08-13 05:34:21 +0000 (Mon, 13 Aug 2007)
New Revision: 3657

Added:
   packages/trunk/libwfut/debian/
   packages/trunk/libwfut/debian/changelog
   packages/trunk/libwfut/debian/compat
   packages/trunk/libwfut/debian/control
   packages/trunk/libwfut/debian/copyright
   packages/trunk/libwfut/debian/docs
   packages/trunk/libwfut/debian/libwfut-0.1-dev.install
   packages/trunk/libwfut/debian/libwfut-0.1.install
   packages/trunk/libwfut/debian/rules
   packages/trunk/libwfut/debian/wfut.install
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: packages/trunk/libwfut/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/libwfut/debian/changelog
===================================================================
--- packages/trunk/libwfut/debian/changelog	                        (rev 0)
+++ packages/trunk/libwfut/debian/changelog	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,5 @@
+libwfut (0.1.0-1) unstable; urgency=low
+
+  * New release. (Closes: 437524)
+
+ -- Andres Mejia <mcitadel at gmail.com>  Sun, 12 Aug 2007 23:11:37 -0400

Added: packages/trunk/libwfut/debian/compat
===================================================================
--- packages/trunk/libwfut/debian/compat	                        (rev 0)
+++ packages/trunk/libwfut/debian/compat	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1 @@
+5

Added: packages/trunk/libwfut/debian/control
===================================================================
--- packages/trunk/libwfut/debian/control	                        (rev 0)
+++ packages/trunk/libwfut/debian/control	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,51 @@
+Source: libwfut
+Priority: optional
+Section: libs
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Andres Mejia <mcitadel at gmail.com>
+Build-Depends: debhelper (>= 5), libtool, automake, autoconf, pkg-config, libsigc++-2.0-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev
+Standards-Version: 3.7.2
+
+Package: libwfut-0.1
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: WorldForge Update Tool (libraries)
+ libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
+ The aim of this library is to provide update capabilities for C++ based
+ clients.
+ .
+ This package contains the libwfut library.
+
+Package: libwfut-0.1-dbg
+Section: libdevel
+Architecture: any
+Depends: libwfut-0.1 (= ${binary:Version})
+Description: WorldForge Update Tool (debugging libs)
+ libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
+ The aim of this library is to provide update capabilities for C++ based
+ clients.
+ .
+ This package contains the libwfut debugging symbols.
+
+Package: libwfut-0.1-dev
+Section: libdevel
+Architecture: any
+Depends: libwfut-0.1 (= ${binary:Version}), libsigc++-2.0-dev, libcurl4-gnutls-dev | libcurl3-gnutls-dev | libcurl4-openssl-dev | libcurl3-openssl-dev
+Description: WorldForge Update Tool (development files)
+ libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
+ The aim of this library is to provide update capabilities for C++ based
+ clients.
+ .
+ This package contains the libwfut development files.
+
+Package: wfut
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: WorldForge Update Tool (executable)
+ libwfut is a C++ implementation of the client side of WFUT (forge/tools/WFUT).
+ The aim of this library is to provide update capabilities for C++ based
+ clients.
+ .
+ This package contains the libwfut command line utility.

Added: packages/trunk/libwfut/debian/copyright
===================================================================
--- packages/trunk/libwfut/debian/copyright	                        (rev 0)
+++ packages/trunk/libwfut/debian/copyright	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,33 @@
+This package was debianized on Sun, 12 Aug 2007 23:36:25 -0400 by:
+
+  Andres Mejia <mcitadel at gmail.com>
+
+Original sources were downloaded from:
+
+   https://sourceforge.net/projects/worldforge/
+
+Upstream Authors:
+
+  Simon Goodall <libwfut AT simongoodall.co.uk>
+
+License:
+
+    Copyright (C) 2007  Simon Goodall
+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+    Lesser General Public License for more details.
+
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+    02110-1301  USA
+
+    On Debian Systems, a copy of this license can be found in
+    /usr/share/common-licenses/LGPL.

Added: packages/trunk/libwfut/debian/docs
===================================================================
--- packages/trunk/libwfut/debian/docs	                        (rev 0)
+++ packages/trunk/libwfut/debian/docs	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,2 @@
+README
+TODO

Added: packages/trunk/libwfut/debian/libwfut-0.1-dev.install
===================================================================
--- packages/trunk/libwfut/debian/libwfut-0.1-dev.install	                        (rev 0)
+++ packages/trunk/libwfut/debian/libwfut-0.1-dev.install	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,5 @@
+usr/include/libwfut-0.1/libwfut/*
+usr/lib/*.so
+usr/lib/*.la
+usr/lib/*.a
+usr/lib/pkgconfig/*

Added: packages/trunk/libwfut/debian/libwfut-0.1.install
===================================================================
--- packages/trunk/libwfut/debian/libwfut-0.1.install	                        (rev 0)
+++ packages/trunk/libwfut/debian/libwfut-0.1.install	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1 @@
+usr/lib/*.so.*

Added: packages/trunk/libwfut/debian/rules
===================================================================
--- packages/trunk/libwfut/debian/rules	                        (rev 0)
+++ packages/trunk/libwfut/debian/rules	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1,67 @@
+#!/usr/bin/make -f
+
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+configure: configure-stamp
+configure-stamp:
+	aclocal && \
+	autoheader && \
+	automake --add-missing --foreign --copy && \
+	autoconf && \
+	CC=$(DEB_HOST_GNU_TYPE)-gcc CXX=$(DEB_HOST_GNU_TYPE)-g++ \
+	./configure --prefix=/usr
+	touch configure-stamp
+
+build: configure build-stamp
+build-stamp: configure-stamp
+	dh_testdir
+	$(MAKE)
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	[ ! -f Makefile ] || $(MAKE) distclean
+# Cleaning files that are generated from autotools.
+	rm -f Makefile.in
+	rm -f man/Makefile.in
+	rm -f man/man1/Makefile.in
+	rm -f configure
+	rm -f libwfut/Makefile.in
+	rm -f tools/Makefile.in
+	rm -f aclocal.m4
+
+	rm -f *-stamp
+	dh_clean
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+
+#Nothing to do for binary-indep
+binary-indep:
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_install --sourcedir=debian/tmp
+	dh_makeshlibs -plibwfut-0.1
+	dh_strip -plibwfut-0.1 --dbg-package=libwfut-0.1-dbg
+	dh_strip -pwfut
+	dh_installdocs
+	dh_installchangelogs ChangeLog
+	dh_installman -pwfut debian/tmp/usr/share/man/man1/wfut.1
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-arch
+.PHONY: configure build clean binary-indep binary-arch binary install


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

Added: packages/trunk/libwfut/debian/wfut.install
===================================================================
--- packages/trunk/libwfut/debian/wfut.install	                        (rev 0)
+++ packages/trunk/libwfut/debian/wfut.install	2007-08-13 05:34:21 UTC (rev 3657)
@@ -0,0 +1 @@
+usr/bin/*




More information about the Pkg-games-commits mailing list