[Python-modules-commits] [python-feather-format] 10/10: Update control

ChangZhuo Chen czchen at moszumanska.debian.org
Wed Mar 30 04:28:48 UTC 2016


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

czchen pushed a commit to branch master
in repository python-feather-format.

commit bc4f72717691a22431b36b03f8b235f4f9ea6589
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Wed Mar 30 12:17:50 2016 +0800

    Update control
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index ca67e7f..ca0a01e 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,10 @@ X-Python3-Version: >= 3.4
 X-Python-Version: >= 2.7
 
 Package: python-feather-format
-Architecture: all
+Architecture: any
 Multi-Arch: foreign
 Depends: ${misc:Depends},
+         ${shlibs:Depends},
          ${python:Depends},
 Description: Python interface to the Apache Arrow-based Feather File Format (Python 2)
  Feather is binary columnar serialization for data frames. It is
@@ -31,9 +32,10 @@ Description: Python interface to the Apache Arrow-based Feather File Format (Pyt
  This package provides python2 binding for feather format.
 
 Package: python3-feather-format
-Architecture: all
+Architecture: any
 Multi-Arch: foreign
 Depends: ${misc:Depends},
+         ${shlibs:Depends},
          ${python3:Depends},
 Description: Python interface to the Apache Arrow-based Feather File Format (Python 3)
  Feather is binary columnar serialization for data frames. It is

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-feather-format.git



More information about the Python-modules-commits mailing list