[DRE-commits] [gem2deb] 01/02: Move build-essential to Recommends, easing cross-builds

zeha at debian.org zeha at debian.org
Wed Apr 13 18:21:33 UTC 2016


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

zeha pushed a commit to branch master
in repository gem2deb.

commit 8e0b1340b36486d9503717c9ee19e0c25fbe54b8
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Wed Apr 13 18:14:06 2016 +0000

    Move build-essential to Recommends, easing cross-builds
---
 debian/changelog | 4 ++++
 debian/control   | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 382144f..693598c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 gem2deb (0.30.2) UNRELEASED; urgency=medium
 
+  [ Antonio Terceiro ]
   * dh-make-ruby:
     - replace mentions of `apt-file update` with `apt update`, following new
       version of apt-file
@@ -7,6 +8,9 @@ gem2deb (0.30.2) UNRELEASED; urgency=medium
     - make it explicit in the manpage that are options other than
       --autopkgtest
 
+  [ Christian Hofstaedtler ]
+  * Move build-essential to Recommends, easing cross-builds.
+
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 25 Mar 2016 10:46:45 -0300
 
 gem2deb (0.30.1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 1bcc9d1..42f8d54 100644
--- a/debian/control
+++ b/debian/control
@@ -29,8 +29,7 @@ Testsuite: autopkgtest
 
 Package: gem2deb
 Architecture: all
-Depends: build-essential,
-         debhelper (>= 9~),
+Depends: debhelper (>= 9~),
          devscripts,
          gem2deb-test-runner (= ${source:Version}),
          python3-debian,
@@ -41,7 +40,8 @@ Depends: build-essential,
          ${misc:Depends},
          ${perl:Depends},
          ${shlibs:Depends}
-Recommends: apt-file
+Recommends: apt-file,
+            build-essential
 Description: Debian Ruby packaging suite
  gem2deb is a set of tools to create Debian package from ruby software
  distributed with Rubygems. gem2tgz converts the .gem file to a tar archive,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gem2deb.git



More information about the Pkg-ruby-extras-commits mailing list