[fftw3] 02/07: Remove superfluous occurrences of ${shlibs:Depends}.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Sep 21 12:51:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository fftw3.
commit c8b75f632c5b61a489ce3f328adc1f544e6a84c1
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Tue Sep 20 19:03:28 2016 +0100
Remove superfluous occurrences of ${shlibs:Depends}.
---
debian/control | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/debian/control b/debian/control
index 418b433..a3becd7 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,7 @@ Architecture: any
Depends: libfftw3-double3 (=${binary:Version}),
libfftw3-long3 (=${binary:Version}) [amd64 arm64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 mips64 mips64el powerpc powerpcspe ppc64el s390 s390x sparc x32],
libfftw3-single3 (=${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Depends}
Suggests: libfftw3-bin, libfftw3-dev
Provides: fftw3
Replaces: fftw3
@@ -139,8 +138,7 @@ Depends: libfftw3-bin (=${binary:Version}),
libfftw3-long3 (=${binary:Version}) [amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc powerpcspe s390 s390x sparc x32],
libfftw3-quad3 (=${binary:Version}) [amd64 hurd-i386 i386 kfreebsd-amd64 kfreebsd-i386 x32],
libfftw3-single3 (=${binary:Version}),
- ${misc:Depends},
- ${shlibs:Depends}
+ ${misc:Depends}
Suggests: libfftw3-doc
Provides: fftw3-dev
Replaces: fftw3-dev
@@ -157,7 +155,7 @@ Description: Library for computing Fast Fourier Transforms - development
Package: libfftw3-mpi-dev
Architecture: any
Section: libdevel
-Depends: libfftw3-mpi3 (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libfftw3-mpi3 (=${binary:Version}), ${misc:Depends}
Suggests: libfftw3-doc
Description: MPI Library for computing Fast Fourier Transforms - development
The FFTW library computes Fast Fourier Transforms (FFT) in one or more
@@ -184,7 +182,7 @@ Package: libfftw3-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: libfftw3-dev (=${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: libfftw3-dev (=${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: Library for computing Fast Fourier Transforms - debug symbols
The FFTW library computes Fast Fourier Transforms (FFT) in one or more
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw3.git
More information about the debian-science-commits
mailing list