r44820 - /packages/fftw3/trunk/debian/control
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Fri May 18 15:10:54 UTC 2012
Author: jtaylor-guest
Date: Fri May 18 15:10:53 2012
New Revision: 44820
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44820
Log:
-bin breaks and replaces -dev
Modified:
packages/fftw3/trunk/debian/control
Modified: packages/fftw3/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/fftw3/trunk/debian/control?rev=44820&op=diff
==============================================================================
--- packages/fftw3/trunk/debian/control (original)
+++ packages/fftw3/trunk/debian/control Fri May 18 15:10:53 2012
@@ -19,7 +19,7 @@
Architecture: any
Pre-Depends: multiarch-support
Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: libfftw3-dev, libfftw3-bin
+Suggests: libfftw3-bin, libfftw3-dev
Provides: fftw3
Replaces: fftw3
Conflicts: fftw3
@@ -38,6 +38,8 @@
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
+Replaces: libfftw3-dev (<< 3.3.2-1)
+Breaks: libfftw3-dev (<< 3.3.2-1)
Description: Library for computing Fast Fourier Transforms - Tools
The FFTW library computes Fast Fourier Transforms (FFT) in one or more
dimensions. It is extremely fast. This package contains the shared library
More information about the debian-science-commits
mailing list