[Pkg-sql-ledger-commit] r502 - in ledger-smb/branches/dbconfig/debian: . po sql

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sun Apr 8 02:01:30 UTC 2012


Author: jame-guest
Date: 2012-04-08 02:01:29 +0000 (Sun, 08 Apr 2012)
New Revision: 502

Added:
   ledger-smb/branches/dbconfig/debian/po/POTFILES.in
   ledger-smb/branches/dbconfig/debian/po/templates.pot
   ledger-smb/branches/dbconfig/debian/sql/
   ledger-smb/branches/dbconfig/debian/sql/pgsql
Modified:
   ledger-smb/branches/dbconfig/debian/changelog
   ledger-smb/branches/dbconfig/debian/ledgersmb.install
   ledger-smb/branches/dbconfig/debian/ledgersmb.postinst
   ledger-smb/branches/dbconfig/debian/templates
Log:
LedgerSMB dbconfig branch as of UNLRELEASED 1.3.14-2~4.

Modified: ledger-smb/branches/dbconfig/debian/changelog
===================================================================
--- ledger-smb/branches/dbconfig/debian/changelog	2012-04-05 20:28:12 UTC (rev 501)
+++ ledger-smb/branches/dbconfig/debian/changelog	2012-04-08 02:01:29 UTC (rev 502)
@@ -1,4 +1,4 @@
-ledgersmb (1.3.14-2~3) UNRELEASED; urgency=low
+ledgersmb (1.3.14-2~4) UNRELEASED; urgency=low
 
   * Initial addition of debconf/dbconfig usage to ledgersmb.
   * Changes to debian/ledgersmb.postinst:
@@ -9,14 +9,6 @@
 
  -- Robert James Clay <jame at rocasa.us>  Thu, 05 Apr 2012 15:39:20 -0400
 
-ledgersmb (1.3.14-2~2) UNRELEASED; urgency=low
-
-  * Initial addition of debconf/dbconcig to ledgersmb.
-  * Add patches/20_LedgerSMB-Form-pod.patch to correct spelling error.
-  * Add lintian override for empty directory ledgersmb/sql/coa/ar/gifi/.
-
- -- Robert James Clay <jame at rocasa.us>  Thu, 05 Apr 2012 08:20:40 -0400
-
 ledgersmb (1.3.14-1) experimental; urgency=low
 
   * New upstream release.

Modified: ledger-smb/branches/dbconfig/debian/ledgersmb.install
===================================================================
--- ledger-smb/branches/dbconfig/debian/ledgersmb.install	2012-04-05 20:28:12 UTC (rev 501)
+++ ledger-smb/branches/dbconfig/debian/ledgersmb.install	2012-04-08 02:01:29 UTC (rev 502)
@@ -19,3 +19,4 @@
 tools/* /usr/share/ledgersmb/tools
 utils/* /usr/share/ledgersmb/utils
 UI/* usr/share/ledgersmb/UI
+debian/sql/pgsql usr/share/dbconfig-common/data/ledgermsb/install-dbadmin

Modified: ledger-smb/branches/dbconfig/debian/ledgersmb.postinst
===================================================================
--- ledger-smb/branches/dbconfig/debian/ledgersmb.postinst	2012-04-05 20:28:12 UTC (rev 501)
+++ ledger-smb/branches/dbconfig/debian/ledgersmb.postinst	2012-04-08 02:01:29 UTC (rev 502)
@@ -36,10 +36,7 @@
 dbc_dbtypes="pgsql"
 
 . /usr/share/debconf/confmodule
-<<<<<<< HEAD
-=======
 . /usr/share/dbconfig-common/dpkg/postinst.pgsql
->>>>>>> dbconfig-dev
 
 case "$1" in
     configure)

Added: ledger-smb/branches/dbconfig/debian/po/POTFILES.in
===================================================================
--- ledger-smb/branches/dbconfig/debian/po/POTFILES.in	                        (rev 0)
+++ ledger-smb/branches/dbconfig/debian/po/POTFILES.in	2012-04-08 02:01:29 UTC (rev 502)
@@ -0,0 +1 @@
+[type: gettext/rfc822deb] templates

Added: ledger-smb/branches/dbconfig/debian/po/templates.pot
===================================================================
--- ledger-smb/branches/dbconfig/debian/po/templates.pot	                        (rev 0)
+++ ledger-smb/branches/dbconfig/debian/po/templates.pot	2012-04-08 02:01:29 UTC (rev 502)
@@ -0,0 +1,62 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: ledgersmb\n"
+"Report-Msgid-Bugs-To: ledgersmb at packages.debian.org\n"
+"POT-Creation-Date: 2012-04-07 20:31-0400\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid "Login for the Database Administrative user:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../templates:1001
+msgid ""
+"Please enter the login of the LedgerSMB Database Administrative user. This "
+"login is needed for, for instance, running setup.pl in the Web Interface. "
+"Note that 'ledgersmb' is the standard for this."
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:2001
+msgid "Password for the Database Administrative user:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../templates:2001
+msgid ""
+"Please enter the password of the LedgerSMB Database Administrative user. "
+"This password is needed for, for instance, running setup.pl in the Web "
+"Interface."
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid "Configure LedgerSMB automatically?"
+msgstr ""
+
+#. Type: boolean
+#. Description
+#: ../templates:3001
+msgid ""
+"The configuration program for the package can automatically configure "
+"LedgerSMB, at least and especially for the LedgerSMB Database User."
+msgstr ""

Added: ledger-smb/branches/dbconfig/debian/sql/pgsql
===================================================================
--- ledger-smb/branches/dbconfig/debian/sql/pgsql	                        (rev 0)
+++ ledger-smb/branches/dbconfig/debian/sql/pgsql	2012-04-08 02:01:29 UTC (rev 502)
@@ -0,0 +1,2 @@
+# Configure ledgersmb user permissions
+ALTER ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT;

Modified: ledger-smb/branches/dbconfig/debian/templates
===================================================================
--- ledger-smb/branches/dbconfig/debian/templates	2012-04-05 20:28:12 UTC (rev 501)
+++ ledger-smb/branches/dbconfig/debian/templates	2012-04-08 02:01:29 UTC (rev 502)
@@ -4,6 +4,7 @@
 _Description: Login for the Database Administrative user:
  Please enter the login of the LedgerSMB Database Administrative user. This
  login is needed for, for instance, running setup.pl in the Web Interface.
+ Note that 'ledgersmb' is the standard for this.
 
 Template: ledgersmb/lsmb_password
 Type: password




More information about the Pkg-sql-ledger-commit mailing list