From ef37edd6536007d362d25748220b70e152de4fdd Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 9 Feb 2007 18:28:53 +0000 Subject: Adding documentated lists of CPAN and debian prerequisites for Debian as per Rich Walker's email git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@803 4979c152-3d1c-0410-bac9-87ea11338e46 --- CONTRIBUTORS | 3 +++ dists/deb/cpan_requisites.txt | 2 ++ dists/deb/required_debs.txt | 11 +++++++++++ dists/rpm/ledgersmb.spec | 2 +- dists/source/build.sh | 2 +- 5 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 dists/deb/cpan_requisites.txt create mode 100644 dists/deb/required_debs.txt diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6925be20..fea924eb 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -47,6 +47,9 @@ the manual and miscellaneous documentation corrections. Louis B. Moore has provided the documentation on the command-line API and helped with upgrade scripts. +Rich Walker has provided assistance in the dists/deb +documentation for Debian installations. + Original Authors of SQL-Ledger: =================================== Dieter Simader diff --git a/dists/deb/cpan_requisites.txt b/dists/deb/cpan_requisites.txt new file mode 100644 index 00000000..e1b0e1ae --- /dev/null +++ b/dists/deb/cpan_requisites.txt @@ -0,0 +1,2 @@ +Config::Std +Class::Std diff --git a/dists/deb/required_debs.txt b/dists/deb/required_debs.txt new file mode 100644 index 00000000..8037ece3 --- /dev/null +++ b/dists/deb/required_debs.txt @@ -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 diff --git a/dists/rpm/ledgersmb.spec b/dists/rpm/ledgersmb.spec index 68977f89..b6d032bc 100644 --- a/dists/rpm/ledgersmb.spec +++ b/dists/rpm/ledgersmb.spec @@ -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/ diff --git a/dists/source/build.sh b/dists/source/build.sh index 9aadeece..335eda38 100644 --- a/dists/source/build.sh +++ b/dists/source/build.sh @@ -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 -- cgit v1.2.3