[Python-apps-commits] r12378 - in packages/python-afl/trunk/debian (changelog control)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Sat Sep 19 12:50:58 UTC 2015
Date: Saturday, September 19, 2015 @ 12:50:57
Author: danstender-guest
Revision: 12378
deb/control: for Breaks, use substvar instead of hard coding the package version
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-19 10:39:30 UTC (rev 12377)
+++ packages/python-afl/trunk/debian/changelog 2015-09-19 12:50:57 UTC (rev 12378)
@@ -1,3 +1,10 @@
+python-afl (0.5.1-2) UNRELEASED; urgency=medium
+
+ * deb/control: for Breaks, use substvar instead of hard coding
+ the package version [thanks to Jakub Wilk].
+
+ -- Daniel Stender <debian at danielstender.com> Sat, 19 Sep 2015 14:48:03 +0200
+
python-afl (0.5.1-1) unstable; urgency=medium
* New upstream release (Closes: #799397).
Modified: packages/python-afl/trunk/debian/control
===================================================================
--- packages/python-afl/trunk/debian/control 2015-09-19 10:39:30 UTC (rev 12377)
+++ packages/python-afl/trunk/debian/control 2015-09-19 12:50:57 UTC (rev 12378)
@@ -29,7 +29,7 @@
${python:Depends},
${shlibs:Depends}
Breaks:
- python3-afl (<< 0.5.1-1)
+ python3-afl (<< ${binary:Version})
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.
@@ -47,7 +47,7 @@
${python3:Depends},
${shlibs:Depends}
Breaks:
- python-afl (<< 0.5.1-1)
+ python-afl (<< ${binary:Version})
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