summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rwxr-xr-xdebian/rules7
2 files changed, 7 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 23b32bc..36edf4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-open-axiom (1.5.0~svn2965-1) UNRELEASED; urgency=low
+open-axiom (1.5.0~svn3038-1) UNRELEASED; urgency=low
* New upstream version.
* Use xz compression for both source tarball and packages
diff --git a/debian/rules b/debian/rules
index b70d418..0502dd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
include /usr/share/dpkg/architecture.mk
+export DH_VERBOSE = 1
+
# make clean does not clean properly, so building out of source
BUILD = $(CURDIR)/build-tree
@@ -17,6 +19,9 @@ else
LISP := gcl
endif
+# For experiments only:
+#LISP := ecl
+
oa_libdir := /usr/lib/open-axiom
PACKAGE := open-axiom
@@ -46,7 +51,7 @@ debian/open-axiom.1: build-stamp
configure-stamp:
dh_testdir
# aclocal.m4 is older than configure; rebuilding aclocal.m4 requires aclocal-1.13
- touch aclocal.m4 -r configure.ac
+ touch aclocal.m4 config/*.m4 -r configure.ac
dh_auto_configure -B $(BUILD) -- \
--with-lisp=$(LISP) \
--with-x \