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
|
gnucobol4 (4.0~early~20200606-6) unstable; urgency=medium
* debian/control: bump standard to 4.6.0 (no changes)
* add replace-ac-check-file.patch (Closes: #991793)
thanks to Helmut Grohne for the patch
-- Thorsten Alteholz <debian@alteholz.de> Tue, 14 Sep 2021 21:23:38 +0200
gnucobol4 (4.0~early~20200606-5) unstable; urgency=medium
* debian/control: rename package to gnucobol4
* debian/control: use Breaks: and Replace: for older versions
* debian/control: update salsa URLs
-- Thorsten Alteholz <debian@alteholz.de> Tue, 18 May 2021 21:03:02 +0200
gnucobol (4.0~early~20200606-4) unstable; urgency=medium
* New maintainer (Closes: #985679)
* debian/control: bump standard to 4.5.1 (no changes)
* debian/control: use dh12
-- Thorsten Alteholz <debian@alteholz.de> Mon, 10 May 2021 21:03:02 +0200
gnucobol (4.0~early~20200606-3) unstable; urgency=medium
* Force source only upload to unstable
-- Al Stone <ahs3@debian.org> Sat, 11 Jul 2020 21:26:15 -0600
gnucobol (4.0~early~20200606-2) unstable; urgency=medium
* Fix "Unnecessary build dependency on quilt" -- removed the
unneeded dependency (Closes: #964418)
* Add regression test for CVE-2019-16395 (Closes: #940949)
* Add regression test for CVE-2019-16396 (Closes: #940950)
* Rename regression test01 to CVE-2019-14468
* Rename regression test02 to CVE-2019-14486
* Rename regression test03 to CVE-2019-14528
* Rename regression test04 to CVE-2019-14541
* Added in missing build-depends for bison
-- Al Stone <ahs3@debian.org> Fri, 10 Jul 2020 20:38:00 -0600
gnucobol (4.0~early~20200606-1) unstable; urgency=medium
* Use early release of GnuCOBOL
* Refresh patches
* libcob5 replaces libcob4
* Add known CI test restrictions for CVE tests
* Add comments to CI tests to note the CVEs being fixed
* Release to test CI again
-- Al Stone <ahs3@debian.org> Mon, 29 Jun 2020 21:28:27 -0600
gnucobol (3.0~rc1-5) unstable; urgency=medium
* Follow-up fixes to autopkgtest -- test exit codes properly
-- Al Stone <ahs3@debian.org> Fri, 05 Jun 2020 20:16:35 -0600
gnucobol (3.0~rc1-4) unstable; urgency=medium
* Correct silly typos in autopkgtest test04
-- Al Stone <ahs3@debian.org> Fri, 05 Jun 2020 10:55:29 -0600
gnucobol (3.0~rc1-3) unstable; urgency=medium
* Make some adjustments to the autopkgtest scripts to capture
failures better, using the patch supplied with some minor
tweaks. Closes: #962081
-- Al Stone <ahs3@debian.org> Thu, 04 Jun 2020 20:10:37 -0600
gnucobol (3.0~rc1-2) unstable; urgency=medium
* Add in autopkgtests in debian/tests
* Closes: #933884 -- several CVEs have been repaired and those
repairs are present in this version. NB: autopkgtest test cases
for these have also been added.
* Closes: #96166 -- source only upload
* Push to unstable.
-- Al Stone <ahs3@debian.org> Sun, 31 May 2020 13:04:18 -0600
gnucobol (3.0~rc1-1) unstable; urgency=medium
* Closes: #945816 -- adopt the package and close the ITA
* Lintian cleanup: correct man pages when generated
-- Al Stone <ahs3@debian.org> Mon, 27 Apr 2020 21:51:18 -0600
gnucobol (2.2-5) unstable; urgency=medium
* Enhanced help2man.diff with code from upstream
-- Ludwin Janvier <lud.janvier@gmail.com> Tue, 17 Jul 2018 22:29:40 +0200
gnucobol (2.2-4) unstable; urgency=medium
* debian/rules
- removed useless override_dh_auto_configure
- now build with -g, debug symbols packages available
- override dh_clean to remove generated files
* debian/control
- standards-version 4.1.4 (no change)
- debhelper 11
- libcob4: set Multi-Arch: same
- libcob4-dev: set Multi-Arch: same
- open-cobol: set Architecture: all
- priority extra replaced by priority optional
- build-depends: help2man
* added manpage for cob-config
* debian/compat moved to 11
* debian/watch signature check
* debian/upstream/signing-key.asc added
* Added help2man.diff to prevent build failures
-- Ludwin Janvier <lud.janvier@gmail.com> Sat, 16 Jun 2018 08:53:49 +0200
gnucobol (2.2-2) unstable; urgency=medium
* Add breaks: libcob1-dev (Closes: #901190)
* Add build-deps to rebuild pdf and info
-- Ludwin Janvier <lud.janvier@gmail.com> Tue, 12 Jun 2018 11:09:08 +0200
gnucobol (2.2-1) unstable; urgency=medium
* Initial release (Closes: #768497)
-- Ludwin Janvier <lud.janvier@gmail.com> Tue, 13 Mar 2018 17:09:44 +0100
|