[Python-modules-commits] r6573 - in packages/foolscap/trunk (11 files)

speijnik-guest at users.alioth.debian.org speijnik-guest at users.alioth.debian.org
Sun Sep 21 12:55:09 UTC 2008


    Date: Sunday, September 21, 2008 @ 12:55:06
  Author: speijnik-guest
Revision: 6573

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/foolscap/trunk/debian/
  packages/foolscap/trunk/debian/changelog
  packages/foolscap/trunk/debian/compat
  packages/foolscap/trunk/debian/control
  packages/foolscap/trunk/debian/copyright
  packages/foolscap/trunk/debian/docs
  packages/foolscap/trunk/debian/flogtool.1
  packages/foolscap/trunk/debian/python-foolscap-doc.docs
  packages/foolscap/trunk/debian/python-foolscap-utils.manpages
  packages/foolscap/trunk/debian/rules
  packages/foolscap/trunk/debian/watch


Property changes on: packages/foolscap/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/foolscap/trunk/debian/changelog
===================================================================
--- packages/foolscap/trunk/debian/changelog	                        (rev 0)
+++ packages/foolscap/trunk/debian/changelog	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,6 @@
+foolscap (0.3.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #499699)
+
+ -- Stephan Peijnik <debian at sp.or.at>  Fri, 19 Sep 2008 17:48:21 +0200
+

Added: packages/foolscap/trunk/debian/compat
===================================================================
--- packages/foolscap/trunk/debian/compat	                        (rev 0)
+++ packages/foolscap/trunk/debian/compat	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1 @@
+5

Added: packages/foolscap/trunk/debian/control
===================================================================
--- packages/foolscap/trunk/debian/control	                        (rev 0)
+++ packages/foolscap/trunk/debian/control	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,39 @@
+Source: foolscap
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stephan Peijnik <debian at sp.or.at>
+Build-Depends: debhelper (>= 5), python-support (>= 0.6)
+Standards-Version: 3.8.0
+Homepage: http://foolscap.lothar.com/
+
+Package: python-foolscap
+Architecture: all
+Depends: ${python:Depends}, python-twisted-core
+Recommends: python-twisted-names, python-openssl
+Provides: ${python:Provides}
+Description: An object-capability-based RPC system for Twisted Python
+ Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining
+ capability-based security, secure references, flexible serialization, and
+ technology to mitigate resource-consumption attacks.
+
+Package: python-foolscap-utils
+Architecture: all
+Depends: ${python:Depends}, python-foolscap ( = ${Source-Version}), python-twisted-core, python-twisted-web
+Description: Utilities for python-foolscap
+ Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining
+ capability-based security, secure references, flexible serialization, and
+ technology to mitigate resource-consumption attacks.
+ .
+ This package contains utility programs for python-foolscap.
+
+Package: python-foolscap-doc
+Architecture: all
+Section: doc
+Depends: python-foolscap ( = ${Source-Version})
+Description: Documentation for python-foolscap
+ Foolscap (aka "newpb") contains a new RPC system for Twisted Python, combining
+ capability-based security, secure references, flexible serialization, and
+ technology to mitigate resource-consumption attacks.
+ .
+ This package contains the documentation for python-foolscap.

Added: packages/foolscap/trunk/debian/copyright
===================================================================
--- packages/foolscap/trunk/debian/copyright	                        (rev 0)
+++ packages/foolscap/trunk/debian/copyright	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,38 @@
+This package was debianized by Stephan Peijnik <debian at sp.or.at> on
+Fri, 19 Sep 2008 17:48:21 +0200.
+
+It was downloaded from http://foolscap.lothar.com/.
+
+Upstream Author:
+    
+    Brian Warner <warner at lothar.com>
+
+Copyright:
+
+    Copyright (C) 2006-2008 Brian Warner
+
+License:
+ 
+    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, DAMAGES 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.
+
+The Debian packaging is (C) 2008, Stephan Peijnik <debian at sp.or.at> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/foolscap/trunk/debian/docs
===================================================================
--- packages/foolscap/trunk/debian/docs	                        (rev 0)
+++ packages/foolscap/trunk/debian/docs	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: packages/foolscap/trunk/debian/flogtool.1
===================================================================
--- packages/foolscap/trunk/debian/flogtool.1	                        (rev 0)
+++ packages/foolscap/trunk/debian/flogtool.1	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,45 @@
+.TH FLOGTOOL 1 "September 21, 2008" "" ""
+.SH NAME
+\fBflogtool \- foolscap log tool
+.SH SYNOPSIS
+.nf
+.fam C
+\fBflogtool\fP (tail|create-gatherer|dump|filter|web-viewer)
+.fam T
+.fi
+.SH DESCRIPTION
+flogtool is an interface to the logging capabilities in the
+\fBpython-foolscap\fP package.
+.PP
+The available options are described below.
+.SH OPTIONS
+.TP
+.B
+tail
+follow logs of the target node
+.TP
+.B
+create-gatherer
+Make a .tac file which will record all logs to a given directory.
+.TP
+.B
+create-incident-gatherer
+Make a .tac file which will record all incidents to a given directory
+.TP
+.B
+dump
+Dump the logs recorded by 'flogtool gather'.
+.TP
+.B
+filter
+Produce a new file with a subset of the events from another file.
+.TP
+.B
+web-viewer
+View the logs through a web page.
+.SH AUTHOR
+\fBflogtool\fP is a tool that ships with foolscap, created by
+Brian Warner.
+.PP
+This manual page was written by Stephan Peijnik <debian at sp.or.at>,
+for the Debian project (but may be used by others).

Added: packages/foolscap/trunk/debian/python-foolscap-doc.docs
===================================================================
--- packages/foolscap/trunk/debian/python-foolscap-doc.docs	                        (rev 0)
+++ packages/foolscap/trunk/debian/python-foolscap-doc.docs	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1 @@
+doc/*

Added: packages/foolscap/trunk/debian/python-foolscap-utils.manpages
===================================================================
--- packages/foolscap/trunk/debian/python-foolscap-utils.manpages	                        (rev 0)
+++ packages/foolscap/trunk/debian/python-foolscap-utils.manpages	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1 @@
+debian/flogtool.1

Added: packages/foolscap/trunk/debian/rules
===================================================================
--- packages/foolscap/trunk/debian/rules	                        (rev 0)
+++ packages/foolscap/trunk/debian/rules	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -rf build
+	find . -name *\.py[co] -exec rm {} \;
+	dh_clean
+
+build:
+	python setup.py build
+
+install:
+	python setup.py install --root $(CURDIR)/debian/python-foolscap
+	# Move flogtool to python-foolscap-util ...
+	dh_movefiles -ppython-foolscap-utils \
+		--sourcedir=debian/python-foolscap \
+		usr/bin/flogtool
+	# ...and remove empty usr/bin directory.
+	rm -rf $(CURDIR)/debian/python-foolscap/usr/bin
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_install
+	dh_installchangelogs
+	dh_installdocs README
+	dh_installman
+	dh_pysupport
+	dh_compress -X.py -X.xhtml -X.txt
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch install


Property changes on: packages/foolscap/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/foolscap/trunk/debian/watch
===================================================================
--- packages/foolscap/trunk/debian/watch	                        (rev 0)
+++ packages/foolscap/trunk/debian/watch	2008-09-21 12:55:06 UTC (rev 6573)
@@ -0,0 +1,2 @@
+version=3
+http://foolscap.lothar.com/releases/foolscap-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list