~ubuntu-branches/ubuntu/intrepid/bc/intrepid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): John Hasler
  • Date: 2005-11-17 15:41:52 UTC
  • Revision ID: james.westby@ubuntu.com-20051117154152-a7hqsnxb0fywvh4m
Tags: 1.06-19
Fixed libreadline dependency.
Closes: #326385: please rebuild with libreadline5-dev as build dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
package1 = bc
7
7
package2 = dc
8
 
debtmp  := $(CURDIR)/debian/tmp
 
8
deb_bc  := $(CURDIR)/debian/$(package1)
9
9
deb_dc  := $(CURDIR)/debian/$(package2)
10
10
 
11
11
DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
40
40
        dh_installdirs
41
41
        # Add here commands to install the package into debian/tmp.
42
42
        #$(MAKE) prefix=`pwd`/debian/tmp/usr install
43
 
        dh_movefiles
 
43
#       dh_movefiles
44
44
        touch install-stamp
45
45
 
46
46
binary-indep: build install
52
52
        dh_clean -k
53
53
        dh_installdirs                          usr/bin
54
54
        dh_testroot -pbc
55
 
        install -p -s -m 0755 bc/bc             $(debtmp)/usr/bin/.
 
55
        install -p -s -m 0755 bc/bc             $(deb_bc)/usr/bin/.
56
56
        dh_installdocs -pbc                     NEWS README AUTHORS
57
57
        dh_installexamples -pbc                 Examples/*
58
58
        dh_installmenu -pbc