[nfft] 01/08: d/control: move doxygen to Build-Depends-Indep + wrap and sort

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Oct 13 18:58:19 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 a2e796253a71c3ac33dc57baf46e04debe052fd8
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Oct 13 07:25:32 2015 +0100

    d/control: move doxygen to Build-Depends-Indep + wrap and sort
---
 debian/control | 105 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 61 insertions(+), 44 deletions(-)

diff --git a/debian/control b/debian/control
index 1d4aedd..9de6330 100644
--- a/debian/control
+++ b/debian/control
@@ -1,31 +1,33 @@
 Source: nfft
+Section: science
+Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 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,
+ libcunit1-dev,
+ libfftw3-dev,
+ libncurses5-dev,
+ pkg-config
+Build-Depends-Indep: doxygen
 Standards-Version: 3.9.6
+Homepage: http://www-user.tu-chemnitz.de/~potts/nfft
 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
-Architecture: any
-Multi-Arch: same
 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}
+Architecture: any
+Multi-Arch: same
+Depends:
+ libnfft3-double2 (= ${binary:Version}),
+ libnfft3-single2 (= ${binary:Version}),
+ libnfft3-long2 (= ${binary:Version}),
+ ${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
@@ -34,11 +36,14 @@ Description: Library for computing Non-uniform Fast Fourier Transforms
  This package is a transitional package providing all available precisions.
 
 Package: libnfft3-double2
+Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
@@ -47,11 +52,14 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - double
  This package contains the double-precision version of the library.
 
 Package: libnfft3-single2
+Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
@@ -60,11 +68,14 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - single
  This package contains the single-precision version of the library.
 
 Package: libnfft3-long2
+Section: libs
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Pre-Depends: ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
@@ -73,16 +84,17 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - long pr
  This package contains the longdouble-precision version of the library.
 
 Package: libnfft3-dev
+Section: libdevel
 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}
-Suggests: libnfft3-doc
+Depends:
+ libnfft3-double2 (= ${binary:Version}),
+ libnfft3-single2 (= ${binary:Version}),
+ libnfft3-long2 (= ${binary:Version}),
+ libfftw3-dev,
+ ${misc:Depends}
+Suggests:
+ libnfft3-doc
 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
@@ -91,14 +103,17 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - develop
  This package contains the development files of the library.
 
 Package: libnfft3-dbg
-Architecture: any
-Multi-Arch: same
 Section: debug
 Priority: extra
-Depends: libnfft3-dev (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
-Suggests: libfftw3-dbg
+Architecture: any
+Multi-Arch: same
+Depends:
+ libnfft3-double2 (= ${binary:Version}),
+ libnfft3-single2 (= ${binary:Version}),
+ libnfft3-long2 (= ${binary:Version}),
+ ${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
@@ -107,10 +122,12 @@ Description: Library for computing Non-uniform Fast Fourier Transforms - debug s
  This package contains the debugging symbols of the library.
 
 Package: libnfft3-doc
-Architecture: all
 Section: doc
-Depends: ${misc:Depends},
-         libjs-jquery
+Architecture: all
+Multi-Arch: foreign
+Depends:
+ libjs-jquery,
+ ${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