summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2014-05-22 15:12:27 +0200
committerAndreas Beckmann <anbe@debian.org>2014-05-22 15:12:27 +0200
commit3d17d55f33fa1dc12da0a560988c5a01e0dbc91d (patch)
tree242e7236a7f17e05de023327518ac997a4f90eb1
parent9ff4493a1d0fdd13ebcc400abe87bf6e744159be (diff)
downloadsendmail-3d17d55f33fa1dc12da0a560988c5a01e0dbc91d.tar.gz
remove more ancient cruft
-rw-r--r--debian/build/rules.hdr64
-rw-r--r--debian/build/version.c2
2 files changed, 0 insertions, 66 deletions
diff --git a/debian/build/rules.hdr b/debian/build/rules.hdr
deleted file mode 100644
index b62ae36..0000000
--- a/debian/build/rules.hdr
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/usr/bin/make -f
-#------------------------------------------------------------------------------
-# vim: syntax=make
-#
-# $Sendmail: rules,v @sm_version@ @sm_date@ @sm_time@ cowboy Exp $
-#
-# Copyright (c) 1998-@SM_CPYRT@ Richard Nelson. All Rights Reserved.
-#
-# @configure_input@
-#
-# Rules file for Sendmail @sm_version@@sm_revision@(@sm_version_math@)
-# on @sm_dist_name@ @sm_dist_vers@
-# via Debhelper V@DEBIAN_DH@
-#
-# Note: the .in file supports Sendmail @SM_MINVERS@ - @SM_MAXVERS@
-# on Debian slink, potato, woody, testing, sid, ...
-# but the generated file is customized to the version noted above.
-#
-# The only thing to watch for is to make sure the changelog correctly
-# reflects the appropriate version and distribution!
-#
-# To support private builds:
-# 1) use the environment variables (defaults shown first):
-# CC=gcc|gcc-3.0..........-- choose compiler
-# CFLAGS='-O2 -Wall [-g]'.-- choose compile options
-# DEFINES=''..............-- additional -Dxxx
-# SM_CONF_OPT=''..........-- additional configure options
-# SM_BUILD_OPT=''.........-- additional build options
-# 2) Build the package using your normal setup:
-# A) [fakeroot] debian/rules binary
-# B) debuild -rfakeroot
-# C) dpkg-buildpackage -rfakeroot -uc -us
-#
-# DEB_BUILD_OPTIONS (global Debian package build options)
-# Debian specific, and common across package options
-# noopt - Do *NOT* compile with optimization (force -O0)
-# nostrip - Do *NOT* strip binaries (for debugging)
-#
-#
-# SM_CONF_OPT
-# Additional configure options and/or overrides may be specified thusly:
-# 1) export SM_CONF_OPT='--enable-shm=no'
-# dpkg-buildpackage -rfakeroot -uc -us
-# 2) SM_CONF_OPT='--enable-shm=no' dpkg-buildpackage
-# 3) debuild -e SM_CONF_OPT='--enable-shm=no'
-# etc...
-#
-# SM_BUILD_OPT
-# 1) export SM_BUILD_OPT='notls'
-# dpkg-buildpackage -rfakeroot -uc -us
-# 2) SM_BUILD_OPT='notls' dpkg-buildpackage -rfakeroot -uc -us
-# 3) debuild -e SM_BUILD_OPT='notls' -e CLFAGS='-O3 Wall'
-# etc...
-#
-# Supported options values for SM_BUILD_OPT:
-# notls Disable STARTTLS (OpenSSL) support
-# noauth Disable SMTP AUTH (sasl) support
-# nodev Disable generation of libmilter-dev package
-# nodoc Disable generation of sendmail-doc package
-#
-# This make file uses scripts from the DBS (0.8) package!
-#
-# Richard Nelson <cowboy@debian.org> @sm_date@ @sm_time@ (@sm_utc@)
-#------------------------------------------------------------------------------
diff --git a/debian/build/version.c b/debian/build/version.c
deleted file mode 100644
index f09a9a0..0000000
--- a/debian/build/version.c
+++ /dev/null
@@ -1,2 +0,0 @@
-char Version[] = "8.l4.1";
-