--- mdm-0.1.3.orig/debian/compat
+++ mdm-0.1.3/debian/compat
@@ -0,0 +1 @@
+7
--- mdm-0.1.3.orig/debian/copyright
+++ mdm-0.1.3/debian/copyright
@@ -0,0 +1,38 @@
+This package was debianized by Chuan-kai Lin <cklin@debian.org> on
+Sun, 20 Sep 2009 22:00:52 -0700.
+
+It was downloaded from
+http://developer.berlios.de/project/showfiles.php?group_id=10680
+
+Upstream Author:
+
+    Chuan-kai Lin <cklin@users.berlios.de>
+
+Copyright:
+
+    Copyright (C) 2009 Chuan-kai Lin
+
+License:
+
+   Licensed under the Apache License, Version 2.0 (the "License");
+   you may not use this file except in compliance with the License.
+   You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+
+On Debian systems, the complete text of the Apache version 2.0 license
+can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 Chuan-kai Lin <cklin@debian.org>
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+
--- mdm-0.1.3.orig/debian/rules
+++ mdm-0.1.3/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/makefile.mk
+
+DESTDIR = $(CURDIR)/debian/mdm
+
+DEB_MAKE_CLEAN_TARGET   = dist-clean
+DEB_MAKE_BUILD_TARGET   = all
+DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR) PREFIX=/usr
+DEB_MAKE_CHECK_TARGET   =
--- mdm-0.1.3.orig/debian/changelog
+++ mdm-0.1.3/debian/changelog
@@ -0,0 +1,12 @@
+mdm (0.1.3-2) unstable; urgency=low
+
+  * Fix upstream watch file
+  * Add libncurses5-dev to Build-Depends (closes: #548469)
+
+ -- Chuan-kai Lin <cklin@debian.org>  Sat, 26 Sep 2009 10:17:48 -0700
+
+mdm (0.1.3-1) unstable; urgency=low
+
+  * Initial release (closes: #547375)
+
+ -- Chuan-kai Lin <cklin@debian.org>  Mon, 21 Sep 2009 12:56:07 -0700
--- mdm-0.1.3.orig/debian/control
+++ mdm-0.1.3/debian/control
@@ -0,0 +1,20 @@
+Source: mdm
+Section: utils
+Priority: extra
+Maintainer: Chuan-kai Lin <cklin@debian.org>
+Build-Depends: cdbs, debhelper (>= 7), libncurses5-dev
+Standards-Version: 3.8.3
+Homepage: http://mdm.berlios.de/
+
+Package: mdm
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, screen
+Description: Utilities for single-host parallel shell scripting
+ The Middleman System (mdm) is a set of utilities that help you
+ parallelize your shell scripts.  Simply label the commands to run in
+ parallel, and the System automatically exploits every parallelization
+ opportunity that arises at runtime.  You can also specify dependency
+ between commands so that they run in an appropriate order.
+ .
+ Comes with an ncurses-based monitoring console.  Compatible with xargs,
+ find, make, any shell, together, in a script or interactively.
--- mdm-0.1.3.orig/debian/docs
+++ mdm-0.1.3/debian/docs
@@ -0,0 +1 @@
+README
--- mdm-0.1.3.orig/debian/watch
+++ mdm-0.1.3/debian/watch
@@ -0,0 +1,15 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+
+opts=downloadurlmangle=s/prdownload/download/ \
+ http://developer.berlios.de/project/showfiles.php?group_id=10680 \
+ http://prdownload.berlios.de/mdm/mdm-(.*).tar.gz
+
