~ubuntu-branches/ubuntu/trusty/eb/trusty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2005-04-05 20:50:37 UTC
  • Revision ID: james.westby@ubuntu.com-20050405205037-i47h52emrboykm78
Tags: 3.3.2-4ubuntu1
Removed dir.gz and dir.old.gz in the Build target to avoid
Debian 214769

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# package.
7
7
 
8
8
package=eb
 
9
package_doc=eb
 
10
 
9
11
 
10
12
version=$(shell expr `pwd` : '.*-\([0-9.]*\)')
11
13
version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*')
14
16
export DH_VERBOSE=1
15
17
 
16
18
build: build-stamp
 
19
        rm -f $(CURDIR)/debian/$(package_doc)/usr/share/info/dir.gz
 
20
        rm -f $(CURDIR)/debian/$(package_doc)/usr/share/info/dir.old.gz
 
21
 
 
22
 
17
23
build-stamp:
18
24
        dh_testdir
19
25
 
26
32
        make CFLAGS="-O2 -g -Wall"
27
33
        (cd doc && make)
28
34
        (cd doc-ja && make)
29
 
        
 
35
 
30
36
        touch build-stamp
31
37
 
32
38
clean: