[Pkg-mongodb-maintainers] [pkg-mongodb] 238/394: d/{control, copyright}: Normalize fields with wrap-and-sort.

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:30 UTC 2016


This is an automated email from the git hooks/post-receive script.

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit d44e3d49f237bb364903de81c09e4a90fb6852a7
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Thu Apr 11 23:15:21 2013 -0300

    d/{control,copyright}: Normalize fields with wrap-and-sort.
    
    This also happens to kill trailing whitespace.
---
 debian/control   | 59 ++++++++++++++++++++++++++++++++++++++++++--------------
 debian/copyright | 10 +++++-----
 2 files changed, 50 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index fa04cc3..f656e6f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,16 +2,34 @@ Source: mongodb
 Section: database
 Priority: optional
 Maintainer: Antonin Kral <A.Kral at sh.cvut.cz>
-Uploaders: Roberto C. Sanchez <roberto at connexer.com>, Jérémy Lal <kapouer at melix.org>
-Build-Depends: debhelper (>= 9), cdbs (>= 0.4.73~), libpcre3, libpcre3-dev, scons, libreadline-dev, libboost-dev, libboost-thread-dev, libboost-filesystem-dev, libboost-program-options-dev, libboost-date-time-dev, python-pymongo
+Uploaders:
+ Roberto C. Sanchez <roberto at connexer.com>,
+ Jérémy Lal <kapouer at melix.org>
+Build-Depends:
+ cdbs (>= 0.4.73~),
+ debhelper (>= 9),
+ libboost-date-time-dev,
+ libboost-dev,
+ libboost-filesystem-dev,
+ libboost-program-options-dev,
+ libboost-thread-dev,
+ libpcre3,
+ libpcre3-dev,
+ libreadline-dev,
+ python-pymongo,
+ scons
 Standards-Version: 3.9.3
 Vcs-Git: git://github.com/bobek/mongo-debian.git
 Vcs-Browser: https://github.com/bobek/mongo-debian
 Homepage: http://www.mongodb.org
 
 Package: mongodb
-Architecture: i386 amd64
-Depends: mongodb-server (>= 1:2.4.1-2), mongodb-dev, ${shlibs:Depends}, ${misc:Depends}
+Architecture: amd64 i386
+Depends:
+ mongodb-dev,
+ mongodb-server (>= 1:2.4.1-2),
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: object/document-oriented database (metapackage)
  MongoDB is a high-performance, open source, schema-free
  document-oriented data store that's easy to deploy, manage
@@ -31,9 +49,14 @@ Description: object/document-oriented database (metapackage)
  This is a metapackage that depends on all the mongodb parts.
 
 Package: mongodb-server
-Architecture: i386 amd64
-Depends: mongodb-clients, ${shlibs:Depends}, ${misc:Depends}, adduser
-Replaces: mongodb (<= 1:1.4.2-2)
+Architecture: amd64 i386
+Depends:
+ adduser,
+ mongodb-clients,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Replaces:
+ mongodb (<= 1:1.4.2-2)
 Description: object/document-oriented database (server package)
  MongoDB is a high-performance, open source, schema-free
  document-oriented data store that's easy to deploy, manage
@@ -53,9 +76,12 @@ Description: object/document-oriented database (server package)
  This package contains the server itself.
 
 Package: mongodb-clients
-Architecture: i386 amd64
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: mongodb (<= 1:1.4.2-2)
+Architecture: amd64 i386
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Replaces:
+ mongodb (<= 1:1.4.2-2)
 Description: object/document-oriented database (client apps)
  MongoDB is a high-performance, open source, schema-free
  document-oriented data store that's easy to deploy, manage
@@ -76,10 +102,15 @@ Description: object/document-oriented database (client apps)
 
 Package: mongodb-dev
 Section: libdevel
-Architecture: i386 amd64
-Depends: libboost-dev, ${shlibs:Depends}, ${misc:Depends}
-Suggests: mongodb-server
-Replaces: mongodb (<= 1:1.4.2-2)
+Architecture: amd64 i386
+Depends:
+ libboost-dev,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests:
+ mongodb-server
+Replaces:
+ mongodb (<= 1:1.4.2-2)
 Description: object/document-oriented database (development)
  MongoDB is a high-performance, open source, schema-free
  document-oriented data store that's easy to deploy, manage
diff --git a/debian/copyright b/debian/copyright
index 2a9aea5..6e03299 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-This package was debianized 
+This package was debianized
  by Kristina Chodorow <kristina at 10gen.com>
  and Antonin Kral <A.Kral at bobek.cz>
 
@@ -13,7 +13,7 @@ Upstream Authors:
     Kristina Chodorow
 
 Debian Maintainers:
-    
+
     Antonin Kral
     Roberto C. Sanchez
 
@@ -25,8 +25,8 @@ License:
 
     Apache License 2.0
     http://www.apache.org/licenses/LICENSE-2.0
-    On a Debian system, the license can be found at 
-        /usr/share/common-licenses/Apache-2.0     
+    On a Debian system, the license can be found at
+        /usr/share/common-licenses/Apache-2.0
 
     AGPL 3.0
     http://www.fsf.org/licensing/licenses/agpl-3.0.html
@@ -44,7 +44,7 @@ License Notice for SCONS
 
 SCONS and it components, generated code and utilities (e.g. gch.py) are
     licensed under GPL 2.
-    
+
 
 License Notice for Boost
 ------------------------

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mongodb/pkg-mongodb.git



More information about the Pkg-mongodb-maintainers mailing list