Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
robotfindskitten (0.1600005.344b-2) unstable; urgency=low
  * Added build-depends on libtool (closes: #121595)

 -- Neale Pickett <neale@debian.org>  Thu,  6 Dec 2001 08:12:10 -0800
  • Loading branch information
Neale Pickett authored and rfinnie committed Nov 29, 2015
0 parents commit 93d3f8e
Show file tree
Hide file tree
Showing 14 changed files with 275 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CVS/Entries
@@ -0,0 +1,10 @@
/control/1.1.1.1/Wed Nov 7 05:39:01 2001//
/copyright/1.1.1.1/Wed Nov 7 05:39:01 2001//
/dirs/1.1.1.1/Wed Nov 7 05:39:01 2001//
/docs/1.1.1.1/Wed Nov 7 05:39:01 2001//
/info/1.1.1.1/Wed Nov 7 05:39:01 2001//
/robotfindskitten.6/1.1.1.1/Wed Nov 7 05:39:01 2001//
/rules/1.2/Wed Nov 7 05:39:01 2001//
/README.Debian/1.1.1.1/Wed Nov 7 05:52:54 2001//
/changelog/1.4/Wed Nov 7 05:52:54 2001//
D
1 change: 1 addition & 0 deletions CVS/Repository
@@ -0,0 +1 @@
robotfindskitten/debian
1 change: 1 addition & 0 deletions CVS/Root
@@ -0,0 +1 @@
:pserver:anonymous@cvs.rfk.sourceforge.net:/cvsroot/rfk
6 changes: 6 additions & 0 deletions README.Debian
@@ -0,0 +1,6 @@
robotfindskitten for Debian
----------------------

Initial Debianization
-- Nick Moffitt <nick@zork.net>, Tue, 21 Nov 2000 11:27:27 -0800

48 changes: 48 additions & 0 deletions changelog
@@ -0,0 +1,48 @@
robotfindskitten (0.1600005.344b-2) unstable; urgency=low

* Added build-depends on libtool (closes: #121595)

-- Neale Pickett <neale@debian.org> Thu, 6 Dec 2001 08:12:10 -0800

robotfindskitten (0.1600005.344b-1) unstable; urgency=low

* New version number, to be more in-line with upstream
* Changed maintainer in control file, so I get bug reports instead of
Nick Moffitt
* Added build-depends: automake and autoconf (closes: #120862)
* Updated info file to reflect current version

-- Neale Pickett <neale@debian.org> Tue, 27 Nov 2001 09:26:36 -0800

robotfindskitten (0.0.1600005-1) unstable; urgency=low

* Initial packaging for woody
* Changed versioning scheme to pass lintian check

-- Neale Pickett <neale@debian.org> Tue, 6 Nov 2001 21:59:24 -0800

robotfindskitten (v1600005_344b-1) unstable; urgency=low

* Added contrib NKI

-- Nick Moffitt <nick@zork.net> Tue, 14 Aug 2001 11:16:08 -0700

robotfindskitten (v1600005_248b-1) unstable; urgency=low

* Fixed stray null info file

-- Nick Moffitt <nick@zork.net> Sat, 10 Mar 2001 12:29:52 -0800

robotfindskitten (v1600005_248b) unstable; urgency=low

* Sneakums patches applied

-- Nick Moffitt <nick@zork.net> Fri, 9 Mar 2001 23:42:13 -0800

robotfindskitten (v1600003_248b-1) unstable; urgency=low

* Pre-Alpha Release.

-- Nick Moffitt <nick@zork.net> Wed, 21 Feb 2001 11:27:27 -0800


18 changes: 18 additions & 0 deletions control
@@ -0,0 +1,18 @@
Source: robotfindskitten
Section: games
Priority: optional
Maintainer: Neale Pickett <neale@debian.org>
Build-Depends: debhelper, libncurses5-dev, automake, autoconf, libtool
Standards-Version: 3.1.1

Package: robotfindskitten
Architecture: any
Depends: ${shlibs:Depends}
Description: Zen Simulation of robot finding kitten
In this simulation, you play the part of robot. Your task is to
complete the simulation by finding kitten, as is your destiny, and
indeed your wont. You (robot) are represented by the # character, and
you move around with the arrow keys touching things. If the thing you
touch is kitten, you get a cute little animation (which was cuter in
the DOS version) and the simulation ends. Otherwise, you get a brief
description of what it is you touched.
32 changes: 32 additions & 0 deletions copyright
@@ -0,0 +1,32 @@
This package was debianized by Nick Moffitt <nick@beaujolais.zork.net> on
Tue, 21 Nov 2000 11:27:27 -0800.
The maintainer is presently Neale Pickett <neale@debian.org>.

The latest source can be found at
http://www.robotfindskitten.org/

Upstream Author(s): Leonard Richardson <leonardr@segfault.org>

Copyright:

/*
*robotfindskitten: A Zen simulation
*
*Copyright (C) 1997,2000 Leonard Richardson
* leonardr@segfault.org
* http://www.crummy.com/devel/
*
* This program 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 program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or EXISTANCE OF KITTEN. See the GNU General
* Public License for more details.
*
* http://www.gnu.org/copyleft/gpl.html
*
*/

2 changes: 2 additions & 0 deletions dirs
@@ -0,0 +1,2 @@
usr/games
usr/share/info
4 changes: 4 additions & 0 deletions docs
@@ -0,0 +1,4 @@
NEWS
README
AUTHORS
BUGS
1 change: 1 addition & 0 deletions info
@@ -0,0 +1 @@
doc/robotfindskitten.info
14 changes: 14 additions & 0 deletions postinst
@@ -0,0 +1,14 @@
#!/bin/sh

#DEBHELPER#

if [ "$1" = "configure" ]; then
if [ -d /usr/doc -a ! -e /usr/doc/robotfindskitten -a -d /usr/share/doc/robotfindskitten ]; then
ln -sf ../share/doc/robotfindskitten /usr/doc/robotfindskitten
fi
fi

if [ "$1" = "configure" ]; then
install-info --section Games Games --quiet /usr/share/info/robotfindskitten.info
fi

45 changes: 45 additions & 0 deletions robotfindskitten.6
@@ -0,0 +1,45 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other parameters are allowed: see man(7), man(1)
.TH ROBOTFINDSKITTEN 6 "November 21, 2000"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
.\" .nh disable hyphenation
.\" .hy enable hyphenation
.\" .ad l left justify
.\" .ad b justify to both left and right margins
.\" .nf disable filling
.\" .fi enable filling
.\" .br insert line break
.\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7)
.SH NAME
robotfindskitten \- robotfindskitten
.SH SYNOPSIS
.B robotfindskitten
.RI [ number ]
.SH DESCRIPTION
This manual page documents briefly the
.B robotfindskitten
command.
This manual page was written for the Debian GNU/Linux distribution
because the original program does not have a manual page.
Instead, it has documentation in the GNU Info format; see below.
.PP
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
.\" respectively.
\fBrobotfindskitten\fP is a Zen simulation that was originally submitted to an art contest. The goal is to find kitten among a number of non-kitten items.
.SH OPTIONS
.TP
.B number
Specify the number of non-kitten objects to be used in the game. Defaults to 20 if not specified explicitly.
.SH SEE ALSO
The program is documented fully by
.IR "robotfindskitten" ,
available via the Info system.
.SH AUTHOR
This manual page was written by Nick Moffitt <nick@zork.net>,
for the Debian GNU/Linux system (but may be used by others).
92 changes: 92 additions & 0 deletions rules
@@ -0,0 +1,92 @@
#!/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 compatability version to use.
export DH_COMPAT=2

configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
aclocal
autoheader
automake --add-missing
autoconf
./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info

touch configure-stamp

build: configure-stamp build-stamp
build-stamp:
dh_testdir

# Add here commands to compile the package.
$(MAKE)
# /usr/bin/docbook-to-man debian/robotfindskitten-v1600003.sgml > robotfindskitten-v1600003.1

touch build-stamp

clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp

# Add here commands to clean up after the build process.
-([ -f Makefile ] && $(MAKE) distclean) || true
rm -f COPYING INSTALL config.guess config.sub install-sh \
ltconfig ltmain.sh missing mkinstalldirs doc/texinfo.tex \
Makefile config.status conftest conftest.o \
src/robotfindskitten.o src/robotfindskitten

dh_clean

install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs

# Add here commands to install the package into debian/tmp.
$(MAKE) install prefix=$(CURDIR)/debian/robotfindskitten/usr


# 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_testversion
dh_testdir
dh_testroot
# dh_installdebconf
dh_installdocs
dh_installexamples
dh_installmenu
# dh_installemacsen
# dh_installpam
# dh_installinit
dh_installcron
dh_installmanpages
dh_installinfo
# dh_undocumented
dh_installchangelogs
dh_link
dh_strip
dh_compress
dh_fixperms
# You may want to make some executables suid here.
# dh_makeshlibs
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 configure
1 change: 1 addition & 0 deletions substvars
@@ -0,0 +1 @@
shlibs:Depends=libc6 (>= 2.2.4-4), libncurses5 (>= 5.2.20010310-1)

0 comments on commit 93d3f8e

Please sign in to comment.