Imported Debian patch 3.0.715-1
[darkstat-debian] / debian / changelog
1 darkstat (3.0.715-1) unstable; urgency=low
2
3   * New upstream release
4   * Using orig.tar.gz whitout repack again since upstream correct the
5     license's issues.
6
7  -- Rene Mayorga <rmayorga@debian.org>  Mon, 12 Mar 2012 23:43:43 +0900
8
9 darkstat (3.0.714+dfsg-1) unstable; urgency=low
10
11   * New upstream release
12     + IPv6 support added by upstream (Closes: #593900)
13   * debian/control: replace the old homepage
14   * Added Brazilian Portuguese debconf template, thanks
15     to Flamarion Jorge <flamarilinux@yahoo.com.br> (Closes: #621868)
16   * debian/watch: 
17     + update to new homepage
18     + call rpack.sh to recreate +dfsg.orig.tar.gz
19     + add dversionmangle, now we are using +dfsg
20   * debian/copyright: 
21     + update copyright info
22   * Remove contrib/darkproxy.php from tarball and repack as DFSG, 
23     this file does not have any valid license.
24     + Add script rpack.sh based on repack.sh from pkg-perl
25     + Add README.Source to document the repacked tarball.
26
27  -- Rene Mayorga <rmayorga@debian.org>  Tue, 07 Jun 2011 08:53:58 -0600
28
29 darkstat (3.0.713-3) unstable; urgency=low
30
31   * Fix a lot of pending l10n bugs:
32     + Adding Danish translation tanks goes to 
33       Joe Dalton <joedalton2@yahoo.dk> (Closes: #601713)
34     + Adding Vietnamese tranlation, thanks goes to
35       Clytie Siddall <clytie@riverland.net.au> (Closes: #601927)
36     + Adding Slovak translations, thanks goes to:
37       helix84@centrum.sk (Closes: #619590)
38     + Adding Finnish translation, thanks goes to
39       Esko Arajärvi <edu@iki.fi> (Closes: #619750)
40     + Adding Norwegian Bokmal tranlations, thanks goes to:
41       Bjørn Steensrud <bjornst@skogkatt.homelinux.org> (Closes: #619732)
42   * Update Standards versions to 3.9.2 (No changes needed)
43   * debian/copyright: 
44     + Inlcude full text of BSD License.
45     + Update copyright info for sort_hosts.c
46
47  -- Rene Mayorga <rmayorga@debian.org>  Thu, 07 Apr 2011 19:52:26 -0600
48
49 darkstat (3.0.713-2) unstable; urgency=low
50
51   * Patches forwarded from Emil 
52     and Ubuntu Maintainers, thank you guys :) :
53       + Improve comments on init.cfg to be less confusing to users.
54       + Add $DAYLOG and $FILTER vars to init.cfg conf 
55         file and init.d script.
56       + Remove unused options from configure-stamp target.
57   * Allow extra OPTIONS at the config file, thanks goes to 
58     Javier Barroso. (Closes: #581553)
59   
60
61  -- Rene Mayorga <rmayorga@debian.org>  Thu, 20 May 2010 10:01:02 -0600
62
63 darkstat (3.0.713-1) unstable; urgency=low
64
65   * New upstream release
66   * Remove fetch-upstream-changelog upstream from debian/rules 
67     and remove changelog.upstream from debian/, upstream now includes this 
68     on the tarball, thanks Emil!.
69   * Set standards-version to 3.8.4 ( no changes needed ) 
70   * Use $remote_fs on Requiired-Start at init.d script.
71   * Update copyright info.
72   * Remove THANKS from debian/docs upstream now include this info on AUTHORS
73   * Remove the leading article on Description
74
75  -- Rene Mayorga <rmayorga@debian.org>  Tue, 23 Mar 2010 18:39:54 -0600
76
77 darkstat (3.0.712-2) unstable; urgency=low
78
79   * Clarify configuration example about the -l option about the
80     expected format of the network. (Closes: #556140)
81   * Add Russian debconf templates translation, thanks to
82     Yuri Kozlov <yuray@komyakino.ru>. (Closes: #543183)
83   * Update standards-versions to 3.8.3 (No changes needed)
84
85  -- Rene Mayorga <rmayorga@debian.org>  Sun, 15 Nov 2009 11:15:38 -0600
86
87 darkstat (3.0.712-1) unstable; urgency=low
88
89   * New upstream release (Closes: #515183)
90   * remove manpage-section-and-minus-hyphen.patch
91     applied upstream.
92   * debian/control: 
93     + remove quilt B-D
94     + Update my email address
95     + Depends on DH 7
96     + add lsb-base to Depends
97   * debian/rules
98     + remove workarround for darkstat.8 changes
99     + use dh_prep insted dh_clean -k
100     + use -R option on dh_installinit
101     + add fetch-upstream-changelog target
102   * remove README.source
103   * debian/init.d:
104     + remove unused $SPY var 
105     + not use debug-run anymore, just show a note about the manpage
106     + use lsb-functions instead of plain `echo' calls
107     + do more checks based on the PIDFILE to verify if darkstat status
108     + some other minor/cosmetic tweaks
109   * debian/copyright: update upstream copyright years
110   * correct some small typos at README.Debian
111   * add and install the upstream changelog provided
112     only online at: http://dmr.ath.cx/net/darkstat/changelog.txt
113
114  -- Rene Mayorga <rmayorga@debian.org>  Mon, 16 Feb 2009 13:47:10 -0600
115
116 darkstat (3.0.708-2) unstable; urgency=low
117
118   * fix workaround to --import/--export at init script
119     this prevent darkstat.db being replaced. Closes: #500070
120   * remove debconf note about the init script inclussion
121   * remove checks for 2.5-1 versions
122   * debian/copyright
123     + Add 2-clause BSD license for tree.h and host_sort.c
124       and remove the note for /usr/share/common-licenses/BSD
125     + add conv.c, actc.c err.c, err.h, str.c and str.h copyright stanza
126   * debian/init.d
127     + Set Conf variables to empty string before sourcing init.cfg
128   * debian/postint
129     + only remove DB when version is lt 3.0.707-1
130   * debian/templates remove upgrade-note
131   * debian/rules
132     + made build-stamp depends on configure-stamp not configure
133     + made install-stamp depends on build-stamp not build
134     + use DESTDIR instead prefix at install-stamp target
135   * debian/README.Debian - point to the correct section on the 
136     reference to the manpage
137
138  -- Rene Mayorga <rmayorga@debian.org.sv>  Mon, 06 Oct 2008 21:49:52 -0400
139
140 darkstat (3.0.708-1) unstable; urgency=low
141
142   * New upstream release
143   * Refresh manpage patch
144   * Bump Standards-version to 3.8.0
145     + Add README.source
146   * Use debhelper compat-level 6
147   * use install instead of cp to move manpage
148   * check for existance of Makefile and config.h after try to delete it 
149   * use dh_clean instead of -rm- at debian/rules
150   * remove -DNDEBUG option, is not used anymore
151
152  -- Rene Mayorga <rmayorga@debian.org.sv>  Wed, 04 Jun 2008 22:42:48 -0600
153
154 darkstat (3.0.707-2) unstable; urgency=low
155
156   * debian/init.d
157      + Fix init.d script problem when START_DARKSTAT is not defined
158        Closes: #458971
159      + Improve the init.d script
160
161  -- Rene Mayorga <rmayorga@debian.org.sv>  Thu, 03 Jan 2008 18:57:30 -0600
162
163 darkstat (3.0.707-1) unstable; urgency=low
164
165   * New Upstream release (Closes: #429769)
166   * debian/init.d 
167     + changes to complain with the newest upstream options
168   * README.Debian updated
169   * Using the same old question in debconf about removing old database
170   * debian/control
171     + Add zlib1g-dev to Build-Depends
172     + quilt added to Build-Depends 
173     + Bump standard version to 3.7.3 ( no changes required )
174   * debian/rules
175     + quilt added
176     + remove autogenerated config.h and Makefile at clean target
177     + dh_intallman added
178     + rename manpage to reflect the proper section, and undo the changes
179       on clean target
180     + remove lookup for DEB_BUILD_OPTIONS=nostrip and let dh_strip makes
181       the work
182   * debian/patches
183     + Patch Makefile.in to prevent installation of manpage and
184       manpage patch to reflect the proper section (was 1 should be 8)
185       Patch darkstat.1, using hyphens instead minus sign at options
186       alfo fixing NAME section.
187   * debian/copyright
188     + Upstream URL updated
189     + copyright info related to upstream updated
190     + add copyright info from other part of the source
191
192  -- Rene Mayorga <rmayorga@debian.org.sv>  Sun, 30 Sep 2007 09:42:04 -0600
193
194 darkstat (2.6-15) unstable; urgency=low
195
196   * New Maintainer (Closes: #439044)
197   * debian/control
198     + debhelper in B-D version raised to >= 5
199     + added Hompage field
200   * debian/init.d
201     + modified to complain Debian-policy regarding LSB
202   * debian/rules
203     + de-ignoring output from 'make clean'
204     + clean some comments and cosmetic changes
205   * debian/watch added
206
207
208  -- Rene Mayorga <rmayorga@debian.org.sv>  Sat, 22 Sep 2007 18:29:01 -0600
209
210 darkstat (2.6-14) unstable; urgency=low
211
212   * Orphaned
213
214  -- Cédric Delfosse <cedric@debian.org>  Tue, 21 Aug 2007 21:29:41 +0200
215
216 darkstat (2.6-13) unstable; urgency=low
217
218   * Update Dutch debconf translation by Kurt De Bree
219     (Closes: Bug#388105)
220   * Update Japanese debconf translation by Hideki Yamane
221     (Closes: Bug#393211)
222
223  -- Cédric Delfosse <cedric@debian.org>  Sat,  9 Dec 2006 14:53:11 +0100
224
225 darkstat (2.6-12) unstable; urgency=low
226
227   * Add portuguese debconf translation by André Costa (Closes: Bug#362980)
228
229  -- Cédric Delfosse <cedric@debian.org>  Sat, 29 Apr 2006 19:43:44 +0200
230
231 darkstat (2.6-11) unstable; urgency=low
232
233   * Update German debconf translation by Erik Schanze (Closes: Bug#345698) 
234   * Update Czech po-debconf translation by Martin Šín (Closes: Bug#345135)
235   * Update standards-version to 3.6.2
236   * Fix FSF address in debian/copyright
237
238  -- Cédric Delfosse <cedric@debian.org>  Thu, 12 Jan 2006 21:48:35 +0100
239
240 darkstat (2.6-10) unstable; urgency=low
241
242   * Add new Spanish debconf translation (Closes: Bug#336038)
243   * Update French debconf translation (Closes: Bug#335723)
244   * Add new Swedish debconf translation (Closes: Bug#334846)
245   * Put debconf-updatepo in debian/rules clean target (Closes: Bug#335715)
246   * Fix debconf dependency (Closes: Bug#331791)
247   * echo 4 > debian/compat
248
249  -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Nov 2005 15:52:25 +0100
250
251 darkstat (2.6-9) unstable; urgency=low
252
253   * Add new Vietnamese po-debconf translation (Closes: Bug#310173)
254   * Fix typo in debian/templates (Closes: Bug#310174)
255
256  -- Cédric Delfosse <cedric@debian.org>  Sun, 22 May 2005 15:07:59 +0200
257
258 darkstat (2.6-8) unstable; urgency=low
259
260   * Add new Czech po-debconf translation (Closes: Bug#308042)
261
262  -- Cédric Delfosse <cedric@debian.org>  Sat, 14 May 2005 11:56:47 +0200
263
264 darkstat (2.6-7) unstable; urgency=low
265
266   * Fix spelling mistake in debian/README.Debian (Closes: Bug#283795)
267
268  -- Cédric Delfosse <cedric@debian.org>  Thu,  9 Dec 2004 21:50:10 +0100
269
270 darkstat (2.6-6) unstable; urgency=low
271
272   * Add new Japanese po-debconf translation (Closes: Bug#276814)
273
274  -- Cédric Delfosse <cedric@debian.org>  Tue, 26 Oct 2004 21:21:57 +0200
275
276 darkstat (2.6-5) unstable; urgency=low
277
278   * Add new German po-debconf translation (Closes: Bug#251948)
279
280  -- Cédric Delfosse <cedric@debian.org>  Fri, 11 Jun 2004 23:18:07 +0200
281
282 darkstat (2.6-4) unstable; urgency=low
283
284   * Apply patch from <Ivan at selidor dot net> to show the total amount of
285     data transferred in graphs (Closes: Bug#249467)
286
287  -- Cédric Delfosse <cedric@debian.org>  Sun, 23 May 2004 22:18:32 +0200
288
289 darkstat (2.6-3) unstable; urgency=low
290
291   * Add new Dutch po-debconf translation (Closes: Bug#245918)
292
293  -- Cédric Delfosse <cedric@debian.org>  Tue, 27 Apr 2004 15:55:49 +0200
294
295 darkstat (2.6-2) unstable; urgency=low
296
297   * Add _GNU_SOURCE define to darkstat.c to define strndup from string.h
298     (Closes: Bug#226684)
299
300  -- Cédric Delfosse <cedric@debian.org>  Thu,  8 Jan 2004 21:38:01 +0100
301
302 darkstat (2.6-1) unstable; urgency=low
303
304   * New upstream release
305
306  -- Cédric Delfosse <cedric@debian.org>  Tue, 11 Nov 2003 21:05:13 +0100
307
308 darkstat (2.5-4) unstable; urgency=low
309
310   * Apply patch from bubulle@debian.org to switch to gettext-based debconf
311     templates (Closes: Bug#207386)
312   * Use fr.po from bubulle@debian.org for French translation of gettext debconf
313     templates (Closes: Bug#207602)
314
315  -- Cédric Delfosse <cedric@debian.org>  Mon,  1 Sep 2003 21:48:51 +0200
316
317 darkstat (2.5-3) unstable; urgency=low
318
319   * Typo: Use "--spy" instead of "-spy" in debian/init.cfg (Closes: Bug#205902)
320
321  -- Cédric Delfosse <cedric@debian.org>  Mon, 18 Aug 2003 18:48:47 +0200
322
323 darkstat (2.5-2) unstable; urgency=low
324
325   * Put 127.0.0.1 instead of localhost in debian/init.cfg (Closes: Bug#197664)
326   * Update Standards-Version to 3.6.0
327
328  -- Cédric Delfosse <cedric@debian.org>  Mon, 28 Jul 2003 21:47:52 +0200
329
330 darkstat (2.5-1) unstable; urgency=low
331
332   * New upstream release
333   * Removed NEWS from debian/docs
334   * Use autotools-dev, added in Build-Depends
335   * Remove LOGDIR and add PATH to debian/init.d (closes: Bug#178263)
336   * use debconf for init.d script note
337   * use debconf to ask user upgrade confirmation, add darkstat.db file removal
338     if needed in postinst
339   * debconf added to Depends
340   * debian/preinst removed
341   * added debug-run to debian/init.d
342   * better info messages in debian/init.d for start and stop
343   * better description in debian/control
344
345  -- Cédric Delfosse <cedric@debian.org>  Wed, 22 Jan 2003 22:16:14 +0100
346
347 darkstat (2.4-1) unstable; urgency=low
348
349   * New upstream release
350   * Correct wrong build options (noopt instead of debug)
351   * Remove useless start-stop-daemon params from /etc/init.d/darkstat, and now
352     use --name for 'stop' command
353   * Fix a segfault in the source code I modified
354   * Add some notes in README.Debian
355
356  -- Cédric Delfosse <cedric@debian.org>  Sat, 21 Dec 2002 20:54:12 +0100
357
358 darkstat (2.3-2) unstable; urgency=low
359
360   * Added /etc/init.d/darkstat and /etc/darkstat/init.cfg (closes: Bug#161037)
361   Thanks to opal@debian.org for the initial patch.
362   * Added README.Debian, preinst
363   * Modified darkstat source code: command line switch to indicate a
364   directory for the pidfile
365
366  -- Cédric Delfosse <cedric@debian.org>  Thu, 11 Nov 2002 21:37:14 +0100
367
368 darkstat (2.3-1) unstable; urgency=low
369
370   * New upstream release
371
372  -- Cédric Delfosse <cedric@debian.org>  Fri,  1 Nov 2002 23:43:20 +0100
373
374 darkstat (2.2-1) unstable; urgency=low
375
376   * New upstream release
377   * Update to standards version 3.5.7
378
379  -- Cédric Delfosse <cedric@debian.org>  Mon, 23 Sep 2002 22:22:53 +0200
380
381 darkstat (2.1-2) unstable; urgency=low
382
383   * Fix build, that was calling autotools. I added AM_MAINTAINER_MODE
384     in the configure.ac for this. (closes: Bug#160409)
385
386  -- Cédric Delfosse <cedric@debian.org>  Sun, 15 Sep 2002 16:10:12 +0200
387
388 darkstat (2.1-1) unstable; urgency=low
389
390   * New upstream release.
391
392  -- Cédric Delfosse <cedric@debian.org>  Tue, 13 Aug 2002 22:05:42 +0200
393
394 darkstat (2.0-1.1) unstable; urgency=low
395
396   * Non maintainer upload
397   * Rebuilt with new libpcap to remove dependency on libpcap0, which I
398     got removed from unstable by accident. Sorry about this...
399
400  -- Torsten Landschoff <torsten@debian.org>  Sat, 10 Aug 2002 11:36:46 +0200
401
402 darkstat (2.0-1) unstable; urgency=low
403
404   * New upstream release.
405
406  -- Cédric Delfosse <cedric@debian.org>  Sun, 21 Jul 2002 20:35:37 +0200
407
408 darkstat (1.3-1) unstable; urgency=low
409
410   * Initial Release (closes: Bug#148374)
411
412  -- Cédric Delfosse <cedric@debian.org>  Mon, 27 May 2002 20:17:47 +0200
413