--- yorick-hdf5-0.6.1.orig/debian/yorick-hdf5.packinfo +++ yorick-hdf5-0.6.1/debian/yorick-hdf5.packinfo @@ -0,0 +1,7 @@ +:newsubsection +hdf5: Hierarchical Data Format 5 interface + +:hdf5 +interface plugin to the NCSA Hierarchical Data Format version 5. It + includes function for reading, writing, updating, getting information + on HDF5 files --- yorick-hdf5-0.6.1.orig/debian/yorick-hdf5.keywords +++ yorick-hdf5-0.6.1/debian/yorick-hdf5.keywords @@ -0,0 +1,2 @@ +hdf5 +h5 --- yorick-hdf5-0.6.1.orig/debian/rules +++ yorick-hdf5-0.6.1/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +Makefile.deborig: + dh_testdir + cp -f Makefile Makefile.deborig + yorick -batch make.i + +configure: configure-stamp +configure-stamp: Makefile.deborig + dh_testdir + touch configure-stamp + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + $(MAKE) + touch build-stamp + +clean: Makefile.deborig + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + $(MAKE) clean + mv -f Makefile.deborig Makefile + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + +binary-indep: build install +binary-arch: build install + dh_testdir + dh_testroot + dh_installyorick + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- yorick-hdf5-0.6.1.orig/debian/changelog +++ yorick-hdf5-0.6.1/debian/changelog @@ -0,0 +1,32 @@ +yorick-hdf5 (0.6.1-2) unstable; urgency=low + + * Bug fix: "yorick-hdf5: FTBFS: /usr/bin/make: invalid option -- 2", + thanks to Lucas Nussbaum (Closes: #476034). CFLAGS was passed as + argument to make in debian/rules in a way that just breaks. + + -- Thibaut Paumard Tue, 15 Apr 2008 17:23:59 +0200 + +yorick-hdf5 (0.6.1-1) unstable; urgency=low + + * New upstream release + * debian/watch: file added + * debian/rules: converted to dh_installyorick + * added debian/ynstall + * added debian/yorick-hdf5.packinfo + * added debian/yorick-hdf5.keywords + * debian/control: + * DM-Upload-Allowed field added + * upgraded to Standards-Version: 3.7.3.0 + * upgrade build dependency on yorick-dev + (>= 2.1.05+dfsg-2~bpo40+1) + * debian/copyright: updated and converted to the machine-readable format + proposed at http://wiki.debian.org/Proposals/CopyrightFormat + + -- Thibaut Paumard Tue, 15 Jan 2008 11:05:31 +0100 + +yorick-hdf5 (0.6-1) unstable; urgency=low + + * Initial Release. Closes: #366705 + + -- Thibaut Paumard Fri, 12 May 2006 19:10:20 +0200 + --- yorick-hdf5-0.6.1.orig/debian/watch +++ yorick-hdf5-0.6.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://www.maumae.net/yorick/packages/src/hdf5-(.*)-src\.tgz --- yorick-hdf5-0.6.1.orig/debian/docs +++ yorick-hdf5-0.6.1/debian/docs @@ -0,0 +1 @@ +hdf5doc.txt --- yorick-hdf5-0.6.1.orig/debian/control +++ yorick-hdf5-0.6.1/debian/control @@ -0,0 +1,15 @@ +Source: yorick-hdf5 +Section: math +Priority: optional +Maintainer: Thibaut Paumard +Build-Depends: debhelper (>= 5.0.0), yorick-dev (>= 2.1.05+dfsg-2~bpo40+1), libhdf5-serial-dev (>= 1.6.2) +Standards-Version: 3.7.3.0 +XS-DM-Upload-Allowed: yes + +Package: yorick-hdf5 +Architecture: any +Depends: yorick (>= 1.6.02), ${shlibs:Depends}, ${misc:Depends} +Description: Hierarchical Data Format 5 interface for the Yorick language + HDF5 is the yorick interface plugin to the NCSA Hierarchical Data Format + version 5. It includes function for reading, writing, updating, getting + information on HDF5 files. --- yorick-hdf5-0.6.1.orig/debian/compat +++ yorick-hdf5-0.6.1/debian/compat @@ -0,0 +1 @@ +5 --- yorick-hdf5-0.6.1.orig/debian/copyright +++ yorick-hdf5-0.6.1/debian/copyright @@ -0,0 +1,29 @@ +X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat +X-Debianized-By: Thibaut Paumard +X-Debianized-Date: Mon, 14 Jan 2008 18:51:55 +0100 +X-Source-Downloaded-From: + http://www.maumae.net/yorick/packages/src/hdf5-0.6.1-src.tgz +X-Upstream-Author: François Rigaut + Gemini Observatory, 670 N A'Ohoku Place, HILO HI-96720) + +Files: * +Copyright: © 2003-2007, François Rigaut +License: GPL-2+ + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by the + * Free Software Foundation; either version 2 of the License, or (at your + * option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details (to receive a copy of the GNU + * General Public License, write to the Free Software Foundation, Inc., 51 + * Franklin St, Fifth Floor, Boston, MA 02110-1301, USA). + +X-Comment: On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL'. + +Files: debian/* +Copyright: © 2006-2008, Thibaut Paumard +License: GPL-2+ --- yorick-hdf5-0.6.1.orig/debian/README.Debian +++ yorick-hdf5-0.6.1/debian/README.Debian @@ -0,0 +1,12 @@ +Yorick HDF5 plugin for Debian +----------------------------- + +This is the `hdf5' plugin by François Rigaut for the Yorick interpreted +language, prepackaged for Debian GNU/Linux. + +A sample/test file is provided in /usr/share/doc/yorick-hdf5/examples/. You +can run it with "yorick -batch check.i" after decompressing the file +somewhere. + +Thibaut Paumard , +Fri, 01 Sep 2006 09:51:44 +0200 --- yorick-hdf5-0.6.1.orig/debian/examples +++ yorick-hdf5-0.6.1/debian/examples @@ -0,0 +1 @@ +check.i --- yorick-hdf5-0.6.1.orig/debian/ynstall +++ yorick-hdf5-0.6.1/debian/ynstall @@ -0,0 +1,3 @@ +hdf5.info +debian/yorick-hdf5.packinfo +debian/yorick-hdf5.keywords