[DRE-commits] [gem2deb] 01/02: fix generated debian/control with no extra b-deps
Antonio Terceiro
terceiro at moszumanska.debian.org
Tue Aug 18 18:08:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository gem2deb.
commit b824bf612932da91d4cf0a5e0d54864243291775
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue Aug 18 16:45:43 2015 +0200
fix generated debian/control with no extra b-deps
---
lib/gem2deb/dh_make_ruby/template/debian/control | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lib/gem2deb/dh_make_ruby/template/debian/control b/lib/gem2deb/dh_make_ruby/template/debian/control
index 105f9ae..dbd58de 100644
--- a/lib/gem2deb/dh_make_ruby/template/debian/control
+++ b/lib/gem2deb/dh_make_ruby/template/debian/control
@@ -4,8 +4,7 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: <%= maintainer['DEBFULLNAME'] %> <<%= maintainer['DEBEMAIL'] %>>
Build-Depends: debhelper (>= 9~),
- gem2deb,
- <%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
+ gem2deb, <%= (extra_build_dependencies + binary_package.dependencies).map { |d| ", #{d}" }.join %>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/<%= source_package_name %>.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/<%= source_package_name %>.git
--
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