--- mms-theme-midnight-0.6.3.orig/debian/control
+++ mms-theme-midnight-0.6.3/debian/control
@@ -0,0 +1,15 @@
+Source: mms-theme-midnight
+Section: sound
+Priority: optional
+Maintainer: Roman Müllenschläder <mms@prodeia.de>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.0
+
+Package: mms-theme-midnight
+Provides: mms-theme
+Conflicts: mms-themes, mms (<<1.1.0)
+Architecture: all
+Depends: mms (>=1.1.0)
+Description: Additional themes for MMS - My Media System
+ This adds additional theme to MMS
+  o Midnight-Theme done by acmelabs
--- mms-theme-midnight-0.6.3.orig/debian/compat
+++ mms-theme-midnight-0.6.3/debian/compat
@@ -0,0 +1 @@
+5
--- mms-theme-midnight-0.6.3.orig/debian/rules
+++ mms-theme-midnight-0.6.3/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+PACKAGE=mms-theme-midnight
+TARNAME=midnight-0.6.3
+
+build:
+
+clean:
+	dh_testdir
+	dh_testroot
+	dh_clean
+
+binary-indep:
+	dh_clean
+	dh_testdir
+	dh_testroot
+	dh_installdirs /usr/share/mms/themes
+	dh_installchangelogs
+	dh_installdocs
+
+	tar -C $(CURDIR)/debian/$(PACKAGE)/usr/share/mms/themes/ -zxf $(TARNAME).tar.gz
+
+	find $(CURDIR)/debian/$(PACKAGE) -type f -exec chmod 644 {} \;
+	find $(CURDIR)/debian/$(PACKAGE) -type d -exec chmod 755 {} \;
+	find $(CURDIR)/debian/$(PACKAGE) -name "*.sh" -exec chmod 755 {} \;
+
+	dh_installdocs $(CURDIR)/debian/$(PACKAGE)/usr/share/mms/themes/$(TARNAME)/README
+	rm -rf $(CURDIR)/debian/$(PACKAGE)/usr/share/mms/themes/$(TARNAME)/README
+
+	dh_fixperms
+	dh_compress
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep clean build
--- mms-theme-midnight-0.6.3.orig/debian/copyright
+++ mms-theme-midnight-0.6.3/debian/copyright
@@ -0,0 +1,21 @@
+This package was debianized by Roman Müllenschläder <mms@prodeia.de> on
+Mon, 06 Jan 2009 20:00:56 +0100.
+
+It was downloaded from http://mms.mymediasystem.net
+
+Upstream Authors: 
+
+	Andreas Saur (acmelabs)
+
+Copyright:
+
+    Copyright (C) 2008 Andreas Saur
+
+
+License:
+
+GPL v2
+
+
+The Debian packaging is copyrighted 2009, Roman Müllenschläder <mms@prodeia.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- mms-theme-midnight-0.6.3.orig/debian/README.Debian
+++ mms-theme-midnight-0.6.3/debian/README.Debian
@@ -0,0 +1,6 @@
+mms-theme-midnight for Debian
+-------------------------
+
+This is the Midnight-Theme for MMS 1.1.0 
+
+ -- Roman Müllenschläder <mms@prodeia.de>, Tue, 06 Jan 2009 20:52:56 +0100
--- mms-theme-midnight-0.6.3.orig/debian/changelog
+++ mms-theme-midnight-0.6.3/debian/changelog
@@ -0,0 +1,18 @@
+mms-theme-midnight (0.6.3-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: Changed TARNAME
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Sun, 15 Nov 2009 17:21:30 +0100
+
+mms-theme-midnight (0.5-2~ppa1~jaunty1) jaunty; urgency=low
+
+  * Prepare for PPA upload
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Mon, 26 Jan 2009 20:16:01 +0100
+
+mms-theme-midnight (0.5-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Tue, 06 Jan 2009 20:01:25 +0100
