--- pathological-music-1.1.3.orig/debian/control
+++ pathological-music-1.1.3/debian/control
@@ -0,0 +1,23 @@
+Source: pathological-music
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
+Uploaders: Alexander Reichle-Schmehl <tolimar@debian.org>
+Build-Depends: debhelper (>> 5)
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pathological-music/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pathological-music/?op=log
+Homepage: http://pathological.sourceforge.net/
+
+Package: pathological-music
+Architecture: all
+Conflicts: pathological (<= 1.1.3-1)
+Depends: ${misc:Depends}
+Description: puzzle game involving paths and marbles [music]
+ This package contains the music for Pathological.
+ .
+ Pathological is an enriched clone of the game "Logical" by Rainbow Arts.
+ To solve a level, fill each wheel with four marbles of matching color.
+ Various board elements such as teleporters, switches, filters, etc., make
+ the game interesting and challenging. New levels can be created using your
+ favorite text editor.
--- pathological-music-1.1.3.orig/debian/rules
+++ pathological-music-1.1.3/debian/rules
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+clean:
+ dh_testdir
+ dh_testroot
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+
+ install -d $(CURDIR)/debian/pathological-music/usr/share/games/pathological/music
+ cp *.xm $(CURDIR)/debian/pathological-music/usr/share/games/pathological/music
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
--- pathological-music-1.1.3.orig/debian/compat
+++ pathological-music-1.1.3/debian/compat
@@ -0,0 +1 @@
+5
--- pathological-music-1.1.3.orig/debian/changelog
+++ pathological-music-1.1.3/debian/changelog
@@ -0,0 +1,36 @@
+pathological-music (1:1.1.3-1) unstable; urgency=low
+
+ [ Cyril Brulebois ]
+ * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
+
+ [ Jon Dowland ]
+ * Add Homepage: to source control stanza
+
+ [ Ansgar Burchardt ]
+ * debian/control: Change XS-Vcs-* to Vcs-*
+ * Remove Homepage semi-field from description
+
+ [ Alexander Reichle-Schmehl ]
+ * Adopt debian/control to my new name
+ * Make the package a non native one
+ * Bump standards to 3.8.3 (no further changes needed)
+ * Move debhelper build-indep to build-depends (according to lintian
+ that's the correct way)
+ * Build depend on debhelper >= 5 to satisfy debian/compat
+ * Add depends in ${misc:Depends}
+
+ -- Alexander Reichle-Schmehl <tolimar@debian.org> Sun, 24 Jan 2010 15:17:39 +0100
+
+pathological-music (2) unstable; urgency=low
+
+ * New maintainer Debian Games Team (Closes: 388359)
+ * Adding Homepage header to package description
+ * boosted standards version to 3.7.2; no changes needed
+
+ -- Alexander Schmehl <tolimar@debian.org> Fri, 12 Jan 2007 18:14:18 +0100
+
+pathological-music (1) unstable; urgency=low
+
+ * Initial Release.
+
+ -- Joe Wreschnig <piman@debian.org> Wed, 30 Jul 2003 14:26:07 -0500
--- pathological-music-1.1.3.orig/debian/copyright
+++ pathological-music-1.1.3/debian/copyright
@@ -0,0 +1,26 @@
+This package was debianized by Joe Wreschnig <piman@debian.org> on
+Wed, 30 Jul 2003 14:26:07 -0500.
+
+The Debian Games Team took over maintenance of this package
+on Fri, 12 Jan 2007 17:32:08 +0100.
+
+It was downloaded from http://pathological.sourceforge.net
+
+Copyright (C) 2003 John-Paul Gignac
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2 of the License, 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
+along with this program; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.