~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to debian/patches/hdf4

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Index: gdal/configure
2
2
===================================================================
3
 
--- gdal.orig/configure 2011-02-18 15:52:35.000000000 +0100
4
 
+++ gdal/configure      2011-02-18 16:48:36.000000000 +0100
5
 
@@ -18774,7 +18774,7 @@
 
3
--- gdal.orig/configure 2012-01-04 08:03:42.000000000 +0100
 
4
+++ gdal/configure      2012-02-20 11:36:33.000000000 +0100
 
5
@@ -20726,7 +20726,7 @@
6
6
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mfhdf_SDreaddata" >&5
7
7
 $as_echo "$ac_cv_lib_mfhdf_SDreaddata" >&6; }
8
 
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = x""yes; then :
 
8
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = xyes; then :
9
9
-  HDF_LIB_NAME="-lmfhdf -ldf"
10
10
+  HDF_LIB_NAME="-lmfhdfalt -ldfalt"
11
11
 else
12
12
   HDF_LIB_NAME=missing
13
13
 fi
14
 
@@ -18834,7 +18834,7 @@
 
14
@@ -20786,7 +20786,7 @@
15
15
   $as_echo_n "(cached) " >&6
16
16
 else
17
17
   ac_check_lib_save_LIBS=$LIBS
20
20
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21
21
 /* end confdefs.h.  */
22
22
 
23
 
@@ -18865,7 +18865,7 @@
 
23
@@ -20817,7 +20817,7 @@
24
24
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mfhdf_SDreaddata" >&5
25
25
 $as_echo "$ac_cv_lib_mfhdf_SDreaddata" >&6; }
26
 
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = x""yes; then :
 
26
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = xyes; then :
27
27
-  HDF_LIB_NAME="-lmfhdf -ldf"
28
28
+  HDF_LIB_NAME="-lmfhdfalt -ldfalt"
29
29
 else
30
30
   HDF_LIB_NAME=missing
31
31
 fi
32
 
@@ -18880,7 +18880,7 @@
 
32
@@ -20832,7 +20832,7 @@
33
33
   $as_echo_n "(cached) " >&6
34
34
 else
35
35
   ac_check_lib_save_LIBS=$LIBS
38
38
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
39
39
 /* end confdefs.h.  */
40
40
 
41
 
@@ -18911,7 +18911,7 @@
 
41
@@ -20863,7 +20863,7 @@
42
42
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mfhdf_SDreaddata" >&5
43
43
 $as_echo "$ac_cv_lib_mfhdf_SDreaddata" >&6; }
44
 
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = x""yes; then :
 
44
 if test "x$ac_cv_lib_mfhdf_SDreaddata" = xyes; then :
45
45
-  HDF_LIB_NAME="-lmfhdf -ldf -lsz"
46
46
+  HDF_LIB_NAME="-lmfhdfalt -ldfalt -lsz"
47
47
 else