Skip to content

Commit ddd60ce

Browse files
fajranMike Dirolf
authored andcommitted
Add Debian control files
1 parent 6eb5787 commit ddd60ce

14 files changed

+123
-0
lines changed

debian/changelog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
pymongo (0.16-2) hardy; urgency=low
2+
3+
* Use CDBS.
4+
* Create python-mongodb-doc that contains PyMongo documentation.
5+
6+
-- Fajran Iman Rusadi <fajran@ubuntu.com> Wed, 23 Sep 2009 11:19:13 +0200
7+
8+
pymongo (0.16-1) unstable; urgency=low
9+
10+
* Debian package for pymongo.
11+
12+
-- Fajran Iman Rusadi <fajran@ubuntu.com> Tue, 22 Sep 2009 17:52:55 +0200
13+

debian/compat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5

debian/control

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Source: pymongo
2+
Section: python
3+
Priority: optional
4+
Maintainer: Fajran Iman Rusadi <fajran@ubuntu.com>
5+
Build-Depends-Indep: python-celementtree | python-elementtree
6+
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-central (>= 0.5.8), python-all-dev (>= 2.3.5-11), python-epydoc, python-setuptools (>= 0.6b3-1)
7+
Standards-Version: 3.7.2
8+
9+
Package: python-mongodb
10+
Architecture: any
11+
Depends: ${python:Depends}
12+
Provides: ${python:Provides}
13+
Suggests: python-mongodb-doc, python-celementtree | python-elementtree
14+
Description: Python driver for MongoDB
15+
The PyMongo distribution contains tools for interacting with the Mongo
16+
database from Python. The pymongo package is a native Python driver for
17+
the Mongo database. The gridfs package is a gridfs implementation on top
18+
of pymongo.
19+
20+
Package: python-mongodb-doc
21+
Section: doc
22+
Architecture: all
23+
Description: Documentation for PyMongo
24+
The PyMongo distribution contains tools for interacting with the Mongo
25+
database from Python. The pymongo package is a native Python driver for
26+
the Mongo database. The gridfs package is a gridfs implementation on top
27+
of pymongo.
28+
.
29+
This package contains documentation for developers using PyMongo.
30+

debian/copyright

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
This package was debianized by Fajran Iman Rusadi <fajran@ubuntu.com> on
2+
Wed, 23 Sep 2009 11:27:10 +0200
3+
4+
It was downloaded from http://cheeseshop.python.org/packages/source/p/pymongo/
5+
6+
Upstream Author: Mike Dirolf <mike@10gen.com>
7+
8+
Copyright: (C) 2009 Mike Dirolf <mike@10gen.com>
9+
10+
11+
License: Apache License
12+
13+
Licensed under the Apache License, Version 2.0 (the "License");
14+
you may not use this file except in compliance with the License.
15+
You may obtain a copy of the License at
16+
17+
http://www.apache.org/licenses/LICENSE-2.0
18+
19+
Unless required by applicable law or agreed to in writing, software
20+
distributed under the License is distributed on an "AS IS" BASIS,
21+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
22+
See the License for the specific language governing permissions and
23+
limitations under the License.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
--- pymongo-0.16.orig/setup.py 2009-09-16 17:30:15.000000000 +0200
2+
+++ pymongo-0.16/setup.py 2009-09-23 04:54:08.000000000 +0200
3+
@@ -9,8 +9,8 @@
4+
has_subprocess = False
5+
import shutil
6+
7+
-from ez_setup import use_setuptools
8+
-use_setuptools()
9+
+#from ez_setup import use_setuptools
10+
+#use_setuptools()
11+
from setuptools import setup
12+
from setuptools import Feature
13+
from distutils.cmd import Command

debian/patches/series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
disable_ez_setup.patch

debian/pycompat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2

debian/python-mongodb-doc.dirs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/share/doc/python-mongodb-doc/html

debian/python-mongodb-doc.doc-base

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Document: python-mongodb
2+
Title: PyMongo Manual
3+
Author: Mike Dirolf
4+
Abstract: Python driver for MongoDB
5+
The PyMongo distribution contains tools for interacting
6+
with the Mongo database from Python. The pymongo package is
7+
a native Python driver for the Mongo database. The gridfs
8+
package is a gridfs implementation on top of pymongo.
9+
Section: Apps/Programming
10+
11+
Format: HTML
12+
Index: /usr/share/doc/python-mongodb-doc/html/index.html
13+
Files: /usr/share/doc/python-mongodb-doc/html/*.html
14+
15+

debian/python-mongodb-doc.install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
html/* usr/share/doc/python-mongodb-doc/html
2+
LICENSE usr/share/doc/python-mongodb-doc

0 commit comments

Comments
 (0)