~ubuntu-branches/ubuntu/precise/whois/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-10-22 07:43:54 UTC
  • mfrom: (5.4.4 sid)
  • Revision ID: package-import@ubuntu.com-20111022074354-c7upaddqn9g1ifyz
Tags: 5.0.12ubuntu1
* Merge from Debian testing.  Remaining changes:
  - Add replaces/conflicts as mkpasswd is no longer a separate package.
    + Note: This needs to be kept until the next LTS release
      as mkpasswd is a published package in lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
SHELL+= -e
3
3
 
 
4
DPKG_EXPORT_BUILDFLAGS = 1
 
5
-include /usr/share/dpkg/buildflags.mk
 
6
 
4
7
#export DH_VERBOSE=1
5
8
 
6
9
D := $(shell pwd)/debian/whois
45
48
 
46
49
binary-indep:
47
50
 
 
51
build-arch: build
 
52
build-indep: build
 
53
 
48
54
checkroot:
49
55
        test root = "`whoami`"
50
56
 
51
 
.PHONY: binary binary-arch binary-indep build clean checkroot
 
57
.PHONY: binary binary-arch binary-indep build build-arch build-indep clean checkroot