--- mms-theme-darkmix-2.1.orig/debian/control
+++ mms-theme-darkmix-2.1/debian/control
@@ -0,0 +1,15 @@
+Source: mms-theme-darkmix
+Section: sound
+Priority: optional
+Maintainer: Roman Müllenschläder <mms@prodeia.de>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.8.0
+
+Package: mms-theme-darkmix
+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 Darkmix-Theme
--- mms-theme-darkmix-2.1.orig/debian/compat
+++ mms-theme-darkmix-2.1/debian/compat
@@ -0,0 +1 @@
+5
--- mms-theme-darkmix-2.1.orig/debian/rules
+++ mms-theme-darkmix-2.1/debian/rules
@@ -0,0 +1,41 @@
+#!/usr/bin/make -f
+
+PACKAGE=mms-theme-darkmix
+TARNAME=darkmix-2.1
+
+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-darkmix-2.1.orig/debian/copyright
+++ mms-theme-darkmix-2.1/debian/copyright
@@ -0,0 +1,21 @@
+This package was debianized by Roman Müllenschläder <mms@prodeia.de> on
+Fri, 16 Dec 2008 11:00:56 +0100.
+
+It was downloaded from http://mailwurm.org/mms/themes/
+
+Upstream Authors: 
+
+	Michael Mrosek (Mikka), Andreas Saur (acmelabs), Yann Cézard (esprit)
+
+Copyright:
+
+    Copyright (C) 2008 Michael Mrosek
+
+
+License:
+
+GPL 2
+
+
+The Debian packaging is copyrighted 2008, Roman Müllenschläder <mms@prodeia.de> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
--- mms-theme-darkmix-2.1.orig/debian/README.Debian
+++ mms-theme-darkmix-2.1/debian/README.Debian
@@ -0,0 +1,6 @@
+mms-theme-darkmix for Debian
+-------------------------
+
+This is the Darkmix-Theme for MMS 1.1.2
+
+ -- Roman Müllenschläder <mms@prodeia.de>, Tue, 16 Dec 2008 10:52:56 +0100
--- mms-theme-darkmix-2.1.orig/debian/changelog
+++ mms-theme-darkmix-2.1/debian/changelog
@@ -0,0 +1,19 @@
+mms-theme-darkmix (2.1-1prodeia1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules: Adapted TARNAME
+  * debian/README.Debian: Adapted
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Tue, 24 Nov 2009 09:42:51 +0100
+
+mms-theme-darkmix (2.0-2~ppa1~hardy1) hardy; urgency=low
+
+  * Prepare PPA upload
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Mon, 26 Jan 2009 20:13:10 +0100
+
+mms-theme-darkmix (2.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Roman Müllenschläder <mms@prodeia.de>  Tue, 16 Dec 2008 10:52:56 +0100
