[Pkg-ocaml-maint-commits] [why] 02/02: use FRAMAVER when creating the META file
Ralf Treinen
treinen at moszumanska.debian.org
Tue Dec 27 11:19:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
treinen pushed a commit to branch master
in repository why.
commit 588cbbabca4e98317e266c6b792a731b4f67c76b
Author: Ralf Treinen <treinen at free.fr>
Date: Tue Dec 27 12:03:04 2016 +0100
use FRAMAVER when creating the META file
---
debian/changelog | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bb23277..e0d75e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
why (2.36-4) unstable; urgency=medium
* package tests: use /tmp when $ADT_ARTEFACTS is not set.
+ * debian/rules: use $FRAMAVER variable when creating the META file
- --
+ -- Ralf Treinen <treinen at debian.org> Tue, 27 Dec 2016 12:02:13 +0100
why (2.36-3) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 62cd231..60996d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ override_dh_auto_build:
frama-c-plugin/META.frama-c-jessie:
echo 'description = "Frama-C Jessie plug-in"' > $@
echo -n 'version = "' >> $@
- frama-c -version >> $@
+ echo -n $(FRAMAVER) >> $@
echo '"' >> $@
echo 'requires = ""' >> $@
echo 'archive(byte) = "Jessie.cma"' >> $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/why.git
More information about the Pkg-ocaml-maint-commits
mailing list