[Pkg-sql-ledger-commit] r498 - in ledger-smb/branches/dbconfig/debian: . patches

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Wed Apr 4 02:46:48 UTC 2012


Author: jame-guest
Date: 2012-04-04 02:46:47 +0000 (Wed, 04 Apr 2012)
New Revision: 498

Added:
   ledger-smb/branches/dbconfig/debian/patches/20_LedgerSMB-Form-pod.patch
Modified:
   ledger-smb/branches/dbconfig/debian/changelog
   ledger-smb/branches/dbconfig/debian/ledgersmb.lintian-overrides
   ledger-smb/branches/dbconfig/debian/patches/series
Log:
Merge branch 'master' into svn/dbconfig

Modified: ledger-smb/branches/dbconfig/debian/changelog
===================================================================
--- ledger-smb/branches/dbconfig/debian/changelog	2012-04-04 02:40:39 UTC (rev 497)
+++ ledger-smb/branches/dbconfig/debian/changelog	2012-04-04 02:46:47 UTC (rev 498)
@@ -1,3 +1,10 @@
+ledgersmb (1.3.14-2~1) UNRELEASED; urgency=low
+
+  * Add patches/20_LedgerSMB-Form-pod.patch to correct spelling error.
+  * Add lintian override for empty directory ledgersmb/sql/coa/ar/gifi/.
+
+ -- Robert James Clay <jame at rocasa.us>  Tue, 03 Apr 2012 22:40:17 -0400
+
 ledgersmb (1.3.14-1) experimental; urgency=low
 
   * New upstream release.

Modified: ledger-smb/branches/dbconfig/debian/ledgersmb.lintian-overrides
===================================================================
--- ledger-smb/branches/dbconfig/debian/ledgersmb.lintian-overrides	2012-04-04 02:40:39 UTC (rev 497)
+++ ledger-smb/branches/dbconfig/debian/ledgersmb.lintian-overrides	2012-04-04 02:46:47 UTC (rev 498)
@@ -1,6 +1,9 @@
 # Upstream includes empty directory intentionally, as standard locations for custom scripts
 ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/bin/custom/
 ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/scripts/custom/
+
+# Upstream includes empty directory intentionally.
+ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/sql/coa/ar/gifi/
 ledgersmb binary: package-contains-empty-directory usr/share/ledgersmb/LedgerSMB/Reconciliation/CSV/Formats/
 
 # Upstream now includes an embedded copy of the Scriptaculous Javascript Library. There is a package for it

Added: ledger-smb/branches/dbconfig/debian/patches/20_LedgerSMB-Form-pod.patch
===================================================================
--- ledger-smb/branches/dbconfig/debian/patches/20_LedgerSMB-Form-pod.patch	                        (rev 0)
+++ ledger-smb/branches/dbconfig/debian/patches/20_LedgerSMB-Form-pod.patch	2012-04-04 02:46:47 UTC (rev 498)
@@ -0,0 +1,57 @@
+Description: Correct POD issues in LedgerSMB/Form.pm
+ Spelling error in lines 2091,2397,2960,3104,3139, & 3143: seperated separated.
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3472015&group_id=175965&atid=1005191
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/LedgerSMB/Form.pm
++++ b/LedgerSMB/Form.pm
+@@ -2088,7 +2088,7 @@
+ =item $form->all_taxaccounts($myconfig, $dbh2[, $transdate]);
+ 
+ Get the tax rates and numbers for all the taxes in $form->{taxaccounts}.  Does
+-nothing if $form->{taxaccounts} is false.  Taxes are listed as a space seperated
++nothing if $form->{taxaccounts} is false.  Taxes are listed as a space separated
+ list of account numbers from the chart.  The retrieved values are placed within
+ $form->{${accno}_rate} and $form->{${accno}_taxnumber}.  If $transdate is set,
+ then only process taxes that were valid on $transdate.
+@@ -2394,7 +2394,7 @@
+ accounts that have $module in their link field.  The hash is keyed upon link
+ elements such as 'AP_amount' and 'AR_tax' and they refer to lists of hashes
+ containing accno and description for the appropriate accounts.  If the key does
+-not contain 'tax', the account number is appended to the space seperated list
++not contain 'tax', the account number is appended to the space separated list
+ $form->{accounts}.  $module is typically 'AR' or 'AP' and is the base type of
+ the accounts looked up.
+ 
+@@ -2957,7 +2957,7 @@
+ Clears out any old status entries for $form->{id} and saves new status entries.
+ Queued form names are extracted from $form->{queued}.  Printed and emailed form
+ names are extracted from $form->{printed} and $form->{emailed}.  The queued,
+-printed, and emailed fields are space seperated lists.
++printed, and emailed fields are space separated lists.
+ 
+ =cut
+ 
+@@ -3101,7 +3101,7 @@
+ Saves or deletes recurring transaction scheduling.  $form->{id} is used to
+ determine the id used in the various recurring tables.  A recurring transaction
+ schedule is deleted by having $form->{recurring} be false.  For adding or
+-updating a schedule, $form->{recurring} is a comma seperated field with partial
++updating a schedule, $form->{recurring} is a comma separated field with partial
+ subfield quoting of the form:
+ 
+   reference,startdate,repeat,unit,howmany,payment,print,email,message
+@@ -3136,11 +3136,11 @@
+ 
+ =item print
+ 
+-A colon seperated list of formname:format:printer triplets.
++A colon separated list of formname:format:printer triplets.
+ 
+ =item email
+ 
+-A colon seperated list of formname:format pairs.
++A colon separated list of formname:format pairs.
+ 
+ =item message
+ 

Modified: ledger-smb/branches/dbconfig/debian/patches/series
===================================================================
--- ledger-smb/branches/dbconfig/debian/patches/series	2012-04-04 02:40:39 UTC (rev 497)
+++ ledger-smb/branches/dbconfig/debian/patches/series	2012-04-04 02:46:47 UTC (rev 498)
@@ -1,3 +1,4 @@
 05_confdir.patch
 10_Makefile-PL.patch
 15_httpdconf.patch
+20_LedgerSMB-Form-pod.patch




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