2014-11-12 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.4-2) unstable; urgency=medium
* Rename CONF to C_ICAP_CONF to fix FTBFS of c-icap-modules due to redeclared
CONF (Closes: #768684)
2014-08-22 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.4-1) unstable; urgency=medium
* New upstream release
* Fix lintian pre-depends-directly-on-multiarch-support
* Add Vcs-* fields
* Imported Upstream version 0.3.4
2014-06-20 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.3-3) unstable; urgency=medium
* Remove bashism in init script (Closes: #751484)
2014-04-12 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.3-2) unstable; urgency=medium
* Harden config parsing in init script (Closes: #743202)
2014-03-12 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.3-1) unstable; urgency=medium
* New upstream release
2014-01-25 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.2-1) unstable; urgency=medium
* New upstream release
* Drop merged patches:
- 0003-fix-spelling-error-in-binary.patch
- 0005-additional-manpage-fix.patch
- 0006-Restrict-permissions-on-fifo.patch
- 0007-Correctly-daemonize.patch
* Update partially merged patches
- 0004-man-page-fixes.patch
* Use dh-autoreconf (Closes: #727334)
2013-12-21 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.1-2) unstable; urgency=medium
* Mention upstream bugs in patches
* Mention public-domain md5.c (Closes: #732557)
* Fix license, from LGPL-2.1 to LGPL-2.1+
2013-12-18 - Mathieu Parent <sathieu@debian.org>
c-icap (1:0.3.1-1) unstable; urgency=low
* Take package ownership, as Tim is very busy (see #709151)
* New upstream (Closes: #709151)
- Build with ld --as-needed (Closes: #639835)
- Updated config.{sub,guess} (Closes: #727334)
- Upstream claims they have fixed Mayhem bugs (Closes: #715706, #715707)
* Remove 0002-ld-as-needed.patch
* Updated 0004-man-page-fixes.patch
* Updated 0003-fix-spelling-error-in-binary.patch
* API version 0 -> 3
* Add me to uploaders
* debian/control: Bump Standards version to 3.9.5
* debian/copyright: Update Copyright format URL
* Move to debhelper 9:
- debian/compat: changed from 7 to 9
- debian/control: Build-Depends raised
* Multi-Arch (from dh 9):
- debian/*.install: Use multiarch path
- debian/control: Pre-Depend multiarch-support for libicapapi3
- debian/rules: Plugin path is multi-arch also
- Add a patch to fix ModulesDir and ServicesDir
* Hardening(from dh 9)
- debian/rules: Warning on all and bindnow hardening
* debian/control: Removing obsolete DM-Upload-Allowed lintian warning
* init, complete rewrite
* Set /var/run/c-icap owner and group from config (Closes: #676363)
* Adapt debian/c-icap.postrm to match
http://wiki.debian.org/AccountHandlingInMaintainerScripts
* Create the c-icap group and run the server with it
* Restrict permissions on /var/run/c-icap/c-icap.ctl (Closes: #645122)
* Correctly daemonize (Closes: #645310)
* Suggests libc-icap-module instead of namely all modules
* Add gbp.conf
2012-04-17 - gregor herrmann <gregoa@debian.org>
c-icap (1:0.1.6-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "FTBFS: cp: cannot stat `debian/tmp/etc/c-icap/c-icap.conf': No
such file or directory": use override target in debian/rules.
(Closes: #666329)
2011-08-14 - Tim Weippert <weiti@weiti.org>
c-icap (1:0.1.6-1) unstable; urgency=low
* New upstream version
* debian/control: Bump Standards version to 3.9.2
* debian/control: Added DM-Upload-Allowed
* debian/rules: Remove unneeded .la files
* debian/c-icap.init.d:
+ Added STARTUPTIME and use DODTIME in init script
+ DODTIME in Daemon stop should close LP: #808315