[DRE-commits] [gem2deb] 02/07: gem2deb-test-runner: drop dependency on dpkg-dev.

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Sep 16 00:50:31 UTC 2017


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 22c06d89765d3a5501f8f3d444db5e15face13d2
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Sep 15 20:34:34 2017 -0300

    gem2deb-test-runner: drop dependency on dpkg-dev.
---
 debian/changelog | 2 ++
 debian/control   | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 200468c..ed591c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ gem2deb (0.36) UNRELEASED; urgency=medium
 
   * dh-make-ruby: use `FIXME` in Section: when package name is not `ruby-*`,
     to avoid tools being in section `ruby`.
+  * gem2deb-test-runner: drop dependency on dpkg-dev. autopkgtest tests should
+    be for installed packages, and pulling development tools is Wrong™.
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 15 Sep 2017 20:31:46 -0300
 
diff --git a/debian/control b/debian/control
index 4fdbdbc..2c7bab3 100644
--- a/debian/control
+++ b/debian/control
@@ -51,8 +51,7 @@ Description: Debian Ruby packaging suite
 
 Package: gem2deb-test-runner
 Architecture: any
-Depends: dpkg-dev,
-         rake,
+Depends: 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