~ubuntu-branches/ubuntu/lucid/apr-util/lucid-updates

« back to all changes in this revision

Viewing changes to xml/expat/buildconf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Ryan Niebur, Stefan Fritsch
  • Date: 2009-03-26 22:25:48 UTC
  • mfrom: (0.4.1 experimental) (0.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090326222548-1a9f0tljwp2rphaz
Tags: 1.3.4+dfsg-1
[ Ryan Niebur ]
* New upstream version
* add me to Uploaders
* add repack.sh
* update to libdb4.7-dev (Closes: #519818)
* Debian policy 3.8.1
* remove *.dirs, they're not needed
* lintian overrides for the symbols file depending on different
  packages, we have those "unusual circumstances" :)
  - debhelper 6 (needed for dh_lintian)
* remove build/apr_common.m4 in the clean target, it gets modified
  during build and is automatically generated
* switch the libaprutil1-dbg package to the debug section
* don't output ldap libs by default from apu-config
* upload to unstable this time

[ Stefan Fritsch ]
* Fix description for libaprutil1-dbg (closes: #508145).
* Recognize DEB_BUILD_OPTIONS=nocheck in addition to notest (closes: #515352).
* Make dpkg-shlibdeps automatically generate the needed dependencies for
  programs that use apr_ldap_init() or apr_dbd_init().
  For dbd, we will genreate an ORed dependency on all libaprutil1-dbd-*
  packages, using libaprutil1-dbd-mysql as default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# want to ensure is used.
20
20
echo "Copying libtool helper files ..."
21
21
 
22
 
# Remove any m4 cache and libtool files so one can switch between
 
22
# Remove any m4 cache and libtool files so one can switch between 
23
23
# autoconf and libtool versions by simply rerunning the buildconf script.
24
24
#
25
25
(cd conftools ; rm -f ltconfig ltmain.sh)