[DRE-commits] [SCM] ruby-bson-ext.git branch, master, updated. upstream/1.8.5-9-g7e8126d
Prach Pongpanich
prachpub at gmail.com
Sat Apr 20 05:37:43 UTC 2013
The following commit has been merged in the master branch:
commit 7e8126da96206973f85d90f1ccb214fa552292cb
Author: Prach Pongpanich <prachpub at gmail.com>
Date: Sat Apr 20 12:37:28 2013 +0700
wrap-and-sort in debian/control
diff --git a/debian/control b/debian/control
index 65fc239..585ef01 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,12 @@ Source: ruby-bson-ext
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Prach Pongpanich <prachpub at gmail.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-bson (>= 1.8.5)
+Uploaders:
+ Prach Pongpanich <prachpub at gmail.com>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ ruby-bson (>= 1.8.5)
Standards-Version: 3.9.4
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-bson-ext.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-bson-ext.git;a=summary
@@ -13,10 +17,14 @@ XS-Ruby-Versions: all
Package: ruby-bson-ext
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-bson (>= 1.8.5)
+Depends:
+ ruby | ruby-interpreter,
+ ruby-bson (>= 1.8.5),
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: C extensions to accelerate the Ruby BSON serialization
This package contains C implementations of some of the functions needed by the
bson module. If possible, these implementations should be used to speed up
BSON encoding and decoding.
.
- For more information about BSON, see http://bsonspec.org.
+ For more information about BSON, see http://bsonspec.org.
--
ruby-bson-ext.git
More information about the Pkg-ruby-extras-commits
mailing list