[DRE-commits] [ruby-rjb] 04/05: d/control: Wrap and sort control file
Sebastien Badia
sbadia-guest at moszumanska.debian.org
Sun Apr 19 22:18:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
sbadia-guest pushed a commit to branch master
in repository ruby-rjb.
commit 0c17cb36cae6f93df0dcdd3a489007cbe8849129
Author: Sebastien Badia <seb at sebian.fr>
Date: Sat Apr 18 21:19:38 2015 +0200
d/control: Wrap and sort control file
---
debian/control | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 1ebc8dc..fb9af32 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,10 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Jérémy Bobbio <lunar at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~), default-jdk, ruby-test-unit
+Build-Depends: debhelper (>= 7.0.50~),
+ default-jdk,
+ gem2deb (>= 0.4.1~),
+ ruby-test-unit
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-rjb.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rjb.git
@@ -11,13 +14,12 @@ Homepage: http://rjb.rubyforge.org/
XS-Ruby-Versions: all
Package: ruby-rjb
-Architecture: i386 amd64
+Architecture: amd64 i386
XB-Ruby-Versions: ${ruby:Versions}
-Depends:
- ruby | ruby-interpreter,
- default-jre | java5-runtime,
- ${shlibs:Depends},
- ${misc:Depends}
+Depends: default-jre | java5-runtime,
+ ruby | ruby-interpreter,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Ruby-Java bridge using Java Native Interface
Rjb is a library that connect between Ruby and Java using the Java Native
Interface.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rjb.git
More information about the Pkg-ruby-extras-commits
mailing list