~ubuntu-branches/ubuntu/precise/php5/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Steve Langasek
  • Date: 2011-08-24 21:40:27 UTC
  • Revision ID: package-import@ubuntu.com-20110824214027-tdo3je4go7y8ledz
Tags: 5.3.6-13ubuntu3
* debian/rules: export DEB_HOST_MULTIARCH properly, so that I don't spend
  an hour scratching my head at './debian/rules configure' not working
  right.
* Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2.
* Add build-dependency on lemon, which we now need.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
php5 (5.3.6-13ubuntu3) oneiric; urgency=low
 
2
 
 
3
  * debian/rules: export DEB_HOST_MULTIARCH properly, so that I don't spend
 
4
    an hour scratching my head at './debian/rules configure' not working
 
5
    right.
 
6
  * Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2.
 
7
  * Add build-dependency on lemon, which we now need.
 
8
 
 
9
 -- Steve Langasek <steve.langasek@ubuntu.com>  Wed, 24 Aug 2011 21:40:27 +0000
 
10
 
1
11
php5 (5.3.6-13ubuntu2) oneiric; urgency=low
2
12
 
3
13
  * debian/rules: build with --with-openssl instead of --with-openssl=/usr,