[Python-modules-commits] r5162 - in packages/epsilon/trunk/debian (4 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Sat Apr 26 16:49:06 UTC 2008


    Date: Saturday, April 26, 2008 @ 16:49:05
  Author: morph-guest
Revision: 5162

python-openssl transact; manpage creation

Added:
  packages/epsilon/trunk/debian/epsilon-benchmark.1
Modified:
  packages/epsilon/trunk/debian/changelog
  packages/epsilon/trunk/debian/control
  packages/epsilon/trunk/debian/rules

Modified: packages/epsilon/trunk/debian/changelog
===================================================================
--- packages/epsilon/trunk/debian/changelog	2008-04-26 16:30:43 UTC (rev 5161)
+++ packages/epsilon/trunk/debian/changelog	2008-04-26 16:49:05 UTC (rev 5162)
@@ -1,3 +1,14 @@
+epsilon (0.5.9-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - replaces python-pyopenssl with python-openssl
+  * debian/epsilon-benchmark.1
+    - added
+  * debian/rules
+    - added manpage installation
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Sat, 26 Apr 2008 18:47:42 +0200
+
 epsilon (0.5.9-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/epsilon/trunk/debian/control
===================================================================
--- packages/epsilon/trunk/debian/control	2008-04-26 16:30:43 UTC (rev 5161)
+++ packages/epsilon/trunk/debian/control	2008-04-26 16:49:05 UTC (rev 5162)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Stefano Zacchiroli <zack at debian.org>, Tristan Seligmann <mithrandi at mithrandi.net>
 Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python, python-support (>= 0.4)
-Build-Depends-Indep: python-twisted-core, python-pyopenssl, python-nevow
+Build-Depends-Indep: python-twisted-core, python-openssl, python-nevow
 Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/epsilon/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/epsilon/trunk/?op=log
@@ -12,7 +12,7 @@
 
 Package: python-epsilon
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-pyopenssl, python-nevow
+Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core, python-openssl, python-nevow
 Description: utility Python modules commonly used by Divmod.org project
  Epsilon is a set of Python utility modules, commonly used by all
  Divmod.org Python-based projects.

Added: packages/epsilon/trunk/debian/epsilon-benchmark.1
===================================================================
--- packages/epsilon/trunk/debian/epsilon-benchmark.1	                        (rev 0)
+++ packages/epsilon/trunk/debian/epsilon-benchmark.1	2008-04-26 16:49:05 UTC (rev 5162)
@@ -0,0 +1,15 @@
+.TH EPSILON\-BENCHMARK 1 "April 26, 2008" "" ""
+.SH NAME
+\fBepsilon\-benchmark \- Python script statistics collector
+.SH SYNOPSIS
+.nf
+.fam C
+\fBepsilon\-benchmark\fP \fIfile_to_run\fP
+.fam T
+.fi
+.SH DESCRIPTION
+epsilon\-benchmark is a tool to run a Python file in a child process and record resource
+usage information and other statistics about it.
+.SH AUTHOR
+This manual page was written by Sandro Tosi <matrixhasu at gmail.com>,
+for the Debian project (but may be used by others).

Modified: packages/epsilon/trunk/debian/rules
===================================================================
--- packages/epsilon/trunk/debian/rules	2008-04-26 16:30:43 UTC (rev 5161)
+++ packages/epsilon/trunk/debian/rules	2008-04-26 16:49:05 UTC (rev 5162)
@@ -4,6 +4,8 @@
 include /usr/share/cdbs/1/class/python-distutils.mk
 PKGDIR=debian/python-epsilon
 
+DEB_INSTALL_MANPAGES_python-epsilon := debian/epsilon-benchmark.1
+
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 install/python-axiom::
 	$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) epsilon




More information about the Python-modules-commits mailing list