[DRE-commits] [gem2deb] 02/02: Move python3-debian to Recommends, easing cross-builds (only needed for tests).
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 a4aef7874463c7e159bd33d065231ff49ffc4bdf
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Wed Apr 13 18:16:26 2016 +0000
Move python3-debian to Recommends, easing cross-builds (only needed for tests).
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 693598c..4ce9e49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ gem2deb (0.30.2) UNRELEASED; urgency=medium
[ Christian Hofstaedtler ]
* Move build-essential to Recommends, easing cross-builds.
+ * Move python3-debian to Recommends, easing cross-builds (only needed
+ for tests).
-- Antonio Terceiro <terceiro at debian.org> Fri, 25 Mar 2016 10:46:45 -0300
diff --git a/debian/control b/debian/control
index 42f8d54..c3132a8 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,6 @@ Architecture: all
Depends: debhelper (>= 9~),
devscripts,
gem2deb-test-runner (= ${source:Version}),
- python3-debian,
rake,
ruby,
ruby-all-dev (>= 1:2.1.0.3~),
@@ -41,7 +40,8 @@ Depends: debhelper (>= 9~),
${perl:Depends},
${shlibs:Depends}
Recommends: apt-file,
- build-essential
+ build-essential,
+ python3-debian
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