--- mdm-0.1.3.orig/Makefile +++ mdm-0.1.3/Makefile @@ -24,10 +24,10 @@ mdm-master : library/hazard.o mdm-top : library/procfs.o -mdm-top : override LDFLAGS += -lcurses +mdm-top : override LDLIBS += -lcurses mdm-% : programs/mdm-%.c $(LIB) - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $+ $(LDLIBS) LIB += library/hazard.o library/procfs.o $(LIB) : include/middleman.h --- 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 +# + +opts=downloadurlmangle=s/prdownload/download/ \ + http://developer.berlios.de/project/showfiles.php?group_id=10680 \ + http://prdownload.berlios.de/mdm/mdm-(.*).tar.gz + --- 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/copyright +++ mdm-0.1.3/debian/copyright @@ -0,0 +1,38 @@ +This package was debianized by Chuan-kai Lin 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 + +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 + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. + --- mdm-0.1.3.orig/debian/docs +++ mdm-0.1.3/debian/docs @@ -0,0 +1 @@ +README --- mdm-0.1.3.orig/debian/compat +++ mdm-0.1.3/debian/compat @@ -0,0 +1 @@ +7 --- 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 +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/changelog +++ mdm-0.1.3/debian/changelog @@ -0,0 +1,20 @@ +mdm (0.1.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix link order to list libraries after the objects that require them + (closes: #641418, LP: #771082). + + -- Colin Watson Tue, 04 Jun 2013 10:30:35 +0100 + +mdm (0.1.3-2) unstable; urgency=low + + * Fix upstream watch file + * Add libncurses5-dev to Build-Depends (closes: #548469) + + -- Chuan-kai Lin Sat, 26 Sep 2009 10:17:48 -0700 + +mdm (0.1.3-1) unstable; urgency=low + + * Initial release (closes: #547375) + + -- Chuan-kai Lin Mon, 21 Sep 2009 12:56:07 -0700