/[pkg-sql-ledger]/ledger-smb/tags/1.3.13-1/debian/patches/10_Makefile-PL.patch
ViewVC logotype

Contents of /ledger-smb/tags/1.3.13-1/debian/patches/10_Makefile-PL.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 457 - (hide annotations) (download)
Wed Mar 14 20:17:56 2012 UTC (14 months, 1 week ago) by jame-guest
Original Path: ledger-smb/trunk/debian/patches/10_Makefile-PL.patch
File size: 940 byte(s)
Update 10_Makefile-PL.patch for new version of Makefile.PL.
1 jame-guest 457 Description: Change version reference in Makefile.PL for Debian package build.
2     The Debian package build fails with the current way the Makefile.PL is set to
3     obtain the current version of LedgerSMB, because of the module requirements
4     brought in by the 'use LedgerSMB.pm' in order to get the VERSION that way.
5     Removed the 'user LedgerSMB.pm;' line and changed the version entry from
6     "version $LedgerSMB::VERSION;" to "version_from 'LedgerSMB.pm';"
7 jame-guest 456 Author: Robert James Clay <jame@rocasa.us>
8    
9     Index: ledgersmb/Makefile.PL
10     ===================================================================
11 jame-guest 457 --- ledgersmb.orig/Makefile.PL 2012-03-07 09:58:30.000000000 -0500
12     +++ ledgersmb/Makefile.PL 2012-03-14 15:47:01.000000000 -0400
13     @@ -2,11 +2,10 @@
14    
15     use strict;
16     use warnings;
17     -use LedgerSMB;
18 jame-guest 456 use inc::Module::Install 0.65;
19    
20     name 'LedgerSMB';
21 jame-guest 457 -version $LedgerSMB::VERSION;
22 jame-guest 456 +version_from 'LedgerSMB.pm';
23     license 'GPL';
24    
25     perl_version '5.8.1';

  ViewVC Help
Powered by ViewVC 1.1.5