summaryrefslogtreecommitdiff
path: root/debian/build
diff options
context:
space:
mode:
Diffstat (limited to 'debian/build')
-rw-r--r--debian/build/autoconf.mk8
-rw-r--r--debian/build/debian/changelog6
-rw-r--r--debian/build/debian/changelog.sh6
-rw-r--r--debian/build/debian/control.m44
-rw-r--r--debian/build/debian/sendmail-base.dirs.in8
-rw-r--r--debian/build/site.config.m46
-rw-r--r--debian/build/update_chaos4
7 files changed, 24 insertions, 18 deletions
diff --git a/debian/build/autoconf.mk b/debian/build/autoconf.mk
index e6ef7c2..79b2339 100644
--- a/debian/build/autoconf.mk
+++ b/debian/build/autoconf.mk
@@ -2,13 +2,13 @@
#------------------------------------------------------------------------------
# vim: syntax=make
#
-# $Sendmail: autoconf.mk,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $
+# $Sendmail: autoconf.mk,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
#
# Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved.
#
# build/autoconf.mk. Generated from autoconf.mk.in by configure.
#
-# Rules file for Sendmail 8.14.4-1(527876)
+# Rules file for Sendmail 8.14.4-2(527876)
# on Debian squeeze/sid
# via Debhelper V1
#
@@ -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> 2010-10-16 19:38:59 (+0000)
+# Richard Nelson <cowboy@debian.org> 2010-11-03 22:21:32 (+0000)
#------------------------------------------------------------------------------
#SHELL := /bin/sh -x
@@ -54,7 +54,7 @@ buildtree = build-tree/sendmail-8.14.4
sm_custom =
sm_custom_s =
sm_version = 8.14.4
-sm_revision = -1
+sm_revision = -2
# I like to preserve timestamps...
INSTALL := /usr/bin/install -c -p
diff --git a/debian/build/debian/changelog b/debian/build/debian/changelog
index 26d256b..41a1021 100644
--- a/debian/build/debian/changelog
+++ b/debian/build/debian/changelog
@@ -1,3 +1,9 @@
+sendmail (8.14.4-2) unstable; urgency=high
+
+ * Actually get the DHCP config files installed :( Closes: #602252
+
+ -- Richard A Nelson (Rick) <cowboy@debian.org> Wed, 03 Nov 2010 22:05:00 -0000
+
sendmail (8.14.4-1) unstable; urgency=high
* Long past due
diff --git a/debian/build/debian/changelog.sh b/debian/build/debian/changelog.sh
index 0f45a63..6ff7e6b 100644
--- a/debian/build/debian/changelog.sh
+++ b/debian/build/debian/changelog.sh
@@ -1,12 +1,12 @@
#!/bin/sh -e
#-----------------------------------------------------------------------------
-# $Sendmail: changelog.sh,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $
+# $Sendmail: changelog.sh,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
#
# Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved.
#
# build/debian/changelog.sh. Generated from changelog.sh.in by configure.
#
-# Debian script to generate changelogs for sendmail 8.14.4-1
+# Debian script to generate changelogs for sendmail 8.14.4-2
#
# Note: this file supports 8.7.6 - 9.0.0
#
@@ -20,7 +20,7 @@ PACKAGE='sendmail';
# Remove old combined changelog
rm -f build/debian/changelog;
-echo "Building Sendmail 8.14.4-1 (527876) changelog.";
+echo "Building Sendmail 8.14.4-2 (527876) changelog.";
#
# Start with Custom changelog (if any)
diff --git a/debian/build/debian/control.m4 b/debian/build/debian/control.m4
index 2034f47..846e89e 100644
--- a/debian/build/debian/control.m4
+++ b/debian/build/debian/control.m4
@@ -1,11 +1,11 @@
dnl #--------------------------------------------------------------------------
-dnl # $Sendmail: control.m4,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $
+dnl # $Sendmail: control.m4,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
dnl #
dnl # Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved.
dnl #
dnl # build/debian/control.m4. Generated from control.m4.in by configure.
dnl #
-dnl # Debian control.m4 for sendmail 8.14.4-1(527876)
+dnl # Debian control.m4 for sendmail 8.14.4-2(527876)
dnl #
dnl # Note: the .in file supports 8.7.6 - 9.0.0, but the generated
dnl # file is customized to the version noted above.
diff --git a/debian/build/debian/sendmail-base.dirs.in b/debian/build/debian/sendmail-base.dirs.in
index c8e2877..5c46b96 100644
--- a/debian/build/debian/sendmail-base.dirs.in
+++ b/debian/build/debian/sendmail-base.dirs.in
@@ -2,8 +2,8 @@
.@sysconfdir@/cron.d
.@sysconfdir@/cron.daily
.@sysconfdir@/default
-.@sysconfdir@/dhcp3
-.@sysconfdir@/dhcp3/dhclient-exit-hooks.d
+.@sysconfdir@/dhcp
+.@sysconfdir@/dhcp/dhclient-exit-hooks.d
.@sysconfdir@/logcheck
.@sysconfdir@/logcheck/ignore.d.paranoid
.@sysconfdir@/logcheck/ignore.d.server
@@ -36,8 +36,8 @@
.@datadir@/sendmail
.@datadir@/sendmail/examples
.@datadir@/sendmail/examples/db
-.@datadir@/sendmail/examples/dhcp3
-.@datadir@/sendmail/examples/dhcp3/dhclient-exit-hooks.d
+.@datadir@/sendmail/examples/dhcp
+.@datadir@/sendmail/examples/dhcp/dhclient-exit-hooks.d
.@datadir@/sendmail/examples/ppp
.@datadir@/sendmail/examples/ppp/ip-down.d
.@datadir@/sendmail/examples/ppp/ip-up.d
diff --git a/debian/build/site.config.m4 b/debian/build/site.config.m4
index 491f938..34f424e 100644
--- a/debian/build/site.config.m4
+++ b/debian/build/site.config.m4
@@ -1,11 +1,11 @@
#-----------------------------------------------------------------------------
-# $Sendmail: site.config.m4,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $
+# $Sendmail: site.config.m4,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
#
# Copyright (c) 1998-2010 Richard Nelson. All Rights Reserved.
#
# build/site.config.m4. Generated from site.config.m4.in by configure.
#
-# Debian site.config.m4 for sendmail 8.14.4-1(527876)
+# Debian site.config.m4 for sendmail 8.14.4-2(527876)
#
# Note: the .in file supports 8.7.6 - 9.0.0, but the generated
# file is customized to the version noted above.
@@ -13,7 +13,7 @@
#-----------------------------------------------------------------------------
#
#------------------------------------------------------------------
-# Sendmail 8.14.4-1(527876) on 2010-10-16 at 19:38:59 (+0000)
+# Sendmail 8.14.4-2(527876) on 2010-11-03 at 22:21:32 (+0000)
#------------------------------------------------------------------
#
#------------------------------------------------------------------
diff --git a/debian/build/update_chaos b/debian/build/update_chaos
index 603308d..7baff1a 100644
--- a/debian/build/update_chaos
+++ b/debian/build/update_chaos
@@ -1,12 +1,12 @@
#!/bin/sh
#-----------------------------------------------------------------------------
-# $Sendmail: update_chaos,v 8.14.4 2010-10-16 19:38:59 cowboy Exp $
+# $Sendmail: update_chaos,v 8.14.4 2010-11-03 22:21:32 cowboy Exp $
#
# Copyright (c) 2001-2010 Richard Nelson. All Rights Reserved.
#
# build/update_chaos. Generated from update_chaos.in by configure.
#
-# Debian script to rationalize builds for Sendmail 8.14.4-1(@sm_math@)
+# Debian script to rationalize builds for Sendmail 8.14.4-2(@sm_math@)
#
# Note: the .in file supports 8.7.6 - 9.0.0, but the generated
# file is customized to the version noted above.