~ubuntu-branches/ubuntu/edgy/libapache2-mod-perl2/edgy

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
                MP_TRACE=0 \
13
13
                MP_USE_DSO=1 \
14
14
                MP_USE_STATIC=0 \
15
 
                MP_AP_PREFIX=/usr \
16
15
                MP_CCOPTS="-g -Wall" \
17
16
                MP_INCLUDE_DIR=/usr/include/apache2 \
18
17
                MP_APXS=/usr/bin/apxs2 \
19
18
                MP_INCLUDE_DIR=/usr/include/apr-0
20
19
 
 
20
                #deleted for new build
 
21
                #MP_AP_PREFIX=/usr \
 
22
 
21
23
install/libapache2-mod-perl2::
22
24
        install $(CURDIR)/src/modules/perl/mod_perl.so $(DEB_DESTDIR)/usr/lib/apache2/modules/mod_perl.so
23
25
        install -m644 $(CURDIR)/debian/perl.load $(DEB_DESTDIR)/etc/apache2/mods-available
 
26
        install -m644 $(CURDIR)/debian/perl.conf $(DEB_DESTDIR)/etc/apache2/mods-available
24
27
        rm -rf $(DEB_DESTDIR)/usr/man
25
28
        rm -f $(DEB_DESTDIR)/usr/share/man/man3/mod_perl.3pm
26
29