--- nettoe-1.1.0.orig/debian/changelog +++ nettoe-1.1.0/debian/changelog @@ -0,0 +1,21 @@ +nettoe (1.1.0-1) unstable; urgency=low + + * New upstream release. + + -- Andras Bali Mon, 6 Aug 2001 22:22:47 +0200 + +nettoe (1.0.6-1) unstable; urgency=low + + * New upstream release. + + -- Andras Bali Sun, 1 Jul 2001 19:58:16 +0200 + +nettoe (1.0.5-1) unstable; urgency=low + + * Initial Release (Closes: #96202). + + -- Andras Bali Sat, 23 Jun 2001 22:24:49 +0200 + +Local variables: +mode: debian-changelog +End: --- nettoe-1.1.0.orig/debian/nettoe.menu +++ nettoe-1.1.0/debian/nettoe.menu @@ -0,0 +1,5 @@ +?package(nettoe):\ + needs=text\ + section=Games/Board\ + title="NetToe"\ + command="/usr/games/nettoe" --- nettoe-1.1.0.orig/debian/watch +++ nettoe-1.1.0/debian/watch @@ -0,0 +1 @@ +http://prdownloads.sourceforge.net /nettoe/ nettoe-(.*)\.tar\.gz debian uupdate --- nettoe-1.1.0.orig/debian/nettoe.manpages +++ nettoe-1.1.0/debian/nettoe.manpages @@ -0,0 +1 @@ +docs/nettoe.6 --- nettoe-1.1.0.orig/debian/nettoe.docs +++ nettoe-1.1.0/debian/nettoe.docs @@ -0,0 +1,4 @@ +TO-DO +NEWS +README +BUGS --- nettoe-1.1.0.orig/debian/copyright +++ nettoe-1.1.0/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Andras Bali on +Sat, 23 Jun 2001 22:24:49 +0200. + +It was downloaded from http://nettoe.sourceforge.net/downloads.php. + +Upstream Author: Gabriele Giorgetti + +Copyright: + +This software is written by Gabriele Giorgetti. + +You are free to distribute this software under the terms of +the GNU General Public License. + +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. + --- nettoe-1.1.0.orig/debian/control +++ nettoe-1.1.0/debian/control @@ -0,0 +1,15 @@ +Source: nettoe +Section: games +Priority: optional +Maintainer: Andras Bali +Build-Depends: debhelper (>> 3.0.0) +Standards-Version: 3.5.2 + +Package: nettoe +Architecture: any +Depends: ${shlibs:Depends} +Description: Networked version of Tic Tac Toe for the console + NetToe is a console-based version of the classic game "Tic Tac Toe". + It's playable against computer AI, a player on the same machine or + with another player over the network. + --- nettoe-1.1.0.orig/debian/rules +++ nettoe-1.1.0/debian/rules @@ -0,0 +1,51 @@ +#!/usr/bin/make -f + +export DH_COMPAT=3 + +configure: configure-stamp +configure-stamp: + dh_testdir + ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + touch configure-stamp + +build: configure-stamp build-stamp +build-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 + install -m 755 -o root -g root $(CURDIR)/src/nettoe $(CURDIR)/debian/nettoe/usr/games/nettoe + +binary-indep: build install + +binary-arch: build install + dh_testdir + dh_testroot + dh_installdocs + dh_installmenu + dh_installman + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- nettoe-1.1.0.orig/debian/nettoe.dirs +++ nettoe-1.1.0/debian/nettoe.dirs @@ -0,0 +1,3 @@ +usr/games +usr/share/man/man6 +usr/share/doc/nettoe