[DRE-commits] [gem2deb] 01/05: Add restriction on dpkg-dev and debhelper versions since Build-profiles are used.

Lucas Nussbaum lucas at moszumanska.debian.org
Sat May 16 10:04:30 UTC 2015


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

lucas pushed a commit to branch master
in repository gem2deb.

commit 95a758cc01c9a1dd6722aaed621aecaed00f9043
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Sat May 16 11:50:24 2015 +0200

    Add restriction on dpkg-dev and debhelper versions since Build-profiles are used.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 71ddf3f..2b37c74 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,9 @@ Uploaders: Lucas Nussbaum <lucas at debian.org>,
            Vincent Fourmond <fourmond at debian.org>,
            Gunnar Wolf <gwolf at debian.org>,
            Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9.20141010~),
                devscripts <!nocheck>,
+               dpkg-dev (>= 1.17.14~),
                lintian <!nocheck>,
                rake <!nocheck>,
                ruby (>= 1:2.1.0.3~),

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