r44566 - in /packages/fftw3: tags/3.3.1-1/control tags/3.3.1-1/rules trunk/debian/control trunk/debian/rules
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Mon Mar 12 09:00:33 UTC 2012
Author: sylvestre
Date: Mon Mar 12 09:00:32 2012
New Revision: 44566
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44566
Log:
Fix a problem with the mpi dbg package
Modified:
packages/fftw3/tags/3.3.1-1/control
packages/fftw3/tags/3.3.1-1/rules
packages/fftw3/trunk/debian/control
packages/fftw3/trunk/debian/rules
Modified: packages/fftw3/tags/3.3.1-1/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/tags/3.3.1-1/control?rev=44566&op=diff
==============================================================================
--- packages/fftw3/tags/3.3.1-1/control (original)
+++ packages/fftw3/tags/3.3.1-1/control Mon Mar 12 09:00:32 2012
@@ -89,18 +89,6 @@
dimensions. It is extremely fast. This package contains the documentation for
the fftw3 library.
-Package: libfftw3-mpi-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libfftw3-dev (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: MPI Library for computing Fast Fourier Transforms - debug symbols
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the statically linked
- library, header files and test programs.
- .
- For documentation, see libfftw3-doc.
-
Package: libfftw3-dbg
Architecture: any
Section: debug
@@ -111,4 +99,6 @@
dimensions. It is extremely fast. This package contains the statically linked
library, header files and test programs.
.
+ This package contains debug packages for both serial and MPI versions.
+ .
For documentation, see libfftw3-doc.
Modified: packages/fftw3/tags/3.3.1-1/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/tags/3.3.1-1/rules?rev=44566&op=diff
==============================================================================
--- packages/fftw3/tags/3.3.1-1/rules (original)
+++ packages/fftw3/tags/3.3.1-1/rules Mon Mar 12 09:00:32 2012
@@ -146,7 +146,7 @@
dh_installman -a
- dh_strip --dbg-package=libfftw3-dbg --dbg-package=libfftw3-mpi-dbg -a
+ dh_strip --dbg-package=libfftw3-dbg -a
dh_compress -a -X.c -X.pl -X.am -X.in
dh_fixperms -a
dh_makeshlibs -a
Modified: packages/fftw3/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/control?rev=44566&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/control (original)
+++ packages/fftw3/trunk/debian/control Mon Mar 12 09:00:32 2012
@@ -89,18 +89,6 @@
dimensions. It is extremely fast. This package contains the documentation for
the fftw3 library.
-Package: libfftw3-mpi-dbg
-Architecture: any
-Section: debug
-Priority: extra
-Depends: libfftw3-dev (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Description: MPI Library for computing Fast Fourier Transforms - debug symbols
- The FFTW library computes Fast Fourier Transforms (FFT) in one or more
- dimensions. It is extremely fast. This package contains the statically linked
- library, header files and test programs.
- .
- For documentation, see libfftw3-doc.
-
Package: libfftw3-dbg
Architecture: any
Section: debug
@@ -111,4 +99,6 @@
dimensions. It is extremely fast. This package contains the statically linked
library, header files and test programs.
.
+ This package contains debug packages for both serial and MPI versions.
+ .
For documentation, see libfftw3-doc.
Modified: packages/fftw3/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/rules?rev=44566&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/rules (original)
+++ packages/fftw3/trunk/debian/rules Mon Mar 12 09:00:32 2012
@@ -146,7 +146,7 @@
dh_installman -a
- dh_strip --dbg-package=libfftw3-dbg --dbg-package=libfftw3-mpi-dbg -a
+ dh_strip --dbg-package=libfftw3-dbg -a
dh_compress -a -X.c -X.pl -X.am -X.in
dh_fixperms -a
dh_makeshlibs -a
More information about the debian-science-commits
mailing list