2010
tenshi (0.11-2) unstable; urgency=low
* debian/control:
- Bumped Standards-Version to 3.9.1.
- Added Vcs-Svn and Vcs-Browser.
- Set debhelper dependency to (>= 7.0.8) as dh_overrides are not used by
debian/rules anymore.
* debian/postinst:
- Changed tenshi user home directory from /var/run/tenshi to
/var/lib/tenshi as files in /var/run are cleared at boot time.
This made the package upgrade from lenny to squeeze fail.
Thank you Lucas Nussbaum for spotting this issue.
(Closes: #605240, #606789)
* debian/patches:
- 20-manpage.diff: Added typo correction in manpage.
* debian/source:
- Added format file set to "1.0".
* debian/rules:
- Removed the dh_installinit override, in order to stop the tenshi script
before upgrading the package. This will be applicable during the next
upgrade.
* debian/preinst:
- Added this pre-installation script in order to stop the tenshi daemon
before starting the upgrade to the current release. This had to be
done as the -R flag was passed to dh_installinit in previous release.
* debian/postrm:
- Replaced deluser(8) with userdel(8) as adduser package is purged before
tenshi. Thank you Hideki Yamane <henrich@debian.or.jp> for the patch.
-- Ignace Mouzannar <mouzannar@gmail.com> Mon, 20 Dec 2010 22:43:12 +0100
2009
tenshi (0.11-1) unstable; urgency=low
* New maintainer. (Closes: #549956) * New upstream release. * debian/copyright: - License was changed from GPL to ISC. - Upstream's download URL was updated. * debian/watch: - Corrected the uscan regular expression, to get the latest version number. * debian/rules: - Simplified the rules file using dh7 features. - Added the '-R' option to dh_installinit in order to restart the tenshi service after an upgrade. * debian/control: - Updated debhelper dependency to (>= 7.0.50~). - Added dependency on quilt (>= 0.46-7). - Added dependency on libio-bufferedselect-perl. * debian/patches: - Added 10-Makefile.diff: patches the Makefile correcting the documentation installation path, and preventing unwanted files from installing. - Added 20-manpage.diff: corrects lintian warnings "hyphen-used-as-minus-sign" in tenshi's manpage. * debian/config-debian/tenshi.conf: - Updated the default configuration file using upstream's latest version. * debian/init.d: - Renamed debian/init.d as debian/init. * debian/install: - New file, added to install all the files located in debian/config-debian/* (instead of doing this through debian/rules). * debian/postinst: - Uses getent(1) instead of id(1) to check if user exists. * debian/postrm: - Replaced userdel with deluser (which is part of the adduser package). - Removed the "rm -rf" of /etc/tenshi. * debian/dirs: - Added usr/share/man/man8.
-- Ignace Mouzannar <mouzannar@gmail.com> Wed, 07 Oct 2009 15:10:28 +0200
tenshi (0.4-2) unstable; urgency=low
* Orphan package, set maintainer to Debian QA Group. * Correct init.d script dependencies (Closes: #547562). * Make sure to create /var/run/tenshi/ during boot (Closes: #470691). Patch from Albert Damen and Ubuntu. * Update to debhelper 7. * Change standards-version from 3.6.2.1 to 3.8.3. * Add ${misc:Depends} to depends list to make debhelper happy. * Remove redundant call to update-rc.d in postinst. * Add homepage URL in control file. * Update URL in watch file to use new upstream home site.
-- Petter Reinholdtsen <pere@debian.org> Tue, 06 Oct 2009 22:45:34 +0200
2007
tenshi (0.4-1.3) unstable; urgency=low
* Non-maintainer upload to hopefully fix the final glitches in former
NMUs. It seems that some ugly spell has been sent towards tenshi.
* Remove the debian/po directory to avoid the package to
appear on the l10n coordination pages
-- Christian Perrier <bubulle@debian.org> Fri, 19 Jan 2007 06:44:21 +0100
tenshi (0.4-1.2) unstable; urgency=low
* Non-maintainer upload to really fix the issue fixed in the former NMU
* Use dh_installdirs instead of "cp -r" to guarantee that subdirs of
/etc/tenshi. This really Closes: #407105
-- Christian Perrier <bubulle@debian.org> Thu, 18 Jan 2007 14:45:38 +0100
tenshi (0.4-1.1) unstable; urgency=low
* Non-maintainer upload to fix an RC bug and
longstanding debconf abuse
* Include the includes-active in directories created under
/etc/tenshi
* Remove the debconf note. Closes: #357596
This also removes the need for translations.
Sorry to the Czech translator. Closes: #360284
This also fixes the incorrect debconf dependency that was
blocking the cdebconf transition.
* Lintian fix:
- Add a LSB header to the init script
-- Christian Perrier <bubulle@debian.org> Tue, 16 Jan 2007 20:19:50 +0100
2006
tenshi (0.4-1) unstable; urgency=low
* Initial release Closes: #268259
-- Tadeusz Pietraszek <tadek@pietraszek.org> Tue, 21 Feb 2006 18:41:54 +0200