From: kswong Date: Fri, 8 Dec 2000 00:43:48 +0000 (+0000) Subject: Removed debian directory on request of Debian maintainer. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=1621b1e1ef80f458dd4a5fbf1ca96b0acf4331f2;p=gtetrinet Removed debian directory on request of Debian maintainer. --- diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 9429c34..0000000 --- a/debian/changelog +++ /dev/null @@ -1,27 +0,0 @@ -gtetrinet (0.4.1-1) unstable; urgency=low - - * New release - - -- Ka-shu Wong Wed, 28 Jun 2000 19:32:07 +1000 - -gtetrinet (0.4-2) unstable; urgency=low - - * Add gtetrinet menu file. - - -- Ka-shu Wong Thu, 13 Jan 2000 00:44:26 +1100 - -gtetrinet (0.4-1) unstable; urgency=low - - * New release - - -- Ka-shu Wong Sun, 5 Dec 1999 21:26:06 +1100 - -gtetrinet (0.3-1) unstable; urgency=low - - * Initial release - - -- Ka-shu Wong 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 index 7ab89b0..0000000 --- a/debian/control +++ /dev/null @@ -1,13 +0,0 @@ -Source: gtetrinet -Section: games -Priority: optional -Maintainer: Ka-shu Wong -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 index d74d867..0000000 --- a/debian/copyright +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (C) 1999 Ka-shu Wong - -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 index e845566..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README diff --git a/debian/menu b/debian/menu deleted file mode 100644 index 76281fe..0000000 --- a/debian/menu +++ /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 index 45f134f..0000000 --- a/debian/rules +++ /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