From f667f55d78ade2dd14712f6e724c2d6893e4586d Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Fri, 23 Oct 2009 02:31:33 +0200 Subject: [PATCH] fixed errors in make clean, debian/changelog for 9.10.23-1 --- Makefile | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b25f0f..acf4270 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ endif # clean up clean: distclean - [ -e Doxyfile ] && rm Doxyfile + if [ -e Doxyfile ]; then rm Doxyfile; fi; distclean: $(RM) doc/source diff --git a/debian/changelog b/debian/changelog index 4e97b83..f5e2609 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +iserv-mod-error-reporter (9.10.23-1) unstable; urgency=low + + * FIX: comment function was broken: Change button had no name + * FIX: since postgresql-8.3, sequences are not allowed to have INSERT and + DELETE rights, results in warning + * debian/control: added fields for IServ "app store" + + -- Roland Hieber (Package Signing Key) Fri, 23 Oct 2009 02:23:05 +0200 + iserv-mod-error-reporter (9.08.25-1) unstable; urgency=low * fixed update script: could not authenticate as root in psql -- 2.20.1