[Python-modules-commits] [whichcraft] 03/04: Initial import. Closes: #801417.

Vincent Bernat bernat at moszumanska.debian.org
Fri Oct 9 21:07:26 UTC 2015


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

bernat pushed a commit to branch master
in repository whichcraft.

commit 03042e805691f25afadf5550334eed4d35bd66e7
Author: Vincent Bernat <bernat at debian.org>
Date:   Fri Oct 9 23:04:24 2015 +0200

    Initial import. Closes: #801417.
---
 debian/changelog |  6 ++++++
 debian/compat    |  1 +
 debian/control   | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/docs      |  1 +
 debian/rules     |  6 ++++++
 debian/watch     |  4 ++++
 7 files changed, 98 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5bab483
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+whichcraft (0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #801417.
+
+ -- Vincent Bernat <bernat at debian.org>  Fri, 09 Oct 2015 23:00:25 +0200
+
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..0f9ae21
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: whichcraft
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Build-Depends: debhelper (>= 9), dh-python,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+Standards-Version: 3.9.6
+Homepage: https://github.com/pydanny/whichcraft
+
+Package: python-whichcraft
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+XB-Python-Egg-Name: whichcraft
+Description: cross-platform cross-python shutil.which functionality (Python 2 module)
+ This is a shim of the "shutil.which" function that's designed to work across
+ multiple versions of Python and inside of Windows. The code for Python 2.x is
+ based on Python 3 code.
+ .
+ This package contains the Python 2 module.
+
+Package: python3-whichcraft
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+XB-Python-Egg-Name: whichcraft
+Description: cross-platform cross-python shutil.which functionality (Python 3 module)
+ This is a shim of the "shutil.which" function that's designed to work across
+ multiple versions of Python and inside of Windows. The code for Python 2.x is
+ based on Python 3 code.
+ .
+ This package contains the Python 3 module.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e424f42
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,43 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: whichcraft
+Upstream-Contact: Daniel Roy Greenfeld <pydanny at gmail.com>
+Source: https://github.com/pydanny/whichcraft
+
+Files: *
+Copyright: (c) 2015, Daniel Roy Greenfeld
+License: BSD
+
+Files: debian/*
+Copyright: 2015 © Vincent Bernat <bernat at debian.org>
+License: BSD
+
+License: BSD
+
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ .
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the
+   distribution.
+ .
+ * Neither the name of whichcraft nor the names of its contributors
+   may be used to endorse or promote products derived from this
+   software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
+ OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
+ WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d7af631
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=whichcraft
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..d55566d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/whichcraft/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/whichcraft/whichcraft-(.+)\.(?: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/whichcraft.git



More information about the Python-modules-commits mailing list