[Python-modules-commits] [csvkit] 02/04: Imported Debian patch 0.9.1-1
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 4b3b88d179d940b2d371b318925f3b277e6f49ac
Author: Sandro Tosi <morph at debian.org>
Date: Tue Jun 30 18:25:47 2015 -0400
Imported Debian patch 0.9.1-1
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 32 ++++++++++++++++++++++++++++++++
debian/copyright | 31 +++++++++++++++++++++++++++++++
debian/rules | 8 ++++++++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 81 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7b0ee95
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+csvkit (0.9.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #790699)
+
+ -- Sandro Tosi <morph at debian.org> Tue, 30 Jun 2015 18:25:47 -0400
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fe357c8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,32 @@
+Source: csvkit
+Section: python
+Priority: optional
+Maintainer: Sandro Tosi <morph at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), python, python3, dh-python, python-setuptools, python3-setuptools
+Standards-Version: 3.9.6
+Homepage: https://github.com/onyxfish/csvkit
+Vcs-Git: git://anonscm.debian.org/python-modules/packages/csvkit.git
+Vcs-Browser: http://anonscm.debian.org/cgit/python-modules/packages/csvkit.git/
+
+Package: python-csvkit
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+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.
+
+Package: python3-csvkit
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: library of utilities for working with CSV (Python 3)
+ 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.
+ .
+ This package contains the Python 3 version of csvkit .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3b1740a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: csvkit
+Source: https://github.com/onyxfish/csvkit
+
+Files: *
+Copyright: Copyright (c) 2014 Christopher Groskopf and contributers
+License: MIT
+Notes: Information taken from https://github.com/onyxfish/csvkit/blob/0091d608785e326170e06540717eb8ce5c7be0f3/COPYING
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: debian/*
+Copyright: 2015 Sandro Tosi <morph at debian.org>
+License: MIT
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..cdc06b8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --with python2,python3
+
+override_dh_auto_install:
+ python setup.py install --install-layout=deb --root=$(CURDIR)/debian/python-csvkit
+ python3 setup.py install --install-layout=deb --root=$(CURDIR)/debian/python3-csvkit
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..926caaf
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/csvkit/csvkit-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
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