summaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 18:28:53 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-02-09 18:28:53 +0000
commitef37edd6536007d362d25748220b70e152de4fdd (patch)
treef7704a87c17f95ebd8e06f2e26017e6d99f4ad01 /dists
parent075185da036821d3a9f328093301546aa0043b63 (diff)
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
Diffstat (limited to 'dists')
-rw-r--r--dists/deb/cpan_requisites.txt2
-rw-r--r--dists/deb/required_debs.txt11
-rw-r--r--dists/rpm/ledgersmb.spec2
-rw-r--r--dists/source/build.sh2
4 files changed, 15 insertions, 2 deletions
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