--- luola-nostalgy-1.2.orig/debian/control
+++ luola-nostalgy-1.2/debian/control
@@ -0,0 +1,20 @@
+Source: luola-nostalgy
+Section: games
+Priority: optional
+Maintainer: Christian T. Steigies <cts@debian.org>
+Build-Depends: debhelper (>> 5.0.0)
+Standards-Version: 3.7.3
+
+Package: luola-nostalgy
+Architecture: all
+Depends:
+Description: nostalgy level files for luola
+ Luola is a 2D arcade game where you fly a small V shaped ship in different
+ kinds of levels.
+ .
+ Luola's genre "Luolalentely," or cave-flying, has been
+ very popular in Finland. Although cave-flying games
+ are not originally from Finland, most new cave-flying
+ games are.
+ .
+ This package contains (unofficial) remakes of the old V-Wing levels.
--- luola-nostalgy-1.2.orig/debian/rules
+++ luola-nostalgy-1.2/debian/rules
@@ -0,0 +1,82 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+#export DH_COMPAT=5
+
+ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -g
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ # Add here commands to configure the package.
+
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure-stamp
+ dh_testdir
+
+ # Add here commands to compile the package.
+ #$(MAKE)
+ #/usr/bin/docbook-to-man debian/luola-nostalgy.sgml > luola-nostalgy.1
+
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+
+ # Add here commands to clean up after the build process.
+ #$(MAKE) clean
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ # Add here commands to install the package into debian/luola-nostalgy.
+ #$(MAKE) install DESTDIR=$(CURDIR)/debian/luola-nostalgy
+ cp *.lev $(CURDIR)/debian/luola-nostalgy/usr/share/games/luola/levels/
+
+# Build architecture-independent files here.
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+# dh_installdebconf
+ dh_installdocs
+# dh_undocumented
+ dh_installchangelogs
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_makeshlibs
+ dh_installdeb
+# dh_perl
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- luola-nostalgy-1.2.orig/debian/watch
+++ luola-nostalgy-1.2/debian/watch
@@ -0,0 +1,5 @@
+# format version number, currently 2; this line is compulsory!
+version=3
+
+# Site Directory Pattern Version Script
+http://www.luolamies.org/software/luola/nostalgia-(.*)\.tar\.gz debian uupdate
--- luola-nostalgy-1.2.orig/debian/changelog
+++ luola-nostalgy-1.2/debian/changelog
@@ -0,0 +1,27 @@
+luola-nostalgy (1.2-2) unstable; urgency=low
+
+ * updated Standards-Version to 3.7.3 (no changes)
+ * clean should be satisfied by Build-Depends,
+ so debhelper must be listed in B-D, not in B-D-indep
+ * use debian/compat and use compat version 5
+ * remove unused Depends: ${shlibs:Depends} from control file
+
+ -- Christian T. Steigies <cts@debian.org> Mon, 24 Mar 2008 21:14:55 +0100
+
+luola-nostalgy (1.2-1) unstable; urgency=low
+
+ * new upstream version
+ * added watchfile with new upstream source location and email
+ * requires luola-1.3.1 and higher
+ * use debhelper compatibility version version 5
+ * updated standards version (no changes)
+ * upstream changelog and levels were renamed
+
+ -- Christian T. Steigies <cts@debian.org> Mon, 24 Apr 2006 23:11:52 +0200
+
+luola-nostalgy (0.2-1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Christian T. Steigies <cts@debian.org> Fri, 24 Dec 2004 15:36:34 +0100
+
--- luola-nostalgy-1.2.orig/debian/dirs
+++ luola-nostalgy-1.2/debian/dirs
@@ -0,0 +1 @@
+usr/share/games/luola/levels/
--- luola-nostalgy-1.2.orig/debian/copyright
+++ luola-nostalgy-1.2/debian/copyright
@@ -0,0 +1,12 @@
+This package was debianized by Christian T. Steigies <cts@debian.org> on
+Sun, 20 Oct 2002 23:56:33 -0400.
+
+It was downloaded from http://www.luolamies.org/software/luola/nostalgia-1.2.tar.gz
+
+Upstream Author: Calle Laakkonen <calle@luolamies.org>
+Copyright (c) 2002 Calle Laakkonen
+
+These levels are distributed under the GNU GENERAL PUBLIC LICENSE.
+
+On Debian GNU/Linux systems, the complete text of the GNU General Public
+License is found in `/usr/share/common-licenses/GPL'.
--- luola-nostalgy-1.2.orig/debian/docs
+++ luola-nostalgy-1.2/debian/docs
@@ -0,0 +1 @@
+README.Nostalgia
--- luola-nostalgy-1.2.orig/debian/compat
+++ luola-nostalgy-1.2/debian/compat
@@ -0,0 +1 @@
+5