[Python-modules-commits] r17263 - in packages/sphinxcontrib-spelling/trunk (9 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Tue May 31 23:23:35 UTC 2011
Date: Tuesday, May 31, 2011 @ 23:23:34
Author: eriol-guest
Revision: 17263
Initial import of packaging stuff
Added:
packages/sphinxcontrib-spelling/trunk/debian/
packages/sphinxcontrib-spelling/trunk/debian/changelog
packages/sphinxcontrib-spelling/trunk/debian/compat
packages/sphinxcontrib-spelling/trunk/debian/control
packages/sphinxcontrib-spelling/trunk/debian/copyright
packages/sphinxcontrib-spelling/trunk/debian/rules
packages/sphinxcontrib-spelling/trunk/debian/source/
packages/sphinxcontrib-spelling/trunk/debian/source/format
packages/sphinxcontrib-spelling/trunk/debian/watch
Property changes on: packages/sphinxcontrib-spelling/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/sphinxcontrib-spelling/trunk/debian/changelog
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/changelog (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/changelog 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1,5 @@
+sphinxcontrib-spelling (1.1-1) unstable; urgency=low
+
+ * Initial release (Closes #628649)
+
+ -- Daniele Tricoli <eriol at mornie.org> Tue, 31 May 2011 16:06:37 +0200
Added: packages/sphinxcontrib-spelling/trunk/debian/compat
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/compat (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/compat 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1 @@
+7
Added: packages/sphinxcontrib-spelling/trunk/debian/control
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/control (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/control 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1,25 @@
+Source: sphinxcontrib-spelling
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Daniele Tricoli <eriol at mornie.org>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3),
+ python-setuptools (>= 0.6b3), python-support, python-sphinx, python-enchant
+Standards-Version: 3.9.2
+
+Package: python-sphinxcontrib.spelling
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-sphinx, python-enchant
+Description: Sphinx "spelling" extension
+ This package contains the spelling extension for the Sphinx documentation
+ system.
+ The extension enables a spelling checker which uses PyEnchant to produce a
+ report showing misspelled words.
+ .
+ The extension also:
+ - Supports multiple source languages using the standard enchant
+ dictionaries.
+ - Supports project-specific dictionaries for localized jargon and other
+ terminology that may not appear in the global dictionaries.
+ - Suggests alternatives to words not found in the dictionary, when
+ possible.
Added: packages/sphinxcontrib-spelling/trunk/debian/copyright
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/copyright (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/copyright 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1,34 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: sphinxcontrib-spelling
+Upstream-Contact: Doug Hellmann <doug.hellmann at gmail.com>
+Source: http://pypi.python.org/pypi/sphinxcontrib-spelling
+
+Files: *
+Copyright: © 2010 Doug Hellmann
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: © 2011 Daniele Tricoli <eriol at mornie.org>
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Added: packages/sphinxcontrib-spelling/trunk/debian/rules
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/rules (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/rules 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Property changes on: packages/sphinxcontrib-spelling/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/sphinxcontrib-spelling/trunk/debian/source/format
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/source/format (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/source/format 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/sphinxcontrib-spelling/trunk/debian/watch
===================================================================
--- packages/sphinxcontrib-spelling/trunk/debian/watch (rev 0)
+++ packages/sphinxcontrib-spelling/trunk/debian/watch 2011-05-31 23:23:34 UTC (rev 17263)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/s/sphinxcontrib-spelling/sphinxcontrib-spelling-(.*)\.tar\.gz debian uupdate
More information about the Python-modules-commits
mailing list