[Python-apps-commits] r12624 - in packages/pythontracer/trunk/debian (3 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Thu Nov 26 06:49:27 UTC 2015


    Date: Thursday, November 26, 2015 @ 06:49:26
  Author: takaki
Revision: 12624

merge nmu patch

Modified:
  packages/pythontracer/trunk/debian/changelog
  packages/pythontracer/trunk/debian/control
  packages/pythontracer/trunk/debian/watch

Modified: packages/pythontracer/trunk/debian/changelog
===================================================================
--- packages/pythontracer/trunk/debian/changelog	2015-11-26 05:37:49 UTC (rev 12623)
+++ packages/pythontracer/trunk/debian/changelog	2015-11-26 06:49:26 UTC (rev 12624)
@@ -4,6 +4,15 @@
 
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:39 +0200
 
+pythontracer (8.10.16-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "missing dependency on python-gtk2": add the dependency.
+    Thanks to Jakub Wilk for the bug report.
+    (Closes: #684778)
+
+ -- gregor herrmann <gregoa at debian.org>  Thu, 30 Aug 2012 18:48:15 +0200
+
 pythontracer (8.10.16-1) unstable; urgency=low
 
   * Initial release (Closes: #505208)

Modified: packages/pythontracer/trunk/debian/control
===================================================================
--- packages/pythontracer/trunk/debian/control	2015-11-26 05:37:49 UTC (rev 12623)
+++ packages/pythontracer/trunk/debian/control	2015-11-26 06:49:26 UTC (rev 12624)
@@ -1,7 +1,8 @@
 Source: pythontracer
 Section: python
 Priority: extra
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
 	python-all-dev, python-setuptools, python-support
 Standards-Version: 3.9.1
@@ -11,7 +12,7 @@
 
 Package: pythontracer
 Architecture: any
-Depends: ${python:Depends},${shlibs:Depends}, ${misc:Depends}
+Depends: ${python:Depends},${shlibs:Depends}, ${misc:Depends}, python-gtk2
 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)

Modified: packages/pythontracer/trunk/debian/watch
===================================================================
--- packages/pythontracer/trunk/debian/watch	2015-11-26 05:37:49 UTC (rev 12623)
+++ packages/pythontracer/trunk/debian/watch	2015-11-26 06:49:26 UTC (rev 12624)
@@ -1,2 +1,2 @@
 version=3
-http://googlecode.debian.net/p/pythontracer/pythontracer-(.*)-source\.tar\.gz
+http://code.google.com/p/pythontracer/downloads/list?can=1 .*/pythontracer-(\d[\d\.]*)-source\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)




More information about the Python-apps-commits mailing list