File: changelog

package info (click to toggle)
click 0.5.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,372 kB
  • sloc: python: 7,135; ansic: 857; makefile: 441; sh: 236; perl: 26; xml: 11
file content (275 lines) | stat: -rw-r--r-- 10,396 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
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
click (0.5.2-8) unstable; urgency=medium

  [ Mike Gabriel ]
  * Revert "debian/control: Switch from gobject-introspection to gobject-
    introspection-bin. Thanks, lintian." (Closes: #1094614).

  [ Kiran S Kunjumon ]
  * debian/tests/control: Remove python3-six. (Closes: #1092857).

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 05 May 2025 17:37:29 +0200

click (0.5.2-7) unstable; urgency=medium

  * debian/patches:
    + Amend patches 1022, 1023, 1024 (according to upstream code review).

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 01 Oct 2024 18:30:04 +0200

click (0.5.2-6) unstable; urgency=medium

  * debian/patches:
    + Add 1022_convert-to-testsuite.patch. Stop using 'setuptools.command.test',
      not available anymore. (Closes: #1080208).
    + Add 1023_dont-create-XDG-CACHE-HOME-if-present.patch. Don't fail during
      os.makedirs() if target dir already exists as symlink.
    + Add 1024_more-types-for-ctypes-typemap.patch. Add uid_t and gid_t to
      ctypes _typemap.
  * debian/control:
    + Add B-D: dh-sequence-gir.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 30 Sep 2024 12:56:40 +0200

click (0.5.2-5) unstable; urgency=medium

  * debian/patches/:
    + Update 1021_click-remove-hook-only-on-removal.patch, also use command -v
      in favour of which command.

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 05 Jul 2024 22:38:52 +0200

click (0.5.2-4) unstable; urgency=medium

  * debian/patches:
    + Add 1021_click-remove-hook-only-on-removal.patch. Only run dh_click
      prerm code on removal, not on upgrade. (Closes: #1072207).

 -- Mike Gabriel <sunweaver@debian.org>  Fri, 05 Jul 2024 21:09:25 +0200

click (0.5.2-3) unstable; urgency=medium

  * debian/watch:
    + Update file for recent GitLab changes of the tags overview page.
  * debian/patches:
    + Add 0006_fix-implicit-function-declaration.patch. Make -Werror=implicit-
      function-declaration unnecessary.
    + Add 0007_add-support-for-loongarch.patch. Thanks to Ruilong Wu for
      providing the patch. Resolve FTBFS on loongarch architecture. (Closes:
      #1067815).
  * debian/rules:
    + Drop DEB_CFLAGS_MAINT_STRIP = -Werror=implicit-function-declaration.
  * debian/{rules,click.install}:
    + Set systemdsystemunitdir to /usr/lib/systemd/system (not
      /lib/systemd/system/ anymore).
  * Revert "debian/control: Make bin:pkg python3-click-package arch:all."
    The python3-click-package module contains:
    preload_path = "/usr/lib/<multiarch>/click/libclickpreload.so"
    in paths.py and should thus always be arch:any. This should fix
    autopkgtest builds on non-amd64 architectures. (Closes: #1070982).
  * debian/control:
    + Bump Standards-Version to 4.7.0. No changes needed.
    + Drop B-D python3-six. Patched out in 1015_drop-using-six.patch.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 13 May 2024 18:21:51 +0200

click (0.5.2-2) unstable; urgency=medium

  * debian/control:
    + Drop python3-mock. (Closes: #1067244).
    + Drop from B-D: python3-pep8.
    + Bump Standards-Version: to 4.6.2. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 20 Mar 2024 21:04:50 +0100

click (0.5.2-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Rebase 1001_fully-adjust-DEFAULT_ROOT-if-set-via-configure-option.patch.
    + Drop 0003_Drop-remaining-translation-bits.patch. Applied upstream.
    + Drop 1011_fix-home-dir-in-integration-test.patch. Accepted upstream.
    + Drop 1013_pyflakes-fixes.patch. Accepted upstream.
    + Drop 0001_Re-enable-some-tests-that-were-skipped-due-to-CI-iss.patch.
      Applied upstream.
    + Drop 0002_Require-dbus.service-for-click-user-hooks.service.patch.
      Applied upstream.
    + Drop 1016_drop-chroot-integration-tests-deprecated-upstream.patch and
      1017_drop_chroot-tests-deprecated-upstream.patch. Both accepted upstream.
    + Drop 1019a_reenable-user-tests.patch. Accepted upstream.
    + Drop 1019b_reenable-install-tests.patch. Accepted upstream.
    + Drop 0004_fix-pyversion-check.patch. Applied (differently) upstream.
    + Drop 0006_Fix-crash-on-ppc64el.patch. Applied upstream.
    + Drop 0001-preload-passwd-pw_name-is-required-by-tar.patch. Applied
      upstream.
    + Drop 1004_skip-test-ensure-ownership-quick-if-correct.patch. Not required
      anymore.
    + Add 1015_drop-using-six.patch. Stop using deprecated python3-six. (Closes:
      #1064608).
    + Add 1016_dont-ship-tests-in-python3-click-package.patch. Make build
      reproducible. (Closes: #1027988).
    + Trivially rebase patches 1005 and 1010.
    + Add 2002_skip-framework-integration-tests.patch. Ignore .placeholder file
      in /usr/share/click/frameworks/ during unit tests.
  * debian/control:
    + Add to B-D: libproperties-cpp-dev.
    + Add to B-D: dbus-test-runner.
    + In B-D, switch from gobject-introspection to gobject-introspection-bin.
      Thanks, lintian.
    + In B-D, switch from pkg-config to pkgconf. Thanks, lintian.
    + Switch from gobject-introspection to gobject-introspection-bin. Thanks,
      lintian.
    + Make bin:pkg python3-click-package arch:all.
  * debian/:
    + Add new bin:pkg click-service.
  * debian/rules:
    + Create .placeholder file in /usr/share/click/frameworks/. Thanks,
      lintian.
  * debian/copyright:
    + Add auto-generated copyright.in file.
    + Rewrite copyright attributions.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 20 Mar 2024 09:04:17 +0100

click (0.5.0-11) unstable; urgency=medium

  * debian/patches:
    + Trivially rebase 0001-preload-passwd-pw_name-is-required-by-tar.patch.
  * debian/rules:
    + Whitespace fix.
    + Strip hardening flag -Werror=implicit-function-declaration. (Closes:
      #1066308).

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 13 Mar 2024 15:00:47 +0100

click (0.5.0-10) unstable; urgency=medium

  [ Mike Gabriel ]
  * debian/patches: Modify 1020_run-sphinx-build-with-LANG-C.patch,
    use LC_ALL instead of LANG.
  * debian/watch: Amend watch URL.

  [ Marius Gripsgard ]
  * debian/control: Use my debian email
  * debian/patches: Add patch to fix crash in preload (Closes: #1059801)
    (Closes: #1061010)

 -- Marius Gripsgard <mariogrip@debian.org>  Tue, 30 Jan 2024 00:40:42 +0100

click (0.5.0-9) unstable; urgency=medium

  * debain/control:
    + B-Depend directly on python3-mock

 -- Marius Gripsgard <marius@ubports.com>  Mon, 02 Jan 2023 09:29:44 +0100

click (0.5.0-8) unstable; urgency=medium

  * Re-upload to unstable as is.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 20 Jun 2022 21:15:18 +0200

click (0.5.0-8~exp1) experimental; urgency=medium

  * Test-upload to experimental.

  * debian/control:
    + Bump Standards-Version: to 4.6.1. No changes needed.
    + Mark bin:pkg click-doc as Multi-Arch:foreign.
  * debian/patches:
    + Replace patch content in 0006_Fix-crash-on-ppc64el.patch by a proper fix
      by Adrian Bunk. Thanks for that!

 -- Mike Gabriel <sunweaver@debian.org>  Sat, 18 Jun 2022 14:45:24 +0200

click (0.5.0-7) unstable; urgency=medium

  [ Marius Gripsgard ]
  * debian/patches:
    + Add 0006_Fix-crash-on-ppc64el.patch. A very odd way to fix FTBFS on
      ppc64el.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 16 Jun 2022 21:56:45 +0200

click (0.5.0-6) unstable; urgency=medium

  [ Marius Gripsgard ]
  * debian/patches:
    + Add 0004_fix-pyversion-check.patch: Fix Python version checking in
      click_package/install.py.
    + Add 0005_click-tests-Use-SHA256-digest-for-test-signing-click.patch.
      Fix failing deb-verify call.

  [ Mike Gabriel ]
  * debian/patches:
    + Replace 1002_configure-no-intltool-support-required.patch by official
      upstream patch 0003_Drop-remaining-translation-bits.patch.
  * debian/patches:
    + Add various patches related to running unit tests as root.
        0001_Re-enable-some-tests-that-were-skipped-due-to-CI-iss.patch
        0002_Require-dbus.service-for-click-user-hooks.service.patch
        1004_skip-test-ensure-ownership-quick-if-correct.patch (updated)
        1005_silence-gi-repository-import-warnings.patch
        1006_click-tempdir-own-by-user-daemon-if-tests-run-as-root.patch
        1009_fix-unit-tests-as-root.patch
        1010_fix-ensure-ownership.patch
        1011_fix-home-dir-in-integration-test.patch
        1013_pyflakes-fixes.patch
        1014_improve-check-for-overlayfs-kernel-module.patch
        1016_drop-chroot-integration-tests-deprecated-upstream.patch
        1017_drop_chroot-tests-deprecated-upstream.patch
        1018_0755-tempdir-permissions.patch
    + Re-enable previously skipped tests:
        1019a_reenable-user-tests.patch
        1019b_reenable-install-tests.patch
    + Add 1020_run-sphinx-build-with-LANG-C.patch. Don't run the
      debian/changelog date extraction hack in Sphinx's conf.py with a non-C
      locale.
    + Add 2001_tox-ini-only-use-versions-available-in-Debian.patch. Add recent
      Python3 versions, drop old Python2 and Python3 versions.
  * debian/click-doc.doc-base:
    + Add file.
  * debian/:
     Convert upstream's GPG private keys (historically shipped in debian/
     subfolders) to new format and provide them separately.

 -- Mike Gabriel <sunweaver@debian.org>  Thu, 09 Jun 2022 15:42:48 +0200

click (0.5.0-5) unstable; urgency=medium

  * debian/patches:
    + Add 1004_skip-test-ensure-ownership-quick-if-correct.patch. Skip unit
      test that started failing with Python 3.10. Issue has been reported
      upstream.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 02 Feb 2022 13:28:36 +0100

click (0.5.0-4) unstable; urgency=medium

  * d/t/control:
    + Add kmod to Depends: field.

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 14 Dec 2021 20:09:42 +0100

click (0.5.0-3) unstable; urgency=medium

  * d/t/control:
    + Fix libclick-dev dependency.
    + Drop gir1.2-click-0.4, gets pulled-in with libclick-dev.

 -- Mike Gabriel <sunweaver@debian.org>  Wed, 08 Dec 2021 17:20:22 +0100

click (0.5.0-2) unstable; urgency=medium

  * Upload to unstable.

  * debian/control:
    + Add to B-D: python3-pip. Required since python3.10.
    + Bump Standards-Version: 4.6.0. No changes needed.

 -- Mike Gabriel <sunweaver@debian.org>  Mon, 22 Nov 2021 21:53:32 +0100

click (0.5.0-1) experimental; urgency=medium

  * Initial upload to Debian. (Closes: #986125).

 -- Mike Gabriel <sunweaver@debian.org>  Tue, 06 Apr 2021 21:00:47 +0200