[Python-apps-commits] r13144 - in packages/pyinfra/trunk (14 files)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Sun May 1 19:31:42 UTC 2016


    Date: Sunday, May 1, 2016 @ 19:31:41
  Author: stender
Revision: 13144

[svn-inject] Applying Debian modifications (0.1~dev19-1) to trunk

Added:
  packages/pyinfra/trunk/debian/
  packages/pyinfra/trunk/debian/changelog
  packages/pyinfra/trunk/debian/compat
  packages/pyinfra/trunk/debian/control
  packages/pyinfra/trunk/debian/copyright
  packages/pyinfra/trunk/debian/pyinfra.1
  packages/pyinfra/trunk/debian/pyinfra.doc-base
  packages/pyinfra/trunk/debian/pyinfra.install
  packages/pyinfra/trunk/debian/pyinfra.manpages
  packages/pyinfra/trunk/debian/rules
  packages/pyinfra/trunk/debian/source/
  packages/pyinfra/trunk/debian/source/format
  packages/pyinfra/trunk/debian/source/options
  packages/pyinfra/trunk/debian/watch


Property changes on: packages/pyinfra/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/pyinfra/trunk/debian/changelog
===================================================================
--- packages/pyinfra/trunk/debian/changelog	                        (rev 0)
+++ packages/pyinfra/trunk/debian/changelog	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,5 @@
+pyinfra (0.1~dev19-1) unstable; urgency=medium
+
+  * Initial release (Closes: #823168).
+
+ -- Daniel Stender <stender at debian.org>  Sun, 01 May 2016 21:22:44 +0200

Added: packages/pyinfra/trunk/debian/compat
===================================================================
--- packages/pyinfra/trunk/debian/compat	                        (rev 0)
+++ packages/pyinfra/trunk/debian/compat	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1 @@
+9

Added: packages/pyinfra/trunk/debian/control
===================================================================
--- packages/pyinfra/trunk/debian/control	                        (rev 0)
+++ packages/pyinfra/trunk/debian/control	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,34 @@
+Source: pyinfra
+Section: admin
+Priority: optional
+Maintainer: Daniel Stender <stender at debian.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python3,
+ python3-setuptools,
+ python3-gevent,
+ python3-paramiko,
+ python3-docopt,
+ python3-colorama,
+ python3-termcolor,
+ python3-jinja2,
+ python3-dateutil,
+ python3-six,
+ python3-sphinx
+Standards-Version: 3.9.8
+Homepage: https://github.com/Fizzadar/pyinfra
+Vcs-Browser: https://anonscm.debian.org/viewvc/python-apps/packages/pyinfra/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyinfra/trunk/
+
+Package: pyinfra
+Architecture: all
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${sphinxdoc:Depends}
+Description: state based and programmable server deployment tool
+ pyinfra is an agentless remote server deployment tool resp. service provisioner
+ comparable to Ansible, which could be employed on random Linux servers via SSH.
+ But pyinfra is fully Python programmable, it uses Python programs as deployment
+ scripts and could be used like a library.

Added: packages/pyinfra/trunk/debian/copyright
===================================================================
--- packages/pyinfra/trunk/debian/copyright	                        (rev 0)
+++ packages/pyinfra/trunk/debian/copyright	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyinfra
+Upstream-Contact: Nick Barrett <pointlessrambler at gmail.com>
+Source: https://github.com/Fizzadar/pyinfra
+Files-Excluded: .gitignore
+
+Files: *
+Copyright: 2016 Nick Barrett <pointlessrambler at gmail.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Daniel Stender <stender at debian.org>
+License: Expat
+
+License: Expat
+ 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,
+ xDAMAGES 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.

Added: packages/pyinfra/trunk/debian/pyinfra.1
===================================================================
--- packages/pyinfra/trunk/debian/pyinfra.1	                        (rev 0)
+++ packages/pyinfra/trunk/debian/pyinfra.1	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,15 @@
+.TH "PYINFRA" 1 "" "" "pyinfra"
+.SH NAME
+\fBpyinfra\fP \- state based and programmable server deployment tool
+.SH SYNOPSIS
+$ pyinfra -i <inventory script name/single host> --run <operation> <args>
+.PP
+$ pyinfra -i <IP address> --run \fIserver.user\fP \fIwww-data\fP --user \fIroot\fP --key \fI~/.ssh/sshkey\fP -v
+.PP
+$ pyinfra -i <inventory script name/single host> <deploy script name>
+.SH DOCUMENTATION
+Please see </usr/share/doc/pyinfra/html/index.html> for the documentation.
+.SH OPTIONS
+Please see the output of \fB$ pyinfra --help\fP for a complete list of options.
+.SH AUTHORS
+Pyinfra is written by Nick Barrett <pointlessrambler at gmail.com>.

Added: packages/pyinfra/trunk/debian/pyinfra.doc-base
===================================================================
--- packages/pyinfra/trunk/debian/pyinfra.doc-base	                        (rev 0)
+++ packages/pyinfra/trunk/debian/pyinfra.doc-base	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,9 @@
+Document: pyinfra
+Title: Documentation of pyinfra
+Author: Nick Barrett <pointlessrambler at gmail.com>
+Abstract: pyinfra is a state based and programmable server deployment tool
+Section: Network/Remote Access
+
+Format: HTML
+Index: /usr/share/doc/pyinfra/html/index.html
+Files: /usr/share/doc/pyinfra/html/*.html
\ No newline at end of file

Added: packages/pyinfra/trunk/debian/pyinfra.install
===================================================================
--- packages/pyinfra/trunk/debian/pyinfra.install	                        (rev 0)
+++ packages/pyinfra/trunk/debian/pyinfra.install	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1 @@
+example/ /usr/share/doc/pyinfra/
\ No newline at end of file

Added: packages/pyinfra/trunk/debian/pyinfra.manpages
===================================================================
--- packages/pyinfra/trunk/debian/pyinfra.manpages	                        (rev 0)
+++ packages/pyinfra/trunk/debian/pyinfra.manpages	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1 @@
+debian/pyinfra.1
\ No newline at end of file

Added: packages/pyinfra/trunk/debian/rules
===================================================================
--- packages/pyinfra/trunk/debian/rules	                        (rev 0)
+++ packages/pyinfra/trunk/debian/rules	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,19 @@
+#!/usr/bin/make -f
+#export DH_VERBOSE=1
+#export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_NAME=pyinfra
+
+%:
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+
+override_dh_auto_test:
+	# tests need jsontest
+
+override_dh_installdocs:
+	PYTHONPATH=. sphinx-build -N -bhtml docs/ debian/pyinfra/usr/share/doc/pyinfra/html/
+	dh_installdocs
+
+override_dh_compress:
+	dh_compress -X.py


Property changes on: packages/pyinfra/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pyinfra/trunk/debian/source/format
===================================================================
--- packages/pyinfra/trunk/debian/source/format	                        (rev 0)
+++ packages/pyinfra/trunk/debian/source/format	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pyinfra/trunk/debian/source/options
===================================================================
--- packages/pyinfra/trunk/debian/source/options	                        (rev 0)
+++ packages/pyinfra/trunk/debian/source/options	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+\.egg-info/"
\ No newline at end of file

Added: packages/pyinfra/trunk/debian/watch
===================================================================
--- packages/pyinfra/trunk/debian/watch	                        (rev 0)
+++ packages/pyinfra/trunk/debian/watch	2016-05-01 19:31:41 UTC (rev 13144)
@@ -0,0 +1,4 @@
+version=3
+opts="filenamemangle=s/(?:.*)?v?(\d[dev\d\.]+)\.tar\.gz/pyinfra-$1.tar.gz/, \
+uversionmangle=s/\.dev/~dev$1/" \
+https://github.com/Fizzadar/pyinfra/releases (?:.*/)?v?(\d[dev\d\.]+)\.tar\.gz




More information about the Python-apps-commits mailing list