~ubuntu-branches/ubuntu/lucid/gallery2/lucid

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael C. Schultheiss
  • Date: 2008-09-18 19:43:30 UTC
  • mfrom: (1.1.7 upstream) (5.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080918194330-al2g0cnnljl0prtt
Tags: 2.2.6-1
* Urgency high due to security fixes (CVE-2008-3662)
* New upstream release (Closes: #499408)
* Use system adodb rather than embedded copy
  (Thanks to Jan Wagner.  Closes: #471160)
  + debian/control: Add Depends on libphp-adodb

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
                esac \
44
44
            fi \
45
45
        done
46
 
        # remove embedded smarty
 
46
        # remove embedded smarty and adodb
47
47
        rm -rf $(GDIR)/lib/smarty
48
 
        # use system smarty
 
48
        rm -rf $(GDIR)/lib/adodb
49
49
        install -m 644 debian/apache.conf $(GCONFDIR)
50
50
 
51
51
build: