--- amoeba-data-1.1.orig/debian/rules
+++ amoeba-data-1.1/debian/rules
@@ -0,0 +1,35 @@
+#!/usr/bin/make -f
+
+build:
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/amoeba-data
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_link
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+binary-arch:
+
+binary: binary-indep
+.PHONY: build clean binary-indep binary install
--- amoeba-data-1.1.orig/debian/dirs
+++ amoeba-data-1.1/debian/dirs
@@ -0,0 +1 @@
+usr/share/amoeba
--- amoeba-data-1.1.orig/debian/compat
+++ amoeba-data-1.1/debian/compat
@@ -0,0 +1 @@
+7
--- amoeba-data-1.1.orig/debian/copyright
+++ amoeba-data-1.1/debian/copyright
@@ -0,0 +1,14 @@
+This package was retrieved from
+
+ http://www.scene.org/file.php?file=/parties/2002/underscore02/demo/e_amoeba-final.zip
+
+and was repackaged to .tar.gz, with all files but demo.dat removed (the
+binaries and documentation are in the package amoeba).
+
+Like all other demos, Amoeba is freely redistributable. This means that the
+data (ie. this package, that is, amoeba-data), is freely redistributable, but
+may not be changed or used in any other production.
+
+Also note that the demo engine (which resides in the package amoeba, in the
+contrib section), which you will probably need to get anything useful out of
+this package, is licensed under the GPL.
--- amoeba-data-1.1.orig/debian/changelog
+++ amoeba-data-1.1/debian/changelog
@@ -0,0 +1,51 @@
+amoeba-data (1.1-6) unstable; urgency=low
+
+ * Add empty binary-arch target. (Closes: #640875)
+ * Change my maintainer address to sesse@debian.org. (I was not a DD when I
+ last uploaded this package, almost nine years ago...)
+ * Replace DH_COMPAT= directive with debian/compat file.
+ * Bump debian/compat version to 7.
+ * Bump debhelper versioning compatibility to 7.0.0.
+ * Remove some debhelper boilerplate from debian/rules.
+ * Bump Standards-Version to 3.9.2.
+ * Add ${misc:Depends} to Depends.
+ * Use dh_prep instead of dh_clean -k.
+ * Add debhelper to Build-Depends instead of Build-Depends-Indep,
+ since the clean target needs it.
+
+ -- Steinar H. Gunderson <sesse@debian.org> Thu, 15 Sep 2011 21:54:04 +0200
+
+amoeba-data (1.1-5) unstable; urgency=low
+
+ * Upload with source as well. *sigh*.
+
+ -- Tollef Fog Heen <tfheen@debian.org> Sat, 23 Nov 2002 19:57:05 +0100
+
+amoeba-data (1.1-4) unstable; urgency=low
+
+ * Clarified the copyright text in debian/copyright.
+
+ -- Steinar H. Gunderson <sgunderson@bigfoot.com> Thu, 14 Nov 2002 02:28:07 +0100
+
+amoeba-data (1.1-3) unstable; urgency=low
+
+ * New upload, this time _really_ with copyright. (The error was to forget
+ adding dh_installdocs to debian/rules -- the copyright file was included
+ in the source package but not the binary.)
+
+ * Cleaned up debian/rules.
+
+ -- Steinar H. Gunderson <sgunderson@bigfoot.com> Thu, 07 Nov 2002 14:02:25 +0100
+
+amoeba-data (1.1-2) unstable; urgency=low
+
+ * New upload, this time with copyright.
+
+ -- Steinar H. Gunderson <sgunderson@bigfoot.com> Thu, 07 Nov 2002 00:54:35 +0100
+
+amoeba-data (1.1-1) unstable; urgency=low
+
+ * Initial release for Debian.
+
+ -- Steinar H. Gunderson <sgunderson@bigfoot.com> Sat, 26 Oct 2002 02:07:23 +0200
+
--- amoeba-data-1.1.orig/debian/control
+++ amoeba-data-1.1/debian/control
@@ -0,0 +1,22 @@
+Source: amoeba-data
+Section: non-free/x11
+Priority: optional
+Maintainer: "Steinar H. Gunderson" <sesse@debian.org>
+Build-Depends: debhelper (>> 7.0.0)
+Standards-Version: 3.9.2
+
+Package: amoeba-data
+Architecture: all
+Recommends: amoeba
+Depends: ${misc:Depends}
+Description: Fast-paced, polished OpenGL demonstration by Excess (data)
+ Amoeba is a fast-paced, cross-platform OpenGL demonstration by Excess, showing
+ effects using your 3D card in perfect sync with Ogg Vorbis music. It features
+ a full XML-scripted GPLed demo engine, several object manipulations, lots of
+ graphics and a pumping soundtrack.
+ .
+ Amoeba won first price in the demo competition at Underscore 02, a sceneparty
+ held in Joenkoeping, Sweden (http://www.underscore.sh/)
+ .
+ This package contains the data required for the demo -- to watch the demo, you
+ will also need the package amoeba, which contains the demo engine.