File: changelog

package info (click to toggle)
trinity 1.9%2Bgit20200331.4d2343bd18c7b-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,080 kB
  • sloc: ansic: 32,746; sh: 536; makefile: 164
file content (177 lines) | stat: -rw-r--r-- 5,953 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
trinity (1.9+git20200331.4d2343bd18c7b-2+deb11u1) bullseye; urgency=medium

  * Non-maintainer upload.
  * Drop decnet support to fix FTBFS bug. Closes: #1028795.

 -- Santiago Vila <sanvila@debian.org>  Thu, 22 Aug 2024 23:55:00 +0200

trinity (1.9+git20200331.4d2343bd18c7b-2) unstable; urgency=medium

  * [c24aa6] Make the build verbose by default.
    Thanks to Helmut Grohne <helmut@subdivi.de> (Closes: 956024)
  * [23017d] Mark tests as superficial (Closes: 971505)
  * [d510fa] Use debhelper-compat level 13

 -- gustavo panizzo <gfa@zumbi.com.ar>  Thu, 29 Oct 2020 21:12:17 +0000

trinity (1.9+git20200331.4d2343bd18c7b-1) unstable; urgency=medium

  * Package an upstream snapshot (Closes: #954588)
  * [484354] Remove outdated patches
  * [1f0336] No longer ship a CHANGELOG
  * [c7bd50] Bump standards version to 4.5.0, no changes were needed
  * [7e0f3a] Use debhelper-compat level 12
  * [919f9f] Add upstream metadata
  * [8b954c] The logging server has been removed, remove its references
    from packaging
  * [fd6397] Add Rules-Requires-Root: no to d/rules

 -- gustavo panizzo <gfa@zumbi.com.ar>  Tue, 31 Mar 2020 21:57:23 +0000

trinity (1.8-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ gustavo panizzo ]
  * Add a patch to fix FTBFS on kernels without VIDIOC_RESERVED (Closes:
    #917664)
  * Use compat level 11
  * Bump standards version to 4.3.0, no changes were needed
  * Add a patch to skip irda tests when the header is missing

 -- gustavo panizzo <gfa@zumbi.com.ar>  Mon, 31 Dec 2018 14:05:28 +0800

trinity (1.8-5) unstable; urgency=medium

  * Use an upstream patch to fix a FTBFS (Closes: #906511).

 -- gustavo panizzo <gfa@zumbi.com.ar>  Tue, 28 Aug 2018 15:55:36 +0800

trinity (1.8-4) unstable; urgency=medium

  * Add patch to correctly build on Ubuntu, thanks Jeremy Bicha
  * Fix autopkg test (Closes: #894646)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 04 Apr 2018 19:02:15 +0800

trinity (1.8-3) unstable; urgency=medium

  * Backport an upstream patch to build against glibc 2.27 (Closes: #891293)
  * Bumped standards version to 4.1.3, no changes were needed
  * Add minimal autopkg tests

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 21 Mar 2018 15:13:33 +0000

trinity (1.8-2) unstable; urgency=medium

  * Fix FTBFS against linux-libc-dev 4.12 (Closes: #884034)
  * Bumped standards version to 4.1.2, no changes were needed
  * Update VCS-* fields to use salsa.debian.org

 -- gustavo panizzo <gfa@zumbi.com.ar>  Tue, 26 Dec 2017 10:22:12 +0800

trinity (1.8-1) unstable; urgency=medium

  * New upstream release
  * Bumped standard version to 4.1.1, no changes were needed
  * Remove Anibal from Uploaders field, thanks for the previous sponsoring
  * Update upstream changelog
  * Build the server

 -- gustavo panizzo <gfa@zumbi.com.ar>  Sat, 18 Nov 2017 13:50:38 +0800

trinity (1.7-1) unstable; urgency=medium

  * New upstream release
  * Enable all hardening flags
  * Remove lintian overrides
  * Update upstream changelog
  * Enable verbose build (Closes: #790719)
  * Partially revert commit 6966190, replace clean target in debian/rules
    by a dh_clean override.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Fri, 11 Nov 2016 16:51:24 +0800

trinity (1.7~git20161005-1) unstable; urgency=medium

  * Packaging an upstream snapshot
  * Drop patches to build on mips, as they were applied upstream
  * Remove unnecessary overrides from debian/rules
    - dh_clean replaced with clean target
    - dh_auto_configure upstream changed configure script
  * Add clean target to debian/rules
  * Update upstream changelog
  * Bumped standard version to 3.9.8, no changes were needed
  * Store the generated tarball using pristine-tar
  * Override 2 lintian warnings
    Reasoning for the overrides is on the debian/trinity.lintian-overrides
    file
  * Install the manpage provided by upstream

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 12 Oct 2016 12:24:49 +0800

trinity (1.6-2) unstable; urgency=medium

  * Fix build issues on mips*.
  * Upload to unstable.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Thu, 17 Mar 2016 12:07:56 +0000

trinity (1.6-1) experimental; urgency=medium

  * Start packaging over using a new upstream tree.
  * New upstream release.
  * Bumped standard version to 3.9.7, no changes were needed.
  * Bumped debhelper compat level, no changes were needed.
  * Use secure URI for VCS-* fields.
  * Upload to experimental.
  * Update upstream changelog.
  * Update debian/copyright.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Tue, 08 Mar 2016 10:14:22 +0000

trinity (1.5-2) unstable; urgency=medium

  * Enable verbose build.
  * Fix FTBFS on mips/mipsel, thanks Arturo Borrero Gonzalez. (Closes: #790683).

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 01 Jul 2015 15:01:56 +0800

trinity (1.5-1) unstable; urgency=medium

  * New upstream release.
  * Upstream release fixes a bug in IA64 (Closes: #788695)
  * Upstream release fixes a bug building against newer kernels (Closes:
    #733770)
  * Updated standards version, no changes needed.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Mon, 29 Jun 2015 13:08:59 +0800

trinity (1.4+git300714+fce8684-1) unstable; urgency=medium

  * Snapshot from git after new upstream release.
  * Watch file updated.

 -- gustavo panizzo <gfa@zumbi.com.ar>  Wed, 30 Jul 2014 20:34:47 -0300

trinity (1.3-1) unstable; urgency=medium

  * New upstream version 1.3.
  * Removed wrong dependency on linux-headers. (Closes: #733771).

 -- gustavo panizzo <gfa@zumbi.com.ar>  Fri, 17 Jan 2014 21:10:15 -0300

trinity (1.2-1) unstable; urgency=low

  * New upstream version 1.2
  * Enable hardening options

 -- Anibal Monsalve Salazar <anibal@debian.org>  Tue, 23 Jul 2013 11:09:05 +1000

trinity (1.1-1) unstable; urgency=low

  * Initial release (Closes: #700506)

 -- gustavo panizzo <gfa@zumbi.com.ar>  Tue, 12 Feb 2013 23:40:12 -0300