summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS3
-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
5 files changed, 18 insertions, 2 deletions
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 <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>
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