[Python-apps-commits] r1695 - in packages/moap/trunk/debian (4 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Tue Aug 26 22:37:59 UTC 2008


    Date: Tuesday, August 26, 2008 @ 22:37:51
  Author: gilir-guest
Revision: 1695

* Suggest all vcs that moap support
* Fix a crasher in command/bug.py

Added:
  packages/moap/trunk/debian/patches/
  packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch
Modified:
  packages/moap/trunk/debian/changelog
  packages/moap/trunk/debian/control

Modified: packages/moap/trunk/debian/changelog
===================================================================
--- packages/moap/trunk/debian/changelog	2008-08-26 13:35:03 UTC (rev 1694)
+++ packages/moap/trunk/debian/changelog	2008-08-26 22:37:51 UTC (rev 1695)
@@ -1,3 +1,14 @@
+moap (0.2.6-2) UNRELEASED; urgency=low
+
+  * debian/control
+   - Suggests all control software that moap can support.
+     (Closes: #496533).
+  * debian/patches
+   - 01-assign-variable-moap-bug.patch : Assign a variable properly in 
+     command/bug.py. Thanks Jelmer Vernooij for the patch (Closes: #496534). 
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Tue, 26 Aug 2008 23:53:27 +0200
+
 moap (0.2.6-1) unstable; urgency=low
 
   * Initial release (Closes: #422660)

Modified: packages/moap/trunk/debian/control
===================================================================
--- packages/moap/trunk/debian/control	2008-08-26 13:35:03 UTC (rev 1694)
+++ packages/moap/trunk/debian/control	2008-08-26 22:37:51 UTC (rev 1695)
@@ -29,6 +29,11 @@
 		python-twisted-core,
 		python-yahoo,
 		exuberant-ctags
+Suggests: 	bzr,
+		cvs,
+		darcs,
+		git-core,
+		subversion
 XB-Python-Version: ${python:Versions}
 Description: Swiss army knife for project maintainers and developers
  moap aims to help in keeping you in the flow of maintaining, developing and

Added: packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch
===================================================================
--- packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch	                        (rev 0)
+++ packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch	2008-08-26 22:37:51 UTC (rev 1695)
@@ -0,0 +1,11 @@
+--- moap/command/bug.py	2008-08-25 16:25:13.000000000 +0200
++++ moap/command/bug.py	2008-08-25 16:25:06.000000000 +0200
+@@ -109,6 +109,7 @@
+                 try:
+                     d = doap.findDoapFile(None)
+                 except doap.DoapException, e:
++                    d = None
+                     sys.stderr.write(e.args[0])
+ 
+             if not d:
+




More information about the Python-apps-commits mailing list