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
|
sendpage (1.0.3-1) unstable; urgency=low
* New upstream release (Closes: #458951).
* debian/control:
- take over maintainership with permission from prior maintainer.
- add new libdbi-perl dependency.
- bump Standards-Version to 3.8.1:
- update Source-Version to binary:Version.
- add Homepage field.
- move mta to Suggests, switch to postfix from exim4.
- move Depends around to reduce redundancy.
- add Vcs-* fields.
- add debian/README.source for quilt.
* debian/rules:
- general clean-ups, dh 6 capabilities.
- switch to using .install files.
- switch to using quilt for patch management.
* debian/sendpage.init:
- switch to using LSB log messages.
- support "status" command.
- handle unconfigured modems during init (LP: #62807).
* sendpage:
- have status return sane exit code, based on running daemons.
- fix up defaults to run correctly on Debian (user "sendpage", groups
"tty" and "dialout").
* debian/sendpage.cf: merge with upstream changes/additions.
* maintainer scripts: general cleanup, move from "daemon" user to more
isolated "sendpage" user (Closes: #313646).
* sendmail2snpp: replace with safer shell version with same functionality.
-- Kees Cook <kees@debian.org> Tue, 19 May 2009 07:08:10 -0700
sendpage (0.9.14.dfsg-0.2) unstable; urgency=low
* Non-maintainer upload to fix longstanding l10n issues
* Remove debconf templates that are completely useless and abuse
This "closes" the translation updates
Closes: #333715, #345529
This also fixes the debconf dependency issue
Closes: #332092
* Remove the update-rc.d call in postinst (handled by #DEBHELPER)
Closes: #367758
* Lintian fixes:
- remove the conffiles file which only lists one file in /etc
- add crude LSB headers to the init script for sendpage-server
-- Christian Perrier <bubulle@debian.org> Thu, 23 Nov 2006 19:21:13 +0100
sendpage (0.9.14.dfsg-0.1) unstable; urgency=high
* Non-maintainer upload.
* Prune docs/rfc1861.txt from the tarball. (Closes: #365168).
* Bump Standards-Version to 3.7.2.
* Fix mail-transport-agent Recomends, propose exim also.
* Move debhelper to Build-Depends.
* Bump DH_COMPAT to 4:
+ remove files already marks as conffiles from debian/*.conffile.
+ avoid to call /etc/init.d scripts directly, let dh_installinit do its job.
* urgency set to high due to RC bug fix.
-- Pierre Habouzit <madcoder@debian.org> Sat, 3 Jun 2006 22:05:17 +0200
sendpage (0.9.14-5) unstable; urgency=low
* Added japanese translation (Closes: #310161)
* Added vietnamese translation (Closes: #317993)
-- Preston Smith <psmith@physics.purdue.edu> Mon, 18 Jul 2005 10:10:47 -0500
sendpage (0.9.14-4) unstable; urgency=low
* Added czech translation (Closes: #288018)
* Added german translation (Closes: #280058)
-- Preston Smith <psmith@foobird.net> Sun, 9 Jan 2005 20:40:52 -0500
sendpage (0.9.14-3) unstable; urgency=low
* Added catalan translation for debconf (Closes: #236642)
-- Preston Smith <psmith@physics.purdue.edu> Mon, 8 Mar 2004 08:46:05 -0500
sendpage (0.9.14-2) unstable; urgency=low
* sendmail2snpp script was for some reason not in sendpage-client. Fixed.
(Closes: #233930)
-- Preston Smith <psmith@physics.purdue.edu> Fri, 20 Feb 2004 15:04:45 -0500
sendpage (0.9.14-1) unstable; urgency=low
* New upstream version.
* Switched to getttext based Debconf templates. (Closes: #203042)
* Updated to Standards Version 3.6.0
* Added French template (Closes: #203043)
-- Preston Smith <psmith@physics.purdue.edu> Tue, 29 Jul 2003 21:49:01 -0500
sendpage (0.9.13-3) unstable; urgency=low
* Updated to Standards-version 3.5.7
* Fixed priority, changed to 'extra' to satisfy debcheck. (was 'optional',
but depended on libdevice-serialport-perl in 'extra')
-- Preston Smith <psmith@physics.purdue.edu> Fri, 15 Nov 2002 13:24:22 -0500
sendpage (0.9.13-2) unstable; urgency=low
* Fixed error in config script that would cause installation failures
if sendpage-server isn't installed. (Closes: #153086)
-- Preston Smith <psmith@schwinger.physics.purdue.edu> Fri, 15 Nov 2002 13:15:45 -0500
sendpage (0.9.13-1) unstable; urgency=low
* Initial Release.
-- Preston Smith <psmith@foobird.net> Mon, 11 Mar 2002 20:48:57 -0500
|