summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2011-08-20 21:12:38 +0400
committerIgor Pashev <pashev.igor@gmail.com>2011-08-20 21:12:38 +0400
commit342140e31afd1bf99cdbd178c8d795daab178c14 (patch)
tree01070afbd6f21774abc98f243e7d803bbc799f10
parent2ae2be053dd62376c434e00efa81985c281ceb5a (diff)
downloadopen-axiom-debian-342140e31afd1bf99cdbd178c8d795daab178c14.tar.gz
How to make dpkg-buildpackage happy and dependencies from Axiom
-rw-r--r--debian/README.github10
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/README.github b/debian/README.github
index a1e0a98..1320817 100644
--- a/debian/README.github
+++ b/debian/README.github
@@ -3,16 +3,17 @@ How to build packages:
1. Get debian stuff from GitHub:
# git clone https://github.com/ip1981/open-axiom-debian.git
-2. Change to created directory:
+2. Change to the created directory:
# cd open-axiom-debian
3. Get original sources (from OpenAxiom subversion repository):
# ./debian/rules get-orig-source
-4. Unpack created tarball (* stands for version, e. g. 1.4.1+svn~2299):
+4. Unpack the created tarball (* stands for version, e. g. 1.4.1+svn~2299):
# tar xf open-axiom_*.orig.tar.gz --strip-component=1
-5. Install build dependencies. Take a look at `debian/control'
+5. Install build dependencies. Take a look at `debian/control'.
+ For a while it just copied from Axiom with gcl replaced by sbcl.
6. Start building, either:
# sudo ./debian/rules binary
@@ -20,7 +21,8 @@ How to build packages:
# dpkg-buildpackage -sa -rfakeroot
or:
# sudo dpkg-buildpackage -sa
- or whatsoever
+ (latter two require *.orig.tar.gz in the upper directory:
+ # mv open-axiom_*.orig.tar.gz .. )
7. See and install new packages (open-axiom and open-axiom-databases at least):
# ls -lh ../*.deb