[Python-modules-commits] r23655 - in packages/fabtools/trunk (11 files)

dandrimont-guest at users.alioth.debian.org dandrimont-guest at users.alioth.debian.org
Tue Mar 5 00:28:18 UTC 2013


    Date: Tuesday, March 5, 2013 @ 00:28:16
  Author: dandrimont-guest
Revision: 23655

[svn-inject] Application des modifications Debian (0.12.0-1) pour le tronc

Added:
  packages/fabtools/trunk/debian/
  packages/fabtools/trunk/debian/changelog
  packages/fabtools/trunk/debian/compat
  packages/fabtools/trunk/debian/control
  packages/fabtools/trunk/debian/copyright
  packages/fabtools/trunk/debian/python-fabtools.doc-base
  packages/fabtools/trunk/debian/python-fabtools.docs
  packages/fabtools/trunk/debian/rules
  packages/fabtools/trunk/debian/source/
  packages/fabtools/trunk/debian/source/format
  packages/fabtools/trunk/debian/watch


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

Added: packages/fabtools/trunk/debian/changelog
===================================================================
--- packages/fabtools/trunk/debian/changelog	                        (rev 0)
+++ packages/fabtools/trunk/debian/changelog	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,5 @@
+fabtools (0.12.0-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #702298)
+
+ -- Nicolas Dandrimont <nicolas.dandrimont at crans.org>  Mon, 04 Mar 2013 22:58:28 +0100

Added: packages/fabtools/trunk/debian/compat
===================================================================
--- packages/fabtools/trunk/debian/compat	                        (rev 0)
+++ packages/fabtools/trunk/debian/compat	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1 @@
+9

Added: packages/fabtools/trunk/debian/control
===================================================================
--- packages/fabtools/trunk/debian/control	                        (rev 0)
+++ packages/fabtools/trunk/debian/control	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,30 @@
+Source: fabtools
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Nicolas Dandrimont <nicolas.dandrimont at crans.org>
+Build-Depends: debhelper (>= 9),
+               fabric,
+               python-all,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg-1~)
+Homepage: https://github.com/ronnix/fabtools
+Standards-Version: 3.9.4
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/fabtools/trunk/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/fabtools/trunk/
+
+Package: python-fabtools
+Architecture: all
+Depends: fabric,
+         ${misc:Depends},
+         ${python:Depends},
+         ${sphinxdoc:Depends}
+Description: common utilities for writing Fabric files
+ fabtools includes useful functions to help people write Fabric
+ files. For instance, through its API, it allows one to manage system
+ users, packages, databases, ...
+ .
+ fabtools provides a number of low-level actions, as well as a higher
+ level interface named fabtools.require. This higher-level interface,
+ inspired by configuration management tools such as Chef or Puppet, is
+ declarative and idempotent.

Added: packages/fabtools/trunk/debian/copyright
===================================================================
--- packages/fabtools/trunk/debian/copyright	                        (rev 0)
+++ packages/fabtools/trunk/debian/copyright	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fabtools
+Upstream-Contact: Ronan Amicel <ronan.amicel at gmail.com>
+Source: https://github.com/ronnix/fabtools
+
+Files: *
+Copyright: (c) 2011, Ronan Amicel
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: © 2013 Nicolas Dandrimont <nicolas.dandrimont at crans.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.

Added: packages/fabtools/trunk/debian/python-fabtools.doc-base
===================================================================
--- packages/fabtools/trunk/debian/python-fabtools.doc-base	                        (rev 0)
+++ packages/fabtools/trunk/debian/python-fabtools.doc-base	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,10 @@
+Document: python-fabtools
+Title: Fabtools
+Author: Ronan Amicel <ronan.amicel at gmail.com>
+Abstract: tools for writing awesome Fabric files
+Section: Programming/Python
+
+Format: html
+Index: /usr/share/doc/python-fabtools/html/index.html
+Files: /usr/share/doc/python-fabtools/html/*.html
+

Added: packages/fabtools/trunk/debian/python-fabtools.docs
===================================================================
--- packages/fabtools/trunk/debian/python-fabtools.docs	                        (rev 0)
+++ packages/fabtools/trunk/debian/python-fabtools.docs	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1 @@
+docs/_build/html

Added: packages/fabtools/trunk/debian/rules
===================================================================
--- packages/fabtools/trunk/debian/rules	                        (rev 0)
+++ packages/fabtools/trunk/debian/rules	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+%:
+	dh $@ --with python2,sphinxdoc
+
+override_dh_auto_build:
+	cp fabtools.egg-info/PKG-INFO fabtools.egg-info/PKG-INFO.orig
+	cp fabtools.egg-info/SOURCES.txt fabtools.egg-info/SOURCES.txt.orig
+	dh_auto_build
+	cd docs && PYTHONPATH=.. make html
+
+override_dh_installchangelogs:
+	dh_installchangelogs docs/CHANGELOG.rst
+
+override_dh_auto_clean:
+	dh_auto_clean
+	if [ -f fabtools.egg-info/PKG-INFO.orig ]; then mv fabtools.egg-info/PKG-INFO.orig fabtools.egg-info/PKG-INFO; fi
+	if [ -f fabtools.egg-info/SOURCES.txt.orig ]; then mv fabtools.egg-info/SOURCES.txt.orig fabtools.egg-info/SOURCES.txt; fi
+	rm -rf docs/_build/


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

Added: packages/fabtools/trunk/debian/source/format
===================================================================
--- packages/fabtools/trunk/debian/source/format	                        (rev 0)
+++ packages/fabtools/trunk/debian/source/format	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/fabtools/trunk/debian/watch
===================================================================
--- packages/fabtools/trunk/debian/watch	                        (rev 0)
+++ packages/fabtools/trunk/debian/watch	2013-03-05 00:28:16 UTC (rev 23655)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/f/fabtools/fabtools-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list