summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-06-26 23:27:31 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-06-26 23:27:31 +0400
commita45fdd3f3b492254002686a4ed636cdf44089d59 (patch)
tree60fe78e41eddb922c7063ccfc9475eac60acda7d
parent89917e4ce3be3a92206b014cbe906bbeb62de0ee (diff)
downloadopen-axiom-debian-a45fdd3f3b492254002686a4ed636cdf44089d59.tar.gz
Increased SVN version
-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 \