[DRE-commits] [gem2deb] 01/01: gem2deb-test-runner: Add Build-Dep on dpkg-dev. Autopkgtests may use this, and don't necessarily have build-essential.

Stefano Rivera stefano at rivera.za.net
Thu Nov 17 06:19:48 UTC 2016


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

stefanor pushed a commit to branch master
in repository gem2deb.

commit 520f550c9c5856c0c5843abb6bfda1a5ea23f231
Author: Stefano Rivera <stefanor at debian.org>
Date:   Thu Nov 17 07:19:41 2016 +0100

    gem2deb-test-runner: Add Build-Dep on dpkg-dev. Autopkgtests may use this, and don't necessarily have build-essential.
---
 debian/changelog | 5 +++++
 debian/control   | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cc4ffcb..274d631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,15 @@
 gem2deb (0.33) UNRELEASED; urgency=medium
 
+  [ Antonio Terceiro ]
   * Gem2Deb::Metadata. Parse timestamp as Date insted of Time. Fixes test
     suite on jessie (Closes: #835588)
   * gem2deb-test-runner:
     - fix documentation of $GEM2DEB_TEST_RUNNER in manpage
 
+  [ Stefano Rivera ]
+  * gem2deb-test-runner: Add Build-Dep on dpkg-dev. Autopkgtests may use this,
+    and don't necessarily have build-essential.
+
  -- Antonio Terceiro <terceiro at debian.org>  Sat, 27 Aug 2016 12:37:40 -0300
 
 gem2deb (0.32) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 724b3c8..a98487d 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,8 @@ Description: Debian Ruby packaging suite
 
 Package: gem2deb-test-runner
 Architecture: any
-Depends: rake,
+Depends: dpkg-dev,
+         rake,
          ruby | ruby-interpreter,
          ruby-minitest,
          ruby-test-unit,

-- 
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