[Dbconfig-common-devel] dbconfig-common/debian changelog,1.28,1.29 control,1.5,1.6 dbconfig-common.config,1.2,1.3 dbconfig-common.templates,1.13,1.14

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

Modified Files:
	changelog control dbconfig-common.config 
	dbconfig-common.templates 
Log Message:
blank passwords now == randomly generated ones.  thanks to tobias grimm
for the idea on that.  also a few lintian fixes


Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- changelog	25 Apr 2005 03:01:46 -0000	1.28
+++ changelog	26 Apr 2005 04:30:53 -0000	1.29
@@ -1,3 +1,16 @@
+dbconfig-common (1.7.1) UNRELEASED; urgency=low
+
+  * dbconfig-common now defaults to blank passwords implying the
+    admin wants a random password (this makes automatic installations
+    even easier) thanks to Tobias Grimm <tobias.grimm@e-tobi.net> for
+    the inspiration.
+  * added dependency on pwgen for generating passwords.
+  * the manpage for dbconfig-generate-include was never built into
+    the binary.  d'oh!
+  * character encoding fix in the changelog to make lintian happy.
+
+ -- sean finney <seanius@debian.org>  Mon, 25 Apr 2005 19:39:09 -0400
+
 dbconfig-common (1.7) experimental; urgency=low
 
   * dbconfig-generate-include now honors the owner/perms arguments.
@@ -15,7 +28,7 @@
     me to drastically shrink a number of similar mysql/pgsql questions.
   * drastically shrank a number of similar mysql/pgsql questions :)
   * added a neat little script to credit the translators.
-  * spanish translation from Javier Fernández-Sanguino Peña <jfs@computer.org>.
+  * spanish translation from Javier Fernández-Sanguino Peña <jfs@computer.org>.
   * french translation from Steve <dlist@bluewin.ch> (closes: #303005).
   * Danish translation by Claus Hindsgaul <claus_h@image.dk>
   * minor typographical corrections from Javier.

Index: control
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/control,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- control	31 Mar 2005 03:54:35 -0000	1.5
+++ control	26 Apr 2005 04:30:54 -0000	1.6
@@ -7,7 +7,7 @@
 
 Package: dbconfig-common
 Architecture: all
-Depends: ucf, ${misc:Depends}
+Depends: ucf, pwgen, ${misc:Depends}
 Suggests: virtual-mysql-client | mysql-client | postgresl-client
 Description: common framework for packaging database applications
  dbconfig-common presents a policy and implementation for

Index: dbconfig-common.config
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.config,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dbconfig-common.config	30 Dec 2004 18:37:20 -0000	1.2
+++ dbconfig-common.config	26 Apr 2005 04:30:54 -0000	1.3
@@ -19,6 +19,5 @@
 fi
 
 db_input low dbconfig-common/remember-admin-pass || true
-db_input low dbconfig-common/remember-app-pass || true
 
 db_go

Index: dbconfig-common.templates
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.templates,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbconfig-common.templates	1 Apr 2005 23:52:46 -0000	1.13
+++ dbconfig-common.templates	26 Apr 2005 04:30:54 -0000	1.14
@@ -16,24 +16,6 @@
  every time you upgrade a database application with dbconfig-common,
  you should choose this option.  Otherwise, you should refuse this option.
 
-Template: dbconfig-common/remember-app-pass
-Type: boolean
-Default: false
-_Description: Keep "application" database passwords in debconf?
- By default, you will be prompted for all application-level database
- passwords whenever they are needed (which is not very frequent
- outside of the initial configuration) by dbconfig-common.  These
- passwords will not be stored in debconf for any longer than they
- are needed.
- .
- This behavior can be disabled, in which case the passwords will
- remain in the debconf password database.  The debconf password
- database is protected by unix file permissions, though this is
- less secure and thus not the default setting.
- .
- If you would rather not be bothered to remember application passwords,
- you should choose this option.  Otherwise, you should refuse this option.
-
 Template: dbconfig-common/dbconfig-install
 Type: boolean
 Default: true
@@ -109,6 +91,10 @@
  to the previous package version and repopulate your database.
 
 Template: dbconfig-common/password-confirm
+Type: password
+_Description: Password confirmation:
+
+Template: dbconfig-common/app-password-confirm
 Type: password
 _Description: Password confirmation: