[fftw] 01/06: Run wrap-and-sort
Mattia Rizzolo
mattia at debian.org
Fri Feb 12 23:10:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository fftw.
commit 936c4111070e9f453e7bb6cd1072da90d91ac580
Author: Mattia Rizzolo <mattia at debian.org>
Date: Fri Feb 12 22:43:58 2016 +0000
Run wrap-and-sort
---
debian/control | 81 ++++++++++++++++++++++++++++++++++++++-------------
debian/copyright | 2 +-
debian/fftw-dev.dirs | 2 +-
debian/fftw-docs.docs | 2 +-
debian/sfftw2.install | 1 -
5 files changed, 64 insertions(+), 24 deletions(-)
diff --git a/debian/control b/debian/control
index ef7a7ed..cf4f499 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,17 @@ Source: fftw
Section: oldlibs
Priority: extra
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Brossier <piem at debian.org>
-Build-Depends: debhelper (>= 4.0.0), autotools-dev, autoconf, automake, libtool,
- mpi-default-dev, gfortran, texinfo
+Uploaders:
+ Paul Brossier <piem at debian.org>,
+Build-Depends:
+ autoconf,
+ automake,
+ autotools-dev,
+ debhelper (>= 4.0.0),
+ gfortran,
+ libtool,
+ mpi-default-dev,
+ texinfo,
Standards-Version: 3.9.6
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/fftw/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/fftw/
@@ -13,10 +21,16 @@ Homepage: http://fftw.org
Package: fftw2
Architecture: any
Section: oldlibs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: fftw-dev, mpi-defaults-bin
-Provides: fftw2-double
-Conflicts: fftw2-double
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ fftw-dev,
+ mpi-defaults-bin,
+Provides:
+ fftw2-double,
+Conflicts:
+ fftw2-double,
Description: library for computing Fast Fourier Transforms
This library computes Fast Fourier Transforms (FFT) in one or more dimensions.
It is extremely fast. This package contains the shared library version of the
@@ -29,9 +43,15 @@ Description: library for computing Fast Fourier Transforms
Package: fftw-dev
Architecture: any
Section: oldlibs
-Depends: fftw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Provides: fftw-double-dev
-Conflicts: fftw1-dev, fftw-double-dev
+Depends:
+ fftw2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ fftw-double-dev,
+Conflicts:
+ fftw-double-dev,
+ fftw1-dev,
Description: library for computing Fast Fourier Transforms
This library computes FFTs in one or more dimensions. It is extremely fast.
This package contains the statically linked library and the header files.
@@ -39,10 +59,17 @@ Description: library for computing Fast Fourier Transforms
Package: sfftw2
Architecture: any
Section: oldlibs
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: sfftw-dev, mpi-defaults-bin
-Provides: fftw2-single
-Conflicts: fftw2-single, fftw2 (<= 2.1.3-10)
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ mpi-defaults-bin,
+ sfftw-dev,
+Provides:
+ fftw2-single,
+Conflicts:
+ fftw2 (<= 2.1.3-10),
+ fftw2-single,
Description: library for computing Fast Fourier Transforms
This library computes Fast Fourier Transforms (FFT) in one or more dimensions.
It is extremely fast. This package contains the shared library version of the
@@ -55,9 +82,16 @@ Description: library for computing Fast Fourier Transforms
Package: sfftw-dev
Architecture: any
Section: oldlibs
-Depends: sfftw2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Provides: fftw-single-dev
-Conflicts: fftw1-dev, fftw-dev (<< 2.1.3-8), fftw-single-dev
+Depends:
+ sfftw2 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends},
+Provides:
+ fftw-single-dev,
+Conflicts:
+ fftw-dev (<< 2.1.3-8),
+ fftw-single-dev,
+ fftw1-dev,
Description: library for computing Fast Fourier Transforms
This library computes FFTs in one or more dimensions. It is extremely fast.
This package contains the statically linked library and the header files.
@@ -65,9 +99,16 @@ Description: library for computing Fast Fourier Transforms
Package: fftw-docs
Architecture: all
Section: doc
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: fftw2
-Conflicts: fftw-dev (<< 2.1.3-15), k6fftwgel (<< 1.1-8), k7fftwgel (<< 1.2-6), p4fftwgel-dev (<< 1.2-5)
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ fftw2,
+Conflicts:
+ fftw-dev (<< 2.1.3-15),
+ k6fftwgel (<< 1.1-8),
+ k7fftwgel (<< 1.2-6),
+ p4fftwgel-dev (<< 1.2-5),
Description: documentation for fftw
This package contains the documentation and test programs for fftw, a Fast
Fourier Transform library.
diff --git a/debian/copyright b/debian/copyright
index aab92e9..d65d42f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
This package was debianized by James A. Treacy treacy at debian.org on
Wed, 30 Sep 1998 03:09:51 -0400.
-It was downloaded from http://www.fftw.org/download.html
+It was downloaded from http://www.fftw.org/download.html
The homepage for fftw is at http://www.fftw.org/
diff --git a/debian/fftw-dev.dirs b/debian/fftw-dev.dirs
index 4418816..da07fdd 100644
--- a/debian/fftw-dev.dirs
+++ b/debian/fftw-dev.dirs
@@ -1,2 +1,2 @@
-usr/lib
usr/include
+usr/lib
diff --git a/debian/fftw-docs.docs b/debian/fftw-docs.docs
index 937acf0..5bf59c6 100644
--- a/debian/fftw-docs.docs
+++ b/debian/fftw-docs.docs
@@ -1,5 +1,5 @@
+FAQ/fftw-faq.ascii
NEWS
README
README.hacks
TODO
-FAQ/fftw-faq.ascii
diff --git a/debian/sfftw2.install b/debian/sfftw2.install
index 5e9c55d..d0dbfd1 100644
--- a/debian/sfftw2.install
+++ b/debian/sfftw2.install
@@ -1,2 +1 @@
usr/lib/lib*.so.*
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw.git
More information about the debian-science-commits
mailing list