[pyfftw] 01/09: d/*: rename -fftw3 package suffix to -pyfftw

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jun 13 10:29:33 UTC 2014


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

ghisvail-guest pushed a commit to branch master
in repository pyfftw.

commit 7d47048c9440ccc834d9a09f0cded280df4b953d
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue May 27 07:55:44 2014 +0100

    d/*: rename -fftw3 package suffix to -pyfftw
---
 debian/control                                     | 24 ++++++++++++++++------
 ...{python-fftw3.install => python-pyfftw.install} |  0
 ...ython3-fftw3.install => python3-pyfftw.install} |  0
 debian/rules                                       |  2 +-
 4 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index 996dd3b..b831efa 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Homepage: http://hgomersall.github.io/pyFFTW/
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.2
 
-Package: python-fftw3
+Package: python-pyfftw
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -36,6 +36,9 @@ Depends:
  libfftw3-long3,
  libfftw3-single3,
  python-numpy
+Provides: python-fftw3
+Conflicts: python-fftw3
+Replaces: python-fftw3
 Description: Pythonic wrapper around FFTW - Python 2
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
  aim is to present a unified interface for all the possible transforms
@@ -49,7 +52,7 @@ Description: Pythonic wrapper around FFTW - Python 2
  .
  This package provides the Python 2 bindings.
 
-Package: python-fftw3-dbg
+Package: python-pyfftw-dbg
 Architecture: any
 Priority: extra
 Section: debug
@@ -57,10 +60,13 @@ Depends:
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends},
- python-fftw3 (= ${binary:Version})
+ python-pyfftw (= ${binary:Version})
 Recommends:
  python-dbg,
  python-numpy-dbg
+Provides: python-fftw3-dbg
+Conflicts: python-fftw3-dbg
+Replaces: python-fftw3-dbg
 Description: Pythonic wrapper around FFTW - Python 2 (debug)
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
  aim is to present a unified interface for all the possible transforms
@@ -74,7 +80,7 @@ Description: Pythonic wrapper around FFTW - Python 2 (debug)
  .
  This package provides the debugging information of the Python 2 bindings.
 
-Package: python3-fftw3
+Package: python3-pyfftw
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -84,6 +90,9 @@ Depends:
  libfftw3-long3,
  libfftw3-single3,
  python3-numpy
+Provides: python3-fftw3
+Conflicts: python3-fftw3
+Replaces: python3-fftw3
 Description: Pythonic wrapper around FFTW - Python 3
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
  aim is to present a unified interface for all the possible transforms
@@ -97,7 +106,7 @@ Description: Pythonic wrapper around FFTW - Python 3
  .
  This package provides the Python 3 binding.
 
-Package: python3-fftw3-dbg
+Package: python3-pyfftw-dbg
 Architecture: any
 Priority: extra
 Section: debug
@@ -105,10 +114,13 @@ Depends:
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends},
- python3-fftw3 (= ${binary:Version})
+ python3-pyfftw (= ${binary:Version})
 Recommends:
  python3-dbg,
  python3-numpy-dbg
+Provides: python3-fftw3-dbg
+Conflicts: python3-fftw3-dbg
+Replaces: python3-fftw3-dbg
 Description: Pythonic wrapper around FFTW - Python 3 (debug)
  Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
  aim is to present a unified interface for all the possible transforms
diff --git a/debian/python-fftw3.install b/debian/python-pyfftw.install
similarity index 100%
rename from debian/python-fftw3.install
rename to debian/python-pyfftw.install
diff --git a/debian/python3-fftw3.install b/debian/python3-pyfftw.install
similarity index 100%
rename from debian/python3-fftw3.install
rename to debian/python3-pyfftw.install
diff --git a/debian/rules b/debian/rules
index affa0f4..88f0b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 
-BASE_PACKAGE=fftw3
+BASE_PACKAGE=pyfftw
 PYTHON2_PACKAGE=python-${BASE_PACKAGE}
 PYTHON2_DEBUG_PACKAGE=${PYTHON2_PACKAGE}-dbg
 PYTHON3_PACKAGE=python3-${BASE_PACKAGE}

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



More information about the debian-science-commits mailing list