[Dbconfig-common-devel] dbconfig-common/debian changelog,1.34,1.35

seanius@haydn.debian.org seanius@haydn.debian.org


Update of /cvsroot/dbconfig-common/dbconfig-common/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv3094/debian

Modified Files:
	changelog 
Log Message:
  * use the return status of the execute sql/script functions, not the
    value of dbc_status, which is not consistant and probably on its way
    out.  thanks to tobias for pointing this out.
  * return 0, not exit 0 in dbc_go functions, as it will otherwise
    halt the entire maintainer script.


Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- changelog	1 May 2005 00:03:22 -0000	1.34
+++ changelog	1 May 2005 00:17:12 -0000	1.35
@@ -1,5 +1,10 @@
 dbconfig-common (1.8.1) experimental; urgency=low
 
+  * use the return status of the execute sql/script functions, not the
+    value of dbc_status, which is not consistant and probably on its way
+    out.  thanks to tobias for pointing this out.
+  * return 0, not exit 0 in dbc_go functions, as it will otherwise
+    halt the entire maintainer script.
   * added three new maintainer-specifiable variables: 
       - dbc_generate_include_owner 
       - dbc_generate_include_perms