[Python-modules-commits] [rawkit] 02/02: first packaging run

Antoine Beaupré anarcat at moszumanska.debian.org
Sat Dec 30 17:05:53 UTC 2017


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

anarcat pushed a commit to branch master
in repository rawkit.

commit 8240199575f30ad456db6275ce2628291063e704
Author: Antoine Beaupré <anarcat at debian.org>
Date:   Sat Dec 30 12:03:43 2017 -0500

    first packaging run
---
 debian/changelog           |  7 +++++++
 debian/compat              |  1 +
 debian/control             | 40 ++++++++++++++++++++++++++++++++++++++++
 debian/copyright           | 31 +++++++++++++++++++++++++++++++
 debian/python3-rawkit.docs |  1 +
 debian/rules               |  5 +++++
 debian/source/format       |  1 +
 debian/source/options      |  1 +
 debian/watch               |  4 ++++
 9 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..874e2cd
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+rawkit (0.6.0-1) unstable; urgency=low
+
+  * Autogenerated by py2dsp v1.20151008
+  * Upload to unstable (Closes: #867802)
+
+ -- Antoine Beaupré <anarcat at debian.org>  Sat, 30 Dec 2017 16:59:44 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3a64bc7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,40 @@
+Source: rawkit
+Section: python
+Priority: optional
+Maintainer: Antoine Beaupré <anarcat at debian.org>
+Build-Depends: debhelper (>= 10~), dh-python,
+               pypy,
+               pypy-setuptools,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://rawkit.readthedocs.org
+
+Package: python-rawkit
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: CTypes based LibRaw bindings - Python 2.X
+ rawkit (pronounced "rocket") is a ctypes-based LibRaw binding for
+ Python inspired by the Wand API.
+
+Package: python3-rawkit
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: CTypes based LibRaw bindings - Python 2.X
+ rawkit (pronounced "rocket") is a ctypes-based LibRaw binding for
+ Python inspired by the Wand API.
+
+Package: pypy-rawkit
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends},
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
+Description: CTypes based LibRaw bindings - Python 2.X
+ rawkit (pronounced "rocket") is a ctypes-based LibRaw binding for
+ Python inspired by the Wand API.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..143f958
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rawkit
+Upstream-Contact: Cameron Paul, Sam Whited <sam at samwhited.com>
+Source: https://rawkit.readthedocs.org
+
+Files: *
+Copyright: © 2015 Cameron Paul and Sam Whited
+License: MIT
+
+Files: debian/*
+Copyright: 2017 © Antoine Beaupré <anarcat at debian.org>
+License: MIT
+
+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.
diff --git a/debian/python3-rawkit.docs b/debian/python3-rawkit.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-rawkit.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4321990
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=rawkit
+%:
+	dh $@ --with pypy,python2,python3 --buildsystem=pybuild
\ No newline at end of file
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/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..e142a16
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/rawkit/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/rawkit/rawkit-(.+)\.(?: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/rawkit.git



More information about the Python-modules-commits mailing list