changeset 317:eef64bccd0e2 noffle

[svn] last updates for 1.1.4-2
author godisch
date Thu, 20 Feb 2003 10:57:54 +0000
parents 26eb6ce0a876
children 9b79433f0976
files debian/changelog debian/postrm
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/debian/changelog	Thu Feb 20 04:54:39 2003 +0000
+++ b/debian/changelog	Thu Feb 20 10:57:54 2003 +0000
@@ -1,14 +1,14 @@
-noffle (1.1.5-0.cvs20030220) unstable; urgency=low
+noffle (1.1.4-2) unstable; urgency=low
 
-  * New upstream release, closes: #181320 (syslog when fetching).
   * Fixed debconf scripts, closes: #181069.
   * Clarified init output, closes: #181171.
+  * Added syslog messages, closes: #181320.
   * Updated debian/rules, incorporated manual patches.
   * Removed lock directory and noffle.elc on remove/purge.
   * Added user mailing list address to package description.
   * Updated maintainer email address.
 
- -- Martin A. Godisch <godisch@debian.org>  Thu, 20 Feb 2003 05:53:32 +0100
+ -- Martin A. Godisch <godisch@debian.org>  Thu, 20 Feb 2003 11:31:10 +0100
 
 noffle (1.1.4-1) unstable; urgency=medium
 
--- a/debian/postrm	Thu Feb 20 04:54:39 2003 +0000
+++ b/debian/postrm	Thu Feb 20 10:57:54 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: postrm 448 2003-02-19 19:16:04Z godisch $
+# $Id: postrm 451 2003-02-20 10:57:54Z godisch $
 
 set -e
 . /usr/share/debconf/confmodule
@@ -15,7 +15,7 @@
 	;;
 purge)
 	update-inetd --remove "/usr/bin/noffle -r"
-	update-rc.d noffle remove
+	update-rc.d noffle remove > /dev/null
 	rm -f /usr/share/emacs/site-lisp/gnus/noffle.elc \
 		$server_config $server_config.old \
 		$debian_config $debian_config.old \