r36085 - in /packages/libcgns/trunk/debian: changelog rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sat Jan 9 12:37:13 UTC 2010


Author: sylvestre-guest
Date: Sat Jan  9 12:37:10 2010
New Revision: 36085

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36085
Log:
* Under HPPA, disable the 64 bits compilation options (Closes: #557984)

Modified:
    packages/libcgns/trunk/debian/changelog
    packages/libcgns/trunk/debian/rules

Modified: packages/libcgns/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/changelog?rev=36085&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/changelog (original)
+++ packages/libcgns/trunk/debian/changelog Sat Jan  9 12:37:10 2010
@@ -1,3 +1,9 @@
+libcgns (2.5.4-2) unstable; urgency=low
+
+  * Under HPPA, disable the 64 bits compilation options (Closes: #557984)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 09 Jan 2010 13:30:08 +0100
+
 libcgns (2.5.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/libcgns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/libcgns/trunk/debian/rules?rev=36085&op=diff
==============================================================================
--- packages/libcgns/trunk/debian/rules (original)
+++ packages/libcgns/trunk/debian/rules Sat Jan  9 12:37:10 2010
@@ -5,8 +5,15 @@
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
-DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr --enable-64bit \
+DEB_CONFIGURE_NORMAL_ARGS += --enable-shared=all --with-hdf5=/usr \
 	--with-szip --enable-lfs --enable-debug
+
+ifeq ($(DEB_BUILD_ARCH),hppa)
+  DEB_CONFIGURE_NORMAL_ARGS += --disable-64bit
+else 
+  DEB_CONFIGURE_NORMAL_ARGS += --enable-64bit
+endif
+
 
 
 install/libcgns-dev::




More information about the debian-science-commits mailing list