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 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885
|
calamaris (2.99.4.8-1) unstable; urgency=medium
* New upstream release.
* debian/control
+ Bump Standards-Version 4.7.0
* Update README.Debian file. (Closes: #932766)
* debian/patches
+ Refresh cachelogfile.diff patch.
+ Drop hardcoded input format from cron job. (Closes: #1077970)
+ Refresh use_squid3-log.diff patch.
+ Set Forwarded field to not-needed.
* debian/copyright
+ Change my email and extend debian and upstream copyright holder years.
-- Daniel Echeverri <epsilon@debian.org> Sat, 28 Dec 2024 17:49:33 -0500
calamaris (2.99.4.7-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Update po file into Brazilian Portuguese translation. (Closes: #1026405)
* debian/control
+ Bump Standards-Version 4.6.2
-- Paulo Henrique de Lima Santana (phls) <phls@debian.org> Mon, 19 Jun 2023 01:00:45 -0300
calamaris (2.99.4.7-1) unstable; urgency=medium
* New upstream release. (Closes: #1001935)
* debian/control
+ Bump Standards-Version 4.6.0.1
+ Update my last name and my email address.
+ Use debhelper-compat instead of debian/compat.
+ Mark Rules-Requires-Root: binary-targets we need root for building.
* debian/patches
+ Remove fix_negative_argument.diff patch.
+ Merge with upstream.
+ Remove fix_manpage.diff patch.
+ Merge with upstream.
* debian/copyright
+ Extend debian and upstream copyright holder years.
* debian/watch
+ Update version field.
* Add debian/upstream/metadata file.
* convert file d/po/de.po to UTF-8 encoding.
* convert file d/po/pt.po to UTF-8 encoding.
* convert file d/po/pt_BR.po to UTF-8 encoding.
-- Daniel Echeverri <epsilon@debian.org> Sat, 25 Dec 2021 17:08:43 -0500
calamaris (2.99.4.5-3) unstable; urgency=medium
* debian/patches
+ Update fix_negative_argument.diff patch
+ Remove all perl warnings
* debian/changelog
+ Remove whitespaces
-- Daniel Echeverry <epsilon77@gmail.com> Sat, 11 Nov 2017 13:20:32 -0500
calamaris (2.99.4.5-2) unstable; urgency=medium
* debian/patches
+ Add fix_negative_argument.diff
+ Fix negative argument to length. (Closes: #879600)
+ Add fix_manpage.diff
+ Fix a typo in manpage.
* debian/control
+ Rename squid in Suggests field. (Closes: #817137)
+ Bump Standards-Version 4.1.1.
+ Use HTTPS in Link to copyright format.
+ Change debhelper to 10 in B-D.
* debian/compat
+ Switch compat level 9 to 10.
* debian/copyright
+ Extend debian copyright holder years.
* debian/watch
+ Use secure uri.
-- Daniel Echeverry <epsilon77@gmail.com> Mon, 23 Oct 2017 22:14:16 -0500
calamaris (2.99.4.5-1) unstable; urgency=medium
* New upstream release. Closes: #813425
* debian/control
+ Bump Standards-Version 3.9.7 (no changes)
* debian/copyright
+ Extend copyright holder years
* debian/patches
+ Refresh cachelogfile.diff patch
+ Remove deprecation_warning_perl.diff file
+ Remove fix-manpage.diff file
+ Update series file
* Update watch file
* Use wrap-and-sort
-- Daniel Echeverry <epsilon77@gmail.com> Fri, 05 Feb 2016 11:05:10 -0500
calamaris (2.99.4.2-1) unstable; urgency=low
* New upstream release.
+ new Squid3-Hierachy methods PINNED and ORIGINAL_DST. Closes: #788915
* debian/control
+ Bump Standards-Version 3.9.6
+ Update copyright file
* debian/patches
+ Refresh cachelogfile.diff patch
+ Remove deprecation_warning_perl.diff merge with upstream
+ Remove fix-manpage.diff merge with upstream
-- Daniel Echeverry <epsilon77@gmail.com> Mon, 29 Jun 2015 15:00:36 -0500
calamaris (2.99.4.0-19) unstable; urgency=low
* debian/patches
+ add use_squid3-log.diff
+ Use squid3 log files if they are present. Closes: #666457
+ Thanks to Brian Murray for the patch!
* Bump Standards-Version 3.9.4 (no changes)
* Move to the proper entry
+ Switch compat level 8 to 9
* debian/copyright
+ Extend copyright holder years
* Rename config, dirs, templates, to identify easily
-- Daniel Echeverry <epsilon77@gmail.com> Mon, 26 Aug 2013 19:38:21 -0500
calamaris (2.99.4.0-18) unstable; urgency=low
* Update po file into Dutch translation. Closes: #660723
* Bump Standards-Version 3.9.3.
+ Update to DEP5 copyright format 1.0
+ Extend copyright holder years.
* debian/control
+ Change debhelper to 9 in B-D.
* debian/rules
+ Remove unnecessary newline.
-- Daniel Echeverry <epsilon77@gmail.com> Thu, 08 Mar 2012 22:01:35 -0500
calamaris (2.99.4.0-17) unstable; urgency=low
* Update po file into Portuguese translation. Closes: #654963
* Update po file into Spanish translation. Closes: #656400
-- Daniel Echeverry <epsilon77@gmail.com> Sun, 08 Jan 2012 09:35:03 -0500
calamaris (2.99.4.0-16) unstable; urgency=low
* Update po file into Catalan translation. Closes: #632201
* Remove whitespaces in the patchesin the header
* Update copyright file to DEP5 revision 174
* debian/rules
+ Remove override_dh_installchangelogs because now is unnecessary
-- Daniel Echeverry <epsilon77@gmail.com> Sat, 08 Oct 2011 14:14:19 -0500
calamaris (2.99.4.0-15) unstable; urgency=low
* Switch compat level 7 to 8
* Switch perl5 to ${perl:Depends} in depends
* Updated version in watch file
* Added description to the patches
* Removed debian/.pc in debian.tar.gz
* Update fix_manpage.diff patch
+ Fixed hyphen-used-as-minus-sign
+ Cannot adjust line
+ Macro `URL' not defined
* Updated cachelogfile.diff. Closes: #633451
-- Daniel Echeverry <epsilon77@gmail.com> Wed, 13 Jul 2011 23:23:47 -0500
calamaris (2.99.4.0-14) unstable; urgency=low
* New maintainer. Closes: #624120
* debian/control
+ Bumped standard versions 3.9.2 (no changes)
+ Set myself as Maintainer
+ Changed debhelper to 7.0.50 in B-D
+ Added Homepage field
* debian/compat
+ Switch compat level 6 to 7
* debian/patches
+ Renamed debian-changes-2.99.4.0-12 to cachelogfile.diff
+ Added fix_manpage.diff to fix manpage errors
* debian/rules
+ Use tiny rules
* Install files from .docs .examples files
* Install manpages from calamaris.manpages
* Removed Warning perl. Closes: #627467
+ Thanks to gregor herrmann for the patch
* debian/po
+ Updated French debconf templates. Closes: #626242
+ Added Danish debconf templates. Closes: #627708
* Fixed lintian warnings
* Change /bin/sh -e by set -e
* Removed substvars file
* Updated copyright file to DEP5 format
-- Daniel Echeverry <epsilon77@gmail.com> Sat, 25 Jun 2011 14:27:07 -0500
calamaris (2.99.4.0-13) unstable; urgency=low
* Update spanish and french debconf translation.
Closes: #624283, #624292
* Remove substvars in clean target. Should remove lintian warning
diff-contains-substvars.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 07 May 2011 22:07:43 +0200
calamaris (2.99.4.0-12) unstable; urgency=low
* Add CACHELOGFILE to configuration and move cron script.
Closes: #622831, #623841, #623673, #623674, #623407, #623021, #622959
* Bump standards version to 3.9.1, no changes.
* Changed source format from 1.0 to 3.0 (quilt).
* Replaced oops from suggests with squid3 (also in scripts).
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 25 Apr 2011 18:53:51 +0200
calamaris (2.99.4.0-11) unstable; urgency=low
* Resolve a 'dir-or-file-in-var-www' RC-bug. (Closes: #553532)
No creation of '/var/www/calamaris/*' at build time. Mentioned the fact
in README.Debian.
Thanks to Mats Erik Andresson.
* Correct wording in cron.conf (Closes: #554138)
Thanks to Karl Goetz
* Corrected spelling of "separated" in calamaris.1. Thanks to lintian.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 12 Jan 2010 22:12:24 +0100
calamaris (2.99.4.0-10) unstable; urgency=low
* Fix graph issue. Closes: #501396
Thanks for the patch
* Thanks for the NMU. Closes: #503743, #508878, #547312
* Bumped Debian standards version to 3.8.3, no changes.
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 02 Oct 2009 23:03:11 +0200
calamaris (2.99.4.0-9.1) unstable; urgency=low
* Non-maintainer upload.
* Fix pending l10n issues. Debconf translations:
- Dutch (Paul Gevers). Closes: #503743
- Spanish (Francisco Javier Cuadrado). Closes: #508878
- Japanese (Hideki Yamane (Debian-JP)). Closes: #547312
-- Christian Perrier <bubulle@debian.org> Mon, 21 Sep 2009 07:32:24 +0200
calamaris (2.99.4.0-9) unstable; urgency=low
* Debconf translation for Swedish (sv) updated. Closes: #492749
* Debconf translation for Basque (eu) added. Closes: #502287
* Bumped Debian standards version to 3.8.0, no changes.
* Added dependency to po-debconf, debhelper in Build-Depends
* Lintian fixes:
- debian-rules-sets-DH_COMPAT
- clean-should-be-satisfied-by-build-depends
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 10 Oct 2008 10:53:56 +0200
calamaris (2.99.4.0-8) unstable; urgency=low
* Debconf templates and debian/control reviewed by the debian-l10n-
english team as part of the Smith review project. Closes: #458515
* [Debconf translation updates]
* Portuguese. Closes: #458761, #458810
* Vietnamese. Closes: #459004
* Finnish. Closes: #459285
* Galician. Closes: #459301
* Italian. Closes: #460130
* Russian. Closes: #460935
* German. Closes: #460939
* Czech. Closes: #461016
* French. Closes: #461178
-- Christian Perrier <bubulle@debian.org> Sun, 20 Jan 2008 14:09:06 +0100
calamaris (2.99.4.0-7) unstable; urgency=low
* Still fixing translation problems (mostly my mistakes).
Closing: #454697.
* Updated fr.po. Closes: #454698.
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 07 Dec 2007 15:46:13 +0100
calamaris (2.99.4.0-6) unstable; urgency=low
* Changed purge behaviour in postrm script (filename has changed).
Closes: #454386.
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 06 Dec 2007 18:17:03 +0100
calamaris (2.99.4.0-5) unstable; urgency=low
* Update german debconf translation. Closes: #453479
* Add NEWS entry to reflect change in default configuration in -4.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 04 Dec 2007 19:57:06 +0100
calamaris (2.99.4.0-4) unstable; urgency=low
* Thanks for the NMU in February. Closes: #403499, #409696.
* Create separate directories for daily, monthly and weekly HTML
reports. Closes: #453142.
* Remove template calamaris/monthly/html from po-debconf stuff. This
should not be translated (daily and weekly have never been there).
* Only write to /etc/calamaris/cron.conf, if the file can be opened.
Closes: #452303.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 27 Nov 2007 20:20:07 +0100
calamaris (2.99.4.0-3.1) unstable; urgency=low
* Non-maintainer upload to fix pending l10n issues.
* Debconf translations:
- Portuguese fixed. Closes: #403499
- German. Closes: #409696
-- Christian Perrier <bubulle@debian.org> Sun, 11 Feb 2007 14:33:06 +0100
calamaris (2.99.4.0-3) unstable; urgency=low
* Bumped standards version to 3.7.2 (no changes needed), really this time.
* Added Portuguese translation for debconf. Closes: #384049, #384050
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 16 Sep 2006 14:03:14 +0200
calamaris (2.99.4.0-2) unstable; urgency=low
* Added Russian debconf translation. Closes: #367199
* Bumped standards version to 3.7.2 (no changes needed)
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 26 May 2006 23:02:56 +0200
calamaris (2.99.4.0-1) unstable; urgency=low
* New upstream release
* Refer to the new version 3 example on upstream's webpage in the
description of the package instead of the version 2 example.
* Also install new exmples file EXAMPLES.v3.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 21 Mar 2006 20:37:20 +0100
calamaris (2.99.1.3-5) unstable; urgency=low
* Swedish debconf translation. Closes: #338502
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 11 Nov 2005 21:38:53 +0100
calamaris (2.99.1.3-4) unstable; urgency=low
* Spanish debconf translation. Closes: #334386
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 17 Oct 2005 23:52:14 +0200
calamaris (2.99.1.3-3) unstable; urgency=low
* Use ${misc:Depends} in the depends line to correctly depend on debconf.
Should prevent a bug due to
http://lists.debian.org/debian-devel/2005/08/msg00136.html
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 6 Sep 2005 22:44:32 +0200
calamaris (2.99.1.3-2) unstable; urgency=low
* Do not generate graphics by default. libgd-graph-perl is still only
suggested. Added a note to the package description and to the readme
file. Closes: #316509.
* Added vietnamese debconf translation. Closes: #313196.
* Bumped standards version
* Moved to debhelper compatibility level 4. Removed debian/conffiles
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 3 Jul 2005 14:36:14 +0200
calamaris (2.99.1.3-1) unstable; urgency=low
* New upstream release (BETA version)
* Added note on copyright of the Perl modules
* Remove calamaris log files on purge
* Now suggests libgd-graph-perl, libnetaddr-ip-perl for extended features
* Ensure that forweekly.* exist. Closes: #182286
* Add czech debconf translation. Closes: #311096
* Added a NEWS.Debian file. Moved the transition remark from debconf to
this file (2.42-1) and added a note on the new configuration file of
calamaris.
* Corrected stupid typo in de.po. Closes: #314143
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 16 Jun 2005 21:08:45 +0200
calamaris (2.59-5) unstable; urgency=low
* Corrected typo in debconf template and updated translations accordingly.
Closes: #307994, #308165, #308214, #308348, #308430
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 11 May 2005 14:20:13 +0200
calamaris (2.59-4) unstable; urgency=low
* Updated catalan debconf translation. Closes: #285217
* Added call to debconf-updatepo to clean target in debian/rules.
* Change first letter of description to lower case.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 4 May 2005 20:47:44 +0200
calamaris (2.59-3) unstable; urgency=low
* New catalan debconf translation. Closes: #284171
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 4 Dec 2004 22:42:49 +0100
calamaris (2.59-2) unstable; urgency=low
* Fixed translation bug in my own german translation. Closes: #261537
* Fix debian/watch
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 27 Jul 2004 14:05:42 +0200
calamaris (2.59-1) unstable; urgency=low
* New upstream release. Closes: #253093: New upstream version of Calamaris
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 8 Jun 2004 14:26:25 +0200
calamaris (2.58-4) unstable; urgency=low
* New italian debconf translation. Closes: #249343
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 23 May 2004 01:02:57 +0200
calamaris (2.58-3) unstable; urgency=low
* Fixed typo in debconf template (and all .po files). Closes: #240775
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 2 Apr 2004 22:32:13 +0200
calamaris (2.58-2) unstable; urgency=low
* Added dutch po-debconf translation. Closes: #241408
* Bumped standards version to 3.6.1
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 2 Apr 2004 21:29:15 +0200
calamaris (2.58-1) unstable; urgency=low
* New upstream release
This release adds a new -M switch to add a free defined string into
the HTML header of a report, fixes a problem with broken zero fields
in log files, which caused 'division by zero' errors. It also adds
some more small fixes.
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 15 May 2003 14:28:16 +0200
calamaris (2.57-1) unstable; urgency=low
* New upstream release:
. removed a warning about the short-living -N f -option
. all removals of workarounds are now scheduled to the first release
in a new year. so the first release in '04
+ should not contain any warning of the -3-option
+ -m, -w and -W will be defunct, but a warning remains for another
year.
+ the cache-bug-workarounds from years back (yes i know, my internal
cachefiles for demo reports still contain these bugs) will
disappear.
* Changed cron script to new output switch -F mail,html instead of -m,-w
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 10 Feb 2003 20:37:02 +0100
calamaris (2.56-2) unstable; urgency=low
* Added brazilian portuguese debconf translation. Closes: #179364
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 3 Feb 2003 18:03:39 +0100
calamaris (2.56-1) unstable; urgency=low
* New upstream release
NEW:
Calamaris can now parse Cisco-Content-Engine-Logfiles, the parsing of
squid-mime and squid-smartfilter has been reworked, and these three
formats (which are all 'enhanced' squid-Logfiles) will now be parsed
with the 'squid-enhanced' format. squid-mime and squid-smartfilter have
been removed. (thanks to Kenytt Avery <kavery@willingminds.com> for the
initial patch)
FIXED:
there was a problem with NetApps NetCache V5.x, that caused to counted
TCP_HIT as MISS. (SO Kwok Tsun <ktso@cuhk.edu.hk> sent in a patch with
the fix)
OTHER:
i cleaned up the mailadresse in all files to be surronded by <>.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 22 Jan 2003 21:16:49 +0100
calamaris (2.54-2) unstable; urgency=low
* Removed old templates.old and templates.de from transition to
po-debconf.
* Added french debconf translation. Thanks to
Christian Perrier <bubulle@debian.org>. Closes: #174638
* Make additional field in debconf template translatable.
Closes: #172576
* Added a reference to /usr/share/common-licenses/GPL to debian/copyright.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 12 Jan 2003 16:56:33 +0100
calamaris (2.54-1) unstable; urgency=low
* New upstream release
* Use a debian/watch file now
* Use new debconf templates for localized languages
* Bumped Standards-Version to 3.5.8
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 6 Dec 2002 23:09:24 +0100
calamaris (2.52-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 2 Sep 2002 09:18:13 +0200
calamaris (2.51-1) unstable; urgency=low
* New upstream release: a bugfix release
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 16 Aug 2002 22:39:47 +0200
calamaris (2.50-1) unstable; urgency=low
* New upstream release. Closes: #148943
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 11 Jun 2002 08:42:22 +0200
calamaris (2.49-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 6 Jun 2002 22:47:17 +0200
calamaris (2.48-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 30 May 2002 21:28:51 +0200
calamaris (2.47-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 24 May 2002 08:59:05 +0200
calamaris (2.46-2) unstable; urgency=low
* Don't print plain text header in emails. Closes: #107621
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 21 May 2002 21:31:30 +0200
calamaris (2.46-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 19 May 2002 13:04:18 +0200
calamaris (2.45-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 27 Jan 2002 19:38:09 +0100
calamaris (2.44-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 19 Jan 2002 10:40:11 +0100
calamaris (2.43-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 18 Jan 2002 11:12:22 +0100
calamaris (2.42-6) unstable; urgency=low
* Corrected errors in debian/config. Closes: #128651
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 12 Jan 2002 07:44:25 +0100
calamaris (2.42-5) unstable; urgency=low
* Changed default for daily, weekly and monthly task to 'mail' instead
of 'both' since this is a safer default. Closes: #126003
* Added checks to cron script (to check if /usr/sbin/sendmail exists)
as requested by policy. Closes: #126004
* Added more convienience to the debconf script:
- eg. only ask for email address when it is really necessary
- use email address from daily to fill weekly and monthly default
Closes: #123154
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 23 Dec 2001 18:23:20 +0100
calamaris (2.42-4) unstable; urgency=low
* Changed postinst to check if to be moved files exist. Closes a bug
report sent to me personally.
* Updated Standards-Version and changed Build-Depends to
Build-Depends-Indep (hint by lintian error message)
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 11 Oct 2001 10:15:14 +0200
calamaris (2.42-3) unstable; urgency=low
* Changed cron script to remove all formonthly files, not only the
analysed ones.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 2 Oct 2001 19:50:11 +0200
calamaris (2.42-2) unstable; urgency=low
* Wrong order of weekly and monthly reports cause a file to be deleted
to early in the cron script.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 4 Sep 2001 17:51:42 +0000
calamaris (2.42-1) unstable; urgency=low
* New upstream release
* First try for a debconf frontend to configure the behaviour of calamaris.
I tried to write a transition script...
* Remove formonthly.* and forweekly.* after having done the monthly and
weekly report respectively. Now, old log files should be used in a
report only in rare cases (ie. machine no running on weekends / ends of
month). Closes: #107737.
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 28 Aug 2001 14:41:27 +0000
calamaris (2.40-5) unstable; urgency=low
* Using /usr/sbin/sendmail instead of /usr/lib/sendmail. Closes: #98558
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 8 Jun 2001 07:25:44 +0000
calamaris (2.40-4) unstable; urgency=low
* formonthly.8 was not generated in the postinst script. Closes: #93374
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 10 Apr 2001 06:07:59 +0000
calamaris (2.40-3) unstable; urgency=low
* Workaround for upstream bug. Closes: #81515
* Corrected wrong usage of dpkg --cmpversions in postinst. Closes: #80262
* Changed cron script to read config file in a more elegant way.
Thanks to Dejan Muhamedagic <dejan@xsoft.at>.
* Support for oops added. By default, the cron script looks first for
squid and then for oops log files and parses the first it finds.
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 12 Jan 2001 14:47:38 +0100
calamaris (2.40-2) unstable; urgency=low
* Added suggestion to oops (thanks to Cord Beermann).
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 15 Dec 2000 09:39:00 +0100
calamaris (2.40-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 27 Nov 2000 08:48:23 +0100
calamaris (2.39-2) unstable; urgency=low
* Debugging message removed from postinst (produced spurious message).
Closes: #75432.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 25 Oct 2000 13:10:15 +0200
calamaris (2.39-1) unstable; urgency=low
* New upstream release. Closes: #74834.
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 20 Oct 2000 12:28:18 +0200
calamaris (2.37-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 19 Sep 2000 09:25:31 +0200
calamaris (2.34-1) unstable; urgency=low
* New upstream release
* Added Build-Depends to debhelper. Closes: #70352
* New Standards-Version: 3.2.1
* Added a whole lot of quotes in shell tests. Closes: #70622
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 4 Sep 2000 15:45:04 +0200
calamaris (2.33-1) unstable; urgency=low
* New upstream release
* Added monthly running of calamaris, thanks to Jean Charles Delepine
<delepine@u-picardie.fr> to bring this wish to me.
* In case of no cache accesses, give a suitable email report
Closes: #67055
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 24 Aug 2000 10:18:42 +0200
calamaris (2.31-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Thu, 8 Jun 2000 18:57:59 +0200
calamaris (2.29-1) unstable; urgency=low
* New upstream release
-- Philipp Frauenfelder <pfrauenf@debian.org> Tue, 21 Dec 1999 17:43:57 +0100
calamaris (2.27-5) unstable; urgency=low
* Fixed postinst to make package lintian clean.
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 11 Oct 1999 13:29:33 +0200
calamaris (2.27-4) unstable; urgency=low
* Recompiled with new debhelper to get FHS compliance.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 29 Sep 1999 14:38:41 +0200
calamaris (2.27-3) unstable; urgency=low
* Changed cron.daily script: it sent empty mails instead of nothing.
Closes: #43937
* Moved man page to /usr/share/man but package doc stays in /usr/doc.
* Bumped standards version to 3.0.1.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 1 Sep 1999 23:30:25 +0200
calamaris (2.27-2) unstable; urgency=low
* Changed cron.daily script to make it more flexible, closes #40389.
* Changed dependency to perl5 as recommended by Raphael Hertzog.
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 2 Jul 1999 06:45:29 +0200
calamaris (2.27-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 12 Jun 1999 19:59:45 +0200
calamaris (2.26-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 6 Jun 1999 22:43:23 +0200
calamaris (2.24-2) unstable; urgency=low
* Fixed stupid bug in cron script. Thanks to Alex Shnitman. Fixes #38192.
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 24 May 1999 01:40:28 +0200
calamaris (2.24-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 2 May 1999 18:22:50 +0200
calamaris (2.23-2) unstable; urgency=low
* Check for /var/log/squid/access.log and exit quietly if it's missing.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 28 Apr 1999 17:42:06 +0200
calamaris (2.23-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 4 Apr 1999 14:00:20 +0200
calamaris (2.22-2) unstable; urgency=low
* Changed the default path for the html file, they are not moved on
upgrade! Fixes #34226.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 13 Mar 1999 11:15:14 +0100
calamaris (2.22-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 27 Feb 1999 22:41:42 +0100
calamaris (2.20-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sun, 7 Feb 1999 15:47:23 +0100
calamaris (2.16-4) unstable; urgency=low
* Dummy files in /var/log/calamaris are created by postinst in order
to have correct output for the first weekend after installation too
(thanks to Christian Hammers <ch@lathspell.westend.com> for reporting
this).
* Changed the method of sending email again: "| /usr/lib/sendmail -t".
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 15 Jan 1999 10:55:32 +0100
calamaris (2.16-3) unstable; urgency=low
* update to Standards-Version 2.5.0.0, changes to:
- /etc/cron.daily/calamaris (set -e, check for /usr/bin/calamaris)
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 11 Dec 1998 14:13:52 +0100
calamaris (2.16-2) unstable; urgency=low
* change from -H "title" to ... | mail -s "title" for the mailing report
(fixes #30571)
* Something with the orig.tar.gz went wrong. This is only a repackage to
correct this.
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 7 Dec 1998 23:59:48 +0100
calamaris (2.16-1) unstable; urgency=low
* New upstream release. According to the author: 20% speedup, new options.
V2.9 to 2.15 were not released. They were development-versions (V2.9-2.12),
lost in CVS (2.13, 2.14), or buggy (2.15).
-- Philipp Frauenfelder <pfrauenf@debian.org> Mon, 7 Dec 1998 19:17:26 +0100
calamaris (2.8-2) frozen unstable; urgency=low
* Added self-written man page. Sent to upstream author too.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 14 Nov 1998 17:35:10 +0100
calamaris (2.8-1) unstable; urgency=low
* New upstream release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 14 Oct 1998 23:01:24 +0200
calamaris (2.5-1) unstable; urgency=low
* New upstream release. (He is faster than me :-) .)
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 10 Oct 1998 22:47:45 +0200
calamaris (2.2-3) unstable; urgency=low
* always the cron script: there was a case in which the options would have
vanished into the darkness.
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 10 Oct 1998 17:27:30 +0200
calamaris (2.2-2) unstable; urgency=low
* improved the cron script (less executions of calamaris in the worst
case) and fixed a stupid typo
-- Philipp Frauenfelder <pfrauenf@debian.org> Sat, 10 Oct 1998 16:50:05 +0200
calamaris (2.2-1) unstable; urgency=low
* New upstream release (the previous release 2.1-1 was never uploaded!)
-- Philipp Frauenfelder <pfrauenf@debian.org> Fri, 9 Oct 1998 19:20:16 +0200
calamaris (2.1-1) unstable; urgency=low
* Initial Release.
-- Philipp Frauenfelder <pfrauenf@debian.org> Wed, 7 Oct 1998 22:23:42 +0200
Local variables:
mode: debian-changelog
End:
|