[Python-modules-commits] [csvkit] 03/04: cli tools in py3k pkg, suggests for py2

Sandro Tosi morph at moszumanska.debian.org
Wed Jul 1 15:34:21 UTC 2015


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

morph pushed a commit to branch bpo80
in repository csvkit.

commit bfedcc497362847af77720ce86e7bb1b04b4c5c1
Author: Sandro Tosi <morph at debian.org>
Date:   Wed Jul 1 11:30:17 2015 -0400

    cli tools in py3k pkg, suggests for py2
---
 debian/control | 5 ++++-
 debian/rules   | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fe357c8..8bd1f58 100644
--- a/debian/control
+++ b/debian/control
@@ -12,12 +12,15 @@ Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/csvkit.git/
 Package: python-csvkit
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
+Suggests: python-openpyxl, python-dbf
 Description: library of utilities for working with CSV
  csvkit is a suite of utilities for converting to and working with CSV, the king
  of tabular file formats.
  .
  It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska
  and Aaron Bycoffe.
+ .
+ The command-line tools are provided by the python3-csvkit package.
 
 Package: python3-csvkit
 Architecture: all
@@ -29,4 +32,4 @@ Description: library of utilities for working with CSV (Python 3)
  It is inspired by pdftk, gdal and the original csvcut utility by Joe Germuska
  and Aaron Bycoffe.
  .
- This package contains the Python 3 version of csvkit .
+ This package contains the Python3 version of csvkit and the command-line tools.
diff --git a/debian/rules b/debian/rules
index cdc06b8..e103d96 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,4 +5,6 @@
 
 override_dh_auto_install:
 	python  setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-csvkit
+	# cli tools are provided only by the py3k package
+	rm -rf $(CURDIR)/debian/python-csvkit/usr/bin
 	python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-csvkit

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



More information about the Python-modules-commits mailing list