~ubuntu-branches/ubuntu/trusty/nano/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Jordi Mallach
  • Date: 2010-01-20 00:18:38 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100120001838-ems2ygzxhnl60qan
Tags: 2.2.2-1
* The "Cabanyal" release.
* New upstream release.
* Switch to dpkg source 3.0 (quilt). Remove quilt patching support and
  README.source from the packaging, and drop quilt from Build-Depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# Uncomment this to turn on verbose mode.
6
6
#export DH_VERBOSE=1
7
7
 
8
 
include /usr/share/quilt/quilt.make
9
 
 
10
 
PACKAGE=nano
11
 
 
12
8
DEB_HOST_GNU_SYSTEM ?= $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)
13
9
DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
14
10
DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
37
33
                        --infodir=\$${prefix}/share/info --srcdir='..' \
38
34
                        --sysconfdir=/etc $(confflags)
39
35
 
40
 
build: patch build-stamp
 
36
build: build-stamp
41
37
build-stamp: build-arch
42
38
build-arch: build-nano-stamp build-tiny-stamp build-udeb-stamp
43
39
 
75
71
                $(MAKE) CFLAGS="$(CFTINY)"
76
72
        touch build-udeb-stamp
77
73
 
78
 
clean: unpatch
 
74
clean:
79
75
        dh_testdir
80
76
        dh_testroot
81
77
        rm -rf *-stamp
150
146
        dh_builddeb -a
151
147
 
152
148
binary: binary-indep binary-arch
153
 
.PHONY: build clean binary-indep binary-arch binary install patch unpatch
 
149
.PHONY: build clean binary-indep binary-arch binary install