[Python-modules-commits] r5902 - in packages/pycallgraph/trunk/debian (5 files)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Tue Jul 8 17:19:14 UTC 2008


    Date: Tuesday, July 8, 2008 @ 17:19:13
  Author: morph-guest
Revision: 5902

upgrade to 0.5.1

Modified:
  packages/pycallgraph/trunk/debian/NEWS
  packages/pycallgraph/trunk/debian/changelog
  packages/pycallgraph/trunk/debian/copyright
  packages/pycallgraph/trunk/debian/rules
Deleted:
  packages/pycallgraph/trunk/debian/patches/

Modified: packages/pycallgraph/trunk/debian/NEWS
===================================================================
--- packages/pycallgraph/trunk/debian/NEWS	2008-07-08 13:49:28 UTC (rev 5901)
+++ packages/pycallgraph/trunk/debian/NEWS	2008-07-08 17:19:13 UTC (rev 5902)
@@ -1,3 +1,10 @@
+pycallgraph (0.5.1-1) unstable; urgency=low
+
+    The new version of pycallgraph ships the command-line executable renamed
+    in 'pycallgraph' instead of the previous 'pycg'.
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 08 Jul 2008 19:01:57 +0200
+
 pycallgraph (0.5.0-1) unstable; urgency=medium
 
     The new version of pycallgraph ships the command-line executable renamed

Modified: packages/pycallgraph/trunk/debian/changelog
===================================================================
--- packages/pycallgraph/trunk/debian/changelog	2008-07-08 13:49:28 UTC (rev 5901)
+++ packages/pycallgraph/trunk/debian/changelog	2008-07-08 17:19:13 UTC (rev 5902)
@@ -1,3 +1,18 @@
+pycallgraph (0.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/rules
+    - changed manpage location
+    - dropped simple-patchsys.mk inclusion since there is no patch to apply
+  * debian/copyright
+    - changed upstream author email address
+  * debian/patches/10_fix_manpage.patch
+    - dropped since merged upstream
+  * debian/NEWS
+    - updated to upstream executable name change
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Tue, 08 Jul 2008 19:10:37 +0200
+
 pycallgraph (0.5.0-1) unstable; urgency=medium
 
   [ Jan Michael Alonzo ]

Modified: packages/pycallgraph/trunk/debian/copyright
===================================================================
--- packages/pycallgraph/trunk/debian/copyright	2008-07-08 13:49:28 UTC (rev 5901)
+++ packages/pycallgraph/trunk/debian/copyright	2008-07-08 17:19:13 UTC (rev 5902)
@@ -5,7 +5,7 @@
 
 Upstream Author:
 
-    Gerald Kaszuba <pycg at slowchop.com>
+    Gerald Kaszuba <pycallgraph at slowchop.com>
 
 Copyright:
 

Modified: packages/pycallgraph/trunk/debian/rules
===================================================================
--- packages/pycallgraph/trunk/debian/rules	2008-07-08 13:49:28 UTC (rev 5901)
+++ packages/pycallgraph/trunk/debian/rules	2008-07-08 17:19:13 UTC (rev 5902)
@@ -5,9 +5,8 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_INSTALL_MANPAGES_python-pycallgraph := man/pycg.1
+DEB_INSTALL_MANPAGES_python-pycallgraph := man/pycallgraph.1
 
 binary-install/python-pycallgraph::
 	chmod 644 debian/python-pycallgraph/usr/share/doc/python-pycallgraph/examples/*.py




More information about the Python-modules-commits mailing list