~lidaobing/+junk/zhcon

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: LI Daobing
  • Date: 2008-11-04 05:26:32 UTC
  • Revision ID: lidaobing@gmail.com-20081104052632-g2tp7o2tobyuf2ah
* debian/rules: 
  - fix debian-rules-ignores-make-clean-error
  - remove dh_installdebconf
  - copy config.guess and config.sub
* debian/control: 
  - bump standards version to 3.8.0, nothing changed. 
  - build depends on autotools-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
configure: configure-stamp
9
9
configure-stamp:
10
10
        dh_testdir
 
11
ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 
12
        cp -f /usr/share/misc/config.sub config.sub
 
13
endif
 
14
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 
15
        cp -f /usr/share/misc/config.guess config.guess
 
16
endif
11
17
        # Add here commands to configure the package.
12
18
        ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc
13
19
 
30
36
 
31
37
        # Add here commands to clean up after the build process.
32
38
        [ ! -f Makefile ] || $(MAKE) distclean
 
39
        rm -f config.sub config.guess
33
40
 
34
41
        dh_clean
35
42
 
51
58
binary-arch: build install
52
59
        dh_testdir
53
60
        dh_testroot
54
 
        dh_installdebconf       
55
61
        dh_installdocs
56
62
        dh_installexamples doc/poem.big5 doc/poem.gb
57
63
        dh_installmenu