[Pkg-sql-ledger-commit] r520 - in ledger-smb/tags: . 1.3.15-2/debian 1.3.15-2/debian/patches

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Wed Apr 18 23:02:03 UTC 2012


Author: jame-guest
Date: 2012-04-18 23:02:02 +0000 (Wed, 18 Apr 2012)
New Revision: 520

Added:
   ledger-smb/tags/1.3.15-2/
   ledger-smb/tags/1.3.15-2/debian/README.Debian
   ledger-smb/tags/1.3.15-2/debian/changelog
   ledger-smb/tags/1.3.15-2/debian/ledgersmb.config
   ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst
   ledger-smb/tags/1.3.15-2/debian/patches/10_httpdconf.patch
   ledger-smb/tags/1.3.15-2/debian/patches/15_UI-setup-credentials.patch
   ledger-smb/tags/1.3.15-2/debian/patches/series
   ledger-smb/tags/1.3.15-2/debian/templates
Removed:
   ledger-smb/tags/1.3.15-2/debian/README.Debian
   ledger-smb/tags/1.3.15-2/debian/changelog
   ledger-smb/tags/1.3.15-2/debian/ledgersmb.config
   ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst
   ledger-smb/tags/1.3.15-2/debian/patches/15_httpdconf.patch
   ledger-smb/tags/1.3.15-2/debian/patches/series
   ledger-smb/tags/1.3.15-2/debian/templates
Log:
Rotate v1.3.15-2 experimental release to tags.

Deleted: ledger-smb/tags/1.3.15-2/debian/README.Debian
===================================================================
--- ledger-smb/trunk/debian/README.Debian	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/README.Debian	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,87 +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
-    repository as 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 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 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.
-    Additionally, 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 you can create databases fairly easily is by directing your web
-    browser to the setup.pl script at your installed ledgersmb directory. So
-    if the base URL is http://localhost/ledgersmb/, you can access the database
-    setup and upgrade script at http://localhost/ledgersmb/setup.pl.  This is
-    very different from the approaches taken by LedgerSMB 1.2.x and earlier and
-    SQL-Ledger, but rather forms a wizard to walk you through the process.
-
-    Please note that the setup.pl file assumes that LedgerSMB is already
-    configured to be able to access the database and locate the relevant
-    PostgreSQL contrib scripts. In particular, you must have the contrib_dir
-    directive set to point to those scripts properly in your ledgersmb.conf
-    before you begin.  You should also know the user and password for a
-    LedgerSMB database admin user which has the access to create users and
-    databases. The standard name for this user is ledgersmb and is assumed to
-    have the following access: SUPERUSER LOGIN NOINHERIT. (If this was not
-    configured at the time of the package installation, the ledgersmb user
-    can be added by using the standard postgresql database tools.) 
-
-    If you are upgrading from 1.2, your 1.2 tables will be moved to schema
-    lsmb12. Please keep this schema for some months. Updates which need this
-    schema may still be necessary.
-
-
-Manual configuration
-====================
-
-    If you want to perform the installation of the company database completely
-    manually, you should consult the 'prepare-company-database.sh' script that
-    is 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>  Tue, 10 Apr 2012 13:40:37 -0500

Copied: ledger-smb/tags/1.3.15-2/debian/README.Debian (from rev 518, ledger-smb/trunk/debian/README.Debian)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/README.Debian	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/README.Debian	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,86 @@
+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

Deleted: ledger-smb/tags/1.3.15-2/debian/changelog
===================================================================
--- ledger-smb/trunk/debian/changelog	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/changelog	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,482 +0,0 @@
-ledgersmb (1.3.15~rc2-1~1) UNRELEASED; urgency=low
-
-  * Second Release Candidate for a new upstream release.
-  * 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>  Fri, 13 Apr 2012 12:07:28 -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.15-2/debian/changelog (from rev 519, ledger-smb/trunk/debian/changelog)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/changelog	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/changelog	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,494 @@
+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
+

Deleted: ledger-smb/tags/1.3.15-2/debian/ledgersmb.config
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.config	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/ledgersmb.config	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-# need to compare in future version
-dbc_first_version="1.3.14-2"
-
-if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
-    dbc_dbtypes="pgsql"
-    dbc_authmethod_user="password"
-
-    . /usr/share/dbconfig-common/dpkg/config
-fi
-
-db_input high ledgersmb/lsmb_debconf || true
-db_go || true
-
-db_get ledgersmb/lsmb_debconf
-if [ "$RET" = true ];then
-    if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
-        dbc_go ledgersmb $@
-    fi
-
-    db_input high ledgersmb/lsmb_login || true
-    db_input high ledgersmb/lsmb_password || true
-    db_go || true
-fi
-
-exit 0

Copied: ledger-smb/tags/1.3.15-2/debian/ledgersmb.config (from rev 511, ledger-smb/trunk/debian/ledgersmb.config)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/ledgersmb.config	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/ledgersmb.config	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+# need to compare in future version
+dbc_first_version="1.3.14-2"
+
+if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
+    dbc_dbtypes="pgsql"
+    dbc_authmethod_user="password"
+
+    . /usr/share/dbconfig-common/dpkg/config
+fi
+
+db_input high ledgersmb/debconf_install || true
+db_go || true
+
+db_get ledgersmb/debconf_install
+if [ "$RET" = true ];then
+    if [ -f /usr/share/dbconfig-common/dpkg/config ]; then
+        dbc_go ledgersmb $@
+    fi
+
+    db_input high ledgersmb/admin_login || true
+    db_input high ledgersmb/admin_password || true
+    db_go || true
+fi
+
+exit 0

Deleted: ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst
===================================================================
--- ledger-smb/trunk/debian/ledgersmb.postinst	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,83 +0,0 @@
-#!/bin/sh
-# postinst script for ledgersmb
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <postinst> `abort-remove'
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-
-#  Set old_version variable for use later in the script.
-old_version=$2
-
-#   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-# is no longer being used in debian/postinst to set it
-drop_statoverride() {
-    for file in /etc/ledgersmb /etc/ledgersmb/images \
-        /etc/ledgersmb/images/demo /etc/ledgersmb/template ;
-    do
-        if dpkg-statoverride --list $file >/dev/null; then
-            dpkg-statoverride --remove $file
-        fi
-    done
-}
-
-dbc_first_version="1.3.14-2"
-dbc_dbtypes="pgsql"
-
-. /usr/share/debconf/confmodule
-. /usr/share/dbconfig-common/dpkg/postinst.pgsql
-
-case "$1" in
-    configure)
-        # Do Apache related processing if it is present.
-        if [ -d "/etc/apache2" ]; then
-            # Only do these if this is the initial install.
-            if [ -z "$old_version" ]; then
-                # Enable Apache mod_rewrite
-                if [ -x "`which a2enmod 2>/dev/null`" ]; then
-                    a2enmod rewrite
-                fi
-                # Restart apache
-                if [ -x "/etc/init.d/apache2" ]; then
-                    invoke-rc.d apache2 restart 3>/dev/null || true
-                fi
-            fi
-        fi
-        #   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
-        # is no longer being used in debian/postinst to set it.
-        if [ -n "$old_version" ] &&  dpkg --compare-versions $old_version lt 1.3.9-2; then
-            drop_statoverride
-        fi
-        # If enabled, do the debconf supported configuration
-        db_get ledgersmb/lsmb_debconf
-        if [ "$RET" = true ]; then 
-            dbc_go ledgersmb $@
-        fi
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0

Copied: ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst (from rev 515, ledger-smb/trunk/debian/ledgersmb.postinst)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/ledgersmb.postinst	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,83 @@
+#!/bin/sh
+# postinst script for ledgersmb
+#
+# see: dh_installdeb(1)
+
+set -e
+
+# summary of how this script can be called:
+#        * <postinst> `configure' <most-recently-configured-version>
+#        * <old-postinst> `abort-upgrade' <new version>
+#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
+#          <new-version>
+#        * <postinst> `abort-remove'
+#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
+#          <failed-install-package> <version> `removing'
+#          <conflicting-package> <version>
+# for details, see http://www.debian.org/doc/debian-policy/ or
+# the debian-policy package
+
+#  Set old_version variable for use later in the script.
+old_version=$2
+
+#   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
+# is no longer being used in debian/postinst to set it
+drop_statoverride() {
+    for file in /etc/ledgersmb /etc/ledgersmb/images \
+        /etc/ledgersmb/images/demo /etc/ledgersmb/template ;
+    do
+        if dpkg-statoverride --list $file >/dev/null; then
+            dpkg-statoverride --remove $file
+        fi
+    done
+}
+
+dbc_first_version="1.3.14-2"
+dbc_dbtypes="pgsql"
+
+. /usr/share/debconf/confmodule
+. /usr/share/dbconfig-common/dpkg/postinst.pgsql
+
+case "$1" in
+    configure)
+        # Do Apache related processing if it is present.
+        if [ -d "/etc/apache2" ]; then
+            # Only do these if this is the initial install.
+            if [ -z "$old_version" ]; then
+                # Enable Apache mod_rewrite
+                if [ -x "`which a2enmod 2>/dev/null`" ]; then
+                    a2enmod rewrite
+                fi
+                # Restart apache
+                if [ -x "/etc/init.d/apache2" ]; then
+                    invoke-rc.d apache2 restart 3>/dev/null || true
+                fi
+            fi
+        fi
+        #   Remove these settings for /etc/ledgersmb/*, as dpkg-statoverride
+        # is no longer being used in debian/postinst to set it.
+        if [ -n "$old_version" ] &&  dpkg --compare-versions $old_version lt 1.3.9-2; then
+            drop_statoverride
+        fi
+        # If enabled, do the debconf supported configuration
+        db_get ledgersmb/debconf_install
+        if [ "$RET" = true ]; then 
+            dbc_go ledgersmb $@
+        fi
+    ;;
+
+    abort-upgrade|abort-remove|abort-deconfigure)
+    ;;
+
+    *)
+        echo "postinst called with unknown argument \`$1'" >&2
+        exit 1
+    ;;
+esac
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#
+
+exit 0

Copied: ledger-smb/tags/1.3.15-2/debian/patches/10_httpdconf.patch (from rev 516, ledger-smb/trunk/debian/patches/10_httpdconf.patch)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/patches/10_httpdconf.patch	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/patches/10_httpdconf.patch	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,54 @@
+Author: Robert James Clay <jame at rocasa.us>
+Description: Changing paths in Apache config
+--- a/ledgersmb-httpd.conf.template
++++ b/ledgersmb-httpd.conf.template
+@@ -1,8 +1,8 @@
+ # This file must be edited to substitute the current path with WORKING_DIR
+ 
+-Alias /ledgersmb WORKING_DIR/
++Alias /ledgersmb /usr/share/ledgersmb/
+ 
+-<Directory WORKING_DIR>
++<Directory /usr/share/ledgersmb>
+ 
+   # Rewrite rule to allow HTTP Authorization information to the scripts only
+   # from this directory.
+@@ -36,32 +36,32 @@
+   </Files>
+ </Directory>
+ 
+-<Directory WORKING_DIR/users>
++<Directory /var/lib/ledgersmb/users>
+   Order Deny,Allow
+   Deny from All
+ </Directory>
+ 
+-<Directory WORKING_DIR/bin>
++<Directory /usr/share/ledgersmb/bin>
+   Order Deny,Allow
+   Deny from All
+ </Directory>
+ 
+-<Directory WORKING_DIR/utils>
++<Directory /usr/share/ledgersmb/utils>
+   Order Deny,Allow
+   Deny from All
+ </Directory>
+ 
+-<Directory WORKING_DIR/spool>
++<Directory /var/lib/ledgersmb/spool>
+   Order Deny,Allow
+   Deny from All
+ </Directory>
+ 
+-<Directory WORKING_DIR/templates>
++<Directory /etc/ledgersmb/templates>
+   Order Deny,Allow
+   Deny from All
+ </Directory>
+ 
+-<Directory WORKING_DIR/LedgerSMB>
++<Directory /usr/share/ledgersmb/LedgerSMB>
+   Order Deny,Allow
+   Deny from All
+ </Directory>

Copied: ledger-smb/tags/1.3.15-2/debian/patches/15_UI-setup-credentials.patch (from rev 517, ledger-smb/trunk/debian/patches/15_UI-setup-credentials.patch)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/patches/15_UI-setup-credentials.patch	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/patches/15_UI-setup-credentials.patch	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,13 @@
+Author: Robert James Clay <jame at rocasa.us>
+Description: Set 'ledgersmb' as the default database superuser in setup.pl.
+--- a/UI/setup/credentials.html
++++ b/UI/setup/credentials.html
+@@ -10,7 +10,7 @@
+ <div class="login_form">
+ <div id="userpass">
+ <div class="inputrow">
+-<?lsmb IF !s_user; s_user = 'postgres'; END;
++<?lsmb IF !s_user; s_user = 'ledgersmb'; END;
+ INCLUDE input element_data = {
+     name = 's_user'
+    value = s_user

Deleted: ledger-smb/tags/1.3.15-2/debian/patches/15_httpdconf.patch
===================================================================
--- ledger-smb/trunk/debian/patches/15_httpdconf.patch	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/patches/15_httpdconf.patch	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,54 +0,0 @@
-Author: Robert James Clay <jame at rocasa.us>
-Description: Changing paths in Apache config
---- a/ledgersmb-httpd.conf.template
-+++ b/ledgersmb-httpd.conf.template
-@@ -1,8 +1,8 @@
- # This file must be edited to substitute the current path with WORKING_DIR
- 
--Alias /ledgersmb WORKING_DIR/
-+Alias /ledgersmb /usr/share/ledgersmb/
- 
--<Directory WORKING_DIR>
-+<Directory /usr/share/ledgersmb>
- 
-   # Rewrite rule to allow HTTP Authorization information to the scripts only
-   # from this directory.
-@@ -36,32 +36,32 @@
-   </Files>
- </Directory>
- 
--<Directory WORKING_DIR/users>
-+<Directory /var/lib/ledgersmb/users>
-   Order Deny,Allow
-   Deny from All
- </Directory>
- 
--<Directory WORKING_DIR/bin>
-+<Directory /usr/share/ledgersmb/bin>
-   Order Deny,Allow
-   Deny from All
- </Directory>
- 
--<Directory WORKING_DIR/utils>
-+<Directory /usr/share/ledgersmb/utils>
-   Order Deny,Allow
-   Deny from All
- </Directory>
- 
--<Directory WORKING_DIR/spool>
-+<Directory /var/lib/ledgersmb/spool>
-   Order Deny,Allow
-   Deny from All
- </Directory>
- 
--<Directory WORKING_DIR/templates>
-+<Directory /etc/ledgersmb/templates>
-   Order Deny,Allow
-   Deny from All
- </Directory>
- 
--<Directory WORKING_DIR/LedgerSMB>
-+<Directory /usr/share/ledgersmb/LedgerSMB>
-   Order Deny,Allow
-   Deny from All
- </Directory>

Deleted: ledger-smb/tags/1.3.15-2/debian/patches/series
===================================================================
--- ledger-smb/trunk/debian/patches/series	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/patches/series	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,2 +0,0 @@
-05_confdir.patch
-15_httpdconf.patch

Copied: ledger-smb/tags/1.3.15-2/debian/patches/series (from rev 517, ledger-smb/trunk/debian/patches/series)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/patches/series	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/patches/series	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,3 @@
+05_confdir.patch
+10_httpdconf.patch
+15_UI-setup-credentials.patch

Deleted: ledger-smb/tags/1.3.15-2/debian/templates
===================================================================
--- ledger-smb/trunk/debian/templates	2012-04-13 16:08:13 UTC (rev 509)
+++ ledger-smb/tags/1.3.15-2/debian/templates	2012-04-18 23:02:02 UTC (rev 520)
@@ -1,23 +0,0 @@
-Template: ledgersmb/lsmb_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/lsmb_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/lsmb_debconf
-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.15-2/debian/templates (from rev 511, ledger-smb/trunk/debian/templates)
===================================================================
--- ledger-smb/tags/1.3.15-2/debian/templates	                        (rev 0)
+++ ledger-smb/tags/1.3.15-2/debian/templates	2012-04-18 23:02:02 UTC (rev 520)
@@ -0,0 +1,23 @@
+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.
+




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