summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Stark <marv@der-marv.de>2007-01-21 11:52:01 +0000
committerDmitry Bogatov <KAction@debian.org>2018-11-15 15:59:18 +0000
commit67b64498436fb451359546610bbfe1e1763b769e (patch)
tree609519f1ad480a31118fec987a962502ae83cabd
parentcb5a4ee31aba9614fa2888e84ef5130469618fb1 (diff)
Import Debian changes 1.19-4
mini-httpd (1.19-4) unstable; urgency=low * Removed Daniel from uploaders as wished by him. * Fixed init script (Closes: #407775). Thanks to Andreas Metzler.
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
-rw-r--r--debian/mini-httpd.init.d2
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 763b79e..b56e1e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mini-httpd (1.19-4) unstable; urgency=low
+
+ * Removed Daniel from uploaders as wished by him.
+ * Fixed init script (Closes: #407775).
+ Thanks to Andreas Metzler.
+
+ -- Marvin Stark <marv@der-marv.de> Sun, 21 Jan 2007 11:52:01 +0000
+
mini-httpd (1.19-3) unstable; urgency=low
* Pidfile will be removed, if mini-http gets removed or stopped (Closes: #387941).
diff --git a/debian/control b/debian/control
index b128424..dc57c2f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,6 @@ Source: mini-httpd
Section: web
Priority: optional
Maintainer: Marvin Stark <marv@der-marv.de>
-Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 4), dpatch, libssl-dev
Standards-Version: 3.7.2
diff --git a/debian/mini-httpd.init.d b/debian/mini-httpd.init.d
index a852d83..dd6b876 100644
--- a/debian/mini-httpd.init.d
+++ b/debian/mini-httpd.init.d
@@ -34,7 +34,7 @@ case "$1" in
--exec $DAEMON -- $DAEMON_OPTS
echo "$NAME."
else
- echo -e "You have to edit /etc/mini-httpd.conf and\n/etc/default/mini-httpd before running mini-httpd!"
+ printf "You have to edit /etc/mini-httpd.conf and\n/etc/default/mini-httpd before running mini-httpd!"
exit 0
fi
;;