[Pkg-octave-commit] [SCM] octave branch, octave3.2, updated. e9366f1d037609f9216519ba30901a104de2cbbb
Rafael Laboissiere
rafael at debian.org
Tue May 26 22:47:21 UTC 2009
The following commit has been merged in the octave3.2 branch:
commit 23b9e7a468517238be94b098197732e211edf952
Author: Rafael Laboissiere <rafael at debian.org>
Date: Tue May 26 23:45:31 2009 +0200
Set a value for the priority variable when version of Octave is 3.2
diff --git a/debian/changelog b/debian/changelog
index 530e3bc..340c985 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
octave3.2 (3.2.0~rc3-1) UNRELEASED; urgency=low
* New upstream release candidate.
- * debian/rules (configure-stamp): Instead of calling autogen.sh, call
- explicitly autoconf and autoheader, otherwise these autotools will be
- run inside one of the directories under .pc, which contain a copy of
- configure.in after "quilt push" is run.
+ * debian/rules:
+ + (configure-stamp) Instead of calling autogen.sh, call explicitly
+ autoconf and autoheader, otherwise these autotools will be run inside
+ one of the directories under .pc, which contain a copy of configure.in
+ after "quilt push" is run.
+ + Set a value for the priority variable when version of Octave is 3.2
-- Rafael Laboissiere <rafael at debian.org> Mon, 25 May 2009 10:43:29 +0200
diff --git a/debian/rules b/debian/rules
index 50535f4..1e28cfd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,9 @@ GCCDEPS := $(shell perl -e ' \
hack:
@echo "$(GCCDEPS)"
+ifeq ($(major),3.2)
+priority := 80
+else
ifeq ($(major),3.1)
priority := 70
else
--
octave
More information about the Pkg-octave-commit
mailing list