[Pkg-sql-ledger-commit] r430 - in 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 Feb 25 21:27:32 UTC 2012


Author: jame-guest
Date: 2012-02-25 21:27:31 +0000 (Sat, 25 Feb 2012)
New Revision: 430

Removed:
   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/changelog
   ledger-smb/trunk/debian/patches/series
Log:
The nine patches for the scripts/* files are no longer needed for v1.3.11

Modified: ledger-smb/trunk/debian/changelog
===================================================================
--- ledger-smb/trunk/debian/changelog	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/changelog	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,7 +1,9 @@
-ledgersmb (1.3.10-2~2) UNRELEASED; urgency=low
+ledgersmb (1.3.11-1~1) UNRELEASED; 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. 
   * 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.
@@ -21,7 +23,7 @@
     - 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>  Tue, 14 Feb 2012 15:20:13 -0500
+ -- Robert James Clay <jame at rocasa.us>  Sat, 25 Feb 2012 15:43:11 -0500
 
 ledgersmb (1.3.10-1) experimental; urgency=low
 

Deleted: ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/80_admin-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,12 +0,0 @@
-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;
- 

Deleted: ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/81_customer-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,13 +0,0 @@
-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

Deleted: ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/82_employee-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,13 +0,0 @@
-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

Deleted: ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/83_journal-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,14 +0,0 @@
-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
- 

Deleted: ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/84_menu-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,14 +0,0 @@
-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
- 

Deleted: ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/85_recon-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,12 +0,0 @@
-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

Deleted: ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/86_taxform-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,13 +0,0 @@
-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
- 

Deleted: ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/87_vendor-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,13 +0,0 @@
-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

Deleted: ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch
===================================================================
--- ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch	2012-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/88_vouchers-pl-shebang.patch	2012-02-25 21:27:31 UTC (rev 430)
@@ -1,17 +0,0 @@
-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-02-25 19:55:29 UTC (rev 429)
+++ ledger-smb/trunk/debian/patches/series	2012-02-25 21:27:31 UTC (rev 430)
@@ -52,12 +52,3 @@
 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