1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175
|
python-afl (0.7.1-1) unstable; urgency=medium
* New upstream release.
-- Daniel Stender <stender@debian.org> Sat, 07 Jul 2018 21:40:07 +0200
python-afl (0.7-1) unstable; urgency=medium
* New upstream release.
* deb/control:
+ bump standards to 4.1.4 (no changes needed).
* deb/copyright:
+ expand copyright span of *.
* deb/rules:
+ expand $CURDIR to $PATH (therefore, tests-point-to-wrapper.diff
could be dropped, remove deb/patches).
* deb/tests/control:
+ add procps to both testbed deps.
-- Daniel Stender <stender@debian.org> Tue, 01 May 2018 23:33:45 +0200
python-afl (0.6.1-3) unstable; urgency=medium
* add python3-distutils to b-ds in deb/control and deps in
deb/tests/control (needed separately since python3.6/3.6.5~rc1-2).
-- Daniel Stender <stender@debian.org> Thu, 22 Mar 2018 17:48:48 +0100
python-afl (0.6.1-2) unstable; urgency=medium
* deb/control: bump standards to 4.1.3 (no changes needed).
* deb/copyright: expand copyright span.
* add deb/gbp.conf.
[ Ondřej Nový ]
* d/watch: Use https protocol
[ svn-git-automigration ]
* deb/control: update Vcs fields (moved to salsa).
-- Daniel Stender <stender@debian.org> Wed, 07 Mar 2018 18:57:39 +0100
python-afl (0.6.1-1) unstable; urgency=medium
* New upstream release (Closes: #869601).
-- Daniel Stender <stender@debian.org> Mon, 31 Jul 2017 22:41:30 +0200
python-afl (0.6-1) unstable; urgency=medium
* New upstream release:
+ unfuzz and expand tests-point-to-wrapper.diff.
+ contribute extension-less trophy-case in deb/rules.
+ expand maintscripts (alternatives) for new scripts.
* contribute README reST source w/o converting it (Closes: #857639):
+ adjust override for dh_installdocs in deb/rules accordingly.
+ drop doctuils and links from build-deps in deb/control.
* use debhelper level 10 (changes in deb/compat and deb/control).
* deb/copyright:
+ expand copyright spans.
+ use https in Format field.
* deb/control:
+ bump standards version to 4.0.0 (no further changes needed).
-- Daniel Stender <stender@debian.org> Thu, 20 Jul 2017 17:26:30 +0200
python-afl (0.5.5-1) unstable; urgency=medium
* New upstream release (Closes: #833675):
+ unfuzz tests-point-to-wrapper.diff.
+ add procps to build-deps in deb/control.
-- Daniel Stender <stender@debian.org> Wed, 17 Aug 2016 11:18:15 +0200
python-afl (0.5.4-2) unstable; urgency=medium
* deb/rules:
+ hard set LANG for elinks for reproducible builds (dumped output varies
by locale).
-- Daniel Stender <stender@debian.org> Sun, 14 Aug 2016 16:08:34 +0200
python-afl (0.5.4-1) unstable; urgency=medium
* New upstream release:
+ unfuzz tests-point-to-wrapper.diff.
* deb/control:
+ bump standards to 3.9.8 (no changes needed).
* convert README.rst to plain:
+ add rst2html & links processing to dh_installdocs in deb/rules.
+ add docutils and links to build-deps in deb/control.
* deb/py-afl-fuzz.txt:
+ update pointer to README, add python3 package path.
-- Daniel Stender <stender@debian.org> Sun, 07 Aug 2016 18:41:13 +0200
python-afl (0.5.3-1) unstable; urgency=medium
* New upstream release.
-- Daniel Stender <stender@debian.org> Sun, 10 Apr 2016 12:05:32 +0200
python-afl (0.5.2-1) unstable; urgency=medium
* New upstream release:
+ updated patches.
* deb/control:
+ updated maintainer email address.
+ bumped standards to 3.9.7 (no changes needed).
+ use HTTPS for Vcs-Browser.
+ dropped Testsuite field (deprecated).
* deb/copyright: updated.
* deb/rules: added export for DEB_BUILD_MAINT_OPTIONS with BINDNOW.
-- Daniel Stender <stender@debian.org> Fri, 25 Mar 2016 10:41:05 +0100
python-afl (0.5.1-2) unstable; urgency=medium
* deb/control:
+ build against python{,3}-all-dev.
+ for Breaks, use substvar instead of hard coding
the package version [thanks to Jakub Wilk].
-- Daniel Stender <debian@danielstender.com> Fri, 02 Oct 2015 13:44:52 +0200
python-afl (0.5.1-1) unstable; urgency=medium
* New upstream release (Closes: #799397).
-- Daniel Stender <debian@danielstender.com> Sat, 19 Sep 2015 12:17:33 +0200
python-afl (0.5-3) unstable; 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).
* Made maintainer scripts executable.
-- Daniel Stender <debian@danielstender.com> Mon, 14 Sep 2015 00:51:03 +0200
python-afl (0.5-2) unstable; urgency=medium
* deb/rules: run tests during build (added deps in deb/control, tests-point-
to-wrapper.diff).
* Set up DEP-8 testing.
* deb/python{,3}-afl.postinst/prerm: removed "exit 0" line (Closes: #798216).
* deb/changelog: added missing new upstream release line and completed
filenames of added scripts in entry of 0.5-1.
-- Daniel Stender <debian@danielstender.com> Tue, 08 Sep 2015 00:01:01 +0200
python-afl (0.5-1) unstable; urgency=medium
* New upstream release.
* deb/control:
+ removed version from description line of first package (misleading as
package tracker description line).
+ dropped extra info on early development stage in package description
(several releases lately, bumped already from experimental).
* deb/rules: use dh_installdocs override to contribute into both packages,
dropped deb/docs.
* py-afl-showmap has been dropped in 0.3: removed manpage, added deb/NEWS with
info on this.
* use alternatives to contribute wrapper script in both packages:
+ deb/rules: install wrapper privately into both binaries.
+ deb/rules: build manpage twice with different file names.
+ added deb/python{,3}-afl.postinst and deb/python{,3}-afl.prerm.
+ deb/control: removed info on package difference from description.
-- Daniel Stender <debian@danielstender.com> Sat, 05 Sep 2015 22:07:13 +0200
python-afl (0.2.1-1) unstable; urgency=medium
* Initial release (Closes: #792317).
-- Daniel Stender <debian@danielstender.com> Sun, 09 Aug 2015 22:26:11 +0200
|