+++ /dev/null
-gtetrinet (0.4.1-1) unstable; urgency=low
-
- * New release
-
- -- Ka-shu Wong <kswong@zip.com.au> Wed, 28 Jun 2000 19:32:07 +1000
-
-gtetrinet (0.4-2) unstable; urgency=low
-
- * Add gtetrinet menu file.
-
- -- Ka-shu Wong <kswong@zip.com.au> Thu, 13 Jan 2000 00:44:26 +1100
-
-gtetrinet (0.4-1) unstable; urgency=low
-
- * New release
-
- -- Ka-shu Wong <kswong@zip.com.au> Sun, 5 Dec 1999 21:26:06 +1100
-
-gtetrinet (0.3-1) unstable; urgency=low
-
- * Initial release
-
- -- Ka-shu Wong <kswong@zip.com.au> Tue, 27 Jul 1999 20:06:10 +1000
-
-Local variables:
-mode: debian-changelog
-End:
+++ /dev/null
-Source: gtetrinet
-Section: games
-Priority: optional
-Maintainer: Ka-shu Wong <kswong@zip.com.au>
-Standards-Version: 2.4.1.0
-
-Package: gtetrinet
-Architecture: any
-Depends: ${shlibs:Depends}
-Description: Multiplayer tetris game
- GTetrinet is a clone of the popular Tetrinet game for Windows.
- It is designed to be both network compatible and identical in
- gameplay to the original Tetrinet.
+++ /dev/null
-Copyright (C) 1999 Ka-shu Wong <kswong@zip.com.au>
-
-This program and its documentation are free software; you can
-redistribute them and/or modify them under the terms of the GNU
-General Public License as published by the Free Software Foundation;
-either version 2, 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 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 with
-your Debian GNU/Linux system, in /usr/doc/copyright/GPL, or with the
-Debian GNU/Linux hello source package as the file COPYING. If not,
-write to the Free Software Foundation, Inc., 59 Temple Place - Suite
-330, Boston, MA 02111-1307, USA.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/doc/copyright/GPL'.
+++ /dev/null
-?package(gtetrinet):needs=X11 section=Games/Tetris-like title="GTetrinet" \
- command="/usr/bin/gtetrinet"
+++ /dev/null
-#!/usr/bin/make -f
-
-INSTALL_BASE=`pwd`/debian/tmp
-
-package=gtetrinet
-
-build:
- dh_testdir
-
- ./configure --prefix=/usr
- $(MAKE)
- touch build
-
-clean:
- dh_testdir
- dh_testroot
-
- rm -f build
- -$(MAKE) -i distclean
-
- dh_clean
-
-binary-indep:
-
-binary-arch: build
- dh_testdir -a
- dh_testroot -a
-
- $(MAKE) install DESTDIR=$(INSTALL_BASE)
-
- dh_installdocs -a
- dh_installchangelogs -a ChangeLog
- dh_installmenu -a
- dh_strip -a
- dh_compress -a
- dh_fixperms -a
- dh_shlibdeps -a
- dh_gencontrol -a
- dh_md5sums -a
- dh_builddeb -a
-
-binary: binary-indep binary-arch