File: changelog

package info (click to toggle)
sloccount 2.26-5.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,528 kB
  • ctags: 1,029
  • sloc: perl: 2,908; ansic: 610; sh: 556; lex: 254; makefile: 251; ruby: 110; haskell: 32; cobol: 27; php: 22; pascal: 10; xml: 7; f90: 6; fortran: 6; cs: 5
file content (214 lines) | stat: -rw-r--r-- 7,572 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
sloccount (2.26-5.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
  * Update to Standards-Version to 3.9.3 and debhelper to 9.
  * Add build-arch and build-indep targets; use dh_prep in rules file.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 11 Apr 2012 13:21:24 +0300

sloccount (2.26-5) unstable; urgency=low

  * New maintainer (Closes: #634212).
  * Standards-Version: 3.9.2 (no changes required).
  * debian/rules: Quickfix to make multiple builds in a row work.

 -- Uwe Hermann <uwe@debian.org>  Sun, 09 Oct 2011 15:35:41 +0200

sloccount (2.26-4) unstable; urgency=low

  * debian/control
    - bump Standards-Version to 3.8.0
      + debian/README.source added
    - updated my email address
    - added ${misc:Depends} to bin package depends
    - added VHDL and XML to supported language list in long description
  * debian/rules
    - added vhdl and xml manpage installation
  * debian/patches/50_bts379448_ruby_recognize.dpatch
    - changed to better match ruby shebang; thanks to Josef Spillner for the
      notice; Closes: #379448
  * debian/patches/60_bts508557_vhdl_support.dpatch
    - added VHDL support; thanks to Elie De Brauwer for the report and the
      patch; Closes: #508557
  * debian/patches/70_bts508556_xml_support.dpatch
    - added XML support; thanks to Elie De Brauwer for the report and the patch;
      Closes: #508556
  * debian/patches/20_bts462392_erlang_support.dpatch
    - added installation of "erlang_count" to upstream makefile
    - fixed "erlang_count" since comments in Erlang start with '%%'; thanks to
      George Prekas for the report and solution; Closes: #512577
  * debian/copyright
    - added copyright for packaging
    - using GPLv2 for reference to local license
  * debian/sloccount.docs
    - removed 'ChangeLog' installation, done by dh_installchangelog
  * debian/README.Debian
    - removed since no more needed and outdated

 -- Sandro Tosi <morph@debian.org>  Sat, 24 Jan 2009 01:17:58 +0100

sloccount (2.26-3) unstable; urgency=low

  * Adopting package (Closes: #465855)
  * Acknowledging NMU (Closes: #414656)
  * debian/control
    - set myself as maintainer
    - bump Standards-Version to 3.7.3
    - added Homepage field
    - removed capitalization from short description
    - long description paragraphs reformat
    - fix spelling of Tcl in long description
    - set debhelper build-dep version to 5
    - added dpatch build-dep
    - include Erlang in long description languages list
  * debian/compat
    - added with value 5
  * debian/copyright
    - upstream author indented with 4 spaces
    - clear separation of copyright and license
    - fixed copyright notice
    - fixed license note
    - added additional copyright notices for file with different ones
    - added location of GPL license on debian system
  * debian/rules
    - removed DH_COMPAT
    - removed configure target since unused
    - removed commented dh_* calls
    - doesn't ignore clean error anymore
    - removed unneeded dh_* calls
    - integration of debian/dirs
    - added dpatch stuff
    - added manpage installation for executables using generic_count
    - added manpage installation for counting executables (Closes: #273479,
      #273477)
  * debian/watch
    - added (thanks to DEHS)
  * debian/sloccount.doc-base
    - fixed section and abstract
  * debian/dirs
    - removed
  * debian/patches/01_restore_pristine_code.dpatch
    - added to restore pristine upstream code
  * debian/patches/10_fix_manpage.dpatch
    - fix manpage hyphen useage (lintian warning)
  * debian/patches/20_bts462392_erlang_support.dpatch
    - added support to Erlang; thanks to Michael Gebetsroither; (Closes:
      #462392)
  * debian/patches/30_bts466827_enhance_bison_flex.dpatch
    - enhance bison/flex support; thanks to Ronald Aigner; (Closes: #466827)
  * debian/patches/40_bts281293_ignore_autotools_files.dpatch
    - ignore autotools generated files; thanks to Ronald Aigner; (Closes:
      #281293)
  * debian/patches/50_bts379448_ruby_recognize.dpatch
    - recognize ruby script from shebang; thanks to Ronald Aigner; (Closes:
      #379448)
  * debian/generic_count.1
    - added to be used by script calling generic_count
  * debian/X_count.1
    - added to be used by a set of SLOCCount binaries

 -- Sandro Tosi <matrixhasu@gmail.com>  Sun, 23 Mar 2008 19:07:22 +0100

sloccount (2.26-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove obsolete workaround about old Perl versions having trouble with
    UTF-8 locales and LANG ending in ".UTF-8", since it makes current Perl
    barf. (Closes: #414656)

 -- Adeodato Simó <dato@net.com.org.es>  Tue, 07 Aug 2007 14:32:54 +0200

sloccount (2.26-2) unstable; urgency=low

  * Documentation now installs in /usr/share/doc/sloccount correctly
  * This package no longer seems to be NMU (I hope)
  
 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Wed, 11 Aug 2004 18:29:06 +0200

sloccount (2.26-1) unstable; urgency=low

  * New upstream release
  * Fixed some missing elements for "make clean"
  *  (closes: #173699)
  *  (closes: #159609)
  *  (closes: #251847)
  
 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Mon, 31 May 2004 00:39:03 +0200

sloccount (2.24-1) unstable; urgency=low

  * New upstream release
  *  (closes: #200348)

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Sat, 29 May 2004 17:38:25 +0200

sloccount (2.23-1) unstable; urgency=low

  * New upstream release
  *     (Closes: #180597)

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Sun, 25 Apr 2004 21:20:44 +0200

sloccount (2.14-2) unstable; urgency=low

  * Fixed bug with .pp files

  * Fixed bug in php_count.c (files were not being closed)

  * Fixed bug in break_filelist (files with <CR> at the end broke the script)
  
 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Fri, 23 Aug 2002 00:38:56 +0200

sloccount (2.14-1) unstable; urgency=low

  * New upstream release

  * Added patch to support .hh as a C++ header file thx to Sean Perry 
  *	(Closes: #149390)

  * Modified to consider .pp as Pascal file (there are files like this
  *	in fpc, for instance)

  * When identifying Pascal files, allow ".end" to be anywhere in the
  *	file, not necesarily at the end (in particular, allow for a 
  *	comment after the ".end", which is common in fpc)

  * Modified to check when .inc files are Pascal files (there are a lot
  *	of them in fpc)
	
 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Mon, 19 Aug 2002 23:47:00 +0200

sloccount (2.08-3) unstable; urgency=low

  * Fixed doc-base control file (Closes: #128187)
  * Added a "suggests doc-base"
  
 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Wed,  9 Jan 2002 00:25:07 +0100

sloccount (2.08-2) unstable; urgency=low

  * Fixed problem with modula3_count.
  * Added support for ML (ml_count)

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Fri,  4 Jan 2002 19:47:16 +0100

sloccount (2.08-1) unstable; urgency=low

  * New upstream release. Includes all fixes and features added in 2.05-2.

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Thu,  3 Jan 2002 23:23:13 +0000

sloccount (2.05-2) unstable; urgency=low

  * All *_count files now accept "-f filename" and "-f -"
  * compute_sloc_lang modified accordingly
  * Some small fixes here and there

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Sun, 30 Dec 2001 22:08:35 +0100

sloccount (2.05-1) unstable; urgency=low

  * Initial Release (Closes: #126503) 

 -- Jesus M. Gonzalez-Barahona <jgb@debian.org>  Wed, 26 Dec 2001 01:08:10 +0100