~ubuntu-branches/ubuntu/dapper/speex/dapper-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2005-12-07 23:22:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207232221-nme7vf9m182p7dpe
Tags: 1.1.11.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        automake
33
33
        autoconf
34
34
 
35
 
config.status: configure
 
35
config.status:
36
36
        dh_testdir
37
37
        ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-shared --disable-rpath --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
38
 
        chmod +x debian/doxydot.sh
39
 
        debian/doxydot.sh
40
38
 
41
39
build-arch: config.status build-arch-stamp
42
40
build-arch-stamp:
47
45
 
48
46
        touch build-arch-stamp
49
47
 
50
 
build-indep: config.status  build-indep-stamp
 
48
build-indep: config.status build-indep-stamp
51
49
build-indep-stamp:
52
50
        dh_testdir
53
51
 
60
58
 
61
59
build: build-arch build-indep
62
60
 
63
 
clean:
 
61
clean: clean-patched
 
62
clean-patched:
64
63
        dh_testdir
65
64
        dh_testroot
66
65
 
67
66
        # Add here commands to clean up after the build process.
68
 
        -rm -f debian/doxyfile
69
67
        -cd src && make clean
70
68
        -$(MAKE) distclean
71
69
        -rm -f config.log
136
134
#       dh_installmime -a
137
135
#       dh_installinit -a
138
136
        dh_installcron -a
139
 
        dh_installman debian/speexenc.1 debian/speexdec.1 -a
 
137
        dh_installman -a
140
138
        dh_installinfo -a
141
139
#       dh_undocumented -a
142
140
        dh_installchangelogs ChangeLog -a
154
152
        dh_builddeb -a
155
153
 
156
154
binary: binary-indep binary-arch
157
 
.PHONY: build clean binary-indep binary-arch binary install 
 
155
.PHONY: build clean binary-indep binary-arch binary install