Author: malat Date: 2012-05-05 09:31:37 +0000 (Sat, 05 May 2012) New Revision: 10705
Modified: trunk/packages/vxl/trunk/debian/changelog trunk/packages/vxl/trunk/debian/rules Log: work on next upload Modified: trunk/packages/vxl/trunk/debian/changelog =================================================================== --- trunk/packages/vxl/trunk/debian/changelog 2012-05-05 06:11:17 UTC (rev 10704) +++ trunk/packages/vxl/trunk/debian/changelog 2012-05-05 09:31:37 UTC (rev 10705) @@ -1,5 +1,11 @@ -vxl (1.14.0-16) UNRELEASED; urgency=low +vxl (1.14.0-17) UNRELEASED; urgency=low + * disable test suite for now + + -- Mathieu Malaterre <[email protected]> Sat, 05 May 2012 11:26:58 +0200 + +vxl (1.14.0-16) unstable; urgency=low + * Use my @d.o alias * Set LDFLAGS to remove lintian warnings * Update d/copyright to use dep5 @@ -10,7 +16,7 @@ * Make sure to compile using 2.7 (3.2 generates FTBFS) * Activate test-suite, remove broken tests for now - -- Mathieu Malaterre <[email protected]> Wed, 11 Apr 2012 10:21:29 +0200 + -- Mathieu Malaterre <[email protected]> Fri, 04 May 2012 14:53:49 +0200 vxl (1.14.0-15) unstable; urgency=low Modified: trunk/packages/vxl/trunk/debian/rules =================================================================== --- trunk/packages/vxl/trunk/debian/rules 2012-05-05 06:11:17 UTC (rev 10704) +++ trunk/packages/vxl/trunk/debian/rules 2012-05-05 09:31:37 UTC (rev 10705) @@ -66,29 +66,9 @@ dh_install -p$(pkg_dev) --autodest debian/tmp/usr/include dh_install -p$(pkg_dev) --autodest debian/tmp/usr/share/vxl/cmake/*.cmake -#The following tests FAILED: -# 103 - vnl_test_sparse_matrix (SEGFAULT) -# 175 - vil_test_file_format_read (SEGFAULT) -# 360 - mbl_test_sample_stats_1d (Failed) -# 433 - vil3d_test_file_format_read (SEGFAULT) -# 641 - bsta_test_parzen_sphere (Failed) -# 649 - bsta_test_beta (Failed) -# 655 - bsta_algo_test_von_mises_update (Failed) -# 656 - bsta_algo_test_beta_updater (Failed) -# 694 - brip_test_mask (Failed) -# 696 - brip_test_extrema (OTHER_FAULT) -# 717 - bvxm_test_rpc_registration_process (Failed) -# 731 - bmdl_classify_process (SEGFAULT) -# 742 - brec_test_part_hierarchy_learner (Failed) -# 745 - brec_test_hierarchy_detector2 (SEGFAULT) -# 760 - boxm_test_update (OTHER_FAULT) -# 761 - boxm_test_update_multi_bin (OTHER_FAULT) -# 773 - test_octree_kernel_operator (Failed) -# 53 - vul_test_debug (Failed) -# 536 - rgrl_estimator (OTHER_FAULT) - +# too many tests failure, with erratic behavior +# http://bugs.debian.org/671601 override_dh_auto_test: - cd obj-* && ctest -E "vnl_test_sparse_matrix|vil_test_file_format_read|mbl_test_sample_stats_1d|vil3d_test_file_format_read|bsta_test_parzen_sphere|bsta_test_beta|bsta_algo_test_von_mises_update|bsta_algo_test_beta_updater|brip_test_mask|brip_test_extrema|bvxm_test_rpc_registration_process|bmdl_classify_process|brec_test_part_hierarchy_learner|brec_test_hierarchy_detector2|boxm_test_update|boxm_test_update_multi_bin|test_octree_kernel_operator|vul_test_debug|rgrl_estimator" get-orig-source: uscan --verbose --force-download --repack _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
