[Python-apps-commits] r12339 - in packages/python-afl/trunk/debian (changelog control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Tue Sep 8 14:22:05 UTC 2015


    Date: Tuesday, September 8, 2015 @ 14:22:04
  Author: danstender-guest
Revision: 12339

deb/control: set up cross Breaks to keep binaries aligned for stable
alternatives

Modified:
  packages/python-afl/trunk/debian/changelog
  packages/python-afl/trunk/debian/control

Modified: packages/python-afl/trunk/debian/changelog
===================================================================
--- packages/python-afl/trunk/debian/changelog	2015-09-08 07:46:49 UTC (rev 12338)
+++ packages/python-afl/trunk/debian/changelog	2015-09-08 14:22:04 UTC (rev 12339)
@@ -1,3 +1,10 @@
+python-afl (0.5-3) UNRELEASED; urgency=medium
+
+  * deb/control: set up cross Breaks to keep binaries aligned for stable
+    alternatives, yet needed for updates from 0.2.1-1 (Closes: #798354).
+
+ -- Daniel Stender <debian at danielstender.com>  Tue, 08 Sep 2015 16:17:40 +0200
+
 python-afl (0.5-2) unstable; urgency=medium
 
   * deb/rules: run tests during build (added deps in deb/control, tests-point-

Modified: packages/python-afl/trunk/debian/control
===================================================================
--- packages/python-afl/trunk/debian/control	2015-09-08 07:46:49 UTC (rev 12338)
+++ packages/python-afl/trunk/debian/control	2015-09-08 14:22:04 UTC (rev 12339)
@@ -28,6 +28,8 @@
  ${misc:Depends},
  ${python:Depends},
  ${shlibs:Depends}
+Breaks:
+ python3-afl (<< 0.5-3)
 Description: American Fuzzy Lop (afl) for pure Python code
  Python-afl provides fuzz testing (brute force vulnerability discovery)
  by the fuzzer American Fuzzy Lop (afl) for Python code.
@@ -44,6 +46,8 @@
  ${misc:Depends},
  ${python3:Depends},
  ${shlibs:Depends}
+Breaks:
+ python-afl (<< 0.5-3)
 Description: American Fuzzy Lop (afl) for pure Python 3 code
  Python-afl provides fuzz testing (brute force vulnerability discovery)
  by the fuzzer American Fuzzy Lop (afl) for Python code.




More information about the Python-apps-commits mailing list