[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [803] branches/1.2



Revision: 803
          http://svn.sourceforge.net/ledger-smb/?rev=803&view=rev
Author:   einhverfr
Date:     2007-02-09 10:28:53 -0800 (Fri, 09 Feb 2007)

Log Message:
-----------
Adding documentated lists of CPAN and debian prerequisites for Debian as per Rich Walker's email

Modified Paths:
--------------
    branches/1.2/CONTRIBUTORS
    branches/1.2/dists/rpm/ledgersmb.spec
    branches/1.2/dists/source/build.sh

Added Paths:
-----------
    branches/1.2/dists/deb/
    branches/1.2/dists/deb/cpan_requisites.txt
    branches/1.2/dists/deb/required_debs.txt

Modified: branches/1.2/CONTRIBUTORS
===================================================================
--- branches/1.2/CONTRIBUTORS	2007-02-06 07:41:18 UTC (rev 802)
+++ branches/1.2/CONTRIBUTORS	2007-02-09 18:28:53 UTC (rev 803)
@@ -47,6 +47,9 @@
 Louis B. Moore has provided the documentation on the command-line API and helped
 with upgrade scripts.
 
+Rich Walker <rw @ shadowrobot.com> has provided assistance in the dists/deb 
+documentation for Debian installations.
+
 Original Authors of SQL-Ledger:
 ===================================
 Dieter Simader <dsimader @ sql-ledger.com>

Added: branches/1.2/dists/deb/cpan_requisites.txt
===================================================================
--- branches/1.2/dists/deb/cpan_requisites.txt	                        (rev 0)
+++ branches/1.2/dists/deb/cpan_requisites.txt	2007-02-09 18:28:53 UTC (rev 803)
@@ -0,0 +1,2 @@
+Config::Std
+Class::Std

Added: branches/1.2/dists/deb/required_debs.txt
===================================================================
--- branches/1.2/dists/deb/required_debs.txt	                        (rev 0)
+++ branches/1.2/dists/deb/required_debs.txt	2007-02-09 18:28:53 UTC (rev 803)
@@ -0,0 +1,11 @@
+libdata-dumper-simple-perl
+perl-modules
+liblocale-maketext-lexicon-perl
+libmd5-perl
+libdbi-perl
+libdbd-pg-perl
+libconfig-any-perl
+libmime-lite-perl
+libhtml-linkextractor-perl
+libnet-tclink-perl
+libparse-recdescent-perl

Modified: branches/1.2/dists/rpm/ledgersmb.spec
===================================================================
--- branches/1.2/dists/rpm/ledgersmb.spec	2007-02-06 07:41:18 UTC (rev 802)
+++ branches/1.2/dists/rpm/ledgersmb.spec	2007-02-09 18:28:53 UTC (rev 803)
@@ -1,7 +1,7 @@
 # RPM spec written for and tested on Fedora Core 6
 Summary: LedgerSMB - Open Source accounting software
 Name: ledger-smb
-Version: 1.2.0b4
+Version: 1.2.0b5
 Release: 1
 License: GPL
 URL: http://www.ledgersmb.org/

Modified: branches/1.2/dists/source/build.sh
===================================================================
--- branches/1.2/dists/source/build.sh	2007-02-06 07:41:18 UTC (rev 802)
+++ branches/1.2/dists/source/build.sh	2007-02-09 18:28:53 UTC (rev 803)
@@ -2,7 +2,7 @@
 
 # Simple script to prepare for release
 
-version="1.2.0b4";
+version="1.2.0b5";
 build_d="../release";
 
 if test -d blib; then


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.