[Pkg-puppet-devel] [python-pypuppetdb] 01/01: initial debian/

Jonas Genannt jonas at brachium-system.net
Fri Jul 25 12:24:22 UTC 2014


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

hggh-guest pushed a commit to branch master
in repository python-pypuppetdb.

commit d93cebd012e1676d2d568fcbd06c9fdd41dd3b48
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Fri Jul 25 14:24:19 2014 +0200

    initial debian/
---
 debian/changelog               |  5 +++++
 debian/compat                  |  1 +
 debian/control                 | 34 ++++++++++++++++++++++++++++++++++
 debian/copyright               | 28 ++++++++++++++++++++++++++++
 debian/python-pypuppetdb.docs  |  1 +
 debian/python3-pypuppetdb.docs |  1 +
 debian/rules                   | 13 +++++++++++++
 debian/source/format           |  1 +
 debian/source/options          |  1 +
 debian/watch                   |  2 ++
 10 files changed, 87 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0078570
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+pypuppetdb (0.1.1-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #756009)
+
+ -- Jonas Genannt <jonas.genannt at capi2name.de>  Thu, 24 Jul 2014 15:03:18 +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..0a12e78
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: pypuppetdb
+Section: python
+Priority: optional
+Maintainer: Puppet Package Maintainers <pkg-puppet-devel at lists.alioth.debian.org>
+Uploaders: Jonas Genannt <jonas.genannt at capi2name.de>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-requests,
+               python-setuptools,
+               python3-all,
+               python3-setuptools
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
+Homepage: https://github.com/nedap/pypuppetdb
+Vcs-Git: git://anonscm.debian.org/pkg-puppet/python-pypuppetdb.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-puppet/python-pypuppetdb.git;a=summary
+
+Package: python-pypuppetdb
+Architecture: all
+Depends: python-requests, ${misc:Depends}, ${python:Depends}
+Description: interface to the PuppetDB REST API
+ This library provides a Python interface to the PuppetDB REST API.
+ It's a thin wrapper around the PuppetDB REST API providing some
+ convinience functions and objects to request and hold data from PuppetDB.
+
+Package: python3-pypuppetdb
+Architecture: all
+Depends: python3-requests, ${misc:Depends}, ${python:Depends}
+Description: interface to the PuppetDB REST API (Python 3)
+ This library provides a Python3 interface to the PuppetDB REST API.
+ It's a thin wrapper around the PuppetDB REST API providing some
+ convinience functions and objects to request and hold data from PuppetDB.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..a1ce5a9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pypuppetdb
+Upstream-Contact: Daniele Sluijters
+Source: https://github.com/nedap/pypuppetdb
+
+Files: *
+Copyright: 2013-2014 Daniele Sluijters <github at daenney.net>
+License: Apache
+
+Files: debian/*
+Copyright: 2014 Jonas Genannt <jonas.genannt at capi2name.de>
+License: Apache
+
+License: Apache
+ 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 full text of the Apache License can be found at
+ "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/python-pypuppetdb.docs b/debian/python-pypuppetdb.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python-pypuppetdb.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/python3-pypuppetdb.docs b/debian/python3-pypuppetdb.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-pypuppetdb.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bfc55cd
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=pypuppetdb
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+	dh_installchangelogs CHANGELOG.rst
+
+# disable tests, require network access
+override_dh_auto_test:
+
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..5bd47b7
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+compression = xz
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..8d6b99a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+https://pypi.python.org/packages/source/p/pypuppetdb/pypuppetdb-(.+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/python-pypuppetdb.git



More information about the Pkg-puppet-devel mailing list