Author: bddebian-guest Date: 2007-11-05 22:28:32 +0000 (Mon, 05 Nov 2007) New Revision: 4568
Added: packages/trunk/libtpproto-cpp/ packages/trunk/libtpproto-cpp/debian/ packages/trunk/libtpproto-cpp/debian/changelog packages/trunk/libtpproto-cpp/debian/compat packages/trunk/libtpproto-cpp/debian/control packages/trunk/libtpproto-cpp/debian/copyright packages/trunk/libtpproto-cpp/debian/docs packages/trunk/libtpproto-cpp/debian/libtpproto-dev.dirs packages/trunk/libtpproto-cpp/debian/libtpproto-dev.install packages/trunk/libtpproto-cpp/debian/libtpproto2.dirs packages/trunk/libtpproto-cpp/debian/libtpproto2.install packages/trunk/libtpproto-cpp/debian/rules packages/trunk/libtpproto-cpp/debian/watch Log: libtpprot-cpp - Protocol Library for Thousand Parsec (New package) * Initial Release * Work in Progress. (Upstream tarball includes debian dir) + Upstreams files used as a base for these * Fix watch file * Remove dh_make comments from files * Remove unused/unneded commands from rules * Fix .install files to put the correct files in the correct packages Added: packages/trunk/libtpproto-cpp/debian/changelog =================================================================== --- packages/trunk/libtpproto-cpp/debian/changelog (rev 0) +++ packages/trunk/libtpproto-cpp/debian/changelog 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,12 @@ +libtpproto-cpp (0.1.1-1) UNRELEASED; urgency=low + + [ Barry deFreese ] + * Initial Release + * Work in Progress. (Upstream tarball includes debian dir) + + Upstreams files used as a base for these + * Fix watch file + * Remove dh_make comments from files + * Remove unused/unneded commands from rules + * Fix .install files to put the correct files in the correct packages + + -- Barry deFreese <[EMAIL PROTECTED]> Mon, 5 Nov 2007 14:12:30 -0500 Added: packages/trunk/libtpproto-cpp/debian/compat =================================================================== --- packages/trunk/libtpproto-cpp/debian/compat (rev 0) +++ packages/trunk/libtpproto-cpp/debian/compat 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1 @@ +5 Added: packages/trunk/libtpproto-cpp/debian/control =================================================================== --- packages/trunk/libtpproto-cpp/debian/control (rev 0) +++ packages/trunk/libtpproto-cpp/debian/control 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,26 @@ +Source: libtpproto-cpp +Priority: extra +Maintainer: Debian Games Team <[EMAIL PROTECTED]> +Uploaders: Barry deFreese <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), autotools-dev +Standards-Version: 3.7.2 +Section: libs +Homepage: http://www.thousandparsec.net/tp/ +XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/libtpproto-cpp/ +XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/libtpproto-cpp/?op=log + +Package: libtpproto-dev +Section: libdevel +Architecture: any +Depends: libtpproto2 (= ${binary:Version}) +Description: Thousand Parsec network protocol development libraries and headers + This package provides the development headers and libraries needed to compile + software against the Thousand Parsec network protocol. + +Package: libtpproto2 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Thousand Parsec network protocol library + This package provides a library implementing the Thousand Parsec network + protocol for clients. Added: packages/trunk/libtpproto-cpp/debian/copyright =================================================================== --- packages/trunk/libtpproto-cpp/debian/copyright (rev 0) +++ packages/trunk/libtpproto-cpp/debian/copyright 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,30 @@ +This package was debianized by Paul Hampson <[EMAIL PROTECTED]> on +Thu, 18 Jan 2007 18:53:07 +1100. + +It was downloaded from http://www.thousandparsec.net/tp/downloads.php + +Upstream Author: Lee Begg <[EMAIL PROTECTED]> + +Copyright: Lee Begg <[EMAIL PROTECTED]> + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2007, Paul Hampson <[EMAIL PROTECTED]> and +is licensed under the GPL, see above. \ No newline at end of file Added: packages/trunk/libtpproto-cpp/debian/docs =================================================================== --- packages/trunk/libtpproto-cpp/debian/docs (rev 0) +++ packages/trunk/libtpproto-cpp/debian/docs 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,2 @@ +NEWS +README Added: packages/trunk/libtpproto-cpp/debian/libtpproto-dev.dirs =================================================================== --- packages/trunk/libtpproto-cpp/debian/libtpproto-dev.dirs (rev 0) +++ packages/trunk/libtpproto-cpp/debian/libtpproto-dev.dirs 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,2 @@ +usr/lib +usr/include \ No newline at end of file Added: packages/trunk/libtpproto-cpp/debian/libtpproto-dev.install =================================================================== --- packages/trunk/libtpproto-cpp/debian/libtpproto-dev.install (rev 0) +++ packages/trunk/libtpproto-cpp/debian/libtpproto-dev.install 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,6 @@ +usr/include/* +usr/lib/*.a +usr/lib/*.so +usr/lib/pkgconfig/* + + Added: packages/trunk/libtpproto-cpp/debian/libtpproto2.dirs =================================================================== --- packages/trunk/libtpproto-cpp/debian/libtpproto2.dirs (rev 0) +++ packages/trunk/libtpproto-cpp/debian/libtpproto2.dirs 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1 @@ +usr/lib \ No newline at end of file Added: packages/trunk/libtpproto-cpp/debian/libtpproto2.install =================================================================== --- packages/trunk/libtpproto-cpp/debian/libtpproto2.install (rev 0) +++ packages/trunk/libtpproto-cpp/debian/libtpproto2.install 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1 @@ +usr/lib/*.so.* Added: packages/trunk/libtpproto-cpp/debian/rules =================================================================== --- packages/trunk/libtpproto-cpp/debian/rules (rev 0) +++ packages/trunk/libtpproto-cpp/debian/rules 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,74 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + +config.status: configure + dh_testdir + +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + ./configure --prefix=/usr + +build: build-stamp +build-stamp: config.status + dh_testdir + + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + [ ! -f Makefile ] || $(MAKE) distclean + + rm -f config.sub config.guess + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install + + +binary-indep: build install +# We have nothing to do by default. + +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --sourcedir=debian/tmp --list-missing +# dh_installmenu + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_makeshlibs + dh_installdeb + 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: packages/trunk/libtpproto-cpp/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/libtpproto-cpp/debian/watch =================================================================== --- packages/trunk/libtpproto-cpp/debian/watch (rev 0) +++ packages/trunk/libtpproto-cpp/debian/watch 2007-11-05 22:28:32 UTC (rev 4568) @@ -0,0 +1,3 @@ +version=3 + +http://sf.net/thousandparsec/libtpproto-cpp-([\d.]+)\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

