[DRE-commits] [SCM] ruby-mongo.git branch, master, updated. upstream/1.8.5-12-g76837de

Prach Pongpanich prachpub at gmail.com
Sat Apr 20 05:37:16 UTC 2013


The following commit has been merged in the master branch:
commit 76837de1d12b3726291124bd09197cdde1c11efd
Author: Prach Pongpanich <prachpub at gmail.com>
Date:   Sat Apr 20 12:36:58 2013 +0700

    wrap-and-sort in debian/control

diff --git a/debian/control b/debian/control
index b01ab73..187e0c2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,13 @@ Source: ruby-mongo
 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), ruby-bson-ext (>=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),
+ ruby-bson-ext (>=1.8.5)
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mongo.git
 Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mongo.git;a=summary
@@ -13,7 +18,12 @@ XS-Ruby-Versions: all
 Package: ruby-mongo
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-bson (>= 1.8.5), ruby-bson-ext (>=1.8.5)
+Depends:
+ ruby | ruby-interpreter,
+ ruby-bson (>= 1.8.5),
+ ruby-bson-ext (>=1.8.5),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: Ruby driver for MongoDB
  This package provides an interface for communicating with the MongoDB database
  in Ruby

-- 
ruby-mongo.git



More information about the Pkg-ruby-extras-commits mailing list