~ubuntu-branches/ubuntu/precise/ap-utils/precise

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Ben Hutchings
  • Date: 2009-08-26 00:43:16 UTC
  • Revision ID: james.westby@ubuntu.com-20090826004316-k4vg5b422a0vcgl4
Tags: 1.5-2
Update config.{sub,guess} in the right place at build time -
closes: #534825

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
build: build-stamp
12
12
build-stamp: $(QUILT_STAMPFN)
13
13
        dh_testdir
14
 
        cp -f /usr/share/misc/config.sub config.sub
15
 
        cp -f /usr/share/misc/config.guess config.guess
 
14
        cp -f /usr/share/misc/config.sub config/config.sub
 
15
        cp -f /usr/share/misc/config.guess config/config.guess
16
16
        ./configure $(confflags) --prefix=/usr \
17
17
                    --mandir=\$${prefix}/share/man \
18
18
                    --infodir=\$${prefix}/share/info
22
22
clean: unpatch
23
23
        dh_testdir
24
24
        dh_testroot
25
 
        rm -f build-stamp config.sub config.guess
 
25
        rm -f build-stamp config/config.sub config/config.guess
26
26
        [ ! -f Makefile ] || $(MAKE) distclean
27
27
        #Really clean the po directory
28
28
        dh_clean po/*.gmo