Author: frankie Date: 2010-02-03 09:40:43 +0000 (Wed, 03 Feb 2010) New Revision: 2688
Modified: packages/hdf5/trunk/debian/changelog packages/hdf5/trunk/debian/rules Log: Added test target. Modified: packages/hdf5/trunk/debian/changelog =================================================================== --- packages/hdf5/trunk/debian/changelog 2010-02-02 14:27:52 UTC (rev 2687) +++ packages/hdf5/trunk/debian/changelog 2010-02-03 09:40:43 UTC (rev 2688) @@ -1,6 +1,7 @@ hdf5 (1.8.4-6) unstable; urgency=low * Fixed typo in 1.8.4-4 changelog. + * Added a useful test target in debian/rules to run the auto test suite. -- Francesco Paolo Lovergine <fran...@debian.org> Tue, 02 Feb 2010 15:27:09 +0100 Modified: packages/hdf5/trunk/debian/rules =================================================================== --- packages/hdf5/trunk/debian/rules 2010-02-02 14:27:52 UTC (rev 2687) +++ packages/hdf5/trunk/debian/rules 2010-02-03 09:40:43 UTC (rev 2688) @@ -182,6 +182,13 @@ $(MAKE) -C debian/build-mpich/ touch $@ +# +# Be sure to not have a previous version installed before running +# the test suite +# +test: build-stamp-serial + $(MAKE) -C debian/build-serial/ test + clean: unpatch test -f debian/control.in dh_testroot _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel