[DRE-commits] [ruby-re2] 02/02: Wrap and sort
David Suárez
deiv-guest at moszumanska.debian.org
Sun Jan 26 19:31:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
deiv-guest pushed a commit to branch master
in repository ruby-re2.
commit 6999a3b8664dec5a34888351ddbafb62a336261c
Author: David Suárez <david.sephirot at gmail.com>
Date: Sun Jan 26 20:29:25 2014 +0100
Wrap and sort
---
debian/control | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 0a315f3..a306e36 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: David Suárez <david.sephirot at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~), libre2-dev, ruby-minitest
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.6.1~),
+ libre2-dev,
+ ruby-minitest
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-re2.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-re2.git;a=summary
@@ -13,9 +16,9 @@ XS-Ruby-Versions: all
Package: ruby-re2
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: Ruby bindings to re2
Ruby bindings to re2, "an efficient, principled regular expression library".
.
RE2 is a fast, safe, thread-friendly alternative to backtracking regular
- expression engines like those used in PCRE, Perl, and Python.
+ expression engines like those used in PCRE, Perl, and Python.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-re2.git
More information about the Pkg-ruby-extras-commits
mailing list