r38676 - in /packages/xmds/trunk/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Aug 10 08:45:35 UTC 2011


Author: sylvestre
Date: Wed Aug 10 08:45:34 2011
New Revision: 38676

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=38676
Log:
  * Team upload
  * Package migrated to the Debian Science team
  * Standards-Version updated to version 3.9.2 
  * Use mpi-default-dev instead of (deprecated) libmpich1.0-dev.
    Thanks to Nicholas Breen for the patch (Closes: #571460)

Modified:
    packages/xmds/trunk/debian/changelog
    packages/xmds/trunk/debian/control
    packages/xmds/trunk/debian/rules

Modified: packages/xmds/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/changelog?rev=38676&op=diff
==============================================================================
--- packages/xmds/trunk/debian/changelog (original)
+++ packages/xmds/trunk/debian/changelog Wed Aug 10 08:45:34 2011
@@ -3,7 +3,9 @@
   * Team upload
   * Package migrated to the Debian Science team
   * Standards-Version updated to version 3.9.2 
-
+  * Use mpi-default-dev instead of (deprecated) libmpich1.0-dev.
+    Thanks to Nicholas Breen for the patch (Closes: #571460)
+	
  -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 10 Aug 2011 09:49:38 +0200
 
 xmds (1.6.6-4) unstable; urgency=low

Modified: packages/xmds/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/control?rev=38676&op=diff
==============================================================================
--- packages/xmds/trunk/debian/control (original)
+++ packages/xmds/trunk/debian/control Wed Aug 10 08:45:34 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christian T. Steigies <cts at debian.org>
 Build-Depends: cdbs, debhelper (>= 7.0.0), autotools-dev, fftw-dev,
- libfftw3-dev, libmpich1.0-dev, octave3.2-headers, autoconf, quilt
+ libfftw3-dev, mpi-default-dev, octave3.2-headers, autoconf, quilt
 Standards-Version: 3.9.2
 Homepage: http://xmds.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/xmds/
@@ -12,7 +12,7 @@
 
 Package: xmds
 Architecture: any
-Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, libmpich1.0-dev,
+Depends: ${shlibs:Depends}, fftw-dev, libfftw3-dev, mpi-default-dev,
  ${misc:Depends}
 Suggests: ${octave:Depends}
 Description: eXtensible Multi-Dimensional Simulator

Modified: packages/xmds/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/xmds/trunk/debian/rules?rev=38676&op=diff
==============================================================================
--- packages/xmds/trunk/debian/rules (original)
+++ packages/xmds/trunk/debian/rules Wed Aug 10 08:45:34 2011
@@ -14,7 +14,6 @@
 DEB_CONFIGURE_EXTRA_FLAGS =		\
 	--enable-fftw3			\
 	--enable-mpi			\
-	--with-mpi-path=/usr/lib/mpich	\
 	--with-mpi-compiler=mpicxx
 
 DEB_COMPRESS_EXCLUDE = .xmds




More information about the debian-science-commits mailing list