diff --git a/ChangeLog b/ChangeLog index a0eab6f..c52f489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2016-09-28 15:02 + + * ax_cxx_compile_stdcxx_11.m4, ax_init_standard_project.m4, + bootstrap.sh, build-in-docker.sh, doc/footer.html.in, + doc/header.html.in, doc/plantuml.jar, doc/style.css, + makefile_test.inc.am, resolve-debbuilddeps.sh, sql-to-dot.sed, + src/mrw/list.hxx, test/mrw-c++.cxx: bugfix, possible crash + +2016-06-01 12:58 + + * autogen.sh, ax_init_standard_project.m4, bootstrap.sh, + build-in-docker.sh, resolve-debbuilddeps.sh, + resolve-rpmbuilddeps.sh: buid updated + +2016-06-01 12:34 + + * debian/control.in: add missing build dependencies + +2016-06-01 12:18 + + * bootstrap.sh, debian/control.in: add missing build dependencies + +2016-04-04 09:47 + + * ax_init_standard_project.m4, bootstrap.sh, + mac-create-app-bundle.sh: after migration to new svn server + +2016-04-03 16:18 + + * ChangeLog, build-in-docker.sh, resolve-debbuilddeps.sh: after + svn-server restore + 2015-12-08 13:14 marc * ChangeLog, ax_init_standard_project.m4, bootstrap.sh, diff --git a/debian/control.in b/debian/control.in index e1deffb..beff3b3 100644 --- a/debian/control.in +++ b/debian/control.in @@ -1,7 +1,7 @@ Source: @PACKAGE_NAME@ Priority: extra Maintainer: @AUTHOR@ -Build-Depends: debhelper, subversion, subversion-tools, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev, libz-dev, binutils-dev, liblog4cxx-dev|liblog4cxx10-dev, libboost-thread-dev @DEB_DEPEND_IFEXISTS@ +Build-Depends: debhelper, subversion, subversion-tools, pkg-config, automake, libtool, autotools-dev, lsb-release , doxygen, graphviz, mscgen, default-jre-headless|default-jre, libcppunit-dev, libz-dev, binutils-dev, liblog4cxx-dev|liblog4cxx10-dev, libboost-thread-dev, pandoc @DEB_DEPEND_IFEXISTS@ Package: @PACKAGE_NAME@ Section: libs @@ -13,6 +13,6 @@ Description: @DESCRIPTION@ Package: @PACKAGE_NAME@-dev Section: libdevel Architecture: any -Depends: @PACKAGE_NAME@ (= ${binary:Version}) +Depends: @PACKAGE_NAME@ (= ${binary:Version}), debhelper, subversion, pkg-config, automake, libtool, autotools-dev, pandoc, lsb-release , doxygen, graphviz, mscgen, libcppunit-dev Description: @DESCRIPTION@ - Development Package @README_DEB@