[Pkg-sql-ledger-commit] r398 - ledger-smb/trunk/debian/patches

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sat Jan 14 21:02:15 UTC 2012


Author: jame-guest
Date: 2012-01-14 21:02:15 +0000 (Sat, 14 Jan 2012)
New Revision: 398

Added:
   ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch
   ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch
   ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch
   ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch
   ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch
   ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch
   ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch
   ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch
   ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch
Modified:
   ledger-smb/trunk/debian/patches/series
Log:
Import patches for cgi script shebang line issues.

Added: ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,12 @@
+Description: Unneccessary shebang line in scripts/admin.pl
+ Correct issue with unneccessary shebang line in scripts/admin.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/admin.pl
++++ b/scripts/admin.pl
+@@ -1,4 +1,3 @@
+-#!/usr/bin/perl
+ package LedgerSMB::Scripts::admin;
+ use strict;
+ 

Added: ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,13 @@
+Description: Unneccessary shebang line in scripts/customer.pl
+ Correct issue with unneccessary shebang line in scripts/customer.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/customer.pl
++++ b/scripts/customer.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ =pod
+ 
+ =head1 NAME

Added: ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,13 @@
+Description: Unneccessary shebang line in scripts/employee.pl
+ Correct issue with unneccessary shebang line in scripts/employee.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/employee.pl
++++ b/scripts/employee.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ =pod
+ 
+ =head1 NAME

Added: ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,14 @@
+Description: Unneccessary shebang line in scripts/journal.pl
+ Correct issue with unneccessary shebang line in scripts/journal.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/journal.pl
++++ b/scripts/journal.pl
+@@ -1,5 +1,4 @@
+-#!/usr/bin/perl
+-
++=pod
+ 
+ =head1 NAME
+ 

Added: ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,14 @@
+Description: Unneccessary shebang line in scripts/menu.pl
+ Correct issue with unneccessary shebang line in scripts/menu.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/menu.pl
++++ b/scripts/menu.pl
+@@ -1,5 +1,4 @@
+-#!/usr/bin/perl
+-
++=pod
+ 
+ =head1 NAME
+ 

Added: ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,12 @@
+Description: Unneccessary shebang line in scripts/recon.pl
+ Correct issue with unneccessary shebang line in scripts/recon.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/recon.pl
++++ b/scripts/recon.pl
+@@ -1,4 +1,3 @@
+-#!/usr/bin/perl
+ =pod
+ 
+ =head1 NAME

Added: ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,13 @@
+Description: Unneccessary shebang line in scripts/taxform.pl
+ Correct issue with unneccessary shebang line in scripts/taxform.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/taxform.pl
++++ b/scripts/taxform.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/perl
++=pod
+ 
+ =head1 NAME
+ 

Added: ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,13 @@
+Description: Unneccessary shebang line in scripts/vendor.pl
+ Correct issue with unneccessary shebang line in scripts/vendor.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/vendor.pl
++++ b/scripts/vendor.pl
+@@ -1,5 +1,3 @@
+-#!/usr/bin/perl
+-
+ =pod
+ 
+ =head1 NAME

Added: ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch	                        (rev 0)
+++ ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch	2012-01-14 21:02:15 UTC (rev 398)
@@ -0,0 +1,17 @@
+Description: Unneccessary shebang line in scripts/vouchers.pl
+ Correct issue with unneccessary shebang line in scripts/vouchers.pl
+Bug: http://sourceforge.net/tracker/?func=detail&aid=3473848&group_id=175965&atid=875350
+Author: Robert James Clay <jame at rocasa.us>
+
+--- a/scripts/vouchers.pl
++++ b/scripts/vouchers.pl
+@@ -11,9 +11,6 @@
+ 
+ =cut
+ 
+-#!/usr/bin/perl
+-
+-
+ package LedgerSMB::Scripts::vouchers;
+ our $VERSION = '0.1';
+ 

Modified: ledger-smb/trunk/debian/patches/series
===================================================================
--- ledger-smb/trunk/debian/patches/series	2012-01-11 23:32:49 UTC (rev 397)
+++ ledger-smb/trunk/debian/patches/series	2012-01-14 21:02:15 UTC (rev 398)
@@ -52,3 +52,12 @@
 69_LedgerSMB-Template-XLS-pod.patch
 70_LedgerSMB-User-pod.patch
 71_lsmb-request-pod.patch
+80_admin-pl-shebang.patch
+81_customer-pl-shebang.patch
+82_employee-pl-shebang.patch
+83_journal-pl-shebang.patch
+84_menu-pl-shebang.patch
+85_recon-pl-shebang.patch
+86_taxform-pl-shebang.patch
+87_vendor-pl-shebang.patch
+88_vouchers-pl-shebang.patch




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