summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <gareuselesinge@debian.org>2015-07-15 09:28:35 +0200
committerGravatar Enrico Tassi <gareuselesinge@debian.org>2015-07-15 09:28:35 +0200
commitd7798125b2a6c2a43d232db8222d4c3354c09bb9 (patch)
treef7a3802f235e0e96f8c4b695103d1eae611ef0ef
parent9d22a41a7047e6462c28a11203bf30b7657a4b53 (diff)
make bin-nmuable
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 00b9d660..41a7c663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ coq (8.5~beta1+dfsg-1) experimental; urgency=medium
* Disable patch for lockf on Hurd (not needed anymore)
* coq-theories is now arch any, since it contains .coq-native/ directories
(i.e. cmxs files for native compute)
+ * coq depends on coq-theories binary:Version
-- Enrico Tassi <gareuselesinge@debian.org> Sun, 25 Jan 2015 13:48:50 +0100
diff --git a/debian/control b/debian/control
index 03fa3bdd..9b0db8b7 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Vcs-Git: git://anonscm.debian.org/pkg-ocaml-maint/packages/coq.git
Package: coq
Architecture: any
Depends:
- coq-theories (= ${source:Version}),
+ coq-theories (= ${binary:Version}),
emacsen-common,
${ocaml:Depends},
${shlibs:Depends},