[nfft] 01/01: d/control: cme fixed

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jan 26 11:43:18 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 f5e23a833603f373b374a14495d20292d72e14ec
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Mon Jan 26 11:41:48 2015 +0000

    d/control: cme fixed
---
 debian/control | 87 +++++++++++++++++++++++++---------------------------------
 1 file changed, 37 insertions(+), 50 deletions(-)

diff --git a/debian/control b/debian/control
index bf13216..ef4b34d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,32 +3,29 @@ Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.
 Uploaders: Ghislain Antony Vaillant <ghisvail at gmail.com>
 Section: libs
 Priority: optional
-Build-Depends:
- debhelper (>= 9),
- dh-autoreconf,
- libfftw3-dev,
- pkg-config,
- libcunit1-dev,
- libncurses5-dev,
- doxygen
+Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
+               libfftw3-dev,
+               pkg-config,
+               libcunit1-dev,
+               libncurses5-dev,
+               doxygen
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/nfft.git
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/nfft.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/nfft.git
 Homepage: http://www-user.tu-chemnitz.de/~potts/nfft
 
 Package: libnfft3-2
-Section: oldlibs
-Priority: extra
 Architecture: any
 Multi-Arch: same
-Depends:
- libnfft3-double2 (=${binary:Version}),
- libnfft3-single2 (=${binary:Version}),
- libnfft3-long2 (=${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Pre-Depends:
- ${misc:Pre-Depends}
+Section: oldlibs
+Priority: extra
+Depends: libnfft3-double2 (= ${binary:Version}),
+         libnfft3-single2 (= ${binary:Version}),
+         libnfft3-long2 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 Description: Library for computing Non-uniform Fast Fourier Transforms
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
@@ -39,11 +36,9 @@ Description: Library for computing Non-uniform Fast Fourier Transforms
 Package: libnfft3-double2
 Architecture: any
 Multi-Arch: same
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Pre-Depends:
- ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 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
@@ -54,11 +49,9 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - double
 Package: libnfft3-single2
 Architecture: any
 Multi-Arch: same
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Pre-Depends:
- ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 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
@@ -69,11 +62,9 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - single
 Package: libnfft3-long2
 Architecture: any
 Multi-Arch: same
-Depends:
- ${shlibs:Depends},
- ${misc:Depends}
-Pre-Depends:
- ${misc:Pre-Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
 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
@@ -85,13 +76,12 @@ Package: libnfft3-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends:
- libnfft3-double2 (= ${binary:Version}),
- libnfft3-single2 (= ${binary:Version}),
- libnfft3-long2 (= ${binary:Version}),
- libfftw3-dev,
- ${shlibs:Depends},
- ${misc:Depends}
+Depends: libnfft3-double2 (= ${binary:Version}),
+         libnfft3-single2 (= ${binary:Version}),
+         libnfft3-long2 (= ${binary:Version}),
+         libfftw3-dev,
+         ${shlibs:Depends},
+         ${misc:Depends}
 Description: Library for computing Non-uniform Fast Fourier Transforms - development
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
@@ -104,12 +94,10 @@ Architecture: any
 Multi-Arch: same
 Section: debug
 Priority: extra
-Depends:
- libnfft3-dev (= ${binary:Version}),
- ${shlibs:Depends},
- ${misc:Depends}
-Suggests:
- libfftw3-dbg
+Depends: libnfft3-dev (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends}
+Suggests: libfftw3-dbg
 Description: Library for computing Non-uniform Fast Fourier Transforms - debug symbols
  NFFT is a C subroutine library for computing the nonequispaced discrete
  Fourier transform (NDFT) in one or more dimensions, of arbitrary input
@@ -118,10 +106,9 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - debug s
  This package contains the debugging symbols of the library.
 
 Package: libnfft3-doc
-Section: doc
 Architecture: all
-Depends:
- ${misc:Depends}
+Section: doc
+Depends: ${misc:Depends}
 Description: Library for computing Non-uniform Fast Fourier Transforms - documentation
  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