[Python-modules-commits] [python-feather-format] 04/10: Update control, rules
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 ae7f6998d9070cf49bd3a56b4e40ecf439491073
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Wed Mar 30 10:46:25 2016 +0800
Update control, rules
---
debian/control | 37 +++++++++++++++++++++++++++----------
debian/rules | 7 ++-----
2 files changed, 29 insertions(+), 15 deletions(-)
diff --git a/debian/control b/debian/control
index bf37e8e..3320244 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,37 @@
Source: python-feather-format
-Section: unknown
-Priority: extra
+Section: python
+Priority: optional
Maintainer: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Build-Depends: debhelper (>=9),
dh-python,
python-all,
python-setuptools,
- python3-all
-Standards-Version: 3.9.6
-Homepage: <insert the upstream URL, if relevant>
-X-Python-Version: >= 2.6
+ python3-all,
+Standards-Version: 3.9.7
+Homepage: https://github.com/wesm/feather
+X-Python3-Version: >= 3.4
+X-Python-Version: >= 2.7
Package: python-feather-format
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${python:Depends}
-Description: auto-generated package by debmake
- This Debian binary package was auto-generated by the
- debmake(1) command provided by the debmake package.
+Depends: ${misc: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
+ designed to read and write data frames very efficiently, and to make it
+ easy to share data across multiple data analysis languages.
+ .
+ This package provides python2 binding for feather format.
+
+Package: python3-feather-format
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc: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
+ designed to read and write data frames very efficiently, and to make it
+ easy to share data across multiple data analysis languages.
+ .
+ This package provides python3 binding for feather format.
diff --git a/debian/rules b/debian/rules
index a737686..daff5f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
#!/usr/bin/make -f
-# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export PYBUILD_NAME = feather-format
%:
- dh $@ --with python2
+ dh $@ --with python2,python3 --buildsystem=pybuild
--
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