[Python-modules-commits] r8716 - in packages/pycallgraph/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Jun 4 21:10:44 UTC 2009


    Date: Thursday, June 4, 2009 @ 21:10:40
  Author: piotr
Revision: 8716

* merge 0.5.1-2 and 0.5.1-3
* add ${misc:Depends} to Depends

Modified:
  packages/pycallgraph/trunk/debian/changelog
  packages/pycallgraph/trunk/debian/control

Modified: packages/pycallgraph/trunk/debian/changelog
===================================================================
--- packages/pycallgraph/trunk/debian/changelog	2009-06-04 19:57:51 UTC (rev 8715)
+++ packages/pycallgraph/trunk/debian/changelog	2009-06-04 21:10:40 UTC (rev 8716)
@@ -1,4 +1,4 @@
-pycallgraph (0.5.1-3) UNRELEASED; urgency=low
+pycallgraph (0.5.1-2) unstable; urgency=low
 
   [ Carl Chenet ]
   * New maintainer. Closes: #524937
@@ -9,14 +9,11 @@
     - replaced (C) by ©
     - replaced /GPL by /GPL-2
 
- -- Carl Chenet <chaica at ohmytux.com>  Sun, 24 May 2009 15:41:20 +0200
-
-pycallgraph (0.5.1-2) UNRELEASED; urgency=low
-
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:14:05 +0100
+ -- Carl Chenet <chaica at ohmytux.com>  Sun, 24 May 2009 15:41:20 +0200
 
 pycallgraph (0.5.1-1) unstable; urgency=medium
 
@@ -85,4 +82,3 @@
   * Initial Release. Closes: #426985
 
  -- Jan Alonzo <jmalonzo at unpluggable.com>  Fri, 7 Jun 2007 16:40:53 +1000
-

Modified: packages/pycallgraph/trunk/debian/control
===================================================================
--- packages/pycallgraph/trunk/debian/control	2009-06-04 19:57:51 UTC (rev 8715)
+++ packages/pycallgraph/trunk/debian/control	2009-06-04 21:10:40 UTC (rev 8716)
@@ -12,9 +12,9 @@
 
 Package: python-pycallgraph
 Architecture: all
-Depends: ${python:Depends}, graphviz
+Depends: ${python:Depends}, ${misc:Depends}, graphviz
 XB-Python-Version: ${python:Versions}
 Description: Python library that creates call graphs for Python programs
  It uses GraphViz to generate call graphs from one execution of
  your Python code. It's very easy to use and can point out possible problems
- with your code execution.
+ with your code execution.
\ No newline at end of file




More information about the Python-modules-commits mailing list