~ubuntu-branches/ubuntu/intrepid/fftw/intrepid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2008-05-14 11:23:40 UTC
  • mfrom: (4.1.4 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080514112340-5qdktmawtb1db1t6
Tags: 2.1.3-22
* Add missed patches from 2.1.3-20.1 to dpatch (closes: #480908)
* Call autoreconf to avoid shipping Makefile.inS in diff.gz
* debian/control: add build-depends on autotools-dev, autoconf and automake
* debian/control: add build-conflicts on autoconf2.13, automake1.4
* debian/rules: add build-depends on dpatch
* debian/rules: use $(CURDIR), not `pwd`
* debian/rules: do not ignore clean failures
* debian/control: bump Standards-Version to 3.7.3
* debian/control: fftw-docs to Section doc
* debian/control: {,s}fftw-dev use binary:Version, not Source-Version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: oldlibs
3
3
Priority: extra
4
4
Maintainer: Paul Brossier <piem@debian.org>
5
 
Build-Depends: debhelper (>= 4.0.0), libtool, libmpich1.0-dev, g77
6
 
Standards-Version: 3.7.2
 
5
Build-Depends: debhelper (>= 4.0.0), autotools-dev, autoconf, automake, dpatch, libtool, libmpich1.0-dev, gfortran
 
6
Build-Conflicts: autoconf2.13, automake1.4          
 
7
Standards-Version: 3.7.3
7
8
 
8
9
Package: fftw2
9
10
Architecture: any
24
25
Package: fftw-dev
25
26
Architecture: any
26
27
Section: oldlibs
27
 
Depends: fftw2 (= ${Source-Version}), ${shlibs:Depends}
 
28
Depends: fftw2 (= ${binary:Version}), ${shlibs:Depends}
28
29
Provides: fftw-double-dev
29
30
Conflicts: fftw1-dev, fftw-double-dev
30
31
Description: library for computing Fast Fourier Transforms
50
51
Package: sfftw-dev
51
52
Architecture: any
52
53
Section: oldlibs
53
 
Depends: sfftw2 (= ${Source-Version}), ${shlibs:Depends}
 
54
Depends: sfftw2 (= ${binary:Version}), ${shlibs:Depends}
54
55
Provides: fftw-single-dev
55
56
Conflicts: fftw1-dev, fftw-dev (<< 2.1.3-8), fftw-single-dev
56
57
Description: library for computing Fast Fourier Transforms
59
60
 
60
61
Package: fftw-docs
61
62
Architecture: all
62
 
Section: oldlibs
 
63
Section: doc
63
64
Depends: ${shlibs:Depends}
64
65
Suggests: fftw2
65
66
Conflicts: fftw-dev (<< 2.1.3-15), k6fftwgel (<< 1.1-8), k7fftwgel (<< 1.2-6), p4fftwgel-dev (<< 1.2-5)