[Python-modules-commits] [prawcore] 02/02: Import Debian changes 0.11.0-1

Josué Ortega josue at moszumanska.debian.org
Tue Aug 8 21:41:27 UTC 2017


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

josue pushed a commit to branch master
in repository prawcore.

commit 0c0c5a7c7da437292ccc131b088535b745bc40c5
Author: Josue Ortega <josue at debian.org>
Date:   Tue Aug 8 16:15:32 2017 -0400

    Import Debian changes 0.11.0-1
    
    prawcore (0.11.0-1) unstable; urgency=medium
    
      * Initial release (Closes: #871531)
---
 debian/changelog      |  5 +++++
 debian/compat         |  1 +
 debian/control        | 22 ++++++++++++++++++++++
 debian/copyright      | 33 +++++++++++++++++++++++++++++++++
 debian/rules          | 16 ++++++++++++++++
 debian/source/format  |  1 +
 debian/source/options |  1 +
 debian/watch          |  3 +++
 8 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4a5cc89
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+prawcore (0.11.0-1) unstable; urgency=medium
+
+  * Initial release (Closes: #871531)
+
+ -- Josue Ortega <josue at debian.org>  Tue, 08 Aug 2017 16:15:32 -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..9fa35d9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: prawcore
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Josue Ortega <josue at debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python3-all,
+ python3-setuptools,
+Standards-Version: 4.0.1
+Homepage: https://pypi.python.org/pypi/prawcore
+X-Python3-Version: >= 3.5
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/prawcore.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/prawcore.git/
+
+Package: python3-prawcore
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends},
+ python3-requests (<< 3.0)
+Recommends: python3-praw (>= 4.0.0)
+Description: prawcore is a low-level communication layer for PRAW
+ Python module that provides a low-level communication layer for PRAW 4+.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9df9fc9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prawcore
+Source: https://github.com/praw-dev/prawcore
+
+Files: *
+Copyright: Bryce Boe <bbzbryce at gmail.com>
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: : 2017 Josue Ortega <josue at debian.org>
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ 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.
+ .
+ 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/rules b/debian/rules
new file mode 100755
index 0000000..04ebf47
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,16 @@
+#!/usr/bin/make -f
+
+#export DH_VERBOSE = 1
+
+export PYBUILD_NAME=prawcore
+
+%:
+	dh $@ --with python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+	rm -rf $(CURDIR)/.eggs
+	dh_auto_clean
+
+override_dh_auto_test:
+	#Removes automatic tests since packages for testing are not in debian yet.
+	true
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..cb61fa5
--- /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..1980dea
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/prawcore/prawcore-(.+)\.(?: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/prawcore.git



More information about the Python-modules-commits mailing list