diff options
author | Andreas Beckmann <anbe@debian.org> | 2014-05-21 21:28:24 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2014-05-21 21:28:24 +0200 |
commit | e498eba7062527fd536d8155b5342c1fdf3ec316 (patch) | |
tree | b027096da4adef5867fbc3e0c058fdc058be344c | |
parent | dbabf9ed741f569b4cf18e8d3e0565d29c90936c (diff) | |
download | sendmail-e498eba7062527fd536d8155b5342c1fdf3ec316.tar.gz |
remove outdated documentation and other cruft
-rw-r--r-- | debian/build/debian/control.m4.in | 3 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/configure.ac | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/debian/build/debian/control.m4.in b/debian/build/debian/control.m4.in index 9a77b40..46ea6ec 100644 --- a/debian/build/debian/control.m4.in +++ b/debian/build/debian/control.m4.in @@ -23,8 +23,7 @@ Priority: extra Section: mail Maintainer: Debian QA Group <packages@qa.debian.org> Standards-Version: 3.8.3 -]]dnl # Sigh... build daemons ignore B-D-I, so replicate in B-D :( -[[Build-Depends-Indep: +Build-Depends-Indep: groff, bsdmainutils, Build-Depends: diff --git a/debian/changelog b/debian/changelog index 6987bb0..6fd0882 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ sendmail (8.14.4-6) UNRELEASED; urgency=medium * Add support for OpenSSL options SSL_OP_NO_TLSv1_1 and SSL_OP_NO_TLSv1_2 (backported from 8.14.8), thanks to David F. Skoll. (Closes: #747910) * Apply manpage corrections from Ubuntu. (Closes: #747551) + * Remove outdated documentation and other cruft. -- Andreas Beckmann <anbe@debian.org> Tue, 22 Apr 2014 17:01:07 +0200 diff --git a/debian/configure.ac b/debian/configure.ac index 2ea7fe5..a567c76 100644 --- a/debian/configure.ac +++ b/debian/configure.ac @@ -1681,7 +1681,6 @@ AC_CONFIG_FILES([build/debian/control.m4],[ echo 'creating ./control'; m4 ./build/debian/control.m4 > ./build/debian/control; cp ./build/debian/control ./;]) -dnl AC_CONFIG_FILES([rules:./build/rules.in], [chmod a+x ./rules]) AC_CONFIG_FILES([libmilter${sm_libmilter_version}.dirs:libmilter.dirs.in]) AC_CONFIG_FILES([libmilter${sm_libmilter_version}.lintian-overrides:libmilter.lintian-overrides.in]) AC_CONFIG_FILES([libmilter${sm_libmilter_version}.preinst:libmilter.preinst.in]) |