summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2007-07-28 01:17:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 19:59:17 +0200
commit19d86f8744c3c3c0b777aee2ba756f3b5e96554e (patch)
tree71b21ead457a7e1ffbff3054aec3f834806285a4
parentb9fea02d5c7b5d006d445b03f8a121533baa74a4 (diff)
downloadsendmail-19d86f8744c3c3c0b777aee2ba756f3b5e96554e.tar.gz
Imported Debian patch 8.14.1-8debian/8.14.1-8
-rw-r--r--debian/build/autoconf.mk4
-rw-r--r--debian/build/debian/control.m4.in2
-rw-r--r--debian/changelog8
-rw-r--r--debian/control2
4 files changed, 12 insertions, 4 deletions
diff --git a/debian/build/autoconf.mk b/debian/build/autoconf.mk
index d13f34f..c940333 100644
--- a/debian/build/autoconf.mk
+++ b/debian/build/autoconf.mk
@@ -2,7 +2,7 @@
#------------------------------------------------------------------------------
# vim: syntax=make
#
-# $Sendmail: autoconf.mk,v 8.14.1 2007-06-25 20:59:24 cowboy Exp $
+# $Sendmail: autoconf.mk,v 8.14.1 2007-07-29 09:41:45 cowboy Exp $
#
# Copyright (c) 1998-2007 Richard Nelson. All Rights Reserved.
#
@@ -16,7 +16,7 @@
# on Debian slink, potato, woody, testing, sid, ...
# but the generated file is customized to the version noted above.
#
-# Richard Nelson <cowboy@debian.org> 2007-06-25 20:59:24 (-0700)
+# Richard Nelson <cowboy@debian.org> 2007-07-29 09:41:45 (-0700)
#------------------------------------------------------------------------------
#SHELL := /bin/sh -x
diff --git a/debian/build/debian/control.m4.in b/debian/build/debian/control.m4.in
index 3731d73..2d6d3af 100644
--- a/debian/build/debian/control.m4.in
+++ b/debian/build/debian/control.m4.in
@@ -221,7 +221,7 @@ dnl #
Package: sendmail-base
Architecture: all
Section: mail
-Depends: update-inetd, m4, make, adduser, netbase (>= 4.08), ${perl:Depends}
+Depends: m4, make, adduser, ${perl:Depends}
Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf
Description: powerful, efficient, and scalable Mail Transport Agent
Sendmail is an alternative Mail Transport Agent (MTA) for
diff --git a/debian/changelog b/debian/changelog
index 167affd..ed9f90e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sendmail (8.14.1-8) unstable; urgency=low
+
+ * remove dependancy on update-inetd and netbase/inet-superserver
+ + Default install uses daemon mode (no need for inetd)
+ + update-inetd call predicated upon it existance
+
+ -- Richard A Nelson (Rick) <cowboy@debian.org> Sat, 28 Jul 2007 01:17:00 -0000
+
sendmail (8.14.1-7) unstable; urgency=low
* buildd's do not honour Build-Depends-Indep:, so replicate that
diff --git a/debian/control b/debian/control
index 0c49cf6..48b15f4 100644
--- a/debian/control
+++ b/debian/control
@@ -160,7 +160,7 @@ Description: powerful, efficient, and scalable Mail Transport Agent
Package: sendmail-base
Architecture: all
Section: mail
-Depends: update-inetd, m4, make, adduser, netbase (>= 4.08), ${perl:Depends}
+Depends: m4, make, adduser, ${perl:Depends}
Suggests: sendmail-doc, ca-certificates, logcheck, logrotate, resolvconf
Description: powerful, efficient, and scalable Mail Transport Agent
Sendmail is an alternative Mail Transport Agent (MTA) for