move bc to build dep
This commit is contained in:
parent
428aade405
commit
6474e1165a
2 changed files with 7 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (8.4.3+dfsg-7) UNRELEASED; urgency=medium
|
||||
|
||||
* bc should be in build-dep (Closes: #814695)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Mon, 15 Feb 2016 13:01:32 +0530
|
||||
|
||||
gitlab (8.4.3+dfsg-6) unstable; urgency=medium
|
||||
|
||||
* Fix pid and sockets path for gitlab-workhorse
|
||||
|
|
3
debian/control
vendored
3
debian/control
vendored
|
@ -4,7 +4,7 @@ Priority: optional
|
|||
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Cédric Boutillier <boutil@debian.org>,
|
||||
Pirate Praveen <praveen@debian.org>
|
||||
Build-Depends: debhelper (>= 9~), gem2deb (>= 0.9.0~), dh-systemd
|
||||
Build-Depends: debhelper (>= 9~), gem2deb (>= 0.9.0~), dh-systemd, bc
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Git: https://anonscm.debian.org/pkg-ruby-extras/gitlab.git
|
||||
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/gitlab.git
|
||||
|
@ -16,7 +16,6 @@ Package: gitlab
|
|||
Architecture: all
|
||||
XB-Ruby-Versions: ${ruby:Versions}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
|
||||
bc,
|
||||
git,
|
||||
rake,
|
||||
bundler,
|
||||
|
|
Loading…
Reference in a new issue