[med-svn] [jellyfish] 01/01: bc is used in some tests and needs to be added as Build-Depends to make sure the package will build
Andreas Tille
tille at debian.org
Wed Oct 8 11:17:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository jellyfish.
commit fb8f275803e1e57c9630a75c4b2798d776f8cb4f
Author: Andreas Tille <tille at debian.org>
Date: Wed Oct 8 13:17:21 2014 +0200
bc is used in some tests and needs to be added as Build-Depends to make sure the package will build
---
debian/changelog | 2 +-
debian/control | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2d69dbd..e14be43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,7 +4,7 @@ jellyfish (2.1.4-1) UNRELEASED; urgency=medium
* d/watch: point to new location on Github
* cme fix dpkg-control
* new upstream version needs autoreconf
- * New Build-Depends: yaggo, pkg-config
+ * New Build-Depends: yaggo, pkg-config, bc
* debian/rules: Make sure package builds twice in a row
* d/copyright:
- Adapted to file locations in new upstream version
diff --git a/debian/control b/debian/control
index 1ba616f..ca57a1c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-autoreconf,
yaggo,
- pkg-config
+ pkg-config,
+ bc
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/jellyfish.git
Vcs-Git: git://anonscm.debian.org/debian-med/jellyfish.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/jellyfish.git
More information about the debian-med-commit
mailing list