~ubuntu-branches/ubuntu/maverick/libcgns/maverick

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-06-22 16:45:49 UTC
  • Revision ID: james.westby@ubuntu.com-20090622164549-9kdq73i2xzaukrms
Tags: 2.5.3-3
* Fix a typo (Convertion => Conversion) (Closes: #534151)
* Standards-Version updated to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
include /usr/share/cdbs/1/class/autotools.mk
6
6
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
7
7
 
8
 
DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --with-hdf5 --enable-64bit \
 
8
DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr --enable-64bit \
9
9
        --with-szip --enable-lfs --enable-debug
10
10
 
11
11