[Python-modules-commits] [python-feather-format] 02/10: Debianize
ChangZhuo Chen
czchen at moszumanska.debian.org
Wed Mar 30 04:28:47 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 fc90dc4aba194712e21350069ea2fbd98f2876ae
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Wed Mar 30 10:25:03 2016 +0800
Debianize
---
debian/README.Debian | 8 ++
debian/changelog | 6 ++
debian/compat | 1 +
debian/control | 20 +++++
debian/copyright | 184 ++++++++++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
debian/rules | 9 +++
debian/source/format | 1 +
debian/source/local-options | 2 +
debian/watch | 2 +
10 files changed, 234 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..7c37d46
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+python-feather-format for Debian
+
+Please edit this to provide information specific to
+this python-feather-format Debian package.
+
+ (Automatically generated by debmake Version 4.2.5)
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Wed, 30 Mar 2016 10:01:35 +0800
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..220648a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+python-feather-format (0.1.0-1) UNRELEASED; urgency=low
+
+ * Initial release. Closes: #nnnn
+ <nnnn is the bug number of your ITP>
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Wed, 30 Mar 2016 10:01:35 +0800
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..bf37e8e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: python-feather-format
+Section: unknown
+Priority: extra
+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
+
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..39c9de1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,184 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-feather-format
+Source: <url://example.com>
+
+Files: feather/api.py
+ feather/ext.pyx
+ feather/libfeather.pxd
+ feather/tests/test_reader.py
+ src/feather/CMakeLists.txt
+ src/feather/api.h
+ src/feather/buffer.cc
+ src/feather/buffer.h
+ src/feather/common.h
+ src/feather/io-test.cc
+ src/feather/io.cc
+ src/feather/io.h
+ src/feather/metadata-test.cc
+ src/feather/metadata.cc
+ src/feather/metadata.h
+ src/feather/reader.cc
+ src/feather/reader.h
+ src/feather/test-common.h
+ src/feather/test_main.cc
+ src/feather/types.cc
+ src/feather/types.h
+ src/feather/writer-test.cc
+ src/feather/writer.cc
+ src/feather/writer.h
+ src/flatbuffers/flatbuffers.h
+Copyright: 2012-2016 Feather Developers
+ 2014 Google Inc.
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: MANIFEST.in
+ PKG-INFO
+ README.md
+ feather/ext.cpp
+ feather/tests/__init__.py
+ feather/version.py
+ feather_format.egg-info/PKG-INFO
+ feather_format.egg-info/SOURCES.txt
+ feather_format.egg-info/dependency_links.txt
+ feather_format.egg-info/requires.txt
+ feather_format.egg-info/top_level.txt
+ requirements.txt
+ setup.cfg
+ src/feather/metadata.fbs
+ src/feather/metadata_generated.h
+Copyright: ((unsigned char)c)
+ __NO_COPYRIGHT_NOR_LICENSE__
+License: __NO_LICENSE_TEXT__
+
+Files: feather/compat.py
+Copyright: __NO_COPYRIGHT__
+License: Apache-2.0
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+ .
+ flake8: noqa
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: setup.py
+Copyright: 2016 Feather Developers
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Bits here from Apache Kudu (incubating), ASL 2.0
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: feather/interop.h
+Copyright: 2016 Feather Developers
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ Functions for NumPy / pandas conversion
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: feather/__init__.py
+Copyright: 2016 Feather Developers
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ flake8: noqa
+ .
+ On Debian systems, the complete text of the Apache License Version 2.0
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
+
+Files: src/feather/status.h
+Copyright: 2011 The LevelDB Authors.
+License: __UNKNOWN__
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. See the AUTHORS file for names of contributors.
+ .
+ A Status encapsulates the result of an operation. It may indicate success,
+ or it may indicate an error with an associated error message.
+ .
+ Multiple threads can invoke const methods on a Status without
+ external synchronization, but if any of the threads may call a
+ non-const method, all threads accessing the same Status must use
+ external synchronization.
+ .
+ Adapted from Kudu github.com/cloudera/kudu
+
+Files: src/feather/status.cc
+Copyright: 2011 The LevelDB Authors.
+License: __UNKNOWN__
+ Use of this source code is governed by a BSD-style license that can be
+ found in the LICENSE file. See the AUTHORS file for names of contributors.
+ .
+ A Status encapsulates the result of an operation. It may indicate success,
+ or it may indicate an error with an associated error message.
+ .
+ Multiple threads can invoke const methods on a Status without
+ external synchronization, but if any of the threads may call a
+ non-const method, all threads accessing the same Status must use
+ external synchronization.
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a737686
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/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
+
+%:
+ dh $@ --with python2
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/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3
--
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