[Dbconfig-common-devel] dbconfig-common/debian TODO,1.13,1.14 changelog,1.49,1.50 control,1.7,1.8

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-serv19687/debian

Modified Files:
	TODO changelog control 
Log Message:
this is it...

Index: TODO
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- TODO	11 Jul 2005 04:23:00 -0000	1.13
+++ TODO	12 Jul 2005 03:39:30 -0000	1.14
@@ -19,6 +19,8 @@
   - ask if the user is to be completely deleted or only have privileges
     revoked in mysql.  this is the default in pgsql, but in pgsql the drop
     will fail if the user owns other databases (not so in mysql).
+  - a test harness for testing all the features of this package for
+    qa purposes.   
   - support for other package formats, such as rpm.
     - should we still depend on debconf or extract the debconf questions
 	   manually?

Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- changelog	11 Jul 2005 04:23:00 -0000	1.49
+++ changelog	12 Jul 2005 03:39:30 -0000	1.50
@@ -4,7 +4,7 @@
   * Sean Finney
     - Initial Support for importing configurations from packages that
       may have had pre-existing configs before using dbc, via the
-		dbconfig-load-include script.
+      dbconfig-load-include script.
     - removed a bunch of duplicated pgsql code in internal/common.
     - su to $dbc_dbadmin if connecting to localhost via ident authentication,
       instead of postgres.  for all other methods, don't change userid
@@ -13,7 +13,7 @@
       like the "install" directory except it guarantees to be run as the
       database administrator (only really applicable for some pgsql
       applications currently).
-    - documentation update about install-dbadmin.
+    - various updates to documentation and "best-practices" policy draft.
     - removed unused empty directories from the list of directories to
       install.
     - added the note about random password generation to the postgres
@@ -31,7 +31,7 @@
     - French updated
     - Danish debconf updated by Claus Hindsgaul
 
- -- sean finney <seanius@debian.org>  Sun, 10 Jul 2005 17:41:30 -0400
+ -- sean finney <seanius@debian.org>  Mon, 11 Jul 2005 14:16:33 -0400
 
 dbconfig-common (1.8.1) experimental; urgency=low
 

Index: control
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- control	11 Jul 2005 04:23:00 -0000	1.7
+++ control	12 Jul 2005 03:39:30 -0000	1.8
@@ -15,7 +15,7 @@
  debian packages.
  .
  dbconfig-common can:
-  * support mysql and postgresql applications
+  * support mysql and postgresql based applications
   * create databases and database users
   * access local or remote databases
   * upgrade/modify databases when upstream changes database structure