[med-svn] r2038 - trunk/packages/muscle/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Jun 11 14:24:30 UTC 2008
Author: hanska-guest
Date: 2008-06-11 14:24:29 +0000 (Wed, 11 Jun 2008)
New Revision: 2038
Modified:
trunk/packages/muscle/trunk/debian/changelog
trunk/packages/muscle/trunk/debian/compat
trunk/packages/muscle/trunk/debian/control
trunk/packages/muscle/trunk/debian/rules
Log:
* debian/control:
- bumped Standards-Version to 3.8.0
+ enabled parallel building in debian/rules
- bumped debhelper dependency to >= 6 (also debian/compat)
- removed myself from Uploaders
Modified: trunk/packages/muscle/trunk/debian/changelog
===================================================================
--- trunk/packages/muscle/trunk/debian/changelog 2008-06-11 13:16:58 UTC (rev 2037)
+++ trunk/packages/muscle/trunk/debian/changelog 2008-06-11 14:24:29 UTC (rev 2038)
@@ -1,11 +1,19 @@
muscle (3.70+fix1-3) UNRELEASED; urgency=low
+ [ Charles Plessy ]
* debian/control: Enhances: t-coffee.
* Changed the doc-base section according to the new policy.
* Updated my email address.
- -- Charles Plessy <plessy at debian.org> Sun, 27 Apr 2008 16:55:31 +0900
+ [ David Paleino ]
+ * debian/control:
+ - bumped Standards-Version to 3.8.0
+ + enabled parallel building in debian/rules
+ - bumped debhelper dependency to >= 6 (also debian/compat)
+ - removed myself from Uploaders
+ -- David Paleino <d.paleino at gmail.com> Wed, 11 Jun 2008 16:23:28 +0200
+
muscle (3.70+fix1-2) unstable; urgency=low
* debian/control Conflicts: and Replaces: muscle-doc (Closes: #465607)
Modified: trunk/packages/muscle/trunk/debian/compat
===================================================================
--- trunk/packages/muscle/trunk/debian/compat 2008-06-11 13:16:58 UTC (rev 2037)
+++ trunk/packages/muscle/trunk/debian/compat 2008-06-11 14:24:29 UTC (rev 2038)
@@ -1 +1 @@
-5
+6
Modified: trunk/packages/muscle/trunk/debian/control
===================================================================
--- trunk/packages/muscle/trunk/debian/control 2008-06-11 13:16:58 UTC (rev 2037)
+++ trunk/packages/muscle/trunk/debian/control 2008-06-11 14:24:29 UTC (rev 2038)
@@ -4,10 +4,9 @@
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
DM-Upload-Allowed: yes
Uploaders: Steffen Moeller <moeller at debian.org>,
- Charles Plessy <plessy at debian.org>,
- David Paleino <d.paleino at gmail.com>
-Build-Depends: debhelper (>= 5.0.0), cdbs
-Standards-Version: 3.7.3
+ Charles Plessy <plessy at debian.org>
+Build-Depends: debhelper (>= 6), cdbs
+Standards-Version: 3.8.0
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/muscle/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/muscle/trunk/
Homepage: http://www.drive5.com/muscle/
Modified: trunk/packages/muscle/trunk/debian/rules
===================================================================
--- trunk/packages/muscle/trunk/debian/rules 2008-06-11 13:16:58 UTC (rev 2037)
+++ trunk/packages/muscle/trunk/debian/rules 2008-06-11 14:24:29 UTC (rev 2038)
@@ -3,8 +3,14 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
+
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+ NUMJOBS := -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+MAKEFLAGS += $(NUMJOBS)
+
DEB_MAKE_BUILD_TARGET = all
-DEB_MAKE_INVOKE += -e
+DEB_MAKE_INVOKE += -e $(MAKEFLAGS)
DEB_MAKE_ENVVARS = LDLIBS=-lm
clean::
More information about the debian-med-commit
mailing list