[pyresample] 09/10: Switch to arch any
Antonio Valentino
a_valentino-guest at moszumanska.debian.org
Sat Jul 2 17:16:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
a_valentino-guest pushed a commit to branch master
in repository pyresample.
commit e11b4b4347872f779ee8763261f6c96aece61d03
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Jul 2 17:07:12 2016 +0000
Switch to arch any
---
debian/changelog | 2 ++
debian/control | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a8b99b8..1e0de25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,8 @@ pyresample (1.2.4-1) UNRELEASED; urgency=medium
- standard version bumped to 3.9.8 (no change)
- depends on pykdtree >= 1.1.1
- add dependency from pykdtree to the Python 3 package
+ - switch to architectire "any", now the package contains a binary
+ extension
-- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 27 Feb 2016 21:05:29 +0100
diff --git a/debian/control b/debian/control
index 75a42e1..3dac228 100644
--- a/debian/control
+++ b/debian/control
@@ -32,9 +32,10 @@ X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-pyresample
-Architecture: all
+Architecture: any
Depends: ${misc:Depends},
${python:Depends},
+ ${shlibs:Depends},
python-configobj,
python-numpy,
python-pyproj,
@@ -54,9 +55,10 @@ Description: Resampling of remote sensing data in Python 2
This is the Python 2 version of the package.
Package: python3-pyresample
-Architecture: all
+Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
+ ${shlibs:Depends},
python3-configobj,
python3-numpy,
python3-pyproj,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pyresample.git
More information about the Pkg-grass-devel
mailing list