[DebianGIS-dev] r1314 - packages/h5utils/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Wed Jan 2 16:14:22 UTC 2008


Author: frankie
Date: 2008-01-02 16:14:22 +0000 (Wed, 02 Jan 2008)
New Revision: 1314

Modified:
   packages/h5utils/trunk/debian/changelog
   packages/h5utils/trunk/debian/control
   packages/h5utils/trunk/debian/rules
Log:
Minor fixes


Modified: packages/h5utils/trunk/debian/changelog
===================================================================
--- packages/h5utils/trunk/debian/changelog	2008-01-02 15:40:48 UTC (rev 1313)
+++ packages/h5utils/trunk/debian/changelog	2008-01-02 16:14:22 UTC (rev 1314)
@@ -1,3 +1,12 @@
+h5utils (1.10-8) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * Added Homepage and Vcs-* fields in debian/control.
+  * Policy bumped to 3.7.3 (no changes).
+  * [Lintian] debian-rules-ignores-make-clean-error fixed.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 02 Jan 2008 17:13:22 +0100
+
 h5utils (1.10-7) unstable; urgency=low
 
   * New maintainership team. Added me as uploader.

Modified: packages/h5utils/trunk/debian/control
===================================================================
--- packages/h5utils/trunk/debian/control	2008-01-02 15:40:48 UTC (rev 1313)
+++ packages/h5utils/trunk/debian/control	2008-01-02 16:14:22 UTC (rev 1314)
@@ -4,7 +4,10 @@
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
 Build-Depends: debhelper (>= 5), libhdf5-serial-dev (>= 1.6.5), libz-dev, libpng-dev, hdf5-tools, libhdf4g-dev, libmatheval1-dev, octave2.1-headers
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
+Homepage: http://ab-initio.mit.edu/h5utils/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/h5utils/trunk/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/h5utils/trunk
 
 Package: h5utils
 Architecture: any
@@ -24,5 +27,3 @@
   - h5tovtk, which converts HDF5 files to VTK files for
     visualization with VTK-aware programs;
   - h5read, a plugin for the Octave numerical language.
- .
-  Home page: http://ab-initio.mit.edu/h5utils/

Modified: packages/h5utils/trunk/debian/rules
===================================================================
--- packages/h5utils/trunk/debian/rules	2008-01-02 15:40:48 UTC (rev 1313)
+++ packages/h5utils/trunk/debian/rules	2008-01-02 16:14:22 UTC (rev 1314)
@@ -38,7 +38,7 @@
 	dh_testroot
 	rm -f build-stamp configure-stamp
 
-	-$(MAKE) distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
 
 	dh_clean h5read.oct
 




More information about the Pkg-grass-devel mailing list