File: changelog

package info (click to toggle)
tpm2-abrmd 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,468 kB
  • sloc: ansic: 17,633; makefile: 488; sh: 347; xml: 18
file content (140 lines) | stat: -rw-r--r-- 4,621 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
tpm2-abrmd (3.0.0-1) unstable; urgency=low

  [ Debian Janitor ]
  * Apply multi-arch hints.
    + libtss2-tcti-tabrmd-dev: Add Multi-Arch: same.

  [ Ying-Chun Liu (PaulLiu) ]
  * debian/watch: use tags instead of releases
  * New upstream version 3.0.0

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 12 Dec 2022 07:47:34 +0800

tpm2-abrmd (2.4.1-1) unstable; urgency=low

  * New upstream release 2.4.1

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Sun, 10 Apr 2022 20:47:05 +0800

tpm2-abrmd (2.4.0-1) unstable; urgency=low

  * New upstream version 2.4.0
    - upstream has already not use Requires=systemd-udev-settle.service
      (Closes: #991588)
  * Update Fix-macro-warning-error-by-adding-escaped-symbol.patch

 -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org>  Mon, 04 Oct 2021 15:59:52 +0800

tpm2-abrmd (2.3.3-1) unstable; urgency=medium

  * Import new upstream release
  * d/rules:
    - Remove unnecessary option of "--as-needed" since the bullseye toolchain
      enabled in the default.

 -- SZ Lin (林上智) <szlin@debian.org>  Thu, 27 Aug 2020 14:54:48 +0800

tpm2-abrmd (2.3.2-1) unstable; urgency=medium

  * Import new upstream release
  * Add autopkgtest
  * Enable autopkgtest function in salsa
  * d/control:
    - Bump debhelper-compat to 13

 -- SZ Lin (林上智) <szlin@debian.org>  Tue, 26 May 2020 14:27:51 +0800

tpm2-abrmd (2.3.1-1) unstable; urgency=medium

  * Import new upstream release
  * d/control:
    - Bump Standards-Version to 4.5.0

 -- SZ Lin (林上智) <szlin@debian.org>  Mon, 27 Jan 2020 18:02:35 +0800

tpm2-abrmd (2.3.0-1) unstable; urgency=medium

  * Import new upstream release

 -- SZ Lin (林上智) <szlin@debian.org>  Fri, 22 Nov 2019 14:16:25 +0800

tpm2-abrmd (2.2.0-1) unstable; urgency=medium

  * Import new upstream release
  * d/control:
    - Use debhelper-compat (= 12) in build-dependency to replace d/compat
    - Bump Standards-Version to 4.4.1
    - Add Rules-Requires-Root: binary-targets
    - Add Pre-Depends column
    - Add sysvinit file for tpm2-abrmd
  * d/rules:
    - Correct the installation path of systemd service files (Closes: #931123)

 -- SZ Lin (林上智) <szlin@debian.org>  Sat, 12 Oct 2019 18:04:13 +0800

tpm2-abrmd (2.1.1-1) unstable; urgency=medium

  * Import new upstream release
  * d/watch:
    - Remove dh_make-template

 -- SZ Lin (林上智) <szlin@debian.org>  Tue, 02 Apr 2019 19:35:47 +0800

tpm2-abrmd (2.1.0-1) unstable; urgency=medium

  * Import new upstream release (Closes: #902127)
  * d/compat:
    - Bump compat version to 12
  * d/control:
    - Bump debhelper version to 12
    - Bump Standards-Version to 4.3.0
  * d/libtss2-tcti-tabrmd0.symbols:
    - Add build depends package field
  * Update d/patches:
    - Resolve conflict issue with new upstream release

 -- SZ Lin (林上智) <szlin@debian.org>  Mon, 11 Feb 2019 15:05:43 +0800

tpm2-abrmd (2.0.3-1) unstable; urgency=medium

  * Import new upstream release
  * Update symbol table
  * Add upstream metadata
  * Rename binary package from libtcti-tabrmd* to libtss2-tcti-tabrmd*
  * Remove Fix-gdbus-codegen-lookup-for-recent-versions-of-GLib.patch since it
    was merged in upstream
  * Add Fix-macro-warning-error-by-adding-escaped-symbol.patch
  * d/control:
    - Bump Standards-Version to 4.2.1
    - Add libtss2-dev in Build-Depends (Closes: #913367)
    - Remove libsapi-dev from Build-Depends
  * d/rules:
    - Remove extra file to avoid failure under non-clean build
  * d/tpm2-abrmd.install:
    - Drop unneeded file

 -- SZ Lin (林上智) <szlin@debian.org>  Tue, 13 Nov 2018 16:27:07 +0800

tpm2-abrmd (1.3.1-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * d/p/0002-Fix-gdbus-codegen-lookup-for-recent-versions-of-GLib.patch:
    Apply patch from upstream to make the build system compatible with
    recent GLib versions. In older GLib versions,
    `$PKG_CONFIG --variable=gdbus_codegen gio-2.0` always returned
    "gdbus-codegen", but in newer versions or when GLib was built with
    Meson it returns the absolute path to gdbus-codegen, which is not a
    valid input to AC_PATH_PROG. (Closes: #910340)
  * d/rules: Use dbus-run-session to give unit tests a temporary
    session bus. This means that tss2-tcti-tabrmd_unit does not have to
    be skipped. (Closes: #910341)
    - d/p/0002-remove-unit-test-needs-dbus-daemon.patch:
      Remove, no longer needed

 -- Simon McVittie <smcv@debian.org>  Wed, 10 Oct 2018 08:46:43 +0100

tpm2-abrmd (1.3.1-1) unstable; urgency=low

  * Initial release (Closes: #885774)

 -- SZ Lin (林上智) <szlin@debian.org>  Tue, 01 May 2018 15:15:34 +0800