From 5258ac4c5da9fe8574d1026ae9d955c58c85fb43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrew=20Lee=20=28=E6=9D=8E=E5=81=A5=E7=A7=8B=29?= <ajqlee@debian.org> Date: Tue, 25 Oct 2016 21:13:15 +0800 Subject: [PATCH] Releasing debian version 2.7.1-4. --- debian/changelog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9b608a7d4e..212e87f273 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +open-build-service (2.7.1-4) experimental; urgency=medium + + * debian/control: move sphinxsearch deps from obs-server to obs-api as + it's needed search function for the webui instead of backend server. + * Fixed database.yml generatation while reinstall. + * Move overview.html.TEMPLATE file from obs-server to obs-api. + * debian/control: obs-server shouldn't depends on obs-api. It should be + able to install independently. + * Do not ship database.yml as it should generates from template. + * debian/control: depends on default-mysql-client and recommends on + default-mysql-server as the old package name has been obsoleted. + * debian/control: added depends on lsb-base for init.d scripts calls lsb + functions. + * debian/obs-api.postrm: clean up api folder while purge. + + -- Andrew Lee (李健秋) <ajqlee@debian.org> Mon, 24 Oct 2016 14:55:03 +0800 + open-build-service (2.7.1-3) experimental; urgency=medium * jquery.ui.widget.patch: added missing jquery.ui.widget. -- GitLab