diff --git a/ChangeLog b/ChangeLog index bcf4889..e69de29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,91 +0,0 @@ -2017-02-17 11:04 - - * [r13] debian/control.in: - backup - -2017-01-14 10:26 - - * [r12] debian/control.in: - build system updated - -2017-01-12 13:22 - - * [r11] ChangeLog, autogen.sh, ax_init_standard_project.m4, - bootstrap.sh, build-in-docker.conf, build-in-docker.sh, - debian/changelog.in, debian/control.in, resolve-debbuilddeps.sh, - resolve-rpmbuilddeps.sh: - update build system - -2016-09-30 21:55 - - * [r10] ChangeLog[ADD], autogen.sh[ADD], - ax_cxx_compile_stdcxx_11.m4, ax_init_standard_project.m4, - bootstrap.sh, build-in-docker.conf[ADD], build-in-docker.sh, - doc/footer.html.in[ADD], doc/header.html.in[ADD], - doc/plantuml.jar[ADD], doc/style.css[ADD], - mac-create-app-bundle.sh, makefile_test.inc.am[ADD], - resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh, - sharing-gallery.desktop.in[ADD], sql-to-dot.sed: - build fixed - -2016-04-04 09:47 - - * [r9] COPYING[DEL], ChangeLog[DEL], INSTALL[DEL]: - after migration to new svn server - -2015-11-16 12:38 marc - - * [r8] doc/doxyfile.in: - SVG must not be interactive for embedding in redmine - -2015-11-09 22:52 marc - - * [r7] COPYING[ADD], ChangeLog[ADD], INSTALL[ADD], - ax_init_standard_project.m4, bootstrap.sh, - resolve-debbuilddeps.sh, sql-to-dot.sed[ADD]: - build system updated - -2015-11-07 10:47 marc - - * [r6] bootstrap.sh, debian/control.in: - there is no qt4-default - -2015-11-07 09:23 marc - - * [r5] bootstrap.sh: - there is no qt4-default - -2015-11-07 00:25 marc - - * [r4] debian/control.in: - set Section - -2015-11-05 12:54 marc - - * [r3] bootstrap.sh, debian, debian/changelog.in[ADD], - debian/compat[ADD], debian/control.in[ADD], debian/docs[ADD], - debian/rules[ADD]: - updated build system - -2015-11-05 10:23 marc - - * [r2] .htaccess[DEL], AUTHORS[ADD], NEWS[ADD], README[ADD], - ax_check_qt.m4[ADD], ax_cxx_compile_stdcxx_11.m4[ADD], - ax_init_standard_project.m4[ADD], bootstrap.sh[ADD], - build-in-docker.sh[ADD], build-resource-file.sh[ADD], - configure.ac[ADD], debian[ADD], debian/changelog.in[ADD], - debian/compat[ADD], debian/control.in[ADD], debian/docs[ADD], - debian/rules[ADD], doc[ADD], doc/doxyfile.in[ADD], - doc/makefile.am[ADD], folder.png[DEL], html[ADD], - html/.htaccess[CPY], html/folder.png[CPY], html/index.php[CPY], - html/makefile.am[ADD], index.php[DEL], - mac-create-app-bundle.sh[ADD], makefile.am[ADD], - resolve-debbuilddeps.sh[ADD], resolve-rpmbuilddeps.sh[ADD], - sharing-gallery.spec.in[ADD]: - updated build system - -2015-03-29 15:24 marc - - * [r1] .[ADD], .htaccess[ADD], folder.png[ADD], index.php[ADD]: - initial files - diff --git a/configure.ac b/configure.ac index fc043fb..45962b9 100644 --- a/configure.ac +++ b/configure.ac @@ -35,7 +35,7 @@ AX_BUILD_HTML #AX_QT_NO_KEYWORDS AX_DEB_SECTION(web) -AX_DEB_DEPEND(php-patchwork-utf8, php-mbstring, php-imagick, php-gnupg, php-ldap, php-mcrypt, php-bz2, php-mail, phpqrcode) +AX_DEB_DEPEND([php-patchwork-utf8, php-mbstring, php-imagick, php-gnupg, php-ldap, php-mcrypt, php-bz2, php-mail, phpqrcode]) AX_DEB_RESOLVE AC_CONFIG_FILES([html/configuration.php])