[Pkg-sql-ledger-commit] r533 - in ledger-smb/tags: . 1.3.16-1/debian 1.3.16-1/debian/patches 1.3.16-1/debian/po

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Tue May 8 13:49:24 UTC 2012


Author: jame-guest
Date: 2012-05-08 13:49:23 +0000 (Tue, 08 May 2012)
New Revision: 533

Added:
   ledger-smb/tags/1.3.16-1/
   ledger-smb/tags/1.3.16-1/debian/NEWS
   ledger-smb/tags/1.3.16-1/debian/README.Debian
   ledger-smb/tags/1.3.16-1/debian/TODO
   ledger-smb/tags/1.3.16-1/debian/changelog
   ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch
   ledger-smb/tags/1.3.16-1/debian/po/templates.pot
   ledger-smb/tags/1.3.16-1/debian/templates
Removed:
   ledger-smb/tags/1.3.16-1/debian/NEWS
   ledger-smb/tags/1.3.16-1/debian/README.Debian
   ledger-smb/tags/1.3.16-1/debian/TODO
   ledger-smb/tags/1.3.16-1/debian/changelog
   ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch
   ledger-smb/tags/1.3.16-1/debian/po/templates.pot
   ledger-smb/tags/1.3.16-1/debian/templates
Log:
Rotate LedgerSMB v1.3.16-1 release to tags.

Deleted: ledger-smb/tags/1.3.16-1/debian/NEWS
===================================================================
--- ledger-smb/trunk/debian/NEWS	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/NEWS	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,9 +0,0 @@
-ledgersmb (1.3.14-2) experimental; urgency=low
-
-  Now have experimental dbconfig/debconf usage for configuring LedgerSMB during
-  the package installation.  Because it is experimental, the default is to not
-  use it;  instead what can be done is to manually create the ledgersmb database
-  user and use that in the http://localhost/ledgersmb/setup.pl script to create
-  the company databases for use.
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 11 Apr 2012 15:28:31 -0400

Copied: ledger-smb/tags/1.3.16-1/debian/NEWS (from rev 532, ledger-smb/trunk/debian/NEWS)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/NEWS	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/NEWS	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,11 @@
+ledgersmb (1.3.16-1) unstable; urgency=low
+
+  Now have experimental dbconfig/debconf usage for configuring LedgerSMB during
+  the package installation.  Because it is experimental, the default is to not
+  use it;  instead what can be done is to manually create the ledgersmb database
+  user and use that in the http://localhost/ledgersmb/setup.pl script to create
+  the company databases for use. More information regarding this is available
+  in /usr/share/doc/ledgersmb/README.Debian.
+  
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 08 May 2012 08:49:46 -0400

Deleted: ledger-smb/tags/1.3.16-1/debian/README.Debian
===================================================================
--- ledger-smb/trunk/debian/README.Debian	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/README.Debian	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,86 +0,0 @@
-LedgerSMB for Debian
---------------------
-
-Optional Perl modules
-=====================
-
-    Net::TCLink              [Support for TrustCommerce credit card processing]
-    Parse::RecDescent        [Support for the *experimental* scripting engine]
-    Template::Plugin::Latex  [Support for Postscript and PDF output]
-    OpenOffice::OODoc        [Support for OpenOffice output]
-    Excel::Template::Plus    [Support for Excel output]
-
-    The credit card processing support for TrustCommerce is available as
-    the package libnet-tclink-perl if not already installed:
-
-    The Open Office output support is available as libopenoffice-oodoc-perl if
-    it is not already installed.
-
-    The scripting engine support is available as libparse-recdescent-perl
-    if it is not already installed:
-
-    If the libtemplate-plugin-latex-perl package needed for the PDF/Postscript
-    output option is not available, then if you want to use that option you
-    will need to download and install the module Template::Plugin::Latex from
-    CPAN.
-
-    Please note that the PDF/Postscript module depends on the TeX/LaTeX
-    package which is available as texlive-latex-recommended.
-
-    If the libexcel-template-plus-perl package needed for the Excel output
-    option is not available, then if you want to use that option you will
-    need to download and install Excel::Template::Plus module from CPAN.
-
-
-Initializing a company database
-===============================
-
-    LedgerSMB 1.3 stores data for each company in a separate "database". A
-    database is a PostgreSQL concept for grouping tables, indexes, etc. Each
-    company database must be named.  This name is essentially the system
-    identifier within PostgreSQL for the company's dataset.  The name for the
-    company database can only contain letters, digits and underscores, and
-    it must start with a letter.  Company database names are case insensitive,
-    meaning you can't create two separate company databases called 'Ledgersmb'
-    and 'ledgersmb'.
-
-    One way that company databases can be created fairly easily is by directing
-    your web browser to the setup.pl script, which by default can be accessed at 
-    http://localhost/ledgersmb/setup.pl. This is very different from approaches
-    taken by LedgerSMB 1.2.x and SQL-Ledger, but rather forms a wizard to walk
-    you through the process of creating company databases and initial users for
-    those databases.
-
-    The standard database superuser used in the setup.pl script has the name
-    'ledgersmb'. If it is not created during the package configuration,
-    it can be created using the following sql statement:
-    
-CREATE ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT ENCRYPTED PASSWORD 'password';
-
-    Besides assuming that a database superuser is known, the setup.pl script
-    also assumes that the contrib_dir directive is already set correctly in
-    /etc/ledgersmb/ledgersmb.conf for the location of the PostgreSQL contrib
-    scripts. For v8.4 it would be /usr/share/postresql/8.4/contrib; or for
-    v9.1 that would be /usr/share/postgresql/9.1/extension.
-    
-
-Manual addition of a company database
-=====================================
-
-    If you want to perform the installation of the company database completely
-    manually, you should consult the 'prepare-company-database.sh' or the
-    'dbsetup.pl' scripts which are available in the /usr/share/ledgersmb/tools/
-    directory as the authorative documentation of the steps to perform.
-
-
-Company database removal
-========================
-
-    In the /usr/share/ledgersmb/tools/ directory, there's a script which will
-    remove a company database and all the standard authorization data that had
-    been created by the 'prepare-company-database.sh' script.  The script is
-    named 'delete-company-database.sh'.
-
-
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 18 Apr 2012 15:24:06 -0500

Copied: ledger-smb/tags/1.3.16-1/debian/README.Debian (from rev 526, ledger-smb/trunk/debian/README.Debian)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/README.Debian	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/README.Debian	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,80 @@
+LedgerSMB for Debian
+--------------------
+
+LedgerSMB Configuration
+=======================
+
+    LedgerSMB 1.3 stores data for each company in a separate "database". A
+    database is a PostgreSQL concept for grouping tables, indexes, etc. Each
+    company database must be named.  This name is essentially the system
+    identifier within PostgreSQL for the company's dataset.  The name for the
+    company database can only contain letters, digits and underscores, and
+    it must start with a letter.  Company database names are case insensitive,
+    meaning you can't create two separate company databases called 'Ledgersmb'
+    and 'ledgersmb'.
+
+    One way that company databases can be created fairly easily is by directing
+    your web browser to the setup.pl script, which by default can be accessed at 
+    http://localhost/ledgersmb/setup.pl. This is very different from approaches
+    taken by LedgerSMB 1.2.x and SQL-Ledger, but rather forms a wizard to walk
+    you through the process of creating company databases and initial users for
+    those databases.
+
+    The standard database superuser used in the setup.pl script has the name
+    'ledgersmb'. If it is not created during the package installation,
+    it can be created using the following sql statement:
+
+CREATE ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT ENCRYPTED PASSWORD 'password';
+
+    Besides assuming that a database superuser is known, the setup.pl script
+    also assumes that the contrib_dir directive is already set correctly in
+    /etc/ledgersmb/ledgersmb.conf for the location of the PostgreSQL contrib
+    scripts. For v8.4 it would be /usr/share/postresql/8.4/contrib; or for
+    v9.1 that would be /usr/share/postgresql/9.1/extension.
+
+
+Optional Perl modules
+=====================
+
+    Net::TCLink              [Support for TrustCommerce credit card processing]
+    OpenOffice::OODoc        [Support for OpenOffice output]
+    Excel::Template::Plus    [Support for Excel output]
+    Template::Plugin::Latex  [Support for Postscript and PDF output]
+    Parse::RecDescent        [Support for the *experimental* scripting engine]
+
+    The credit card processing support for TrustCommerce is available as
+    the package libnet-tclink-perl if not already installed.
+
+    The Open Office output support is available as libopenoffice-oodoc-perl if
+    it is not already installed.
+
+    The Excel output support is available as libexcel-template-plus-perl if
+    it is not already installed.
+
+    The PDF/Postscript support is available as libtemplate-plugin-latex-perl
+    if it is not already installed. 
+
+    The scripting engine support is available as libparse-recdescent-perl
+    if it is not already installed.
+
+
+Manual addition of a company database
+=====================================
+
+    If you want to perform the installation of the company database completely
+    manually, you should consult the 'prepare-company-database.sh' or the
+    'dbsetup.pl' scripts which are available in the /usr/share/ledgersmb/tools/
+    directory as the authorative documentation of the steps to perform.
+
+
+Company database removal
+========================
+
+    In the /usr/share/ledgersmb/tools/ directory, there's a script which will
+    remove a company database and all the standard authorization data that had
+    been created by the 'prepare-company-database.sh' script.  The script is
+    named 'delete-company-database.sh'.
+
+
+
+ -- Robert James Clay <jame at rocasa.us>  Mon,  7 May 2012 14:28:24 -0400

Deleted: ledger-smb/tags/1.3.16-1/debian/TODO
===================================================================
--- ledger-smb/trunk/debian/TODO	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/TODO	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,43 +0,0 @@
-debian/TODO for LedgerSMB v1.3
-
-- The dbconfig configuration is apparantly capable of creating the ledgersmb
-user but it is not getting created with the necessary permissions.
-
-- The dbconfig configuration is apparantly automatically creating a database
-named ledgersmb when it creates the ledgersmb user.  The owner of it can 
-come up as postgres;  should make that ledgersmb.
-
-- Review the tools/* shell and perl scripts to see what if any need changes for
-usage on a debian installation.
-
-- Upstream uses pdflatex to create distribution LedgerSMB-manual.pdf from the
-source file doc/manual/LedgerSMB-manual.tex. Use the same source file to create
-an HTML version?
-
-- The package installs the LedgerSMB css directory to /var/lib/ledgersmb/css,
-but the application itself currently expects it to be in the main installation
-directory; reference also upstream bug # 3516730. (A symbolic link is installed
-with the current packaging as a workaround for the issue.)
-
-- The templates directory had been getting installed to /etc/ledgersmb/templates.
-Should that be /var/lib/ledgersmb/templates instead? (There is also an issue 
-with editing templates online; reference upstream bug # 3516725 regarding that.)
-
-- New 1.3 version of LedgerSMB contains an embedded javascript library. The
-embedded version appears to be 1.8.2.  The library is available in Debian as the
-package libjs-scriptaculous:  v1.8.1 in lenny (current oldstable), v1.8.3 in
-lenny-backports, v1.8.3 in squeeze, v1.9.0 in wheezy. Provide a Lintian override
-with description of issue, until otherwise resolved.
-  From Chris Travers in the Ledger-smb-devel mailing list:
-  "I don't know of any testing we have done on other versions.  We don't use a
-   lot of advanced stuff so I would expect it would work.  If bugs are found,
-   though, we can correct them."
-Test usage of libjs-scriptaculous and change over to using that when it is found
-to be operational with it.
-
-- Apache v2.4 was released in February 2012 and is being prepared for upload into
-Debian. Ref: http://lists.debian.org/debian-devel-announce/2012/03/msg00013.html
-at least regarding packaging guidelines.
-
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 11 Apr 2012 14:41:15 -0500

Copied: ledger-smb/tags/1.3.16-1/debian/TODO (from rev 527, ledger-smb/trunk/debian/TODO)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/TODO	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/TODO	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,44 @@
+debian/TODO for LedgerSMB v1.3
+
+- Add libexcel-template-plus-perl and libtemplate-plugin-latex-perl to at
+least Suggests in debian/control.
+
+- The dbconfig configuration is apparently capable of creating the ledgersmb
+user but it is not getting created with the necessary permissions. It is also
+apparently automatically creating a database named ledgersmb when it creates
+that user.  The owner of it can come up as postgres; should make that
+ledgersmb, if the database is even needed.
+
+- Review the tools/* shell and perl scripts to see what if any need changes for
+usage on a Debian installation.
+
+- Upstream uses pdflatex to create distribution LedgerSMB-manual.pdf from the
+source file doc/manual/LedgerSMB-manual.tex. Use the same source file to create
+an HTML version?
+
+- The package installs the LedgerSMB css directory to /var/lib/ledgersmb/css,
+but the application itself currently expects it to be in the main installation
+directory; reference also upstream bug # 3516730. (A symbolic link pointing to
+it is installed with the current packaging as a workaround for the issue.)
+
+- The templates directory has been getting installed to the directory
+/etc/ledgersmb/templates. Should that be /var/lib/ledgersmb/templates instead?
+
+- New 1.3 version of LedgerSMB contains an embedded javascript library. The
+embedded version appears to be 1.8.2.  The library is available in Debian as the
+package libjs-scriptaculous:  v1.8.1 in lenny (current oldstable), v1.8.3 in
+lenny-backports and squeeze, v1.9.0 in wheezy and sid. Provide a Lintian override
+with description of issue, until otherwise resolved.
+  From Chris Travers in the Ledger-smb-devel mailing list:
+  "I don't know of any testing we have done on other versions.  We don't use a
+   lot of advanced stuff so I would expect it would work.  If bugs are found,
+   though, we can correct them."
+Test usage of libjs-scriptaculous and change over to using that when it is found
+to be operational with it.
+
+- Apache v2.4 was released in February 2012 and is being prepared for upload into
+Debian. Ref: http://lists.debian.org/debian-devel-announce/2012/03/msg00013.html
+at least regarding packaging guidelines.
+
+
+ -- Robert James Clay <jame at rocasa.us>  Mon,  7 May 2012 15:04:55 -0400

Deleted: ledger-smb/tags/1.3.16-1/debian/changelog
===================================================================
--- ledger-smb/trunk/debian/changelog	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/changelog	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,500 +0,0 @@
-ledgersmb (1.3.16~rc1-1~1) UNRELEASED; urgency=low
-
-  * New release candidate 1.3.16 rc1.
-
- -- Robert James Clay <jame at rocasa.us>  Tue, 01 May 2012 08:07:54 -0400
-
-ledgersmb (1.3.15-2) experimental; urgency=low
-
-  * Rewrite LedgerSMB README.Debian, including database related information.
-  * Correct debconf variable lsmb_debconf to debconf_install in debian/postinst.
-  * Changes for debian/patches/*:
-    - Renumber 15_httpdconf.patch as 10_httpdconf.patch. 
-    - Add 15_UI-setup-credentials.patch to set 'ledgersmb' as the default
-      database superuser for setup.pl.
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 18 Apr 2012 18:58:20 -0400
-
-ledgersmb (1.3.15-1) experimental; urgency=low
-
-  * New upstream release.
-  * Change the variable names used in the debconf/dbconfig scripting.
-  * Correct permissions for ledgersmb/tools/*.pl files in debian/rules.
-  * Changes for debian/patches/*:
-    - Remove 10_Makefile-PL.patch as it is no longer needed.
-    - Remove 20_LedgerSMB-Form-pod.patch as its issue has been resolved.
-    - Remove unneeded 8* series patch files resulting from an incomplete merge.
-
- -- Robert James Clay <jame at rocasa.us>  Tue, 17 Apr 2012 16:11:20 -0400
-
-ledgersmb (1.3.14-2) experimental; urgency=low
-
-  * Add initial version of the debian/NEWS file.
-  * Update and rewrite of debian/README.Debian.
-  * Changes to debian/ledgersmb.postinst:
-    - Rewrite the statoverride version check.
-    - Change how the version variable is being used.
-    - Update how apache is restarted when that is needed.
-  * Add patches/20_LedgerSMB-Form-pod.patch to correct spelling errors.
-  * Add lintian override for empty directory ledgersmb/sql/coa/ar/gifi/.
-  * Initial addition of experimental debconf/dbconfig usage to ledgersmb.
-  * Add a symbolic link from /usr/share/ledgersmb/css to the directory
-    /var/lib/ledgersmb/css.
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 11 Apr 2012 16:37:30 -0400
-
-ledgersmb (1.3.14-1) experimental; urgency=low
-
-  * New upstream release.
-  * Correct the current active Uploaders list in LedgerSMB debian/control.
-  * Besides as examples; also install utils/ directory to /usr/share/ledgersmb.
-  * Changes for debian/patches/*:
-    - Correct working directory paths in 15_httpdconf.patch.
-    - Remove the current documentation (POD) patches as they are no longer
-      necessary.
-
- -- Robert James Clay <jame at rocasa.us>  Tue, 03 Apr 2012 17:40:30 -0400
-
-ledgersmb (1.3.13-1) experimental; urgency=low
-
-  * New upstream release.
-  * Correct formatting issues in the debian/copyright file.
-  * Do not install doc/manual/*tex source files with package.
-  * Changes for debian/patches/*:
-    - Add patching of ledgersmb.conf.default to 05_confdir.patch.
-    - Update 10_Makefile-PL.patch against the new version of Makefile.PL.
-  * Changes to debian/rules:
-    - Remove the sed code for patching the ledgersmb.conf.default file from
-      the override_dh_auto_configure target.
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 21 Mar 2012 20:45:18 -0400
-
-ledgersmb (1.3.12-1) experimental; urgency=low
-
-  * New upstream release.
-  * Move removal of the no longer used statoverrides to ledgersmb.postinst.
-  * Correct how the /var/lib/ledgersmb/spool and /var/lib/ledgersmb/users
-    subdirectories are installed.
-  * Rewrote the LedgerSMB debian/copyright in accordance with DEP-5.
-  * Changes to debian/ledgersmb.postinst:
-    - Remove the unneeded code that conditionally installed pos.conf.pl.
-    - Remove the code that attempted install a copy of ledgersmb-httpd.conf.
-  * Changes for debian/patches/*:
-    - Add setting the templates base directory to 05_confdir.patch.
-    - Added 10_Makefile-PL.patch to correct issue with an incorrect version
-      number being listed in Makefile.PL.
-  * Changes to debian/rules:
-    - Create a copy of ledgersmb-httpd.conf.template as ledgersmb-httpd.conf.
-    - Set ownership of installed /var/lib/ledgersmb/* to www-data:www-data.
-    - Set ownership of installed /etc/ledgersmb/templates to www-data:www-data.
-    - Change how the unneeded directories LedgerSMB/Assets and LedgerSMB/Entity
-      are removed.
-  * Changes to debian/control:
-    - Rewrote the short and long package descriptions.
-    - Updated the Standards-Version to 3.9.3, no changes required.
-
- -- Robert James Clay <jame at rocasa.us>  Wed, 14 Mar 2012 13:30:17 -0400
-
-ledgersmb (1.3.11-1) experimental; urgency=low
-
-  * New upstream release.
-  * Changes for debian/patches/*:
-    - Remove unneeded changes from the 15_httpdconf.patch file.
-    - The nine patches for the scripts/* files are no longer needed. Removed.
-  * Changes for debian/clean:
-    - Add the debian/clean file for use by dh_clean during package builds.
-    - Remove the created pos.conf.pl file during the package build cleanup.
-    - Remove the created ledgersmb.conf and ledgersmb-httpd.conf files using
-      dh_clean instead of directly in debian/rules.
-  * Changes to debian/ledgersmb.postinst:
-    - Correct the whitespace indentation in the script.
-    - Simplify the section using a2enmod to enable mod_rewrite.
-  * Changes to debian/ledgersmb.postrm:
-    - Correct the whitespace indentation in the script.
-  * Changes to debian/ledgersmb.install:
-    - Install default pos.conf.pl configuration file to /etc/ledgersmb.
-  * Changes to debian/ledgersmb.links:
-    - Install symbolic link for the pos.conf.pl configuration file.
-  * Changes to debian/rules:
-    - Remove the override_dh_auto_clean target as it is no longer needed.
-    - Change how Build.PL is removed in the override_dh_auto_configure target.
-    - Create default pos.conf.pl file in the override_dh_auto_configure target.
-
- -- Robert James Clay <jame at rocasa.us>  Fri, 01 Mar 2012 14:26:52 -0500
-
-ledgersmb (1.3.10-1) experimental; urgency=low
-
-  * New upstream release.
-  * Install pos.conf.pl.template as an example file.
-  * Correct softlink for the ledgersmb-httpd.conf file.
-
- -- Robert James Clay <jame at rocasa.us>  Tue, 17 Jan 2012 19:38:09 -0500
-
-ledgersmb (1.3.9-2) experimental; urgency=low
-
-  * Change debhelper compatibility to 8.
-  * Changes to debian/control:
-    - Change debhelper Build-Depends to >= 8.
-    - Change web server dependency to 'apache2 | httpd-cgi'.
-    - Make the postgresql related Depends/Suggests unversioned.
-  * Changes to debian/postrm:
-    - Rewrite how the old dpkg-statoverride usage is being dealt with.
-  * Changes to debian/postinst:
-    - Do not use dpkg-statoverride to set default permissions.
-    - If Apache is present, configure it for use with LedgerSMB.
-  * Changes to debian/rules:
-    - Changed to using dh and a mimimal debian/rules.
-    - Do not install MIT-LICENSE file from the embedded Scriptaculous library.
-    - Do permissions corrections here instead of in the maintenance scripts
-      and do them in the override_dh_fixperms target.
-  * Changes to debian/copyright:
-    - Update the end year for my debian directory copyright information.
-    - Add information regarding the embedded Scriptaculous Javascript library.
-  * Changes to debian/ledgersmb.lintian-override:
-    - Override the package-contains-empty-directory Lintian Warnings for the
-      directories scripts/custom and LedgerSMB/Reconciliation/CSV/Formats.
-    - Remove the override related to the Scriptaculous license file.
-  * Change how the ledgersmb-httpd.conf file is installed.
-  * Include patches for some application cgi script shebang issues.
-  * Include patches for application documentation spelling & NAME entry issues.
-  * Use debian/ledgersmb.manpages to list the man pages to be installed.
-  * Prefix binary-package specific file names in the debian directory with
-    the package name.
-
- -- Robert James Clay <jame at rocasa.us>  Sun, 15 Jan 2012 13:38:19 -0500
-
-ledgersmb (1.3.9-1) experimental; urgency=low
-
-  * New upstream release.
-  * Clean up the debian/watch control file.
-  * Changes to debian/rules:
-    - Add build-arch and build-indep targets.
-    - Add a call for dh_perl to the binary-indep target.
-    - Add removal of created ledgersmb-httpd.conf to clean target.
-    - Run 'make distclean' in the clean target if the created Makefile
-      is present.
-  * Changes to debian/control:
-    - Add ${perl:Depends} to the Depends line.
-    - Change the Recommends for the lpr package to a Suggests.
-    - Updated the Standards-Version to 3.9.2, no changes needed.
-    - Remove ${shlibs:Depends} from Depends line as it is unneeded.
-    - Replace the Recommends for a mail-transport-agent with
-      "default-mta | mail-transport-agent".
-  * Correct spelling error and correct missing note about upstream release
-    in the 1.3.8-1 entry for the debian/changelog.
-  * Override Lintian warnings regarding the embedded Scriptaculous Javascript
-    library until LedgerSMB can be tested with the versions available in Debian.
-
- -- Robert James Clay <jame at rocasa.us>  Sat, 24 Dec 2011 13:40:35 -0500
-
-ledgersmb (1.3.8-1) experimental; urgency=low
-
-  * New upstream release.
-  * Added a debian/TODO file.
-  * Do not install v1.3.x INSTALL file with package.
-  * Update debian/patches/05_confdir.patch for v1.3.8.
-  * Minor edit to the short description in debian/control.
-  * Reorganize Depends and Recommends entries in debian/control.
-  * Replace XML::Twig package references with OpenOffice::OODoc.
-  * Update to v1.3.x README.Debian adapted from v1.3 INSTALL file.
-  * Add ledgersmb-httpd.conf.template to debian/ledgersmb.examples.
-  * Create default ledgersmb-httpd.conf from ledgersmb-httpd.conf.template.
-  * Remove chmod of /etc/ledgersmb/*.pl from postinst as no longer necessary.
-  * Upstream no longer providing an HTML version of the manual, so remove that
-    entry in debian/ledgersmb.doc-base.
-
- -- Robert James Clay <jame at rocasa.us>  Thu, 15 Dec 2011 14:58:50 -0500
-
-ledgersmb (1.3.0-1) experimental; urgency=low
-
-  * New upstream release, first in the v1.3 series.
-  * Initial adaptation of the Debian packaging to the new version as neccessary.
-
- -- Robert James Clay <jame at rocasa.us>  Fri, 05 Nov 2011 22:42:43 -0400
-
-ledgersmb (1.2.25-1) stable; urgency=low
-
-  * New upstream release, which includes corrections for sql injection issue.
-  * Updated Standards-Version in debian/control to 3.9.1; no changes required.
-  * Updated copyright years as necessary to include 2011 in debian/copyright.
-  * Use dpkg-statoverride and postinst to set /etc/ledgersmb/* permissions.
-  * Use dh_lintian in debian/rules to install ledgersmb.lintian-overrides.
-  * Updated debhelper compatibility to 7 and Build-Depends to 7.0.50.
-  * Updated the package Depends and Recommends in debian/control.
-  * Updated the README.Debian file and added a Debian TODO file.
-  * Updated as neccessary for how files installation is done.
-  * Changed package patching system from dpatch to quilt.
-  * Change 'dh_clean -k' to dh_prep in debian/rules.
-  * Switch to dpkg-source 3.0 (quilt) format.
-
- -- Robert James Clay <jame at rocasa.us>  Sun, 23 Oct 2011 15:49:46 -0400
-
-ledgersmb (1.2.24-1) unstable; urgency=low
-
-  * New upstream release
-  * Updated the debian/patches/15_httpdconf.dpatch patch.
-  * Updated Depends line in debian/control:  added libconfig-any-perl,
-    changed libhtml-parser-perl to libhtml-linkextractor-perl, added
-    libdata-dumper-simple-perl.
-
- -- Robert James Clay <jame at rocasa.us>  Sat, 01 Oct 2011 17:35:37 -0400
-
-ledgersmb (1.2.23-1) unstable; urgency=low
-
-  * New upstream release
-  * Cleanup newline issue in debian/links file.
-
- -- Robert James Clay <jame at rocasa.us>  Mon, 28 Sep 2011 09:43:37 -0400
-
-ledgersmb (1.2.22-1) unstable; urgency=low
-
-  * New upstream release
-  * Add note to README.source about how the source archive is currently
-    being created.
-
- -- Robert James Clay <jame at rocasa.us>  Mon, 28 Sep 2011 08:19:11 -0400
-
-ledgersmb (1.2.21-1) unstable; urgency=low
-
-  * New upstream release
-  * Detailed the Debian packaging copyright in debian/copyright.
-
- -- Robert James Clay <jame at rocasa.us>  Sun, 21 Mar 2010 21:16:00 -0400
-
-ledgersmb (1.2.20-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Robert James Clay <jame at rocasa.us>  Sat, 20 Feb 2010 11:40:38 -0500
-
-ledgersmb (1.2.19-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Robert James Clay <jame at rocasa.us>  Sat, 13 Feb 2010 12:08:25 -0500
-
-ledgersmb (1.2.18-1) unstable; urgency=low
-
-  [ Robert James Clay ]
-  * Added index.html link to doc/ledgersmb/html_manual/LedgerSMB-manual.html 
-  * Added HTML format section to ledgersmb.doc-base
-
-  [ Elizabeth Krumbach ]
-  * New upstream release 
-
- -- Elizabeth Krumbach <lyz at princessleia.com>  Mon, 06 Apr 2009 00:16:23 +0000
-
-ledgersmb (1.2.17-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Thu, 20 Nov 2008 00:32:03 +0000
-
-ledgersmb (1.2.16-1) unstable; urgency=low
-
-  [ Roberto C. Sanchez ]
-  * Update to Standards-Version 3.8.0
-    + Add README.source
-
-  [ Elizabeth Bevilacqua ]
-  * New upstream release
-  * Edited README.Debian for better clarity
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Sun, 14 Sep 2008 14:27:08 +0000
-
-ledgersmb (1.2.15-2) unstable; urgency=low
-
-  * Added postgres-8.3 to depends and suggests 
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Fri, 29 Aug 2008 02:19:03 +0000
-
-ledgersmb (1.2.15-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Tue, 26 Aug 2008 18:48:58 +0000
-
-ledgersmb (1.2.14-1) unstable; urgency=low
-
-  * New upstream release 
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Fri, 22 Aug 2008 02:16:15 +0000
-
-ledgersmb (1.2.13-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Elizabeth Bevilacqua <lyz at princessleia.com>  Tue, 08 Apr 2008 19:02:35 +0000
-
-ledgersmb (1.2.5-2) unstable; urgency=low
-
-  * Adding 1.2.5 hotfixes
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 28 May 2007 18:09:32 -0400
-
-ledgersmb (1.2.5-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 09 May 2007 14:00:32 -0400
-
-ledgersmb (1.2.4-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 04 May 2007 12:16:32 -0400
-
-ledgersmb (1.2.3-2) unstable; urgency=low
-
-  * Adding README.Ubuntu
-  * Changing package defaults to disabling LaTeX
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 19 Apr 2007 11:44:32 -0400
-
-ledgersmb (1.2.3-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sun, 15 Apr 2007 23:27:32 -0400
-
-ledgersmb (1.2.2-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 11 Mar 2007 00:23:32 -0400
-
-ledgersmb (1.2.1-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 09 Mar 2007 18:12:32 -0400
-
-ledgersmb (1.2.0-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 04 Mar 2007 00:00:32 -0400
-
-ledgersmb (1.1.99rc5.2-3) unstable; urgency=low
-
-  * Fix another packaging error
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 15:01:22 -0500
-
-ledgersmb (1.1.99rc5.2-2) unstable; urgency=low
-
-  * Fix packaging error
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 14:41:22 -0500
-
-ledgersmb (1.1.99rc5.2-1) unstable; urgency=low
-
-  * New upstream release
-  * Renaming the package to match the first phase of upstream renaming
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 14:26:22 -0500
-
-ledger-smb (1.1.99rc1-2) unstable; urgency=low
-
-  * Fixing PostgreSQL server dependencies
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Feb 2006 22:46:22 -0500
-
-ledger-smb (1.1.99rc1-1) unstable; urgency=low
-
-  * New upstream version
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Feb 2006 22:22:22 -0500
-
-ledger-smb (1.1.99beta4-1) unstable; urgency=low
-
-  * New upstream version
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sun, 28 Jan 2006 14:01:57 -0500
-
-ledger-smb (1.1.99beta3-2) unstable; urgency=low
-
-  * Add updates to db upgrade script to work with current code
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 23 Nov 2006 13:02:13 -0500
-
-ledger-smb (1.1.99beta3-1) unstable; urgency=low
-
-  * New upstream version
-  * Removed image directory patch for more testing
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 23 Nov 2006 12:39:13 -0500
-
-ledger-smb (1.1.99beta2-6) unstable; urgency=low
-
-  * Fixing package LaTeX dependencies
-  * Fixing permissions in /var/lib/ledger-smb
-  * Fixing default configuration error
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 21:39:13 -0500
-
-ledger-smb (1.1.99beta2-5) unstable; urgency=low
-
-  * Fixing image directory changes
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 13:00:06 -0500
-
-ledger-smb (1.1.99beta2-4) unstable; urgency=low
-
-  * Add some upstream fixes
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 12:46:22 -0500
-
-ledger-smb (1.1.99beta2-3) unstable; urgency=low
-
-  * Adjust required versions of perl and postgresql-client and sundry
-    packaging fixes
-  * Move template images to /var/lib/ledger-smb/images
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 12:18:22 -0500
-
-ledger-smb (1.1.99beta2-2) unstable; urgency=low
-
-  * Adjust permissions of installed files
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 15 Nov 2006 17:28:22 -0500
-
-ledger-smb (1.1.99beta2-1) unstable; urgency=low
-
-  * Adding initial set up instructions to README.Debian
-  * New upstream version
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 15 Nov 2006 14:24:53 -0500
-
-ledger-smb (1.1.99beta1-5) unstable; urgency=low
-
-  * Fix templates directory location
-  * Increasing amount of included docs in /usr/share/doc/ledger-smb
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 21:01:55 -0500
-
-ledger-smb (1.1.99beta1-4) unstable; urgency=low
-
-  * Fixing syntax in default config
-  * Adjusting post(inst|rm) to reload apache2
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:34:59 -0500
-
-ledger-smb (1.1.99beta1-3) unstable; urgency=low
-
-  * Fixing package versions
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:09:41 -0500
-
-ledger-smb (1.1.99beta1-2) unstable; urgency=low
-
-  * Fixing package versions
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:05:48 -0500
-
-ledger-smb (1.1.99beta1-1) unstable; urgency=low
-
-  * Initial release
-
- -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 15:29:53 -0500
-

Copied: ledger-smb/tags/1.3.16-1/debian/changelog (from rev 530, ledger-smb/trunk/debian/changelog)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/changelog	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/changelog	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,505 @@
+ledgersmb (1.3.16-1) unstable; urgency=low
+
+  * New upstream release.
+  * Resolves package ITP. (Closes: #406935)
+  * Update and rewrite debian/TODO and README.Debian.
+  * Update debian/NEWS, debian/templates and README.Debian regarding the initial
+    configuration of the package.
+  * Add update of PostgreSQL contrib_dir variable to patches/05_confdir.patch.
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 08 May 2012 07:55:30 -0400
+
+ledgersmb (1.3.15-2) unstable; urgency=low
+
+  * Rewrite LedgerSMB README.Debian, including database related information.
+  * Correct debconf variable lsmb_debconf to debconf_install in debian/postinst.
+  * Changes for debian/patches/*:
+    - Renumber 15_httpdconf.patch as 10_httpdconf.patch. 
+    - Add 15_UI-setup-credentials.patch to set 'ledgersmb' as the default
+      database superuser for setup.pl.
+
+ -- Robert James Clay <jame at rocasa.us>  Wed, 18 Apr 2012 18:58:20 -0400
+
+ledgersmb (1.3.15-1) experimental; urgency=low
+
+  * New upstream release.
+  * Change the variable names used in the debconf/dbconfig scripting.
+  * Correct permissions for ledgersmb/tools/*.pl files in debian/rules.
+  * Changes for debian/patches/*:
+    - Remove 10_Makefile-PL.patch as it is no longer needed.
+    - Remove 20_LedgerSMB-Form-pod.patch as its issue has been resolved.
+    - Remove unneeded 8* series patch files resulting from an incomplete merge.
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 17 Apr 2012 16:11:20 -0400
+
+ledgersmb (1.3.14-2) experimental; urgency=low
+
+  * Add initial version of the debian/NEWS file.
+  * Update and rewrite of debian/README.Debian.
+  * Changes to debian/ledgersmb.postinst:
+    - Rewrite the statoverride version check.
+    - Change how the version variable is being used.
+    - Update how apache is restarted when that is needed.
+  * Add patches/20_LedgerSMB-Form-pod.patch to correct spelling errors.
+  * Add lintian override for empty directory ledgersmb/sql/coa/ar/gifi/.
+  * Initial addition of experimental debconf/dbconfig usage to ledgersmb.
+  * Add a symbolic link from /usr/share/ledgersmb/css to the directory
+    /var/lib/ledgersmb/css.
+
+ -- Robert James Clay <jame at rocasa.us>  Wed, 11 Apr 2012 16:37:30 -0400
+
+ledgersmb (1.3.14-1) experimental; urgency=low
+
+  * New upstream release.
+  * Correct the current active Uploaders list in LedgerSMB debian/control.
+  * Besides as examples; also install utils/ directory to /usr/share/ledgersmb.
+  * Changes for debian/patches/*:
+    - Correct working directory paths in 15_httpdconf.patch.
+    - Remove the current documentation (POD) patches as they are no longer
+      necessary.
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 03 Apr 2012 17:40:30 -0400
+
+ledgersmb (1.3.13-1) experimental; urgency=low
+
+  * New upstream release.
+  * Correct formatting issues in the debian/copyright file.
+  * Do not install doc/manual/*tex source files with package.
+  * Changes for debian/patches/*:
+    - Add patching of ledgersmb.conf.default to 05_confdir.patch.
+    - Update 10_Makefile-PL.patch against the new version of Makefile.PL.
+  * Changes to debian/rules:
+    - Remove the sed code for patching the ledgersmb.conf.default file from
+      the override_dh_auto_configure target.
+
+ -- Robert James Clay <jame at rocasa.us>  Wed, 21 Mar 2012 20:45:18 -0400
+
+ledgersmb (1.3.12-1) experimental; urgency=low
+
+  * New upstream release.
+  * Move removal of the no longer used statoverrides to ledgersmb.postinst.
+  * Correct how the /var/lib/ledgersmb/spool and /var/lib/ledgersmb/users
+    subdirectories are installed.
+  * Rewrote the LedgerSMB debian/copyright in accordance with DEP-5.
+  * Changes to debian/ledgersmb.postinst:
+    - Remove the unneeded code that conditionally installed pos.conf.pl.
+    - Remove the code that attempted install a copy of ledgersmb-httpd.conf.
+  * Changes for debian/patches/*:
+    - Add setting the templates base directory to 05_confdir.patch.
+    - Added 10_Makefile-PL.patch to correct issue with an incorrect version
+      number being listed in Makefile.PL.
+  * Changes to debian/rules:
+    - Create a copy of ledgersmb-httpd.conf.template as ledgersmb-httpd.conf.
+    - Set ownership of installed /var/lib/ledgersmb/* to www-data:www-data.
+    - Set ownership of installed /etc/ledgersmb/templates to www-data:www-data.
+    - Change how the unneeded directories LedgerSMB/Assets and LedgerSMB/Entity
+      are removed.
+  * Changes to debian/control:
+    - Rewrote the short and long package descriptions.
+    - Updated the Standards-Version to 3.9.3, no changes required.
+
+ -- Robert James Clay <jame at rocasa.us>  Wed, 14 Mar 2012 13:30:17 -0400
+
+ledgersmb (1.3.11-1) experimental; urgency=low
+
+  * New upstream release.
+  * Changes for debian/patches/*:
+    - Remove unneeded changes from the 15_httpdconf.patch file.
+    - The nine patches for the scripts/* files are no longer needed. Removed.
+  * Changes for debian/clean:
+    - Add the debian/clean file for use by dh_clean during package builds.
+    - Remove the created pos.conf.pl file during the package build cleanup.
+    - Remove the created ledgersmb.conf and ledgersmb-httpd.conf files using
+      dh_clean instead of directly in debian/rules.
+  * Changes to debian/ledgersmb.postinst:
+    - Correct the whitespace indentation in the script.
+    - Simplify the section using a2enmod to enable mod_rewrite.
+  * Changes to debian/ledgersmb.postrm:
+    - Correct the whitespace indentation in the script.
+  * Changes to debian/ledgersmb.install:
+    - Install default pos.conf.pl configuration file to /etc/ledgersmb.
+  * Changes to debian/ledgersmb.links:
+    - Install symbolic link for the pos.conf.pl configuration file.
+  * Changes to debian/rules:
+    - Remove the override_dh_auto_clean target as it is no longer needed.
+    - Change how Build.PL is removed in the override_dh_auto_configure target.
+    - Create default pos.conf.pl file in the override_dh_auto_configure target.
+
+ -- Robert James Clay <jame at rocasa.us>  Fri, 01 Mar 2012 14:26:52 -0500
+
+ledgersmb (1.3.10-1) experimental; urgency=low
+
+  * New upstream release.
+  * Install pos.conf.pl.template as an example file.
+  * Correct softlink for the ledgersmb-httpd.conf file.
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 17 Jan 2012 19:38:09 -0500
+
+ledgersmb (1.3.9-2) experimental; urgency=low
+
+  * Change debhelper compatibility to 8.
+  * Changes to debian/control:
+    - Change debhelper Build-Depends to >= 8.
+    - Change web server dependency to 'apache2 | httpd-cgi'.
+    - Make the postgresql related Depends/Suggests unversioned.
+  * Changes to debian/postrm:
+    - Rewrite how the old dpkg-statoverride usage is being dealt with.
+  * Changes to debian/postinst:
+    - Do not use dpkg-statoverride to set default permissions.
+    - If Apache is present, configure it for use with LedgerSMB.
+  * Changes to debian/rules:
+    - Changed to using dh and a mimimal debian/rules.
+    - Do not install MIT-LICENSE file from the embedded Scriptaculous library.
+    - Do permissions corrections here instead of in the maintenance scripts
+      and do them in the override_dh_fixperms target.
+  * Changes to debian/copyright:
+    - Update the end year for my debian directory copyright information.
+    - Add information regarding the embedded Scriptaculous Javascript library.
+  * Changes to debian/ledgersmb.lintian-override:
+    - Override the package-contains-empty-directory Lintian Warnings for the
+      directories scripts/custom and LedgerSMB/Reconciliation/CSV/Formats.
+    - Remove the override related to the Scriptaculous license file.
+  * Change how the ledgersmb-httpd.conf file is installed.
+  * Include patches for some application cgi script shebang issues.
+  * Include patches for application documentation spelling & NAME entry issues.
+  * Use debian/ledgersmb.manpages to list the man pages to be installed.
+  * Prefix binary-package specific file names in the debian directory with
+    the package name.
+
+ -- Robert James Clay <jame at rocasa.us>  Sun, 15 Jan 2012 13:38:19 -0500
+
+ledgersmb (1.3.9-1) experimental; urgency=low
+
+  * New upstream release.
+  * Clean up the debian/watch control file.
+  * Changes to debian/rules:
+    - Add build-arch and build-indep targets.
+    - Add a call for dh_perl to the binary-indep target.
+    - Add removal of created ledgersmb-httpd.conf to clean target.
+    - Run 'make distclean' in the clean target if the created Makefile
+      is present.
+  * Changes to debian/control:
+    - Add ${perl:Depends} to the Depends line.
+    - Change the Recommends for the lpr package to a Suggests.
+    - Updated the Standards-Version to 3.9.2, no changes needed.
+    - Remove ${shlibs:Depends} from Depends line as it is unneeded.
+    - Replace the Recommends for a mail-transport-agent with
+      "default-mta | mail-transport-agent".
+  * Correct spelling error and correct missing note about upstream release
+    in the 1.3.8-1 entry for the debian/changelog.
+  * Override Lintian warnings regarding the embedded Scriptaculous Javascript
+    library until LedgerSMB can be tested with the versions available in Debian.
+
+ -- Robert James Clay <jame at rocasa.us>  Sat, 24 Dec 2011 13:40:35 -0500
+
+ledgersmb (1.3.8-1) experimental; urgency=low
+
+  * New upstream release.
+  * Added a debian/TODO file.
+  * Do not install v1.3.x INSTALL file with package.
+  * Update debian/patches/05_confdir.patch for v1.3.8.
+  * Minor edit to the short description in debian/control.
+  * Reorganize Depends and Recommends entries in debian/control.
+  * Replace XML::Twig package references with OpenOffice::OODoc.
+  * Update to v1.3.x README.Debian adapted from v1.3 INSTALL file.
+  * Add ledgersmb-httpd.conf.template to debian/ledgersmb.examples.
+  * Create default ledgersmb-httpd.conf from ledgersmb-httpd.conf.template.
+  * Remove chmod of /etc/ledgersmb/*.pl from postinst as no longer necessary.
+  * Upstream no longer providing an HTML version of the manual, so remove that
+    entry in debian/ledgersmb.doc-base.
+
+ -- Robert James Clay <jame at rocasa.us>  Thu, 15 Dec 2011 14:58:50 -0500
+
+ledgersmb (1.3.0-1) experimental; urgency=low
+
+  * New upstream release, first in the v1.3 series.
+  * Initial adaptation of the Debian packaging to the new version as neccessary.
+
+ -- Robert James Clay <jame at rocasa.us>  Fri, 05 Nov 2011 22:42:43 -0400
+
+ledgersmb (1.2.25-1) stable; urgency=low
+
+  * New upstream release, which includes corrections for sql injection issue.
+  * Updated Standards-Version in debian/control to 3.9.1; no changes required.
+  * Updated copyright years as necessary to include 2011 in debian/copyright.
+  * Use dpkg-statoverride and postinst to set /etc/ledgersmb/* permissions.
+  * Use dh_lintian in debian/rules to install ledgersmb.lintian-overrides.
+  * Updated debhelper compatibility to 7 and Build-Depends to 7.0.50.
+  * Updated the package Depends and Recommends in debian/control.
+  * Updated the README.Debian file and added a Debian TODO file.
+  * Updated as neccessary for how files installation is done.
+  * Changed package patching system from dpatch to quilt.
+  * Change 'dh_clean -k' to dh_prep in debian/rules.
+  * Switch to dpkg-source 3.0 (quilt) format.
+
+ -- Robert James Clay <jame at rocasa.us>  Sun, 23 Oct 2011 15:49:46 -0400
+
+ledgersmb (1.2.24-1) unstable; urgency=low
+
+  * New upstream release
+  * Updated the debian/patches/15_httpdconf.dpatch patch.
+  * Updated Depends line in debian/control:  added libconfig-any-perl,
+    changed libhtml-parser-perl to libhtml-linkextractor-perl, added
+    libdata-dumper-simple-perl.
+
+ -- Robert James Clay <jame at rocasa.us>  Sat, 01 Oct 2011 17:35:37 -0400
+
+ledgersmb (1.2.23-1) unstable; urgency=low
+
+  * New upstream release
+  * Cleanup newline issue in debian/links file.
+
+ -- Robert James Clay <jame at rocasa.us>  Mon, 28 Sep 2011 09:43:37 -0400
+
+ledgersmb (1.2.22-1) unstable; urgency=low
+
+  * New upstream release
+  * Add note to README.source about how the source archive is currently
+    being created.
+
+ -- Robert James Clay <jame at rocasa.us>  Mon, 28 Sep 2011 08:19:11 -0400
+
+ledgersmb (1.2.21-1) unstable; urgency=low
+
+  * New upstream release
+  * Detailed the Debian packaging copyright in debian/copyright.
+
+ -- Robert James Clay <jame at rocasa.us>  Sun, 21 Mar 2010 21:16:00 -0400
+
+ledgersmb (1.2.20-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Robert James Clay <jame at rocasa.us>  Sat, 20 Feb 2010 11:40:38 -0500
+
+ledgersmb (1.2.19-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Robert James Clay <jame at rocasa.us>  Sat, 13 Feb 2010 12:08:25 -0500
+
+ledgersmb (1.2.18-1) unstable; urgency=low
+
+  [ Robert James Clay ]
+  * Added index.html link to doc/ledgersmb/html_manual/LedgerSMB-manual.html 
+  * Added HTML format section to ledgersmb.doc-base
+
+  [ Elizabeth Krumbach ]
+  * New upstream release 
+
+ -- Elizabeth Krumbach <lyz at princessleia.com>  Mon, 06 Apr 2009 00:16:23 +0000
+
+ledgersmb (1.2.17-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Thu, 20 Nov 2008 00:32:03 +0000
+
+ledgersmb (1.2.16-1) unstable; urgency=low
+
+  [ Roberto C. Sanchez ]
+  * Update to Standards-Version 3.8.0
+    + Add README.source
+
+  [ Elizabeth Bevilacqua ]
+  * New upstream release
+  * Edited README.Debian for better clarity
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Sun, 14 Sep 2008 14:27:08 +0000
+
+ledgersmb (1.2.15-2) unstable; urgency=low
+
+  * Added postgres-8.3 to depends and suggests 
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Fri, 29 Aug 2008 02:19:03 +0000
+
+ledgersmb (1.2.15-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Tue, 26 Aug 2008 18:48:58 +0000
+
+ledgersmb (1.2.14-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Fri, 22 Aug 2008 02:16:15 +0000
+
+ledgersmb (1.2.13-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Elizabeth Bevilacqua <lyz at princessleia.com>  Tue, 08 Apr 2008 19:02:35 +0000
+
+ledgersmb (1.2.5-2) unstable; urgency=low
+
+  * Adding 1.2.5 hotfixes
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 28 May 2007 18:09:32 -0400
+
+ledgersmb (1.2.5-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 09 May 2007 14:00:32 -0400
+
+ledgersmb (1.2.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 04 May 2007 12:16:32 -0400
+
+ledgersmb (1.2.3-2) unstable; urgency=low
+
+  * Adding README.Ubuntu
+  * Changing package defaults to disabling LaTeX
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 19 Apr 2007 11:44:32 -0400
+
+ledgersmb (1.2.3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sun, 15 Apr 2007 23:27:32 -0400
+
+ledgersmb (1.2.2-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 11 Mar 2007 00:23:32 -0400
+
+ledgersmb (1.2.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 09 Mar 2007 18:12:32 -0400
+
+ledgersmb (1.2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 04 Mar 2007 00:00:32 -0400
+
+ledgersmb (1.1.99rc5.2-3) unstable; urgency=low
+
+  * Fix another packaging error
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 15:01:22 -0500
+
+ledgersmb (1.1.99rc5.2-2) unstable; urgency=low
+
+  * Fix packaging error
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 14:41:22 -0500
+
+ledgersmb (1.1.99rc5.2-1) unstable; urgency=low
+
+  * New upstream release
+  * Renaming the package to match the first phase of upstream renaming
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Mar 2007 14:26:22 -0500
+
+ledger-smb (1.1.99rc1-2) unstable; urgency=low
+
+  * Fixing PostgreSQL server dependencies
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Feb 2006 22:46:22 -0500
+
+ledger-smb (1.1.99rc1-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Fri, 23 Feb 2006 22:22:22 -0500
+
+ledger-smb (1.1.99beta4-1) unstable; urgency=low
+
+  * New upstream version
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sun, 28 Jan 2006 14:01:57 -0500
+
+ledger-smb (1.1.99beta3-2) unstable; urgency=low
+
+  * Add updates to db upgrade script to work with current code
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 23 Nov 2006 13:02:13 -0500
+
+ledger-smb (1.1.99beta3-1) unstable; urgency=low
+
+  * New upstream version
+  * Removed image directory patch for more testing
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Thu, 23 Nov 2006 12:39:13 -0500
+
+ledger-smb (1.1.99beta2-6) unstable; urgency=low
+
+  * Fixing package LaTeX dependencies
+  * Fixing permissions in /var/lib/ledger-smb
+  * Fixing default configuration error
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 21:39:13 -0500
+
+ledger-smb (1.1.99beta2-5) unstable; urgency=low
+
+  * Fixing image directory changes
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 13:00:06 -0500
+
+ledger-smb (1.1.99beta2-4) unstable; urgency=low
+
+  * Add some upstream fixes
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 12:46:22 -0500
+
+ledger-smb (1.1.99beta2-3) unstable; urgency=low
+
+  * Adjust required versions of perl and postgresql-client and sundry
+    packaging fixes
+  * Move template images to /var/lib/ledger-smb/images
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Sat, 18 Nov 2006 12:18:22 -0500
+
+ledger-smb (1.1.99beta2-2) unstable; urgency=low
+
+  * Adjust permissions of installed files
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 15 Nov 2006 17:28:22 -0500
+
+ledger-smb (1.1.99beta2-1) unstable; urgency=low
+
+  * Adding initial set up instructions to README.Debian
+  * New upstream version
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Wed, 15 Nov 2006 14:24:53 -0500
+
+ledger-smb (1.1.99beta1-5) unstable; urgency=low
+
+  * Fix templates directory location
+  * Increasing amount of included docs in /usr/share/doc/ledger-smb
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 21:01:55 -0500
+
+ledger-smb (1.1.99beta1-4) unstable; urgency=low
+
+  * Fixing syntax in default config
+  * Adjusting post(inst|rm) to reload apache2
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:34:59 -0500
+
+ledger-smb (1.1.99beta1-3) unstable; urgency=low
+
+  * Fixing package versions
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:09:41 -0500
+
+ledger-smb (1.1.99beta1-2) unstable; urgency=low
+
+  * Fixing package versions
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 19:05:48 -0500
+
+ledger-smb (1.1.99beta1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Seneca Cunningham <tetragon at ledgersmb.org>  Mon, 13 Nov 2006 15:29:53 -0500
+

Deleted: ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch
===================================================================
--- ledger-smb/trunk/debian/patches/05_confdir.patch	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,67 +0,0 @@
-Author: Robert James Clay <jame at rocasa.us>
-Description: Change default directories
-Index: ledgersmb/LedgerSMB/Sysconfig.pm
-===================================================================
---- ledgersmb.orig/LedgerSMB/Sysconfig.pm	2011-12-12 07:12:13.000000000 -0500
-+++ ledgersmb/LedgerSMB/Sysconfig.pm	2012-03-15 15:54:19.000000000 -0400
-@@ -56,20 +56,20 @@
- our $cookie_name = "LedgerSMB-1.3";
- 
- # spool directory for batch printing
--our $spool = "spool";
-+our $spool = "/var/lib/ledgersmb/spool";
- 
- our $cache_templates = 0;
- # path to user configuration files
--our $userspath = "users";
-+our $userspath = "/var/lib/ledgersmb/users";
- 
- # templates base directory
--our $templates = "templates";
-+our $templates = "/etc/ledgersmb/templates";
- 
- # Temporary files stored at"
- our $tempdir = ( $ENV{TEMP} || '/tmp' );
- 
- # member file
--our $memberfile = "users/members";
-+our $memberfile = "/var/lib/ledgersmb/users/members";
- 
- # location of sendmail
- our $sendmail = "/usr/sbin/sendmail -t";
-@@ -91,7 +91,7 @@
- our $gzip = "gzip -S .gz";
- 
- # Path to the translation files
--our $localepath = 'locale/po';
-+our $localepath = '/usr/share/ledgersmb/locale/po';
- 
- our $no_db_str = 'database';
- our $log_level = 'ERROR';
-Index: ledgersmb/ledgersmb.conf.default
-===================================================================
---- ledgersmb.orig/ledgersmb.conf.default	2011-12-12 07:12:13.000000000 -0500
-+++ ledgersmb/ledgersmb.conf.default	2012-03-15 15:59:03.000000000 -0400
-@@ -47,16 +47,16 @@
- 
- [paths]
- # spool directory for batch printing
--spool      = spool
-+spool      = /var/lib/ledgersmb/spool
- # path to user configuration files
--userspath  = users
-+userspath  = /var/lib/ledgersmb/users
- # templates base directory
--templates  = templates
-+templates  = /etc/ledgersmb/templates
- # images base directory
--images  = images
-+images  = /usr/share/ledgersmb/images
- # member file
--memberfile = users/members
--localepath = locale/po
-+memberfile = /var/lib/ledgersmb/users/members
-+localepath = /usr/share/ledgersmb/locale/po
- 
- [programs]
- # program to use for file compression

Copied: ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch (from rev 524, ledger-smb/trunk/debian/patches/05_confdir.patch)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/patches/05_confdir.patch	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,72 @@
+Author: Robert James Clay <jame at rocasa.us>
+Description: Change default directories
+--- a/LedgerSMB/Sysconfig.pm
++++ b/LedgerSMB/Sysconfig.pm
+@@ -56,20 +56,20 @@
+ our $cookie_name = "LedgerSMB-1.3";
+ 
+ # spool directory for batch printing
+-our $spool = "spool";
++our $spool = "/var/lib/ledgersmb/spool";
+ 
+ our $cache_templates = 0;
+ # path to user configuration files
+-our $userspath = "users";
++our $userspath = "/var/lib/ledgersmb/users";
+ 
+ # templates base directory
+-our $templates = "templates";
++our $templates = "/etc/ledgersmb/templates";
+ 
+ # Temporary files stored at"
+ our $tempdir = ( $ENV{TEMP} || '/tmp' );
+ 
+ # member file
+-our $memberfile = "users/members";
++our $memberfile = "/var/lib/ledgersmb/users/members";
+ 
+ # location of sendmail
+ our $sendmail = "/usr/sbin/sendmail -t";
+@@ -91,7 +91,7 @@
+ our $gzip = "gzip -S .gz";
+ 
+ # Path to the translation files
+-our $localepath = 'locale/po';
++our $localepath = '/usr/share/ledgersmb/locale/po';
+ 
+ our $no_db_str = 'database';
+ our $log_level = 'ERROR';
+--- a/ledgersmb.conf.default
++++ b/ledgersmb.conf.default
+@@ -46,16 +46,16 @@
+ 
+ [paths]
+ # spool directory for batch printing
+-spool      = spool
++spool      = /var/lib/ledgersmb/spool
+ # path to user configuration files
+-userspath  = users
++userspath  = /var/lib/ledgersmb/users
+ # templates base directory
+-templates  = templates
++templates  = /etc/ledgersmb/templates
+ # images base directory
+-images  = images
++images  = /usr/share/ledgersmb/images
+ # member file
+-memberfile = users/members
+-localepath = locale/po
++memberfile = /var/lib/ledgersmb/users/members
++localepath = /usr/share/ledgersmb/locale/po
+ 
+ [programs]
+ # program to use for file compression
+@@ -83,7 +83,7 @@
+ db_namespace = public
+ #contrib_dir PG_CONTRIB_DIR 
+ #with postgresql-9.1 this stuff is in /usr/share/postgresql/9.1/extension and is injected in database with create extension pg_trgm,btree_gist...
+-contrib_dir = /usr/share/pgsql/contrib/
++contrib_dir = /usr/share/postgresql/9.1/extension
+ # sslmode can be require, allow, prefer, or disable.  Defaults to prefer.
+ sslmode = prefer
+ 

Deleted: ledger-smb/tags/1.3.16-1/debian/po/templates.pot
===================================================================
--- ledger-smb/trunk/debian/po/templates.pot	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/po/templates.pot	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,62 +0,0 @@
-# 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 ""

Copied: ledger-smb/tags/1.3.16-1/debian/po/templates.pot (from rev 531, ledger-smb/trunk/debian/po/templates.pot)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/po/templates.pot	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/po/templates.pot	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,65 @@
+# 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-05-08 08:17-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. It is, "
+"however, expermental;  it may not be fully operational, and therefore the "
+"current default is to not run it.  Information about the initial "
+"configuration of the application can be found in README.Debian."
+msgstr ""

Deleted: ledger-smb/tags/1.3.16-1/debian/templates
===================================================================
--- ledger-smb/trunk/debian/templates	2012-05-01 12:17:04 UTC (rev 522)
+++ ledger-smb/tags/1.3.16-1/debian/templates	2012-05-08 13:49:23 UTC (rev 533)
@@ -1,23 +0,0 @@
-Template: ledgersmb/admin_login
-Type: string
-Default: ledgersmb
-_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/admin_password
-Type: password
-Default: LEDGERSMBINITIAL
-_Description: Password for the Database Administrative user:
- Please enter the password of the LedgerSMB Database Administrative user.
- This password is needed for, for instance, running setup.pl in the Web
- Interface.
-
-Template: ledgersmb/debconf_install
-Type: boolean
-Default: false
-_Description: Configure LedgerSMB automatically?
- The configuration program for the package can automatically configure
- LedgerSMB, at least and especially for the LedgerSMB Database User.
-

Copied: ledger-smb/tags/1.3.16-1/debian/templates (from rev 525, ledger-smb/trunk/debian/templates)
===================================================================
--- ledger-smb/tags/1.3.16-1/debian/templates	                        (rev 0)
+++ ledger-smb/tags/1.3.16-1/debian/templates	2012-05-08 13:49:23 UTC (rev 533)
@@ -0,0 +1,26 @@
+Template: ledgersmb/admin_login
+Type: string
+Default: ledgersmb
+_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/admin_password
+Type: password
+Default: LEDGERSMBINITIAL
+_Description: Password for the Database Administrative user:
+ Please enter the password of the LedgerSMB Database Administrative user.
+ This password is needed for, for instance, running setup.pl in the Web
+ Interface.
+
+Template: ledgersmb/debconf_install
+Type: boolean
+Default: false
+_Description: Configure LedgerSMB automatically?
+ The configuration program for the package can automatically configure
+ LedgerSMB, at least and especially for the LedgerSMB Database User. It
+ is, however, expermental;  it may not be fully operational, and therefore
+ the current default is to not run it.  Information about the initial
+ configuration of the application can be found in README.Debian.
+




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