~ubuntu-branches/ubuntu/trusty/sendmail/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Richard A Nelson (Rick)
  • Date: 2009-03-01 18:45:00 UTC
  • mfrom: (8.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090301184500-z6683zxyomgmop6c
Tags: 8.14.3-9
Batting 1000, build-depend on quilt      Closes: #517676

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#include /usr/share/cdbs/1/class/makefile.mk
10
10
include /usr/share/cdbs/1/class/autotools.mk
11
11
include /usr/share/cdbs/1/rules/debhelper.mk
12
 
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
13
12
# Overridden below, but needed now
14
13
#DEB_TAR_SRCDIR := .
15
14
#include /usr/share/cdbs/1/rules/tarball.mk
47
46
DEB_SRCDIR := build-tree/$(DEB_TAR_SRCDIR)
48
47
DEB_BUILDDIR := $(DEB_SRCDIR)
49
48
DEB_DESTDIR = debian/$(DEB_SOURCE_PACKAGE)
50
 
DEB_PATCHDIRS = $(CURDIR)/debian/patches/${version_major}/${version_full}
51
49
DEB_DBG_PACKAGES = libmilter$(sm_libmilter_version)-dbg
52
50
DEB_DBG_PACKAGE_libmilter$(sm_libmilter_version) = libmilter$(sm_libmilter_version)-dbg
53
51
DEB_DH_INSTALL_CRON_ARGS = --name=$(DEB_SOURCE_PACKAGE)
117
115
        endif
118
116
 
119
117
include /usr/share/cdbs/1/rules/tarball.mk
120
 
include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
118
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
119
DEB_PATCHDIRS = $(CURDIR)/debian/patches/${version_major}/${version_full}
121
120
 
122
121
# Default rule
123
122
all::
215
214
        # so this rule allows *me* to build both arch and indep portions
216
215
        # of sendmail in one go (so I don't forget).
217
216
        @dh_testdir;
218
 
        time ${DEB_BUILD};
 
217
        ${DEB_BUILD};
219
218
 
220
219
#------------------------------------------------------------------------------
221
220
# Build/Package check rules