summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorRichard A Nelson (Rick) <cowboy@debian.org>2009-03-01 06:15:00 +0000
committerAndreas Beckmann <debian@abeckmann.de>2012-10-01 20:07:44 +0200
commit83792056bacbb2db3bc1255f9993844e5e3aee28 (patch)
tree2230c835ec24b59dcf02a2bc3de0ffaaee229115 /debian/rules
parent70fb41acbb93330c49558d37ba04ec3a25dad162 (diff)
downloadsendmail-83792056bacbb2db3bc1255f9993844e5e3aee28.tar.gz
Imported Debian patch 8.14.3-7debian/8.14.3-7
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules5
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 0db075f..996ed18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,6 @@
#include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-#include /usr/share/cdbs/1/rules/simple-patchsys.mk
# Overridden below, but needed now
#DEB_TAR_SRCDIR := .
#include /usr/share/cdbs/1/rules/tarball.mk
@@ -117,7 +116,7 @@ else
endif
include /usr/share/cdbs/1/rules/tarball.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
# Default rule
all::
@@ -215,7 +214,7 @@ world::
# so this rule allows *me* to build both arch and indep portions
# of sendmail in one go (so I don't forget).
@dh_testdir;
- time ${DEB_BUILD};
+ ${DEB_BUILD};
#------------------------------------------------------------------------------
# Build/Package check rules