File: changelog

package info (click to toggle)
jam 2.6.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,220 kB
  • sloc: ansic: 9,035; yacc: 443; sh: 121; makefile: 45
file content (184 lines) | stat: -rw-r--r-- 6,682 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
jam (2.6.1-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with gcc-14 (Closes: 1066298)
  * Stop calling obsolete dh_buildinfo (Closes: 1089895)

 -- Chris Hofstaedtler <zeha@debian.org>  Mon, 16 Dec 2024 01:04:57 +0100

jam (2.6.1-2) unstable; urgency=medium

  * Fix Vcs-* URLs to point to correct project.
  * Bump Standards-Version to 4.4.1, no change.
  * Fix passing of CFLAGS/CPPFLAGS/LDFLAGS.
  * Ask jam to disclose commandlines run during final build.

 -- Yann Dirson <dirson@debian.org>  Thu, 03 Oct 2019 00:44:56 +0200

jam (2.6.1-1) unstable; urgency=medium

  * New upstream release.
  * Update Vcs-* URLs for migration to salsa.
  * Include patch from Reiner Herrmann <reiner@reiner-h.de> to make the
    build reproducible under different locales (Closes: #797427).
  * Bump Standards-Version to 4.4.0.

 -- Yann Dirson <dirson@debian.org>  Sun, 15 Sep 2019 16:45:57 +0200

jam (2.6-1) unstable; urgency=medium

  * New upstream release (Closes: #763331).
    * Refreshed patches (one typo fixed upstream ;)
  * Updated debian/watch for new upstream forge.
  * Fixed typo in previous changelog entry.

 -- Yann Dirson <dirson@debian.org>  Mon, 29 Sep 2014 21:53:25 +0200

jam (2.5rel-2) unstable; urgency=medium

  * Switched to dh.
  * Switched to source format 3.0 (quilt).  Keep the %token reordering
    patch to jamgram.y as jamgram.patch, but don't apply it as it does not
    seem required and there is no trace of the change/justification in the
    changelog.
  * Backup shipped versions of generated files (used for bootstrapping)
    before regenerating them, and restore them on clean.
  * Adjust debian/watch and debian/copyright for current upstream
    directory hierarchy (Closes: #529119).
  * Spell "cumulative" correctly in manpage and html (Closes: #412606).
  * Stop using "apprehend" incorrectly in package description (Closes: #307569).
  * Add Vcs-* control fields.
  * Use misc:Depends (lintian).
  * Removed "Apps/" prefix from doc-base section (lintian).
  * Propagate dpkg-buildflags to jam using the names it expects.
  * Bumped Standards-Version to 3.9.5, no change.

 -- Yann Dirson <dirson@debian.org>  Sun, 22 Jun 2014 16:27:15 +0200

jam (2.5rel-1) unstable; urgency=low

  * Final 2.5 release - using this version string to compensate for the
    mistake about rc2 (see below).  
  * Had to use previous version of jam to refresh generated files, since
    bootstrapping jam0 failed.  
  * Bumped Standards-Version to 3.6.1, no change.
  * Removed the call to "./jam0 clean" from clean rules, since it removes
    files necessary to bottstrap the build.

 -- Yann Dirson <dirson@debian.org>  Sat, 21 Aug 2004 23:20:10 +0200

jam (2.5rc3-6) unstable; urgency=low

  * Clarification about relation between Jambase and Jamfile in Jam.html.
  * Mention the debian-specific installed copy of Jambase in Jam.html.
  * Fixed several typos in Jam.html.
  * Include a sample Jamrules for building bigloo programs.
  * Revert patch to Jamfile to call yyacc in ./, now useless.
  * Added call to "jam clean" in clean target to be sure.

 -- Yann Dirson <dirson@debian.org>  Sun, 14 Dec 2003 23:02:13 +0100

jam (2.5rc3-5) unstable; urgency=low

  * Improved description (Closes: #216305).

 -- Yann Dirson <dirson@debian.org>  Wed, 29 Oct 2003 21:35:17 +0100

jam (2.5rc3-4) unstable; urgency=low

  * Updated manpage with -q and -g options (Closes: #200234).
  * Use dh-buildinfo.

 -- Yann Dirson <dirson@debian.org>  Tue, 15 Jul 2003 22:03:19 +0200

jam (2.5rc3-3) unstable; urgency=low

  * Sync'd manpage with current ftjam package.

 -- Yann Dirson <dirson@debian.org>  Wed,  4 Jun 2003 11:57:18 +0200

jam (2.5rc3-2) unstable; urgency=low

  * Use debian/compat, build-dep on debhelper 3.4.4.
  * Use build options as per current policy (-g -O2).
  * Bumped Standards-Version to 3.5.10.
  * Replaced in Jambase reference tu Jamfile(5) by Jamfile.html (Closes:
    #195693).

 -- Yann Dirson <dirson@debian.org>  Wed,  4 Jun 2003 11:01:47 +0200

jam (2.5rc3-1) unstable; urgency=medium

  * New upstream release.  Previous one was really rc2 !  Damn, upstream way of
    handling releases still confuses me :(
  * Urgency medium to get rid of the previous bogus "2.5" upload ASAP.

 -- Yann Dirson <dirson@debian.org>  Wed, 23 Apr 2003 16:17:35 +0200

jam (2.5-1) unstable; urgency=low

  * New upstream release (Possibly closes: #164406).
  * Removed obsolete note that no tutorial is available, and
    added URL to suplementary docs into README.Debian (Closes: 180658).

 -- Yann Dirson <dirson@debian.org>  Thu, 13 Mar 2003 23:13:10 +0100

jam (2.4-3) unstable; urgency=low

  * Fixed typo in package description (Closes: #124770).
  * Fixed a couple of doc typos.

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

jam (2.4-2) unstable; urgency=medium

  * Fixed setup of /usr/bin/jam alternative, which had been made to point
    to ftjam.  This was a serious bug, also present in 2.3.2 packages.
  * Use priority 12 for alternative, so that this version prevails over
    ftjam 2.3.5.
  * Replaced the Jamrules-litprog example, where the funnelweb sample was
    completely broken, by a new version using several files to group the
    rules.  Includes a more thorough set of rules for (La)TeX documents.

 -- Yann Dirson <dirson@debian.org>  Mon, 22 Apr 2002 00:47:01 +0200

jam (2.4-1) unstable; urgency=low

  * New upstream release.  No change from rc2 except for version string
    and RELNOTES.

 -- Yann Dirson <dirson@debian.org>  Thu, 18 Apr 2002 23:28:05 +0200

jam (2.3.99+2.4.rc2-1) unstable; urgency=low

  * New upstream (pre)release, including a number of new features and
    bugfixes.

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

jam (2.3.2-3) unstable; urgency=low

  * Fixed a typo in the doc.
  * Updated debian/rules from ftjam package.
  * Install as jam.perforce and use alternative for /usr/bin/jam.

 -- Yann Dirson <dirson@debian.org>  Wed, 19 Sep 2001 00:24:05 +0200

jam (2.3.2-2) unstable; urgency=low

  * Added a docbook manpage - include the troff version as well as
    docbook-to-man (1:2.0.0-8) is currently broken.
  * Added doc-base support for reference manual.
  * Added an example rules file for literate programming, that I wrote
    some time ago.

 -- Yann Dirson <dirson@debian.org>  Wed, 23 May 2001 02:09:52 +0200

jam (2.3.2-1) unstable; urgency=low

  * Initial Release (Closes: #98146).
  * Jambase: changed default EXEMODE to 755 (was 711), and suid perms to
    4755 (was 4711).
  * Be sure to invoke jam0 and yyacc with explicit "./".

 -- Yann Dirson <dirson@debian.org>  Mon, 21 May 2001 08:57:42 +0200