~ubuntu-branches/ubuntu/utopic/tig/utopic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Harl
  • Date: 2010-09-03 21:23:44 UTC
  • Revision ID: james.westby@ubuntu.com-20100903212344-rpdhaez0gtp2f1l9
Tags: 0.16-2
* debian/patches:
  - Added bts594549-pager-segfault - upstream patch fixing a segfault when
    started in pager mode; thanks to Kumar Appaiah for reporting this and
    pointing out the upstream fix (Closes: #594549).
* debian/control, debian/rules:
  - Build-depend on and use dpatch.
* Added debian/README.source:
  - The file includes a pointer to /usr/share/doc/dpatch/README.source.gz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        CFLAGS += -O2
20
20
endif
21
21
 
22
 
config.status: configure
 
22
include /usr/share/dpatch/dpatch.make
 
23
 
 
24
config.status: configure $(DPATCH_STAMPFN)
23
25
        dh_testdir
24
26
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
25
27
                --prefix=/usr --mandir=\$${prefix}/share/man --sysconfdir=/etc \
34
36
        
35
37
        touch build-stamp
36
38
 
37
 
clean:
 
39
clean: unpatch
38
40
        dh_testdir
39
41
        dh_testroot
40
42
        rm -f build-stamp