Codebase list yorick-hdf5 / 5577f07
* Deactivate pre-0.6.2 bug warning, its really old. * finalize debian/changelog Thibaut Paumard 11 years ago
3 changed file(s) with 9 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 yorick-hdf5 (0.8.0-3) UNRELEASED; urgency=low
0 yorick-hdf5 (0.8.0-3) unstable; urgency=low
11
22 * Amend debian/control to abide by Debian Science Policy
33 * Patch Makefile instead of running yorick -batch make.i
4 * simplfiy debian/rules with short dh notation
4 * Simplfiy debian/rules with short dh notation
5 * Deactivate pre-0.6.2 bug warning, its really old.
56
6 -- Thibaut Paumard <paumard@users.sourceforge.net> Wed, 27 Jun 2012 10:26:26 +0200
7 -- Thibaut Paumard <paumard@users.sourceforge.net> Wed, 27 Jun 2012 11:26:58 +0200
78
89 yorick-hdf5 (0.8.0-2) unstable; urgency=low
910
1616 "help,h5convert within yorick.",
1717 "","Note that this only concerns multi-dimensional arrays. Other data types",
1818 "are not affected.",
19 @@ -218,7 +218,7 @@
19 @@ -218,7 +218,8 @@
2020 f=open(Y_USER+".hdf5_convert_warning_done","w");
2121 close,f;
2222 }
2323 -h5v062bug_warning;
24 +if (!batch()) h5v062bug_warning;
24 +// deactivate this old warning
25 +//if (!batch()) h5v062bug_warning;
2526
2627
2728 local h5convert;
22
33 --- a/Makefile
44 +++ b/Makefile
5 @@ -13,7 +13,8 @@
5 @@ -14,7 +14,8 @@
66 # ------------------------------------------------ macros for this package
77
88 PKG_NAME=hdf5
1212
1313 OBJS=hdf5.o
1414
15 @@ -96,6 +97,7 @@
15 @@ -97,6 +98,7 @@
1616 mkdir -p binaries/$(PKG_NAME)/dist/y_site/i0
1717 mkdir -p binaries/$(PKG_NAME)/dist/y_home/bin
1818 cp -p $(PKG_I) binaries/$(PKG_NAME)/dist/y_site/i0/