[Python-apps-commits] r12518 - in packages/vulture/trunk/debian (changelog control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Oct 23 23:59:45 UTC 2015


    Date: Friday, October 23, 2015 @ 23:59:44
  Author: danstender-guest
Revision: 12518

deb/control: added Enhances against prospector

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

Modified: packages/vulture/trunk/debian/changelog
===================================================================
--- packages/vulture/trunk/debian/changelog	2015-10-23 23:55:07 UTC (rev 12517)
+++ packages/vulture/trunk/debian/changelog	2015-10-23 23:59:44 UTC (rev 12518)
@@ -1,11 +1,13 @@
 vulture (0.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
-  * deb/control: added build-deps for pytest and pytest-cov.
+  * deb/control:
+    + added Enhances against prospector.
+    + added build-deps for pytest and pytest-cov.
   * deb/rules: added override to dh_auto_test, but disabled due to
     outdated pytest-cov.
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 01:49:13 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 01:56:28 +0200
 
 vulture (0.6-1) unstable; urgency=medium
 

Modified: packages/vulture/trunk/debian/control
===================================================================
--- packages/vulture/trunk/debian/control	2015-10-23 23:55:07 UTC (rev 12517)
+++ packages/vulture/trunk/debian/control	2015-10-23 23:59:44 UTC (rev 12518)
@@ -22,6 +22,8 @@
 Depends:
  ${misc:Depends},
  ${python:Depends}
+Enhances:
+ prospector
 Description: scans for unused ("dead") code in a Python program
  Vulture uses static code analysis to find unused classes, functions and
  variables in Python code. This helps to cleanup and find errors in




More information about the Python-apps-commits mailing list