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
|
tenshi (0.13-2.1~deb9u1) stretch; urgency=medium
* Non-maintainer upload.
* Rebuild for stretch.
-- Andreas Beckmann <anbe@debian.org> Sun, 16 Jun 2019 23:43:59 +0200
tenshi (0.13-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Upload to unstable.
* Drop DMUA.
-- Andreas Beckmann <anbe@debian.org> Sun, 16 Jun 2019 14:24:39 +0200
tenshi (0.13-2+deb7u1) wheezy-security; urgency=high
* Non-maintainer upload by the Debian LTS team.
* Fix CVE-2017-11746: PID file issue allows local users to kill arbitrary
processes (Closes: #871321)
-- Lucas Kanashiro <kanashiro@debian.org> Sun, 27 Aug 2017 14:47:19 -0300
tenshi (0.13-2) unstable; urgency=low
* debian/init:
- Removed trailing development statement.
-- Ignace Mouzannar <mouzannar@gmail.com> Mon, 13 Feb 2012 08:29:43 +0400
tenshi (0.13-1) unstable; urgency=low
* New upstream release.
* Converted to quilt 3.0 source format.
* debian/control:
- Bumped Standards-Version to 3.9.2.
- Added the "DM-Upload-Allowed" field.
- Removed the quilt dependency.
* debian/rules:
- Removed the quilt argument.
* debian/source/format:
- Changed to "quilt 3.0".
* debian/patches:
- 20-manpage.diff: updated to correct new spelling error.
* debian/init:
- Added Description LSB keyword.
- Added status option.
-- Ignace Mouzannar <mouzannar@gmail.com> Fri, 10 Feb 2012 08:23:24 +0400
tenshi (0.12-1) unstable; urgency=low
* New upstream release.
* debian/patches:
- Refreshed 10-Makefile.diff.
- Removed 20-manpage.diff as it is not required anymore.
-- Ignace Mouzannar <mouzannar@gmail.com> Sun, 06 Mar 2011 13:57:24 +0100
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
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
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
tenshi (0.4-1) unstable; urgency=low
* Initial release Closes: #268259
-- Tadeusz Pietraszek <tadek@pietraszek.org> Tue, 21 Feb 2006 18:41:54 +0200
|