~ubuntu-branches/ubuntu/natty/ecasound2.2/natty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-05-06 15:18:46 UTC
  • mfrom: (5.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506151846-dvp8mirqmxwhve66
Tags: 2.6.0-1
* New upstream release
- 08_fix_header_install: remove
- 07_configure_in_maintainer_mode: update
- do not install manpage copies, and just install symlinks for
  ecatools.1
* Build-Depend on texlive-latex-recommended too for ecrm1000 font.
  (closes: #526535)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        -$(MAKE) distclean
78
78
        -rm depcomp
79
79
        # remove files that are autogenerated.
 
80
        -rm -f compile
80
81
        -rm Documentation/*_manpage.man
81
82
        -rm -f aclocal.m4 configure stamp-h.in config.guess config.sub ltmain.sh readline-4.0/config.log readline-4.0/config.status
82
 
        -for a in . Documentation/users_guide Documentation/programmers_guide Documentation contrib ecasound ecatools examples kvutils libecasound libecasound/plugins libecasoundc pyecasound ; do rm -f $$a/Makefile.in $$a/Makefile; done 
 
83
        -for a in . \
 
84
                Documentation/users_guide \
 
85
                Documentation/programmers_guide \
 
86
                Documentation \
 
87
                contrib \
 
88
                ecasound \
 
89
                ecatools \
 
90
                examples \
 
91
                kvutils \
 
92
                libecasound \
 
93
                libecasound/plugins \
 
94
                libecasoundc \
 
95
                pyecasound \
 
96
                rubyecasound \
 
97
                ; do \
 
98
                rm -f $$a/Makefile.in $$a/Makefile; done 
83
99
        -rm -f Documentation/users_guide/users_guide.dvi Documentation/users_guide/ecasound_users_guide.pdf Documentation/programmers_guide/programmers_guide.dvi Documentation/programmers_guide/ecasound_programmers_guide.pdf Documentation/programmers_guide/eci_doc.dvi Documentation/programmers_guide/ecasound_eci_doc.pdf
84
100
        -rm -f config.status config.log
85
 
 
86
101
        dh_clean
87
102
 
88
103
install: build