[DebianGIS-dev] r809 - packages/libhdf4/branches/upstream

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 09:43:08 + (Mon, 14 May 2007)
New Revision: 809

Added:
   packages/libhdf4/branches/upstream/4.1r4/
Log:
[svn-inject] Tagging upstream source version of libhdf4

Copied: packages/libhdf4/branches/upstream/4.1r4 (from rev 808, 
packages/libhdf4/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r810 - packages/libhdf4

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 09:43:10 + (Mon, 14 May 2007)
New Revision: 810

Added:
   packages/libhdf4/trunk/
Log:
[svn-inject] Forking libhdf4 source to Trunk

Copied: packages/libhdf4/trunk (from rev 809, 
packages/libhdf4/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r813 - packages/hdf5/branches/upstream

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 11:47:24 + (Mon, 14 May 2007)
New Revision: 813

Added:
   packages/hdf5/branches/upstream/1.6.5/
Log:
[svn-inject] Tagging upstream source version of hdf5

Copied: packages/hdf5/branches/upstream/1.6.5 (from rev 812, 
packages/hdf5/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r814 - packages/hdf5

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 11:47:26 + (Mon, 14 May 2007)
New Revision: 814

Added:
   packages/hdf5/trunk/
Log:
[svn-inject] Forking hdf5 source to Trunk

Copied: packages/hdf5/trunk (from rev 813, 
packages/hdf5/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


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

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 12:53:26 + (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* \

[DebianGIS-dev] r817 - packages/libhdf4/tags

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 13:03:50 + (Mon, 14 May 2007)
New Revision: 817

Added:
   packages/libhdf4/tags/4.1r4-20/
Log:
[svn-buildpackage] Tagging libhdf4 (4.1r4-20)

Copied: packages/libhdf4/tags/4.1r4-20 (from rev 816, packages/libhdf4/trunk)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] Processing of libhdf4_4.1r4-20_i386.changes

2007-05-14 Thread Archive Administrator
libhdf4_4.1r4-20_i386.changes uploaded successfully to localhost
along with the files:
  libhdf4_4.1r4-20.dsc
  libhdf4_4.1r4-20.diff.gz
  libhdf4g-doc_4.1r4-20_all.deb
  libhdf4g_4.1r4-20_i386.deb
  libhdf4g-dev_4.1r4-20_i386.deb
  hdf4-tools_4.1r4-20_i386.deb

Greetings,

Your Debian queue daemon

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r818 - in packages/hdf5/trunk: c++/src debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 13:44:25 + (Mon, 14 May 2007)
New Revision: 818

Modified:
   packages/hdf5/trunk/c++/src/H5PropList.cpp
   packages/hdf5/trunk/debian/changelog
   packages/hdf5/trunk/debian/control
Log:
First round of changes


Modified: packages/hdf5/trunk/c++/src/H5PropList.cpp
===
--- packages/hdf5/trunk/c++/src/H5PropList.cpp  2007-05-14 13:03:50 UTC (rev 
817)
+++ packages/hdf5/trunk/c++/src/H5PropList.cpp  2007-05-14 13:44:25 UTC (rev 
818)
@@ -13,6 +13,7 @@
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 #include 
+#include 
 #ifdef OLD_HEADER_FILENAME
 #include 
 #else

Modified: packages/hdf5/trunk/debian/changelog
===
--- packages/hdf5/trunk/debian/changelog2007-05-14 13:03:50 UTC (rev 
817)
+++ packages/hdf5/trunk/debian/changelog2007-05-14 13:44:25 UTC (rev 
818)
@@ -1,3 +1,14 @@
+hdf5 (1.6.5-4) unstable; urgency=low
+
+  * New maintainership team. Added me as uploader.
+(closes: #393101)
+  * Normalized descriptions in debian/control.
+  * Policy bumped to 3.7.2 (no changes)
+  * Patched c++/src/H5PropList.cpp for gcc 4.3. Thanks Martin Michlmayr.
+(closes: #417234)
+
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 May 2007 15:42:13 
+0200
+
 hdf5 (1.6.5-3) unstable; urgency=low
 
   * Orphan package.

Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 13:03:50 UTC (rev 817)
+++ packages/hdf5/trunk/debian/control  2007-05-14 13:44:25 UTC (rev 818)
@@ -2,8 +2,9 @@
 Section: science
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
+Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libhdf5-serial-1.6.5-0
 Section: libs


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r819 - packages/hdf5/trunk/debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 13:46:59 + (Mon, 14 May 2007)
New Revision: 819

Modified:
   packages/hdf5/trunk/debian/control
Log:
Policy change


Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 13:44:25 UTC (rev 818)
+++ packages/hdf5/trunk/debian/control  2007-05-14 13:46:59 UTC (rev 819)
@@ -2,7 +2,6 @@
 Section: science
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
-Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
 Standards-Version: 3.7.2
 


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] libhdf4_4.1r4-20_i386.changes is NEW

2007-05-14 Thread Debian Installer
(new) hdf4-tools_4.1r4-20_i386.deb optional graphics
The Hierarchical Data Format library -- runtime package
 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/
libhdf4_4.1r4-20.diff.gz
  to pool/main/libh/libhdf4/libhdf4_4.1r4-20.diff.gz
libhdf4_4.1r4-20.dsc
  to pool/main/libh/libhdf4/libhdf4_4.1r4-20.dsc
libhdf4g-dev_4.1r4-20_i386.deb
  to pool/main/libh/libhdf4/libhdf4g-dev_4.1r4-20_i386.deb
libhdf4g-doc_4.1r4-20_all.deb
  to pool/main/libh/libhdf4/libhdf4g-doc_4.1r4-20_all.deb
libhdf4g_4.1r4-20_i386.deb
  to pool/main/libh/libhdf4/libhdf4g_4.1r4-20_i386.deb
Changes: 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)


Override entries for your package:
libhdf4_4.1r4-20.dsc - source graphics
libhdf4g-dev_4.1r4-20_i386.deb - optional libdevel
libhdf4g-doc_4.1r4-20_all.deb - optional doc
libhdf4g_4.1r4-20_i386.deb - optional libs

Announcing to [EMAIL PROTECTED]
Closing bugs: 209570 387775 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r820 - packages/hdf5/trunk/debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 13:47:29 + (Mon, 14 May 2007)
New Revision: 820

Modified:
   packages/hdf5/trunk/debian/control
Log:


Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 13:46:59 UTC (rev 819)
+++ packages/hdf5/trunk/debian/control  2007-05-14 13:47:29 UTC (rev 820)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
-Standards-Version: 3.7.2
+Standards-Version: 3.6.2
 
 Package: libhdf5-serial-1.6.5-0
 Section: libs


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r821 - packages/hdf5/trunk/debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 13:50:34 + (Mon, 14 May 2007)
New Revision: 821

Modified:
   packages/hdf5/trunk/debian/control
   packages/hdf5/trunk/debian/control.in
Log:
Fixing both control file and its template.


Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 13:47:29 UTC (rev 820)
+++ packages/hdf5/trunk/debian/control  2007-05-14 13:50:34 UTC (rev 821)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: libhdf5-serial-1.6.5-0
 Section: libs
@@ -19,7 +19,7 @@
  .
  This package contains runtime files for serial platforms.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-serial-dev
 Section: libdevel
@@ -36,7 +36,7 @@
  .
  This package contains development files for serial platforms.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-lam-1.6.5-0
 Section: libs
@@ -53,7 +53,7 @@
  .
  This package contains runtime files for use with LAM.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-lam-dev
 Section: libdevel
@@ -71,7 +71,7 @@
  .
  This package contains development files for use with LAM.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-mpich-1.6.5-0
 Section: libs
@@ -89,7 +89,7 @@
  This package contains runtime files for use with MPICH. Warning: the
  C++ interface is not provided for this version.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-mpich-dev
 Section: libdevel
@@ -108,7 +108,7 @@
  This package contains development files for use with MPICH. Warning:
  the C++ interface is not provided for this version.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-doc
 Section: doc
@@ -122,7 +122,7 @@
  .
  This package contains documentation for HDF5.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: hdf5-tools
 Section: science
@@ -136,4 +136,4 @@
  .
  This package contains runtime tools for HDF5.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/

Modified: packages/hdf5/trunk/debian/control.in
===
--- packages/hdf5/trunk/debian/control.in   2007-05-14 13:47:29 UTC (rev 
820)
+++ packages/hdf5/trunk/debian/control.in   2007-05-14 13:50:34 UTC (rev 
821)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
-Standards-Version: 3.6.2
+Standards-Version: 3.7.2
 
 Package: [EMAIL PROTECTED]@-0
 Section: libs
@@ -19,7 +19,7 @@
  .
  This package contains runtime files for serial platforms.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-serial-dev
 Section: libdevel
@@ -36,7 +36,7 @@
  .
  This package contains development files for serial platforms.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: [EMAIL PROTECTED]@-0
 Section: libs
@@ -53,7 +53,7 @@
  .
  This package contains runtime files for use with LAM.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-lam-dev
 Section: libdevel
@@ -71,7 +71,7 @@
  .
  This package contains development files for use with LAM.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: [EMAIL PROTECTED]@-0
 Section: libs
@@ -89,7 +89,7 @@
  This package contains runtime files for use with MPICH. Warning: the
  C++ interface is not provided for this version.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-mpich-dev
 Section: libdevel
@@ -108,7 +108,7 @@
  This package contains development files for use with MPICH. Warning:
  the C++ interface is not provided for this version.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: libhdf5-doc
 Section: doc
@@ -122,7 +122,7 @@
  .
  This package contains documentation for HDF5.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/
 
 Package: hdf5-tools
 Section: science
@@ -136,4 +136,4 @@
  .
  This package contains runtime tools for HDF5.
  .
- URL: http://hdf.ncsa.uiuc.edu/HDF5/
+  Home page: http://hdf.ncsa.uiuc.edu/HDF5/


___
Pkg-grass-devel mailing list
P

[DebianGIS-dev] r822 - packages/hdf5/tags

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 14:42:16 + (Mon, 14 May 2007)
New Revision: 822

Added:
   packages/hdf5/tags/1.6.5-4/
Log:
[svn-buildpackage] Tagging hdf5 (1.6.5-4)

Copied: packages/hdf5/tags/1.6.5-4 (from rev 821, packages/hdf5/trunk)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r824 - packages/h5utils/branches/upstream

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 18:39:47 + (Mon, 14 May 2007)
New Revision: 824

Added:
   packages/h5utils/branches/upstream/1.10/
Log:
[svn-inject] Tagging upstream source version of h5utils

Copied: packages/h5utils/branches/upstream/1.10 (from rev 823, 
packages/h5utils/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r825 - packages/h5utils

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 18:40:04 + (Mon, 14 May 2007)
New Revision: 825

Added:
   packages/h5utils/trunk/
Log:
[svn-inject] Forking h5utils source to Trunk

Copied: packages/h5utils/trunk (from rev 824, 
packages/h5utils/branches/upstream/current)


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r826 - in packages/h5utils/trunk: . debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 18:40:40 + (Mon, 14 May 2007)
New Revision: 826

Added:
   packages/h5utils/trunk/debian/
   packages/h5utils/trunk/debian/README.Debian
   packages/h5utils/trunk/debian/changelog
   packages/h5utils/trunk/debian/compat
   packages/h5utils/trunk/debian/control
   packages/h5utils/trunk/debian/copyright
   packages/h5utils/trunk/debian/docs
   packages/h5utils/trunk/debian/rules
Modified:
   packages/h5utils/trunk/Makefile.am
   packages/h5utils/trunk/Makefile.in
   packages/h5utils/trunk/aclocal.m4
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages/h5utils/trunk/Makefile.am
===
--- packages/h5utils/trunk/Makefile.am  2007-05-14 18:40:04 UTC (rev 825)
+++ packages/h5utils/trunk/Makefile.am  2007-05-14 18:40:40 UTC (rev 826)
@@ -41,9 +41,12 @@
 octdir = @OCT_INSTALL_DIR@
 oct_DATA = @H5READ@
 
-h5read.oct: h5read.cc arrayh5.h arrayh5.o
-   mkoctfile $(DEFS) $(CPPFLAGS) $(srcdir)/h5read.cc arrayh5.o $(LDFLAGS) 
$(LIBS)
+%.pic.o: %.c
+   $(CC) $(CFLAGS) -fPIC -c -o $@ $<
 
+h5read.oct: h5read.cc arrayh5.h arrayh5.pic.o
+   mkoctfile -s $(DEFS) $(CPPFLAGS) $(srcdir)/h5read.cc arrayh5.pic.o 
$(LDFLAGS) $(LIBS)
+
 clean-hook:
rm -f h5read.oct
 

Modified: packages/h5utils/trunk/Makefile.in
===
--- packages/h5utils/trunk/Makefile.in  2007-05-14 18:40:04 UTC (rev 825)
+++ packages/h5utils/trunk/Makefile.in  2007-05-14 18:40:40 UTC (rev 826)
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.5 from Makefile.am.
+# Makefile.in generated by automake 1.9.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -15,8 +15,6 @@
 @SET_MAKE@
 
 
-SOURCES = $(h4fromh5_SOURCES) $(h5fromh4_SOURCES) $(h5fromitxt_SOURCES) 
$(h5fromtxt_SOURCES) $(h5math_SOURCES) $(h5topng_SOURCES) $(h5totxt_SOURCES) 
$(h5tov5d_SOURCES) $(h5tovtk_SOURCES)
-
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
@@ -803,9 +801,12 @@
uninstall-octDATA
 
 
-h5read.oct: h5read.cc arrayh5.h arrayh5.o
-   mkoctfile $(DEFS) $(CPPFLAGS) $(srcdir)/h5read.cc arrayh5.o $(LDFLAGS) 
$(LIBS)
+%.pic.o: %.c
+   $(CC) $(CFLAGS) -fPIC -c -o $@ $<
 
+h5read.oct: h5read.cc arrayh5.h arrayh5.pic.o
+   mkoctfile -s $(DEFS) $(CPPFLAGS) $(srcdir)/h5read.cc arrayh5.pic.o 
$(LDFLAGS) $(LIBS)
+
 clean-hook:
rm -f h5read.oct
 # Tell versions [3.59,3.63) of GNU make to not export all variables.

Modified: packages/h5utils/trunk/aclocal.m4
===
--- packages/h5utils/trunk/aclocal.m4   2007-05-14 18:40:04 UTC (rev 825)
+++ packages/h5utils/trunk/aclocal.m4   2007-05-14 18:40:40 UTC (rev 826)
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.9.6 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005  Free Software Foundation, Inc.
@@ -28,7 +28,7 @@
 # Call AM_AUTOMAKE_VERSION so it can be traced.
 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.9.5])])
+[AM_AUTOMAKE_VERSION([1.9.6])])
 
 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
 

Added: packages/h5utils/trunk/debian/README.Debian
===
--- packages/h5utils/trunk/debian/README.Debian (rev 0)
+++ packages/h5utils/trunk/debian/README.Debian 2007-05-14 18:40:40 UTC (rev 
826)
@@ -0,0 +1,6 @@
+h5utils for Debian
+--
+
+As libv5d is not in Debian, h5tov5d is not built in this package.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]>, Tue, 23 Oct 2001 11:47:53 +0200

Added: packages/h5utils/trunk/debian/changelog
===
--- packages/h5utils/trunk/debian/changelog (rev 0)
+++ packages/h5utils/trunk/debian/changelog 2007-05-14 18:40:40 UTC (rev 
826)
@@ -0,0 +1,208 @@
+h5utils (1.10-6) unstable; urgency=low
+
+  * QA upload.
+  * Fixed package description (Closes: #363631).
+
+ -- Nico Golde <[EMAIL PROTECTED]>  Mon, 23 Apr 2007 21:28:51 +0200
+
+h5utils (1.10-5) unstable; urgency=low
+
+  * Orphan package.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]>  Sun, 15 Oct 2006 03:10:31 +0200
+
+h5utils (1.10-4) unstable; urgency=low
+
+  * Rebuild against HDF5 1.6.5.
++ Build-depend on this version at least.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]>  Sat,  4 Mar 2006 17:05:59 +0100
+
+h5utils (1.10-3) unstable; urgency=low
+
+  * Makefile.am:
++ Really build the plugin with -fPIC (closes: #338088).
++ Use mkoctfile's -s option.
+  * Re-run aclocal and automake.
+
+ -- Josselin Mouette <[EMAIL PROTECTED]>  Thu, 10 Nov 2005 21:46:22 +0100
+
+h5uti

[DebianGIS-dev] r827 - packages/hdf5/trunk/debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 21:39:56 + (Mon, 14 May 2007)
New Revision: 827

Modified:
   packages/hdf5/trunk/debian/changelog
   packages/hdf5/trunk/debian/control
   packages/hdf5/trunk/debian/control.in
Log:
Fixing control


Modified: packages/hdf5/trunk/debian/changelog
===
--- packages/hdf5/trunk/debian/changelog2007-05-14 18:40:40 UTC (rev 
826)
+++ packages/hdf5/trunk/debian/changelog2007-05-14 21:39:56 UTC (rev 
827)
@@ -1,3 +1,9 @@
+hdf5 (1.6.5-5) unstable; urgency=low
+
+  * Changed maintainer and added uploards for true in control.in
+
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 May 2007 23:38:21 
+0200
+
 hdf5 (1.6.5-4) unstable; urgency=low
 
   * New maintainership team. Added me as uploader.

Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 18:40:40 UTC (rev 826)
+++ packages/hdf5/trunk/debian/control  2007-05-14 21:39:56 UTC (rev 827)
@@ -1,7 +1,8 @@
 Source: hdf5
 Section: science
 Priority: optional
-Maintainer: Debian QA Group <[EMAIL PROTECTED]>
+Maintainer: Debian GIS Project 
+Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
 Standards-Version: 3.7.2
 

Modified: packages/hdf5/trunk/debian/control.in
===
--- packages/hdf5/trunk/debian/control.in   2007-05-14 18:40:40 UTC (rev 
826)
+++ packages/hdf5/trunk/debian/control.in   2007-05-14 21:39:56 UTC (rev 
827)
@@ -1,7 +1,8 @@
 Source: hdf5
 Section: science
 Priority: optional
-Maintainer: Debian QA Group <[EMAIL PROTECTED]>
+Maintainer: Debian GIS Project 
+Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
 Standards-Version: 3.7.2
 


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel


[DebianGIS-dev] r828 - packages/hdf5/trunk/debian

2007-05-14 Thread frankie
Author: frankie
Date: 2007-05-14 21:41:24 + (Mon, 14 May 2007)
New Revision: 828

Modified:
   packages/hdf5/trunk/debian/changelog
   packages/hdf5/trunk/debian/compat
   packages/hdf5/trunk/debian/control
   packages/hdf5/trunk/debian/control.in
Log:
Changed debhelper level


Modified: packages/hdf5/trunk/debian/changelog
===
--- packages/hdf5/trunk/debian/changelog2007-05-14 21:39:56 UTC (rev 
827)
+++ packages/hdf5/trunk/debian/changelog2007-05-14 21:41:24 UTC (rev 
828)
@@ -1,8 +1,9 @@
 hdf5 (1.6.5-5) unstable; urgency=low
 
   * Changed maintainer and added uploards for true in control.in
+  * Moved to debhelper compatibility level 5.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 May 2007 23:38:21 
+0200
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Mon, 14 May 2007 23:40:30 
+0200
 
 hdf5 (1.6.5-4) unstable; urgency=low
 

Modified: packages/hdf5/trunk/debian/compat
===
--- packages/hdf5/trunk/debian/compat   2007-05-14 21:39:56 UTC (rev 827)
+++ packages/hdf5/trunk/debian/compat   2007-05-14 21:41:24 UTC (rev 828)
@@ -1 +1 @@
-4
+5

Modified: packages/hdf5/trunk/debian/control
===
--- packages/hdf5/trunk/debian/control  2007-05-14 21:39:56 UTC (rev 827)
+++ packages/hdf5/trunk/debian/control  2007-05-14 21:41:24 UTC (rev 828)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
-Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
+Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 5)
 Standards-Version: 3.7.2
 
 Package: libhdf5-serial-1.6.5-0

Modified: packages/hdf5/trunk/debian/control.in
===
--- packages/hdf5/trunk/debian/control.in   2007-05-14 21:39:56 UTC (rev 
827)
+++ packages/hdf5/trunk/debian/control.in   2007-05-14 21:41:24 UTC (rev 
828)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian GIS Project 
 Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
-Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 4)
+Build-Depends: libmpich1.0-dev (>= 1.2.7-1), zlib1g-dev, lam4-dev (>= 
7.1.1-3.2), libjpeg62-dev, debhelper (>> 5)
 Standards-Version: 3.7.2
 
 Package: [EMAIL PROTECTED]@-0


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel