debian/0000755000000000000000000000000011772674224007202 5ustar debian/python-mongoengine-doc.doc-base0000644000000000000000000000061611517361360015162 0ustar Document: python-mongoengine-doc Title: MongoEngine User Documentation Author: Harry Marr Abstract: MongoEngine is an Object-Document Mapper, written in Python for working with MongoDB. Section: Programming Format: HTML Index: /usr/share/doc/python-mongoengine-doc/html/index.html Files: /usr/share/doc/python-mongoengine-doc/html/*.html /usr/share/doc/python-mongoengine-doc/html/guide/*.html debian/compat0000644000000000000000000000000211513465036010370 0ustar 7 debian/python-mongoengine-doc.docs0000644000000000000000000000004311513465036014430 0ustar README.rst docs.debian/_build/html debian/docs0000644000000000000000000000001311513465036010037 0ustar README.rst debian/watch0000644000000000000000000000017311770651274010232 0ustar version=3 http://githubredir.debian.net/github/MongoEngine/mongoengine /github/MongoEngine/mongoengine/v(\d[\.\d]+).tar.gz debian/pydist-overrides0000644000000000000000000000002711517124416012426 0ustar pymongo python-pymongo debian/patches/0000755000000000000000000000000011772673722010633 5ustar debian/patches/series0000644000000000000000000000004311754764132012041 0ustar exclude-tests-from-packaging.patch debian/patches/exclude-tests-from-packaging.patch0000644000000000000000000000065611754764741017341 0ustar Description: Exclude tests from packaging it in global namespace. Author: Janos Guljas Last-Update: 2012-05-16 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup(name='mongoengine', version=VERSION, - packages=find_packages(), + packages=find_packages(exclude=('tests',)), author='Harry Marr', author_email='harry.marr@{nospam}gmail.com', maintainer="Ross Lawley", debian/rules0000755000000000000000000000041411772674105010257 0ustar #!/usr/bin/make -f %: dh $@ --with python2 override_dh_auto_build: dh_auto_build cp -r docs docs.debian make -C docs.debian html override_dh_auto_clean: rm -rf docs.debian dh_auto_clean override_dh_installchangelogs: dh_installchangelogs docs/changelog.rst debian/control0000644000000000000000000000263111725446421010601 0ustar Source: python-mongoengine Section: python Priority: optional Maintainer: Janos Guljas Uploaders: Debian Python Modules Team DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50), python-all, python-setuptools, python-sphinx, python-gridfs, python-pymongo Standards-Version: 3.9.3 Homepage: http://mongoengine.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-mongoengine/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-mongoengine/trunk/ Package: python-mongoengine Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-gridfs, python-pymongo (>= 1.1) Recommends: python-django Provides: ${python:Provides} Description: Python Document-Object Mapper for working with MongoDB MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM. Package: python-mongoengine-doc Architecture: all Depends: ${misc:Depends}, libjs-jquery, libjs-underscore Section: doc Description: Python Document-Object Mapper for working with MongoDB (documentation) MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to the Django ORM. . This package contains the HTML documentation. debian/python-mongoengine.install0000644000000000000000000000002011513465036014376 0ustar usr/lib/python* debian/copyright0000644000000000000000000000430611770652657011144 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mongoengine Upstream-Contact: Harry Marr Source: http://github.com/MongoEngine/mongoengin Files: * Copyright: 2009-2010 Harry Marr License: MIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: debian/* Copyright: 2011 Janos Guljas License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/changelog0000644000000000000000000000570511772674142011062 0ustar python-mongoengine (0.6.13-2) unstable; urgency=low * Preserve _sources from html documentation to make sphinx search work. -- Janos Guljas Wed, 27 Jun 2012 23:15:17 +0200 python-mongoengine (0.6.13-1) unstable; urgency=low * New upstream release. -- Janos Guljas Sun, 24 Jun 2012 21:25:30 +0200 python-mongoengine (0.6.12-1) unstable; urgency=low * New upstream release. * debian/watch - Update source location. * debian/copyright - Update source location. -- Janos Guljas Thu, 21 Jun 2012 18:59:24 +0200 python-mongoengine (0.6.8-1) unstable; urgency=low * New upstream release. * debian/source/options - Ignore mongoengine.egg-info changes after build. (Closes: #671422) * debian/rules - Remove unused variable PREFIX. - Remove relocation of 'tests' directory. * Add exclude-tests-from-packaging.patch to exclude 'tests' from packaging it in global namespace. -- Janos Guljas Wed, 16 May 2012 19:40:07 +0200 python-mongoengine (0.6.4-1) unstable; urgency=low * New upstream release. -- Janos Guljas Sun, 22 Apr 2012 23:02:56 +0200 python-mongoengine (0.6.1-1) unstable; urgency=low * New upstream release. * Update version regular expression in debian/watch. * Bump standards to 3.9.3. * Update debian/copyright Format value. -- Janos Guljas Tue, 06 Mar 2012 18:42:52 +0100 python-mongoengine (0.5.2-1) unstable; urgency=low * New upstream release. * Add libjs-underscore dependency to python-mongoengine-doc binary package. * Add DM-Upload-Allowed control field. -- Janos Guljas Fri, 18 Nov 2011 16:28:17 +0100 python-mongoengine (0.5-1) unstable; urgency=low * New upstream release. * Bump standards version to 3.9.2. * Remove version from build dependencies python-all and python-pymongo. * Remove XS-Python-Version and XB-Python-Version. * Make package synopsis compliant with Debian Reference section 6.2.2. * Override dh_installchangelogs to install upstream changelog. * Remove debian/patches/fix-pymongo-1.10-compatibility. * Add debian/source/local-options. * Fix debian/copyright DEP5 errors. * Add debian/python-mongoengine-doc.links for jquery libraries. -- Janos Guljas Tue, 13 Sep 2011 03:50:05 +0200 python-mongoengine (0.4-2) unstable; urgency=low * Move tests to mongoengine module. (Closes: #620397) * Add debian/patches/fix-pymongo-1.10-compatibility - PyMongo changed map_reduce method in Collection class to require third parameter 'out' for output collection name. This patch is fixing this without breaking compatibility with earlier versions of PyMongo. -- Janos Guljas Sat, 02 Apr 2011 17:48:34 +0200 python-mongoengine (0.4-1) unstable; urgency=low * Initial release. (Closes: #609850) -- Janos Guljas Sun, 23 Jan 2011 23:19:39 +0100 debian/python-mongoengine-doc.links0000644000000000000000000000032311671000247014613 0ustar /usr/share/javascript/jquery/jquery.js usr/share/doc/python-mongoengine-doc/html/_static/jquery.js /usr/share/javascript/underscore/underscore.js usr/share/doc/python-mongoengine-doc/html/_static/underscore.js debian/source/0000755000000000000000000000000011772673722010504 5ustar debian/source/options0000644000000000000000000000005111754763023012110 0ustar extend-diff-ignore = "^[^/]+\.egg-info/" debian/source/format0000644000000000000000000000001411513465036011700 0ustar 3.0 (quilt)