]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Removed debian directory on request of Debian maintainer.
authorkswong <kswong>
Fri, 8 Dec 2000 00:43:48 +0000 (00:43 +0000)
committerkswong <kswong>
Fri, 8 Dec 2000 00:43:48 +0000 (00:43 +0000)
debian/changelog [deleted file]
debian/control [deleted file]
debian/copyright [deleted file]
debian/docs [deleted file]
debian/menu [deleted file]
debian/rules [deleted file]

diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644 (file)
index 9429c34..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-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:
diff --git a/debian/control b/debian/control
deleted file mode 100644 (file)
index 7ab89b0..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-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.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644 (file)
index d74d867..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-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'.
diff --git a/debian/docs b/debian/docs
deleted file mode 100644 (file)
index e845566..0000000
+++ /dev/null
@@ -1 +0,0 @@
-README
diff --git a/debian/menu b/debian/menu
deleted file mode 100644 (file)
index 76281fe..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(gtetrinet):needs=X11 section=Games/Tetris-like title="GTetrinet" \
-  command="/usr/bin/gtetrinet"
diff --git a/debian/rules b/debian/rules
deleted file mode 100755 (executable)
index 45f134f..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-#!/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