[DebianGIS-dev] r816 - in packages/libhdf4/trunk: . debian hdf/fmpool

frankie at alioth.debian.org frankie at alioth.debian.org
Mon May 14 12:53:26 UTC 2007


Author: frankie
Date: 2007-05-14 12:53:26 +0000 (Mon, 14 May 2007)
New Revision: 816

Modified:
   packages/libhdf4/trunk/config.guess
   packages/libhdf4/trunk/config.sub
   packages/libhdf4/trunk/debian/changelog
   packages/libhdf4/trunk/debian/control
   packages/libhdf4/trunk/debian/rules
   packages/libhdf4/trunk/hdf/fmpool/config.guess
   packages/libhdf4/trunk/hdf/fmpool/config.sub
Log:
First round of minor changes


Modified: packages/libhdf4/trunk/config.guess
===================================================================
--- packages/libhdf4/trunk/config.guess	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/config.guess	2007-05-14 12:53:26 UTC (rev 816)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2007-03-06'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,6 +161,7 @@
 	    arm*) machine=arm-unknown ;;
 	    sh3el) machine=shl-unknown ;;
 	    sh3eb) machine=sh-unknown ;;
+	    sh5el) machine=sh5le-unknown ;;
 	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 	esac
 	# The Operating System including object format, if it has switched
@@ -780,7 +781,7 @@
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
 	exit ;;
-    i*:MINGW*:*)
+    *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
     i*:windows32*:*)
@@ -790,12 +791,15 @@
     i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
 	exit ;;
-    x86:Interix*:[3456]*)
-	echo i586-pc-interix${UNAME_RELEASE}
-	exit ;;
-    EM64T:Interix*:[3456]*)
-	echo x86_64-unknown-interix${UNAME_RELEASE}
-	exit ;;
+    *:Interix*:[3456]*)
+    	case ${UNAME_MACHINE} in
+	    x86) 
+		echo i586-pc-interix${UNAME_RELEASE}
+		exit ;;
+	    EM64T | authenticamd)
+		echo x86_64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
 	exit ;;
@@ -950,6 +954,9 @@
     x86_64:Linux:*:*)
 	echo x86_64-unknown-linux-gnu
 	exit ;;
+    xtensa:Linux:*:*)
+    	echo xtensa-unknown-linux-gnu
+	exit ;;
     i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
 	# first see if it will tell us. cd to the root directory to prevent
@@ -1208,6 +1215,15 @@
     SX-6:SUPER-UX:*:*)
 	echo sx6-nec-superux${UNAME_RELEASE}
 	exit ;;
+    SX-7:SUPER-UX:*:*)
+	echo sx7-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8:SUPER-UX:*:*)
+	echo sx8-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8R:SUPER-UX:*:*)
+	echo sx8r-nec-superux${UNAME_RELEASE}
+	exit ;;
     Power*:Rhapsody:*:*)
 	echo powerpc-apple-rhapsody${UNAME_RELEASE}
 	exit ;;

Modified: packages/libhdf4/trunk/config.sub
===================================================================
--- packages/libhdf4/trunk/config.sub	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/config.sub	2007-05-14 12:53:26 UTC (rev 816)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2007-01-18'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -245,12 +245,12 @@
 	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx \
-	| fr30 | frv \
+	| fido | fr30 | frv \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
-	| maxq | mb | microblaze | mcore \
+	| maxq | mb | microblaze | mcore | mep \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -324,7 +324,7 @@
 	| clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
 	| elxsi-* \
-	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
+	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 	| h8300-* | h8500-* \
 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
 	| i*86-* | i860-* | i960-* | ia64-* \
@@ -925,6 +925,9 @@
 		basic_machine=sh-hitachi
 		os=-hms
 		;;
+	sh5el)
+		basic_machine=sh5le-unknown
+		;;
 	sh64)
 		basic_machine=sh64-unknown
 		;;
@@ -1219,7 +1222,7 @@
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers*)
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
@@ -1414,6 +1417,9 @@
 	m68*-cisco)
 		os=-aout
 		;;
+        mep-*)
+		os=-elf
+		;;
 	mips*-cisco)
 		os=-elf
 		;;

Modified: packages/libhdf4/trunk/debian/changelog
===================================================================
--- packages/libhdf4/trunk/debian/changelog	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/debian/changelog	2007-05-14 12:53:26 UTC (rev 816)
@@ -1,3 +1,15 @@
+libhdf4 (4.1r4-20) unstable; urgency=low
+
+  * New maintainership team. Added myself as uploader.
+    (closes: #387775)
+  * Updated descriptions as long due.
+    (closes: #209570)
+  * Now libhdf4g-run renamed in a more conventional (and coherent with HDF5 package) hdf4-tools.
+    Usual conflicts/provides/replaces provided.
+  * Policy bumped to 3.7.2 (no changes)
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Mon, 14 May 2007 14:12:37 +0200
+
 libhdf4 (4.1r4-19) unstable; urgency=low
 
   * QA upload.

Modified: packages/libhdf4/trunk/debian/control
===================================================================
--- packages/libhdf4/trunk/debian/control	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/debian/control	2007-05-14 12:53:26 UTC (rev 816)
@@ -1,37 +1,53 @@
 Source: libhdf4
 Section: graphics
 Priority: optional
-Maintainer: Debian QA Group <packages at qa.debian.org>
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-depends: g77, sharutils, libjpeg62-dev, zlib1g-dev, bison, flex, groff, autotools-dev
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
 Package: libhdf4g
 Section: libs
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libhdf4 (<<4.0.2-4)
+Conflicts: libhdf4 (<<4.0.2-4), libhdf4g-run
 Replaces: libhdf4
-Suggests: libhdf4g-doc, libhdf4g-dev, libhdf4g-run
+Suggests: libhdf4g-doc, libhdf4g-dev, hdf4-tools
 Description: The Hierarchical Data Format library -- library package
- The HDF format is used in scientific applications and can embed
- various kind of data:
-    o graphics (8 and 24 bits)
-    o scientific data
-    o many others
+ HDF  is  a  multi-object  file  format  for  storing  and  transferring
+ graphical  and  numerical data mainly used in scientific computing.  
+ HDF  supports  several different  data models, including  multidimensional 
+ arrays, raster images,  and tables.
+ Each defines  a specific aggregate  data type  and provides an  API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
  .
- This package comes with the HDF libraries.
+ This package contains the HDF run-time libraries.
+ .
+  Home page: http://www.hdfgroup.com/
 
-Package: libhdf4g-run
+Package: hdf4-tools
 Section: graphics
 Priority: optional
 Architecture: any
 Depends: ${shlibs:Depends}
-Conflicts: libhdf4 (<<4.0.2-4)
-Replaces: libhdf4, libhdf4g
+Conflicts: libhdf4 (<<4.0.2-4), libhdf4g-run
+Replaces: libhdf4, libhdf4g, libhdf4g-run
+Provides: libhdf4g-run
 Description: The Hierarchical Data Format library -- runtime package
- This package comes with some basic utilities to view, pack, unpack,
- etc HDF files.
+ HDF  is  a  multi-object  file  format  for  storing  and  transferring
+ graphical  and  numerical data mainly used in scientific computing.  
+ HDF  supports  several different  data models, including  multidimensional 
+ arrays, raster images,  and tables.
+ Each defines  a specific aggregate  data type  and provides an  API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package includes some basic utilities to view, pack, unpack, 
+ HDF files.
+ .
+  Home page: http://www.hdfgroup.com/
 
 Package: libhdf4g-dev
 Section: devel
@@ -39,8 +55,18 @@
 Architecture: any
 Depends: libhdf4g (= ${Source-Version}), libc6-dev, zlib1g-dev, libjpeg62-dev
 Description: The Hierarchical Data Format library -- development package
- Contains include files and static library for the HDF package plus
- some libdf functions manpages.
+ HDF  is  a  multi-object  file  format  for  storing  and  transferring
+ graphical  and  numerical data mainly used in scientific computing.  
+ HDF  supports  several different  data models, including  multidimensional 
+ arrays, raster images,  and tables.
+ Each defines  a specific aggregate  data type  and provides an  API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package contains development stuff, includomg files and static 
+ library for the HDF package and some HDF API reference manpages.
+ .
+  Home page: http://www.hdfgroup.com/
 
 Package: libhdf4g-doc
 Section: doc
@@ -48,4 +74,15 @@
 Architecture: all
 Suggests: libhdf4g
 Description: The Hierarchical Data Format library -- documentation
- The user guide and reference manual for HDF version 4 in html.
+ HDF  is  a  multi-object  file  format  for  storing  and  transferring
+ graphical  and  numerical data mainly used in scientific computing.  
+ HDF  supports  several different  data models, including  multidimensional 
+ arrays, raster images,  and tables.
+ Each defines  a specific aggregate  data type  and provides an  API for
+ reading, writing, and organizing the data and metadata. New data models
+ can be added by the HDF developers or users.
+ .
+ This package contains user guide and reference manual for HDF format
+ and API
+ .
+  Home page: http://www.hdfgroup.com/

Modified: packages/libhdf4/trunk/debian/rules
===================================================================
--- packages/libhdf4/trunk/debian/rules	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/debian/rules	2007-05-14 12:53:26 UTC (rev 816)
@@ -116,7 +116,7 @@
 	install -d debian/tmp-run
 	install -d debian/tmp-run/DEBIAN
 	install -d debian/tmp-run/usr/share/doc
-	ln -s $(package) debian/tmp-run/usr/share/doc/$(package)-run
+	ln -s $(package) debian/tmp-run/usr/share/doc/hdf4-tools
 	mv debian/tmp{,-run}/usr/bin
 	$(DEBSTRIP) --remove-section=.comment --remove-section=.note \
 	      debian/tmp-run/usr/bin/*
@@ -136,7 +136,7 @@
 	    fi ; \
           done
 	dpkg-shlibdeps debian/tmp-run/usr/bin/*
-	dpkg-gencontrol -isp -Pdebian/tmp-run -p$(package)-run
+	dpkg-gencontrol -isp -Pdebian/tmp-run -phdf4-tools
 	chown -R root.root debian/tmp-run
 	chmod -R u+w,a+rX,go-wst debian/tmp-run
 	dpkg --build debian/tmp-run ..

Modified: packages/libhdf4/trunk/hdf/fmpool/config.guess
===================================================================
--- packages/libhdf4/trunk/hdf/fmpool/config.guess	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/hdf/fmpool/config.guess	2007-05-14 12:53:26 UTC (rev 816)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-07-02'
+timestamp='2007-03-06'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,6 +161,7 @@
 	    arm*) machine=arm-unknown ;;
 	    sh3el) machine=shl-unknown ;;
 	    sh3eb) machine=sh-unknown ;;
+	    sh5el) machine=sh5le-unknown ;;
 	    *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
 	esac
 	# The Operating System including object format, if it has switched
@@ -780,7 +781,7 @@
     i*:CYGWIN*:*)
 	echo ${UNAME_MACHINE}-pc-cygwin
 	exit ;;
-    i*:MINGW*:*)
+    *:MINGW*:*)
 	echo ${UNAME_MACHINE}-pc-mingw32
 	exit ;;
     i*:windows32*:*)
@@ -790,12 +791,15 @@
     i*:PW*:*)
 	echo ${UNAME_MACHINE}-pc-pw32
 	exit ;;
-    x86:Interix*:[3456]*)
-	echo i586-pc-interix${UNAME_RELEASE}
-	exit ;;
-    EM64T:Interix*:[3456]*)
-	echo x86_64-unknown-interix${UNAME_RELEASE}
-	exit ;;
+    *:Interix*:[3456]*)
+    	case ${UNAME_MACHINE} in
+	    x86) 
+		echo i586-pc-interix${UNAME_RELEASE}
+		exit ;;
+	    EM64T | authenticamd)
+		echo x86_64-unknown-interix${UNAME_RELEASE}
+		exit ;;
+	esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
 	echo i${UNAME_MACHINE}-pc-mks
 	exit ;;
@@ -950,6 +954,9 @@
     x86_64:Linux:*:*)
 	echo x86_64-unknown-linux-gnu
 	exit ;;
+    xtensa:Linux:*:*)
+    	echo xtensa-unknown-linux-gnu
+	exit ;;
     i*86:Linux:*:*)
 	# The BFD linker knows what the default object file format is, so
 	# first see if it will tell us. cd to the root directory to prevent
@@ -1208,6 +1215,15 @@
     SX-6:SUPER-UX:*:*)
 	echo sx6-nec-superux${UNAME_RELEASE}
 	exit ;;
+    SX-7:SUPER-UX:*:*)
+	echo sx7-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8:SUPER-UX:*:*)
+	echo sx8-nec-superux${UNAME_RELEASE}
+	exit ;;
+    SX-8R:SUPER-UX:*:*)
+	echo sx8r-nec-superux${UNAME_RELEASE}
+	exit ;;
     Power*:Rhapsody:*:*)
 	echo powerpc-apple-rhapsody${UNAME_RELEASE}
 	exit ;;

Modified: packages/libhdf4/trunk/hdf/fmpool/config.sub
===================================================================
--- packages/libhdf4/trunk/hdf/fmpool/config.sub	2007-05-14 11:49:49 UTC (rev 815)
+++ packages/libhdf4/trunk/hdf/fmpool/config.sub	2007-05-14 12:53:26 UTC (rev 816)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2007-01-18'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -245,12 +245,12 @@
 	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx \
-	| fr30 | frv \
+	| fido | fr30 | frv \
 	| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
 	| i370 | i860 | i960 | ia64 \
 	| ip2k | iq2000 \
 	| m32c | m32r | m32rle | m68000 | m68k | m88k \
-	| maxq | mb | microblaze | mcore \
+	| maxq | mb | microblaze | mcore | mep \
 	| mips | mipsbe | mipseb | mipsel | mipsle \
 	| mips16 \
 	| mips64 | mips64el \
@@ -324,7 +324,7 @@
 	| clipper-* | craynv-* | cydra-* \
 	| d10v-* | d30v-* | dlx-* \
 	| elxsi-* \
-	| f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
+	| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
 	| h8300-* | h8500-* \
 	| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
 	| i*86-* | i860-* | i960-* | ia64-* \
@@ -925,6 +925,9 @@
 		basic_machine=sh-hitachi
 		os=-hms
 		;;
+	sh5el)
+		basic_machine=sh5le-unknown
+		;;
 	sh64)
 		basic_machine=sh64-unknown
 		;;
@@ -1219,7 +1222,7 @@
 	      | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
 	      | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
 	      | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-	      | -skyos* | -haiku* | -rdos* | -toppers*)
+	      | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
 	# Remember, each alternative MUST END IN *, to match a version number.
 		;;
 	-qnx*)
@@ -1414,6 +1417,9 @@
 	m68*-cisco)
 		os=-aout
 		;;
+        mep-*)
+		os=-elf
+		;;
 	mips*-cisco)
 		os=-elf
 		;;




More information about the Pkg-grass-devel mailing list