File: changelog

package info (click to toggle)
cssc 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 11,368 kB
  • sloc: cpp: 39,446; ansic: 17,403; sh: 11,328; python: 3,923; makefile: 1,929; perl: 342; awk: 15; sed: 15
file content (289 lines) | stat: -rw-r--r-- 10,065 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
276
277
278
279
280
281
282
283
284
285
286
287
288
289
cssc (1.4.1-1) unstable; urgency=medium

  * New upstream release.
  * Include upstream signing key.
  * Drop patches 01-groff and 04-fix-texinfo, integrated upstream.
  * Drop patches impacting mylist, not applicable any more.
  * Remove usage of obsolete dh-buildinfo.
  * Switch priority from extra to optional.
  * Remove usage of "dh --with autotools_dev".
  * Bump Standards-Version to 4.4.1.

 -- Yann Dirson <dirson@debian.org>  Sun, 06 Oct 2019 16:37:32 +0200

cssc (1.4.0-6) unstable; urgency=medium

  * Fix mylist inc/decrement operators to return what they should (Closes:
    #897731).
  * Drop long-obsolete debian/source/lintian-override.
  * Drop now-useless "Testsuite: autopkgtest" form debian/control (lintian).
  * Update Vcs fields for salsa.

 -- Yann Dirson <dirson@debian.org>  Sat, 11 Aug 2018 23:59:24 +0200

cssc (1.4.0-5) unstable; urgency=medium

  * Revert --max-parallel=1 on dh_auto_test, which changed nothing.
  * Fix test-utils/yes not aborting when puts fails (with EPIPE in the
    case of #788863).  This may not completely fix the problem however, we
    still need to know why the parent script does not terminates.

 -- Yann Dirson <dirson@debian.org>  Fri, 26 Jun 2015 23:33:07 +0200

cssc (1.4.0-4) unstable; urgency=medium

  * Make sure autopkgtest runs the "initial" test first
  * Set --max-parallel=1 on dh_auto_test to avoid potentially unforeseen
    races (Closes: #788863).

 -- Yann Dirson <dirson@debian.org>  Thu, 25 Jun 2015 23:12:27 +0200

cssc (1.4.0-3) unstable; urgency=medium

  * Force use of bash to run regression tests, as using a shell without
    "echo -e" requires an additional tool to be built.

 -- Yann Dirson <dirson@debian.org>  Mon, 08 Jun 2015 21:13:26 +0200

cssc (1.4.0-2) unstable; urgency=medium

  * Allow to run most regression tests using autopkgtest.
  * Improve "clean" target to cleanup temporary test files.
  * Be sure a stray envvar won't cause the wrong binaries to be tested.

 -- Yann Dirson <dirson@debian.org>  Sat, 30 May 2015 18:24:36 +0200

cssc (1.4.0-1) unstable; urgency=medium

  * New upstream release.
  * Refreshed patches:
    - 01-groff.diff
    - 04-fix-texinfo
    - 06-gtest-death-tests
  * Dropped patches integrated or superceded upstream:
    - 02-gl-lib-gets
    - 03-sys-types
    - 05-unistd
  * Backup shipped .info file instead of shipping a patch.
  * Updated list of doc files to be shipped.
  * Updated debian/copyright with full BSD license.
  * Added VCs-* fields.
  * New patches for /tmp races (Closes: #521197):
    - use mktemp in sccsdiff
    - quickly reviewed file-creation in C++ code, seems quite sane, the
      remaining warning in the doc is likely over-reaching.  Will see
      with upstream how to improve that.
  * Bumped Standards-Version to 3.9.5.

 -- Yann Dirson <dirson@debian.org>  Tue, 09 Sep 2014 22:55:00 +0200

cssc (1.3.0-4) unstable; urgency=low

  * Condition death tests with GTEST_HAS_DEATH_TEST, which is not
    available for kfreebsd and hurd in the included version of gtest.

 -- Yann Dirson <dirson@debian.org>  Sat, 07 Sep 2013 22:56:26 +0200

cssc (1.3.0-3) unstable; urgency=low

  * Add missing unistd.h inclusion breaking build on non-linux platforms
    in unit-tests/googletest/include/gtest/internal/gtest-port.h.

 -- Yann Dirson <dirson@debian.org>  Fri, 06 Sep 2013 23:43:33 +0200

cssc (1.3.0-2) unstable; urgency=low

  * Use dh autotools_dev module to refresh config.*, adjust build-depends.

 -- Yann Dirson <dirson@debian.org>  Fri, 06 Sep 2013 22:26:55 +0200

cssc (1.3.0-1) unstable; urgency=low

  * New upstream release.
    * No more docs/FIXED file to install.
  * Switched to source format "3.0 (quilt)".
  * Switched to debhelper 9 and dh.
  * Remove -D__USE_BSD flag, apparently not useful any more.
  * Fixed src/file.h not including sys/types.h before using gid_t.
  * Hacked gl/lib/stdio.h not to cause build failure on "gets" token.
  * Fixed typo "allows one to" in doc-base file (lintian).
  * Forced regeneration of shipped prebuilt info file.
  * Add lintian override for source, to avoid false GFDL error due to
    missing patch context.
  * Replaced use of texi2html with simple "make html".
  * Fixed cssc.texi for typo in @insertcopying usage, and missing
    references to "sccs admin" subtopics, which prevented curent makeinfo
    to work.
  * Fixed typo in README.Debian.

 -- Yann Dirson <dirson@debian.org>  Wed, 04 Sep 2013 01:37:21 +0200

cssc (1.2.0-2) unstable; urgency=low

  * Force removal of info/dir in case gnu install-info is installed (and
    since there does not seem to be any standard for handling the problem)
    (Closes: #573684).
  * Switch from "dh_clean -k" to dh_prep.
  * Switch section from devel to vcs to match archive override.

 -- Yann Dirson <dirson@debian.org>  Fri, 19 Mar 2010 22:20:55 +0100

cssc (1.2.0-1) unstable; urgency=low

  * New upstream release.
  * debian/watch, debian/copyright: for new upstream URLs.
  * debian/copyright: now covered by GPLv3.
  * Switch to debhelper compat v7.
  * Add Homepage field to debian/control.
  * Be sure not to ship info/dir file (lintian).
  * Capitalize doc-base section (lintian).
  * Replace unknown man code .om with .Nm (already used in similar places).
  * Bumped Standards-Version to 3.8.4, no change.

 -- Yann Dirson <dirson@debian.org>  Sun, 07 Mar 2010 20:49:16 +0100

cssc (1.0.1-4) unstable; urgency=low

  * Adjusted extended description.
  * Install cssc.cgi in /usr/lib/cgi-bin, its doc in the usual place, add
    a note about it in extended description, and suggest groff.
  * Updated debian/watch.

 -- Yann Dirson <dirson@debian.org>  Thu, 22 Dec 2005 00:12:57 +0100

cssc (1.0.1-3) unstable; urgency=low

  * Applied patch for g++-3.4 (Closes: #276131).
  * This uploads will allow rebuild with proper ABI on ia64 (Closes:
    #330639).
  * Updated FSF address in copyright file (lintian).
  * Nuked 3 empty lines from sccs.1 (lintian).
  * Switch to debhelper compat v4:
    * added ${misc:Depends} to control file.
  * Bumped Standards-Version to 3.6.2, no change.

 -- Yann Dirson <dirson@debian.org>  Sat,  8 Oct 2005 14:29:32 +0200

cssc (1.0.1-2) unstable; urgency=low

  * Rebuilt with g++-4.0.

 -- Yann Dirson <dirson@debian.org>  Tue,  5 Jul 2005 23:20:32 +0200

cssc (1.0.1-1) unstable; urgency=low

  * New upstream release.
  * Removed all those small patches to the code necessary for woody-era
    compilers.

 -- Yann Dirson <dirson@debian.org>  Thu, 27 Jan 2005 21:12:30 +0100

cssc (1.00-1) unstable; urgency=low

  * New upstream release
    - supports the Solaris 8 'y' flag (Closes: #275000).
  * Added debian/watch file.
  * Removed the "in development" notice from extended description.

 -- Yann Dirson <dirson@debian.org>  Sun, 10 Oct 2004 21:43:40 +0200

cssc (0.16alpha.pl0-1) unstable; urgency=low

  * New upstream release:
    * get-spec.txt not shipped any more.
  * Use dh-buildinfo.
  * Bumped Standards-Version to 3.6.1, no change.

 -- Yann Dirson <dirson@debian.org>  Tue,  9 Dec 2003 16:04:28 +0100

cssc (0.15alpha.pl0-3) unstable; urgency=low

  * Rebuilt with g++-3.3.
  * Changed default build opts to current policy; honor noopt flag.
  * Bumped Standards-Version to 3.5.10.
  * Use debian/compat, adjusted debhelper builddep to 3.4.4 or greater.

 -- Yann Dirson <dirson@debian.org>  Sun,  1 Jun 2003 16:27:59 +0200

cssc (0.15alpha.pl0-2) unstable; urgency=low

  * Rebuilt with g++-3.2.
  * Removed hacks required by bugs in older g++ versions.
  * Removed full stop in short desc (lintian).

 -- Yann Dirson <dirson@debian.org>  Fri, 17 Jan 2003 10:38:32 +0100

cssc (0.15alpha.pl0-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Tue, 24 Dec 2002 00:35:26 +0100

cssc (0.14alpha.pl0-3) unstable; urgency=low

  * Completely revamped extended description (Closes: #142498).
  * Force use of g++-3.0 on ia64 to workaround a bug in 2.96, and add
    build-dep (Closes: #145859).

 -- Yann Dirson <dirson@debian.org>  Fri, 24 May 2002 00:19:52 +0200

cssc (0.14alpha.pl0-2) unstable; urgency=low

  * Fixed a couple of missing includes, some of which cause failure under
    g++-3.0 (Closes: #142323), and addressed a handful of other warnings.
  * Use DESTDIR for install, not "prefix".
  * Force --enable-binary (previously activated by autodetection).

 -- Yann Dirson <dirson@debian.org>  Fri, 12 Apr 2002 01:56:12 +0200

cssc (0.14alpha.pl0-1) unstable; urgency=low

  * New upstream release.

 -- Yann Dirson <dirson@debian.org>  Mon,  8 Apr 2002 23:31:44 +0200

cssc (0.13alpha.pl1a-1) unstable; urgency=low

  * New upstream release (Closes: #120080).

 -- Yann Dirson <dirson@debian.org>  Mon, 26 Nov 2001 22:47:08 +0100

cssc (0.13alpha.pl0-2) unstable; urgency=low

  * Added build-dep on texi2html (Closes: #114147).

 -- Yann Dirson <dirson@debian.org>  Wed,  3 Oct 2001 19:58:44 +0200

cssc (0.13alpha.pl0-1) unstable; urgency=low

  * New upstream release, gcc3 fixes (Closes: #104799).
  * Minor debian/copyright cleanups (thanks lintian).
  * Build html version of texinfo manual, using texi2html.  Registered in
    doc-base.  
  * Put stamp files in debian/stampdir.
  * Mentionned in debian.copyright that the sccs frontend is covered by
    the BSD licence.
  * Set LC_ALL=C during build to workaround makeinfo i18n zealotry bug.

 -- Yann Dirson <dirson@debian.org>  Sun, 30 Sep 2001 21:25:15 +0200

cssc (0.12alpha.pl0-1) unstable; urgency=low

  * New upstream release (Closes: #81607).
  * diff is essential, don't depend on it (lintian).

 -- Yann Dirson <dirson@debian.org>  Sat, 28 Jul 2001 18:56:34 +0200

cssc (0.11alpha.pl4-2) unstable; urgency=low

  * Added note in README.Debian about how to setup emacs to use CSSC, as
    currently emacsen do not know about it.

 -- Yann Dirson <dirson@debian.org>  Thu, 23 Nov 2000 01:33:14 +0100

cssc (0.11alpha.pl4-1) unstable; urgency=low

  * Initial Release.
  * Install binaries in /usr/lib/sccs/ instead of /usr/libexec/sccs/.

 -- Yann Dirson <dirson@debian.org>  Sat, 30 Sep 2000 15:31:48 +0200