[Python-modules-commits] r17038 - in packages (14 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Wed May 18 06:17:08 UTC 2011


    Date: Wednesday, May 18, 2011 @ 06:16:52
  Author: varun
Revision: 17038

* Add new package pytimechart

Added:
  packages/pytimechart/
  packages/pytimechart/tags/
  packages/pytimechart/trunk/
  packages/pytimechart/trunk/debian/
  packages/pytimechart/trunk/debian/changelog
  packages/pytimechart/trunk/debian/compat
  packages/pytimechart/trunk/debian/control
  packages/pytimechart/trunk/debian/copyright
  packages/pytimechart/trunk/debian/orig-tar.sh
  packages/pytimechart/trunk/debian/pycompat
  packages/pytimechart/trunk/debian/rules
  packages/pytimechart/trunk/debian/source/
  packages/pytimechart/trunk/debian/source/format
  packages/pytimechart/trunk/debian/watch


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

Added: packages/pytimechart/trunk/debian/changelog
===================================================================
--- packages/pytimechart/trunk/debian/changelog	                        (rev 0)
+++ packages/pytimechart/trunk/debian/changelog	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,5 @@
+pytimechart (0.9.1-1) unstable; urgency=low
+
+  * Initial upload
+
+ -- Varun Hiremath <varun at debian.org>  Tue, 17 May 2011 19:01:35 -0400

Added: packages/pytimechart/trunk/debian/compat
===================================================================
--- packages/pytimechart/trunk/debian/compat	                        (rev 0)
+++ packages/pytimechart/trunk/debian/compat	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1 @@
+7

Added: packages/pytimechart/trunk/debian/control
===================================================================
--- packages/pytimechart/trunk/debian/control	                        (rev 0)
+++ packages/pytimechart/trunk/debian/control	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,24 @@
+Source: pytimechart
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Varun Hiremath <varun at debian.org>
+Build-Depends: debhelper(>= 7.0.50~), python-all-dev, python-setuptools
+Standards-Version: 3.9.2
+XS-Python-Version: >=2.4
+Homepage: http://gitorious.org/pytimechart
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pytimechart/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pytimechart/trunk/
+
+Package: pytimechart
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python-chaco, python-wxgtk2.8
+XB-Python-Version: ${python:Versions}
+Description: GUI Viewer for Linux kernel traces
+ PyTimechart provides explorability and overall visualization of Linux
+ kernel traces. It is a tool that parses ftrace text traces, and
+ display them with the help of a very powerful dynamic plot framework,
+ python-chaco. The GUI makes the best it can to ease the browsing of
+ huge traces.
+ 

Added: packages/pytimechart/trunk/debian/copyright
===================================================================
--- packages/pytimechart/trunk/debian/copyright	                        (rev 0)
+++ packages/pytimechart/trunk/debian/copyright	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,47 @@
+Original source available at: http://gitorious.org/pytimechart
+
+Upstream Author: Pierre Tardy <tardyp at gmail.com>
+
+Copyright: © 2005-2011, Pierre Tardy <tardyp at gmail.com> and Contributors
+
+Files: debian/*
+Copyright: © 2011, Varun Hiremath <varun at debian.org>
+License: BSD
+ The Debian packaging information is under the BSD license
+
+Files: *
+Copyright: © Pierre Tardy <tardyp at gmail.com>
+License: BSD
+ 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.
+
+    The names of The Contributors may not be used to endorse or 
+    promote products derived from this software without specific 
+    prior written permission.
+
+ 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 HOLDERS AND 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. 
+
+Files: timechart/images/*
+License: GPL-2+
+  On Debian GNU/Linux systems, the complete text of the GNU General
+  Public License 2 can be found in `/usr/share/common-licenses/GPL-2'

Added: packages/pytimechart/trunk/debian/orig-tar.sh
===================================================================
--- packages/pytimechart/trunk/debian/orig-tar.sh	                        (rev 0)
+++ packages/pytimechart/trunk/debian/orig-tar.sh	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,8 @@
+#!/bin/sh -e
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $3 $origDir
+  echo "moved $3 to $origDir"
+fi


Property changes on: packages/pytimechart/trunk/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/pytimechart/trunk/debian/pycompat
===================================================================
--- packages/pytimechart/trunk/debian/pycompat	                        (rev 0)
+++ packages/pytimechart/trunk/debian/pycompat	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1 @@
+2

Added: packages/pytimechart/trunk/debian/rules
===================================================================
--- packages/pytimechart/trunk/debian/rules	                        (rev 0)
+++ packages/pytimechart/trunk/debian/rules	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with python2 $@
+
+override_dh_install:
+	dh_install
+	find debian/pytimechart/ -iname images_license.txt | xargs rm
+
+get-orig-source:
+	-uscan --force-download	--rename


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

Added: packages/pytimechart/trunk/debian/source/format
===================================================================
--- packages/pytimechart/trunk/debian/source/format	                        (rev 0)
+++ packages/pytimechart/trunk/debian/source/format	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/pytimechart/trunk/debian/watch
===================================================================
--- packages/pytimechart/trunk/debian/watch	                        (rev 0)
+++ packages/pytimechart/trunk/debian/watch	2011-05-18 06:16:52 UTC (rev 17038)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/p/pytimechart/pytimechart-(.*).tar.gz debian debian/orig-tar.sh
+




More information about the Python-modules-commits mailing list