--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/debian/littlebird-tc-common.templates Tue Aug 30 15:09:38 2011 +0200
@@ -0,0 +1,26 @@
+Template: littlebird-tc-common/TITLE
+Type: title
+Description: This is the Little Bird Trust Center Common package.
+
+Template: littlebird-tc-common/db/host
+Type: string
+Default: localhost
+Description: The name or IP address of the MySQL server.
+ Optionally you may append a port number (default port
+ used is 3306), separated by a colon ":".
+
+Template: littlebird-tc-common/db/user
+Type: string
+Default: littlebird
+Description: The user to be used for the database connection.
+
+Template: littlebird-tc-common/db/pass
+Type: password
+Default:
+Description: The password to be used for the database connection.
+
+Template: littlebird-tc-common/db/name
+Type: string
+Default: littlebird
+Description: The name of the database we should use.
+