~ubuntu-branches/ubuntu/trusty/patch/trusty-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2009-12-02 10:25:26 UTC
  • mfrom: (5.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20091202102526-5luk0zsqhghu58l2
Tags: 2.6-2
* Update watch file.
* Section: vcs.
* Suggests: diffutils-doc instead of diff-doc, thanks Christoph Anton
  Mitterer for spotting. Closes: #558974.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
configure: configure-stamp
21
21
configure-stamp: $(QUILT_STAMPFN)
22
22
        dh_testdir
23
 
        touch aclocal.m4
24
 
        touch configure
25
23
        CFLAGS="$(CFLAGS)" ac_cv_sys_long_file_names=yes \
26
24
                ./configure $(CONFFLAGS) --prefix=/usr --mandir=\$${prefix}/share/man
27
25
        touch configure-stamp
30
28
build-stamp: configure-stamp
31
29
        dh_testdir
32
30
        $(MAKE)
 
31
        $(MAKE) check
33
32
        touch build-stamp
34
33
 
35
34
clean: unpatch
40
39
install: build
41
40
        dh_testdir
42
41
        dh_testroot
43
 
        dh_clean -k
 
42
        dh_prep
44
43
        dh_installdirs
45
44
        $(MAKE) install prefix=$(CURDIR)/debian/patch/usr
46
45