[nfft] 01/02: d/control: fix breaks / replaces condition

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 15 17:30:22 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian-experimental
in repository nfft.

commit 9b446da644ebd34abb05af36d9dedf4ac82094ea
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Jan 15 15:55:23 2015 +0000

    d/control: fix breaks / replaces condition
---
 debian/control | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 7de7c1f..13cd806 100644
--- a/debian/control
+++ b/debian/control
@@ -41,8 +41,8 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
-Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Replaces: libnfft3-1 (<= 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<= 3.2.3+dfsg-1)
 Description: Library for computing Non-uniform Fast Fourier Transforms - double precision
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
@@ -57,8 +57,8 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
-Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Replaces: libnfft3-1 (<= 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<= 3.2.3+dfsg-1)
 Description: Library for computing Non-uniform Fast Fourier Transforms - single precision
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
@@ -73,8 +73,8 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
-Replaces: libnfft3-1 (<< 3.2.3+dfsg-1)
-Breaks: libnfft3-1 (<< 3.2.3+dfsg-1)
+Replaces: libnfft3-1 (<= 3.2.3+dfsg-1)
+Breaks: libnfft3-1 (<= 3.2.3+dfsg-1)
 Description: Library for computing Non-uniform Fast Fourier Transforms - long precision
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/nfft.git



More information about the debian-science-commits mailing list