summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2015-06-07 10:08:39 -0400
committerClint Adams <clint@debian.org>2015-06-07 10:08:39 -0400
commitb4d3745e4b33d4870cb9ca74f55db6f50d94ce48 (patch)
tree190dde6ba8f2caf86bdbf0deada635fe08305caf
Import zec_0.12-4.debian.tar.xz
[dgit import tarball zec 0.12-4 zec_0.12-4.debian.tar.xz]
-rw-r--r--README.Debian18
-rw-r--r--changelog228
-rw-r--r--compat1
-rw-r--r--control25
-rw-r--r--copyright10
-rw-r--r--manpage.sgml89
-rw-r--r--menu2
-rwxr-xr-xrules7
-rw-r--r--source/format1
-rw-r--r--zec.docs3
-rw-r--r--zec.postinst3
-rw-r--r--zec.postrm3
12 files changed, 390 insertions, 0 deletions
diff --git a/README.Debian b/README.Debian
new file mode 100644
index 0000000..42b4e29
--- /dev/null
+++ b/README.Debian
@@ -0,0 +1,18 @@
+In the absence of useful documentation:
+
+To invoke zec:
+
+/usr/games/zec host port country password
+
+
+To invoke zecsh:
+
+(from a running zsh instance)
+source /usr/share/games/zec/zecsh
+<M-x> zec hostname_or_ip tcpportnum country password
+
+(where M-x is Meta-x)
+
+You are advised not to run zecsh unless you know what you're doing.
+
+Clint Adams <schizo@debian.org>
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..0665594
--- /dev/null
+++ b/changelog
@@ -0,0 +1,228 @@
+zec (0.12-4) unstable; urgency=medium
+
+ * Switch to source format 3.0 (quilt).
+ * Switch to dh.
+
+ -- Clint Adams <clint@debian.org> Sun, 07 Jun 2015 10:08:39 -0400
+
+zec (0.12-3) unstable; urgency=medium
+
+ * Patch from Chris Lamb to make the build reproducible. closes: #777328.
+
+ -- Clint Adams <clint@debian.org> Sun, 26 Apr 2015 15:40:59 -0400
+
+zec (0.12-2) unstable; urgency=low
+
+ * Bump to Standards-Version 3.9.1.
+ * Make dependency on zsh unversioned.
+ * Drop prerm.
+ * Update copyright file.
+
+ -- Clint Adams <clint@zsh.org> Sun, 14 Nov 2010 11:17:40 -0500
+
+zec (0.12-1) unstable; urgency=low
+
+ * New upstream release.
+ * Bump to Standards-Version 3.8.0.
+
+ -- Clint Adams <schizo@debian.org> Fri, 14 Nov 2008 18:33:46 -0500
+
+zec (0.11.1-3) unstable; urgency=low
+
+ * Bump to Standards-Version 3.7.3.
+ * Call $(MAKE) distclean instead of $(MAKE) clean, and only do
+ so if Makefile exists.
+
+ -- Clint Adams <schizo@debian.org> Wed, 12 Dec 2007 18:35:24 -0500
+
+zec (0.11.1-2) unstable; urgency=low
+
+ * Invoke $(MAKE) instead of make.
+
+ -- Clint Adams <schizo@debian.org> Sun, 02 Dec 2007 18:13:19 -0500
+
+zec (0.11.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Thu, 3 Nov 2005 13:33:05 -0500
+
+zec (0.11.0-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Add -K option and better error reporting when a country
+ is in use. closes: #335895.
+
+ -- Clint Adams <schizo@debian.org> Wed, 26 Oct 2005 22:07:27 -0400
+
+zec (0.10.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Tue, 25 Oct 2005 15:22:24 -0400
+
+zec (0.9.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Thu, 13 Oct 2005 13:37:51 -0400
+
+zec (0.8.0-2) unstable; urgency=low
+
+ * Bump Standards-Version to 3.6.2.
+ * Move menu file to /usr/share/menu.
+
+ -- Clint Adams <schizo@debian.org> Sat, 6 Aug 2005 11:46:30 -0400
+
+zec (0.8.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Sat, 23 Apr 2005 10:14:16 -0400
+
+zec (0.7.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Wed, 6 Apr 2005 21:15:12 -0400
+
+zec (0.6.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Mon, 1 Nov 2004 15:11:28 -0500
+
+zec (0.5.1-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Fri, 29 Oct 2004 10:27:33 -0400
+
+zec (0.5.0-2) unstable; urgency=high
+
+ * Tighten dependency on zsh to ensure that exec fd>>(list)
+ doesn't hang. closes: #278678.
+
+ -- Clint Adams <schizo@debian.org> Fri, 29 Oct 2004 10:16:14 -0400
+
+zec (0.5.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Thu, 28 Oct 2004 12:01:09 -0400
+
+zec (0.4.0-1) unstable; urgency=medium
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Sun, 24 Oct 2004 21:34:55 -0400
+
+zec (0.3.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Clint Adams <schizo@debian.org> Fri, 15 Oct 2004 20:20:06 -0400
+
+zec (0.3.2-1) unstable; urgency=high
+
+ * New upstream release.
+ - Fixes inability to log into newer Wolfpack servers.
+ closes: #276233.
+
+ -- Clint Adams <schizo@debian.org> Tue, 12 Oct 2004 19:08:46 -0400
+
+zec (0.3.1-2) unstable; urgency=low
+
+ * Use zsh (>> 4.1.1-1) rather than zsh-beta.
+ * Bump to Standards-Version 3.6.1.
+ * Quote values in menu file.
+
+ -- Clint Adams <schizo@debian.org> Tue, 4 May 2004 10:30:53 -0400
+
+zec (0.3.1-1) unstable; urgency=low
+
+ * http://www.empire.cx/ doesn't work anymore, so change URL to
+ http://www.wolfpackempire.com/ .
+
+ -- Clint Adams <schizo@debian.org> Mon, 28 Apr 2003 14:19:41 -0400
+
+zec (0.3-2) unstable; urgency=low
+
+ * Include md5sums.
+
+ -- Clint Adams <schizo@debian.org> Mon, 17 Mar 2003 14:37:27 -0500
+
+zec (0.3-1) unstable; urgency=medium
+
+ * Rudimentary alias support.
+ * Fix jack tool cruft problem. closes: #175551.
+
+ -- Clint Adams <schizo@debian.org> Mon, 6 Jan 2003 18:42:16 -0500
+
+zec (0.2.4-1) unstable; urgency=low
+
+ * Don't choke on flash telegrams and such. (Thanks to Harry Ford).
+
+ -- Clint Adams <schizo@debian.org> Mon, 6 Jan 2003 09:47:20 -0500
+
+zec (0.2.3-1) unstable; urgency=low
+
+ * Don't choke on output beginning with hyphens.
+
+ -- Clint Adams <schizo@debian.org> Fri, 3 Jan 2003 17:44:46 -0500
+
+zec (0.2.2-1) unstable; urgency=low
+
+ * Don't keep blank lines in history. closes: #174725.
+
+ -- Clint Adams <schizo@debian.org> Wed, 1 Jan 2003 20:55:27 -0500
+
+zec (0.2.1-1) unstable; urgency=medium
+
+ * New version with typo fix.
+
+ -- Clint Adams <schizo@debian.org> Tue, 19 Nov 2002 03:41:33 -0500
+
+zec (0.2.0-1) unstable; urgency=medium
+
+ * New version with redirection and piping support.
+
+ -- Clint Adams <schizo@debian.org> Tue, 19 Nov 2002 01:41:55 -0500
+
+zec (0.1.5.0-1) unstable; urgency=low
+
+ * New version with rudimentary ~/.zecrc support.
+
+ -- Clint Adams <schizo@debian.org> Fri, 11 Oct 2002 00:07:26 -0400
+
+zec (0.1.0.0-2) unstable; urgency=low
+
+ * Update to Standards-Version 3.5.7.0.
+ * Ditch /usr/doc symlink.
+
+ -- Clint Adams <schizo@debian.org> Mon, 2 Sep 2002 22:21:25 -0400
+
+zec (0.1.0.0-1) unstable; urgency=low
+
+ * New version, now using automake.
+
+ -- Clint Adams <schizo@debian.org> Mon, 10 Jun 2002 03:36:41 -0400
+
+zec (0.0.0.0.0+cvs20020606-2) unstable; urgency=medium
+
+ * Change Depends from >> to >=.
+
+ -- Clint Adams <schizo@debian.org> Sun, 9 Jun 2002 16:21:22 -0400
+
+zec (0.0.0.0.0+cvs20020606-1) unstable; urgency=low
+
+ * New snapshot.
+
+ -- Clint Adams <schizo@debian.org> Thu, 6 Jun 2002 14:18:38 -0400
+
+zec (0.0.0.0.0+cvs20020604-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Clint Adams <schizo@debian.org> Tue, 4 Jun 2002 11:56:35 -0400
+
diff --git a/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..427e177
--- /dev/null
+++ b/control
@@ -0,0 +1,25 @@
+Source: zec
+Section: games
+Priority: optional
+Maintainer: Clint Adams <clint@debian.org>
+Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9)
+
+Package: zec
+Architecture: all
+Depends: zsh, ${misc:Depends}
+Description: Z-Shell Empire client
+ zec is a client for Empire (http://www.wolfpackempire.com/),
+ a real time, multiplayer, internet-based game, featuring military,
+ diplomatic, and economic goals.
+ .
+ Currently there are two incarnations of zec: zec, and zecsh.
+ .
+ zec itself is a traditional script in the style of pei. While it is not
+ as full-featured as pei, it does have the advantage of ZLE support.
+ .
+ zecsh is an experimental script, intended to be sourced from a running
+ shell instance, in order to give the user the ability to intersperse
+ normal shell constructs with Empire commands.
+ .
+ At this time, zecsh is considerably less stable than zec.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..5cd2f6f
--- /dev/null
+++ b/copyright
@@ -0,0 +1,10 @@
+This package was put together by Clint Adams <clint@zsh.org>
+
+Source can currently be obtained from http://savannah.nongnu.org/projects/zec
+
+Copyright and license:
+
+Copyright (C) 2001, 2002, 2003, 2004, 2005 Clint Adams
+
+zec is distributed under the terms of the GNU GPL v2 or later.
+See /usr/share/common-licenses/GPL.
diff --git a/manpage.sgml b/manpage.sgml
new file mode 100644
index 0000000..ff49dd9
--- /dev/null
+++ b/manpage.sgml
@@ -0,0 +1,89 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+ <!ENTITY mandate "<date>June 9, 2002</date>">
+
+]>
+
+<refentry>
+ <refentryinfo>
+ <address>
+ <email>schizo@debian.org</email>
+ </address>
+ <author>
+ Clint
+ Adams
+ </author>
+ <copyright>
+ <year>2001</year>
+ <holder>Clint Adams</holder>
+ </copyright>
+ &mandate;
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>Z-Shell Empire Client</refentrytitle>
+ <manvolnum>6</manvolnum>
+ </refmeta>
+ <refnamediv>
+ <refname>zec</refname>
+
+ <refpurpose>Empire client for Z-Shell</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ <command>zec</command>
+
+ <arg><replaceable>host</replaceable></arg>
+
+ <arg><replaceable>port</replaceable></arg>
+
+ <arg><replaceable>country</replaceable></arg>
+
+ <arg><replaceable>representative</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+
+ <para>This manual page documents briefly the
+ <command>zec</command> command.</para>
+
+ <para><command>zec</command> is a client for the game
+ Empire.</para>
+
+ <para>For more information about Empire, see http://www.empire.cx .
+
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+
+ <para>/usr/share/doc/zec/README.Debian</para>
+
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>zec was written by Clint Adams <email>schizo@debian.org</email>.
+ Permission is granted to copy, distribute and/or modify this document
+ under the terms of the <acronym>GNU</acronym> General Public
+ License, Version 2, or (at your option) any later version
+ published by the Free Software Foundation.</para>
+
+ </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
diff --git a/menu b/menu
new file mode 100644
index 0000000..2f8ed66
--- /dev/null
+++ b/menu
@@ -0,0 +1,2 @@
+?package(zec):needs="text" section="Games/Strategy" \
+ title="zec" command="/usr/games/zec"
diff --git a/rules b/rules
new file mode 100755
index 0000000..b9d9047
--- /dev/null
+++ b/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --builddirectory=obj
+
+override_dh_auto_configure:
+ dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games/zec
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/zec.docs b/zec.docs
new file mode 100644
index 0000000..6f83607
--- /dev/null
+++ b/zec.docs
@@ -0,0 +1,3 @@
+AUTHORS
+NEWS
+README
diff --git a/zec.postinst b/zec.postinst
new file mode 100644
index 0000000..07fe0c2
--- /dev/null
+++ b/zec.postinst
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+#DEBHELPER#
diff --git a/zec.postrm b/zec.postrm
new file mode 100644
index 0000000..07fe0c2
--- /dev/null
+++ b/zec.postrm
@@ -0,0 +1,3 @@
+#!/bin/sh -e
+
+#DEBHELPER#