Author: luisibanez-guest Date: 2012-03-24 23:29:02 +0000 (Sat, 24 Mar 2012) New Revision: 10084
Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules Log: Updated to release 5.5. Start configuring with CMake. Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog =================================================================== --- trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog 2012-03-24 22:02:04 UTC (rev 10083) +++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog 2012-03-24 23:29:02 UTC (rev 10084) @@ -1,3 +1,12 @@ +fis-gtm (5.5-000) UNRELEASED; urgency=low + + [ Luis Ibanez ] + * Initial release, helps to close #541239 + * New upstream version 5.5 + * Adding cmake configuration to facilitate builds in multiple platforms. + + -- Luis Ibanez <[email protected]> Sat, 24 Mar 2012 18:34:02 -0500 + fis-gtm (5.4-002B-1) UNRELEASED; urgency=low [ Luis Ibanez ] Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules =================================================================== --- trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-03-24 22:02:04 UTC (rev 10083) +++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/rules 2012-03-24 23:29:02 UTC (rev 10084) @@ -16,12 +16,11 @@ cp -a ./$(SRC_EXTRAS_DIR)/* . dh_auto_configure -override_dh_clean: - dh_clean - tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh clean - override_dh_auto_build: - tcsh ./$(SRC_EXTRAS_DIR)/setupenv.sh + mkdir build + cd build + cmake .. + make override_dh_auto_install: ./pro/gtminstall --utf8 default --installdir $(CURDIR)/debian/tmp _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
