[Pkg-ocaml-maint-commits] [why] 08/08: restrict to native architectures

Ralf Treinen treinen at moszumanska.debian.org
Mon Apr 24 18:58:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

treinen pushed a commit to branch master
in repository why.

commit f8538ba3b23cba83bdbe9ea0df47f8b07afe2d44
Author: Ralf Treinen <treinen at free.fr>
Date:   Mon Apr 24 08:27:39 2017 +0200

    restrict to native architectures
---
 debian/changelog      | 5 ++++-
 debian/control        | 2 +-
 debian/why.install    | 1 +
 debian/why.install.in | 1 -
 4 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d054a9..c444048 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,11 @@ why (2.38-1) unstable; urgency=medium
       by upstream.
   * Bump build-dependency on frama-c-base to 20161101+silicon+dfsg
   * debian/why.install: install Jessie.o
+  * Restrict Architecture of the why package to architectures having a
+    native-code compiler for ocaml, since upstream ceased to maintain
+    the why package for bytecode-only architectures.
 
- -- Ralf Treinen <treinen at debian.org>  Sat, 22 Apr 2017 21:02:15 +0200
+ -- Ralf Treinen <treinen at debian.org>  Mon, 24 Apr 2017 08:25:31 +0200
 
 why (2.36-5) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 80b8168..df14585 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ocaml-maint/packages/why.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-ocaml-maint/packages/why.git
 
 Package: why
-Architecture: any
+Architecture: amd64 arm64 armel armhf hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc
 Depends:
   ${shlibs:Depends},
   ${ocaml:Depends},
diff --git a/debian/why.install b/debian/why.install
new file mode 100644
index 0000000..e0d626b
--- /dev/null
+++ b/debian/why.install
@@ -0,0 +1 @@
+frama-c-plugin/top/Jessie.o  usr/lib/frama-c/plugins/top
diff --git a/debian/why.install.in b/debian/why.install.in
deleted file mode 100644
index a7a1639..0000000
--- a/debian/why.install.in
+++ /dev/null
@@ -1 +0,0 @@
-OPT: frama-c-plugin/top/Jessie.o  usr/lib/frama-c/plugins/top

-- 
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