[Pkg-haskell-commits] [agda] 06/10: Use ${source:Upstream-Version} substvar to generate the Recommends

Iain Lane laney at moszumanska.debian.org
Wed May 20 11:51:59 UTC 2015


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

laney pushed a commit to branch master
in repository agda.

commit 03480b11e876fc2e54573dbb28d6dde8d382a7ec
Author: Iain Lane <laney at debian.org>
Date:   Wed May 20 11:04:43 2015 +0100

    Use ${source:Upstream-Version} substvar to generate the Recommends
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 37bdf3d..51e8f34 100644
--- a/debian/control
+++ b/debian/control
@@ -181,8 +181,8 @@ Package: agda-bin
 Architecture: any
 Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends},
-            libghc-agda-dev (>= 2.3.2),
-            libghc-agda-dev (<< 2.3.2)
+            libghc-agda-dev (>= ${source:Upstream-Version}),
+            libghc-agda-dev (<< ${source:Upstream-Version}+~)
 Suggests: ${haskell:Suggests}, agda-mode
 Description: commandline interface to Agda
  Agda is a dependently typed functional programming language: It has inductive

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/agda.git



More information about the Pkg-haskell-commits mailing list