fixed errors in make clean, debian/changelog for 9.10.23-1
authorRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 00:31:33 +0000 (02:31 +0200)
committerRoland Hieber <devnull@localhost>
Fri, 23 Oct 2009 00:31:33 +0000 (02:31 +0200)
Makefile
debian/changelog

index 3b25f0f..acf4270 100644 (file)
--- 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
index 4e97b83..f5e2609 100644 (file)
@@ -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) <roland.hieber@wilhelm-gym.net>  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
This page took 0.032624 seconds and 4 git commands to generate.