[DRE-commits] [gem2deb] 02/08: wrap-and-sort

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Aug 12 01:46:27 UTC 2014


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 431618b7921f68d9a302b82d34c34880dfca5b5e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Aug 9 22:38:14 2014 -0300

    wrap-and-sort
---
 debian/control         | 19 +++++++++++++++++--
 debian/gem2deb.install |  2 +-
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index ba8ba1b..d16d95d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,15 @@ 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~), rake, ruby-test-unit, ruby-shoulda-context, ruby-mocha (>= 0.14.0), ruby-all-dev (>= 1:1.9.3.4), devscripts, ruby-setup, lintian
+Build-Depends: debhelper (>= 7.0.50~),
+               devscripts,
+               lintian,
+               rake,
+               ruby-all-dev (>= 1:1.9.3.4),
+               ruby-mocha (>= 0.14.0),
+               ruby-setup,
+               ruby-shoulda-context,
+               ruby-test-unit
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/gem2deb.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/gem2deb.git;a=summary
@@ -15,7 +23,14 @@ XS-Testsuite: autopkgtest
 
 Package: gem2deb
 Architecture: all
-Depends: ruby | ruby-interpreter, ruby-all-dev (>= 1:1.9.3.4), build-essential, devscripts, debhelper (>= 7.0.50~), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: build-essential,
+         debhelper (>= 7.0.50~),
+         devscripts,
+         ruby | ruby-interpreter,
+         ruby-all-dev (>= 1:1.9.3.4),
+         ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 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,
diff --git a/debian/gem2deb.install b/debian/gem2deb.install
index b786acf..6ccf45c 100644
--- a/debian/gem2deb.install
+++ b/debian/gem2deb.install
@@ -1,3 +1,3 @@
 bin/* /usr/bin/
-lib/* /usr/lib/ruby/vendor_ruby/
 debhelper7/* /usr/share/perl5/
+lib/* /usr/lib/ruby/vendor_ruby/

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