Skip to content
Snippets Groups Projects
Commit 64110e17 authored by Cédric Boutillier's avatar Cédric Boutillier
Browse files

Run wrap-and-sort on packaging files

parent 44960d94
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,9 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: HIGUCHI Daisuke (VDR dai) <dai@debian.org>
Build-Depends: debhelper (>= 9~), gem2deb, ruby-rspec
Build-Depends: debhelper (>= 9~),
gem2deb,
ruby-rspec
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-typed-array.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-typed-array.git
......@@ -13,7 +15,9 @@ XS-Ruby-Versions: all
Package: ruby-typed-array
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: Ruby library providing enforced-type functionality to Arrays
All methods that alter the contents of an array that implements this Gem are
first checked to ensure that the added items are of the types allowed. All
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment