~ubuntu-branches/ubuntu/oneiric/tomcat7/oneiric-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): tony mancill, Miguel Landaeta, tony mancill
  • Date: 2011-06-23 20:26:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110623202629-w1v0jejj19swux10
Tags: 7.0.16-1
[ Miguel Landaeta ]
* New upstream release.
* Add missing deps and symlinks for commons-pool ands commons-dbcp jars.

[ tony mancill ]
* Add logrotate file for catalina.out.
* Add build-arch target to debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
ANT_INVOKE := $(JAVA_CMD) -classpath "$(DEB_CLASSPATH)" \
46
46
        org.apache.tools.ant.Main $(ANT_ARGS)
47
47
 
48
 
build: build-stamp
 
48
build: build-arch build-indep
 
49
build-arch: build-stamp
 
50
build-indep: build-stamp
49
51
build-stamp:
50
52
        dh_testdir
51
53
        $(ANT_INVOKE) deploy
69
71
        dh_testroot
70
72
        dh_prep 
71
73
        dh_installdirs
 
74
        cp debian/logrotate debian/tomcat7/etc/logrotate.d/tomcat7
72
75
 
73
76
binary-indep: build install
74
77
        dh_testdir