File: changelog

package info (click to toggle)
pcbasic 2.0.7-9
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 35,416 kB
  • sloc: python: 28,411; sh: 103; makefile: 10
file content (136 lines) | stat: -rw-r--r-- 4,319 bytes parent folder | download
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
pcbasic (2.0.7-9) unstable; urgency=low

  * debian/control: add bsdutils to Build-Depends. (Closes: #1118320)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 20 Oct 2025 02:01:40 +0100

pcbasic (2.0.7-8) unstable; urgency=low

  [ Ying-Chun Liu (PaulLiu) <paulliu@debian.org> ]
  * debian/control: Drop depends to python3-importlib-resources
    (Closes: #1104683)
  [ Jochen Sprickerhof <jspricke@debian.org> ]
  * Remove screen usage for reproduce.debian.net (Closes: #1111620)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 25 Aug 2025 04:50:04 +0100

pcbasic (2.0.7-7) unstable; urgency=low

  * debian/control: add python3-toml to Build-Depends.
    (Closes: #1106435)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 24 May 2025 21:30:56 +0100

pcbasic (2.0.7-6) unstable; urgency=low

  * Add python3-standard-chunk to Depends too.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 31 Mar 2025 05:21:15 +0100

pcbasic (2.0.7-5) unstable; urgency=low

  * debian/control: add python3-standard-chunk to Build-Depends.
    (Closes: #1084701)
    - Thanks to Alexandre Detiste <alexandre.detiste@gmail.com>

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 30 Mar 2025 22:35:51 +0100

pcbasic (2.0.7-4) unstable; urgency=low

  * debian/control: Remove Depends: python3-pkg-resources (Closes: #1083531)
    - Use python3-importlib-resources instead.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 07 Oct 2024 10:00:56 +0800

pcbasic (2.0.7-3) unstable; urgency=low

  * Handle dh_auto_test failure when using screen to run it.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 10 Dec 2023 02:30:20 +0800

pcbasic (2.0.7-2) unstable; urgency=low

  * Use screen to provide terminal for tests

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 09 Dec 2023 23:16:34 +0800

pcbasic (2.0.7-1) unstable; urgency=low

  * New upstream release.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Fri, 08 Dec 2023 20:43:17 +0800

pcbasic (2.0.5-1) unstable; urgency=low

  * New upstream release.

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 30 Jul 2022 16:29:58 +0800

pcbasic (2.0.4-3) unstable; urgency=low

  * Fix description typo: Python2 -> Python3 (Closes: #991732)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Fri, 07 Jan 2022 21:08:23 +0800

pcbasic (2.0.4-2) unstable; urgency=low

  * Add debian/patches/0004_port_to_python3.10.patch
    - Fix FTBFS (Closes: #1002174)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 03 Jan 2022 01:23:20 +0800

pcbasic (2.0.4-1) unstable; urgency=low

  * New upstream release.
    - Remove debian/patches/0001_remove_headerid.patch
    - Remove debian/patches/0004_fix_FTBFS_TERM_variable.patch

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 14 Nov 2021 19:59:18 +0800

pcbasic (2.0.3-4) unstable; urgency=low

  * Fix malformed E-mail address in 2.0.3-3 (Closes: #972147)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Tue, 13 Oct 2020 22:05:32 +0800

pcbasic (2.0.3-3) unstable; urgency=low

  * Add python3-pkg-resources to Depends

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Tue, 06 Oct 2020 00:51:16 +0800

pcbasic (2.0.3-2) unstable; urgency=low

  * Add debian/patches/0004_fix_FTBFS_TERM_variable.patch: fix FTBFS

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sat, 03 Oct 2020 23:02:02 +0800

pcbasic (2.0.3-1) unstable; urgency=low

  * New upstream release.
  * Add debian/patches/0003_disable_unittest_needs_tty.patch
    - Disable unit test "test_resume" because it needs a tty
  * Update debian/patches/0001_remove_headerid.patch and
    debian/patches/0002_reproducible_build.patch
    - Upstream renames some source files thus needs to update these patches

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Thu, 01 Oct 2020 23:45:55 +0800

pcbasic (2.0.2-2) unstable; urgency=low

  [ Chris Lamb <lamby@debian.org> ]
  * Reproducible build. (Closes: #948872)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 19 Jan 2020 16:56:22 +0800

pcbasic (2.0.2-1) unstable; urgency=low

  * New upstream release

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Wed, 07 Aug 2019 11:43:57 +0800

pcbasic (2.0.0-1) unstable; urgency=low

  * Initial release (Closes: #913145)

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 11 Nov 2018 06:26:06 +0800