diff --git a/bootstrap/Makefile.package b/bootstrap/Makefile.package index 3a703750..dbf5db51 100644 --- a/bootstrap/Makefile.package +++ b/bootstrap/Makefile.package @@ -33,6 +33,7 @@ build: FORCE *) cmakeArgs="";; \ esac; \ for tool in $(tools); do \ + echo "** Building tool $${tool}"; \ mkdir -p build.dir/$$tool; \ cd build.dir/$$tool; \ cmake -D CMAKE_BUILD_TYPE:STRING=RELEASE \ @@ -55,6 +56,7 @@ install: FORCE *) commonCMakeArgs="";; \ esac; \ for tool in $(tools); do \ + echo "** Installing tool $${tool}"; \ cd build.dir/$$tool; \ makeArgs=""; \ cmakeArgs="$$commonCMakeArgs -D BUILD_DOC:STRING=OFF"; \ diff --git a/bootstrap/debian/changelog b/bootstrap/debian/changelog index 8d50ff59..21308b3a 100644 --- a/bootstrap/debian/changelog +++ b/bootstrap/debian/changelog @@ -1,4 +1,4 @@ -coriolis2 (1.0.1898-1) unstable; urgency=low +coriolis2 (1.0.1899-1) unstable; urgency=low * Initial release. Closes: #00001