[Python-apps-commits] r2066 - in packages/pyflakes/trunk/debian (changelog control)

gothicx-guest at users.alioth.debian.org gothicx-guest at users.alioth.debian.org
Sat Dec 13 15:02:27 UTC 2008


    Date: Saturday, December 13, 2008 @ 15:02:26
  Author: gothicx-guest
Revision: 2066

Add  to Depends to remove lintian warning

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

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2008-12-13 14:58:23 UTC (rev 2065)
+++ packages/pyflakes/trunk/debian/changelog	2008-12-13 15:02:26 UTC (rev 2066)
@@ -1,8 +1,14 @@
 pyflakes (0.2.1+svn16699-2) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
+  [ Marco Rodrigues ]
+  * debian/control:
+    + Add ${misc:Depends} to Depends to remove
+      lintian warning.
+
  -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:47:57 +0100
 
 pyflakes (0.2.1+svn16699-1) unstable; urgency=low

Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control	2008-12-13 14:58:23 UTC (rev 2065)
+++ packages/pyflakes/trunk/debian/control	2008-12-13 15:02:26 UTC (rev 2066)
@@ -13,7 +13,7 @@
 Package: pyflakes
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Description: simple Python source checker
  Pyflakes is a simple program which checks Python source files for errors.
  It is similar to PyChecker in scope, but differs in that it does not execute




More information about the Python-apps-commits mailing list