[Python-apps-commits] r6631 - in packages/pythontracer/trunk (10 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed Feb 9 01:53:00 UTC 2011


    Date: Wednesday, February 9, 2011 @ 01:52:59
  Author: takaki
Revision: 6631

[svn-inject] Applying Debian modifications (8.10.16-1) to trunk

Added:
  packages/pythontracer/trunk/debian/
  packages/pythontracer/trunk/debian/changelog
  packages/pythontracer/trunk/debian/compat
  packages/pythontracer/trunk/debian/control
  packages/pythontracer/trunk/debian/copyright
  packages/pythontracer/trunk/debian/docs
  packages/pythontracer/trunk/debian/rules
  packages/pythontracer/trunk/debian/source/
  packages/pythontracer/trunk/debian/source/format
  packages/pythontracer/trunk/debian/watch


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

Added: packages/pythontracer/trunk/debian/changelog
===================================================================
--- packages/pythontracer/trunk/debian/changelog	                        (rev 0)
+++ packages/pythontracer/trunk/debian/changelog	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1,5 @@
+pythontracer (8.10.16-1) unstable; urgency=low
+
+  * Initial release (Closes: #505208)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Wed, 17 Nov 2010 16:44:13 +0900

Added: packages/pythontracer/trunk/debian/compat
===================================================================
--- packages/pythontracer/trunk/debian/compat	                        (rev 0)
+++ packages/pythontracer/trunk/debian/compat	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1 @@
+7

Added: packages/pythontracer/trunk/debian/control
===================================================================
--- packages/pythontracer/trunk/debian/control	                        (rev 0)
+++ packages/pythontracer/trunk/debian/control	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1,26 @@
+Source: pythontracer
+Section: python
+Priority: extra
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+	python-all-dev, python-setuptools, python-support
+Standards-Version: 3.9.1
+Homepage: http://code.google.com/p/pythontracer/
+#Vcs-Git: git://git.debian.org/collab-maint/pythontracer.git
+#Vcs-Browser: http://git.debian.org/?p=collab-maint/pythontracer.git;a=summary
+
+Package: pythontracer
+Architecture: any
+Depends: ${python:Depends},${shlibs:Depends}, ${misc:Depends}
+Description: Python programs' execution tracer and profiler
+ Lets you see your Python program's execution as a tree of function
+ invocations, each tree node exposing the real time, and CPU time (user/sys)
+ of that call.
+ .
+ This project consists of two main components: A Python tracer that can run
+ your Python programs (much like "cProfile" and friends). A Gtk+ based GUI
+ that can show the trace results.
+ .
+ It uses a tiny auxiliary library written for it "graphfile" to allow
+ append-only writing and reading static DAG's directly from file without
+ reading it whole into memory at any stage.

Added: packages/pythontracer/trunk/debian/copyright
===================================================================
--- packages/pythontracer/trunk/debian/copyright	                        (rev 0)
+++ packages/pythontracer/trunk/debian/copyright	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1,37 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at debian.org> on Wed, 17 Nov 2010 16:44:13 +0900
+
+It was downloaded from:
+
+    http://code.google.com/p/pythontracer/
+
+Upstream Author:
+
+    Eyal Lotem <eyal.lotem at gmail.com>
+
+Copyright:
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This package is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+The Debian packaging is:
+
+    Copyright (C) 2010 TANIGUCHI Takaki <takaki at debian.org>
+
+and is licensed under the GPL version 3, see above.

Added: packages/pythontracer/trunk/debian/docs
===================================================================
--- packages/pythontracer/trunk/debian/docs	                        (rev 0)
+++ packages/pythontracer/trunk/debian/docs	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1 @@
+TODO

Added: packages/pythontracer/trunk/debian/rules
===================================================================
--- packages/pythontracer/trunk/debian/rules	                        (rev 0)
+++ packages/pythontracer/trunk/debian/rules	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1,18 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ 
+
+override_dh_auto_install:
+	dh_auto_install
+	mv $(CURDIR)/debian/pythontracer/usr/bin/pytracefile.py \
+		$(CURDIR)/debian/pythontracer/usr/bin/pytracefile


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

Added: packages/pythontracer/trunk/debian/source/format
===================================================================
--- packages/pythontracer/trunk/debian/source/format	                        (rev 0)
+++ packages/pythontracer/trunk/debian/source/format	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pythontracer/trunk/debian/watch
===================================================================
--- packages/pythontracer/trunk/debian/watch	                        (rev 0)
+++ packages/pythontracer/trunk/debian/watch	2011-02-09 01:52:59 UTC (rev 6631)
@@ -0,0 +1,2 @@
+version=3
+http://googlecode.debian.net/p/pythontracer/pythontracer-(.*)-source\.tar\.gz




More information about the Python-apps-commits mailing list