[med-svn] r2573 - trunk/packages/insighttoolkit/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Wed Oct 15 12:02:51 UTC 2008


Author: smr
Date: 2008-10-15 12:02:51 +0000 (Wed, 15 Oct 2008)
New Revision: 2573

Modified:
   trunk/packages/insighttoolkit/trunk/debian/changelog
   trunk/packages/insighttoolkit/trunk/debian/control
   trunk/packages/insighttoolkit/trunk/debian/copyright
   trunk/packages/insighttoolkit/trunk/debian/rules
Log:
Build-depend on uuid-dev, update download URL, support parallel build.

Modified: trunk/packages/insighttoolkit/trunk/debian/changelog
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/changelog	2008-10-15 11:59:59 UTC (rev 2572)
+++ trunk/packages/insighttoolkit/trunk/debian/changelog	2008-10-15 12:02:51 UTC (rev 2573)
@@ -3,8 +3,14 @@
   [Dominique Belhachemi]
   * debian/control: new documentation package: insighttoolkit3.8-doc
   * debian/rules: generate source code documentation with doxygen
+  
+  [Steve M. Robbins]
+  * debian/control: Build-depend on uuid-dev (gdcm uses it).
+  * debian/copyright: Update download URL.
+  * debian/rules: Adhere to parallel=N in DEB_BUILD_OPTIONS by setting
+    MAKEFLAGS.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 14 Sep 2008 10:25:12 -0500
+ -- Steve M. Robbins <smr at debian.org>  Wed, 15 Oct 2008 07:00:54 -0500
 
 insighttoolkit (3.8.0-1) unstable; urgency=low
 

Modified: trunk/packages/insighttoolkit/trunk/debian/control
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/control	2008-10-15 11:59:59 UTC (rev 2572)
+++ trunk/packages/insighttoolkit/trunk/debian/control	2008-10-15 12:02:51 UTC (rev 2573)
@@ -6,7 +6,7 @@
 Uploaders: Gavin Baker <gavinb at antonym.org>, Steve M. Robbins <smr at debian.org>
 Build-Depends: cdbs (>= 0.4.49), quilt, debhelper (>= 6.0.7), cmake, cableswig, gccxml (>= 0.9.0+cvs20080525),
  zlib1g-dev (>= 1.2.2), libpng12-dev, libtiff4-dev (>= 3.7.3), python-support (>= 0.6.4), python-dev,
- python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev, doxygen, graphviz
+ python-numarray, libfftw3-dev, tcl8.4-dev, tk8.4-dev, uuid-dev, doxygen, graphviz
 XS-Python-Version: current
 Standards-Version: 3.8.0
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/insighttoolkit/trunk/?rev=0&sc=0

Modified: trunk/packages/insighttoolkit/trunk/debian/copyright
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/copyright	2008-10-15 11:59:59 UTC (rev 2572)
+++ trunk/packages/insighttoolkit/trunk/debian/copyright	2008-10-15 12:02:51 UTC (rev 2573)
@@ -2,7 +2,7 @@
 Mon, 9 Feb 2004 23:25:51 +1100.
 
 Current maintainer: Steve M. Robbins <smr at debian.org>
-Download URL: http://www.itk.org/files/v3.2/InsightToolkit-3.2.0.tar.gz
+Download URL: http://www.itk.org/files/
 
 Any changes to the source for the Debian packages are detailed in
 the README.Debian and the changelog.Debian file included in this package.

Modified: trunk/packages/insighttoolkit/trunk/debian/rules
===================================================================
--- trunk/packages/insighttoolkit/trunk/debian/rules	2008-10-15 11:59:59 UTC (rev 2572)
+++ trunk/packages/insighttoolkit/trunk/debian/rules	2008-10-15 12:02:51 UTC (rev 2573)
@@ -30,6 +30,11 @@
 DEB_DESTDIR = $(CURDIR)/debian/tmp
 DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DEB_DESTDIR)
 
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+	MAKEFLAGS += -j$(NUMJOBS)
+endif
+
 clean::
 	rm -rf $(DEB_BUILDDIR)
 




More information about the debian-med-commit mailing list