File: changelog

package info (click to toggle)
sunxi-tools 1.4.2%2Bgit20221128.530adf-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 736 kB
  • sloc: ansic: 8,146; asm: 277; makefile: 188; sh: 161; ruby: 98; awk: 25
file content (132 lines) | stat: -rw-r--r-- 4,683 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
sunxi-tools (1.4.2+git20221128.530adf-2) unstable; urgency=medium

  * Actually bump Standards-Version to 4.6.2, as I intended in the previous
    upload, still no changes required.
  * Add basic manpages for commands which lacked them.

 -- Ian Campbell <ijc@debian.org>  Sat, 28 Jan 2023 15:44:03 +0000

sunxi-tools (1.4.2+git20221128.530adf-1) unstable; urgency=medium

  * New upstream snapshot.
  * Add dependency on adduser since we use addgroup in postinst.
  * Update Lintian override syntax.
  * Ignore hardening flags errors when building raw target shims.
  * Bump Standards-Version to 4.6.2, no changes required.

 -- Ian Campbell <ijc@debian.org>  Sun, 08 Jan 2023 10:21:46 +0000

sunxi-tools (1.4.2+git20220329.76089c-1) unstable; urgency=medium

  * New upstream snapshot.

 -- Ian Campbell <ijc@debian.org>  Sun, 15 May 2022 07:48:03 +0100

sunxi-tools (1.4.2+git20220212.08e209-1) unstable; urgency=medium

  * New upstream release.
    + Includes new sunxi-fel.1 manpage
  * Include the upstream target stubs in the package.

 -- Ian Campbell <ijc@debian.org>  Sat, 12 Feb 2022 13:48:51 +0000

sunxi-tools (1.4.2+git20211216.02a865-2) unstable; urgency=medium

  * Fix FTCBFS: (Closes: #1000564)
    + Let dh_auto_build pass cross tools to make.
    + Make pkg-config substitutable.
    Thanks to Helmut Grohne for the patch.

 -- Ian Campbell <ijc@debian.org>  Sun, 16 Jan 2022 10:14:46 +0000

sunxi-tools (1.4.2+git20211216.02a865-1) unstable; urgency=medium

  * New upstream snapshot (Closes: #1003788).
  * Bump Standards-Version to 4.6.0, no changes required.

 -- Ian Campbell <ijc@debian.org>  Sun, 16 Jan 2022 09:03:48 +0000

sunxi-tools (1.4.2+git20181114.6d598a-3) unstable; urgency=medium

  * Only trigger a udev event if `udevadm` is available. Discovered by
    piuparts. Also ignore any error from `udevadm trigger`. (Closes: #918465).

 -- Ian Campbell <ijc@debian.org>  Sun, 06 Jan 2019 12:14:53 +0000

sunxi-tools (1.4.2+git20181114.6d598a-2) unstable; urgency=medium

  * Bump Standards-Version to 4.3.0, no changes required.
  * Switch to debhelper compat level 12, using the new debhelper-compat
    dependency instead of debian/compat. No other changes required.
  * Specify Rules-Requires-Root: no.
  * Update Lintian overrides.
  * Trigger a udev event on the USB device in postinst, to cause the group
    ownership set by a newly installed udev rules file to take effect
    immediately.

 -- Ian Campbell <ijc@debian.org>  Sat, 05 Jan 2019 12:07:16 +0000

sunxi-tools (1.4.2+git20181114.6d598a-1) unstable; urgency=medium

  * Correct versioning of upstream snapshot (~git is before 1.4.2, while +git
    is after which is what was intended).
  * Ensure hardened CFLAGS/CPPFLAGS are propagated to the build, this changed
    in the git20181114.6d598a snapshot.

 -- Ian Campbell <ijc@debian.org>  Sun, 16 Dec 2018 15:02:19 +0000

sunxi-tools (1.4.2~git20181114.6d598a-1) unstable; urgency=medium

  [ Ian Campbell ]
  * New upstream snapshot.
    - Updated d/copyright
    - Added build-dep on zlib
  * Update Standards-Version, no changes required.
  * Add lintian override for AppStream warning
  * Disable "check_all_fex" test target since it requires external resources.

  [ Ondřej Nový ]
  * d/changelog: Remove trailing whitespaces

 -- Ian Campbell <ijc@debian.org>  Sat, 15 Dec 2018 21:00:47 +0000

sunxi-tools (1.4.1-2) unstable; urgency=medium

  * Regularise and update debian/{control,copyright} using CME.
  * Update VCS-* to point to salsa.
  * Update Standards-Version, no changes required.
  * Correct udev rule to use SUBSYSTEM not (unnecessarily) SUBSYSTEMS.

 -- Ian Campbell <ijc@debian.org>  Sun, 13 May 2018 14:15:12 +0100

sunxi-tools (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Update standard version, no changes required.
  * Enable hardening flags.

 -- Ian Campbell <ijc@debian.org>  Sun, 30 Oct 2016 13:36:07 +0000

sunxi-tools (1.3-1) unstable; urgency=medium

  * New upstream release.
    - Support for new "spl" sub command to the fel tool.
    - Various bug fixes.
  * Update Vcs-* to point to anonscm.
  * Recommend split u-boot-sunxi package only.

 -- Ian Campbell <ijc@debian.org>  Tue, 24 Nov 2015 20:27:33 +0000

sunxi-tools (1.2-2) unstable; urgency=medium

  * Create a "sunxi-fel" group and add udev rules to make the FEL mode USB
    device available to members of that group.
  * Include upstream README in the package (Closes: #757642)

 -- Ian Campbell <ijc@hellion.org.uk>  Mon, 25 Aug 2014 21:40:38 +0100

sunxi-tools (1.2-1) unstable; urgency=medium

  * Initial release (Closes: #750104).

 -- Ian Campbell <ijc@hellion.org.uk>  Sat, 12 Jul 2014 20:51:56 +0100