debian/0000755000000000000000000000000012253571264007175 5ustar debian/compat0000644000000000000000000000000211360430612010360 0ustar 7 debian/watch0000644000000000000000000000014711360430612010215 0ustar version=3 http://pypi.python.org/packages/source/d/django-markupfield/django-markupfield-(.*)\.tar\.gz debian/changelog0000644000000000000000000000612312253570714011050 0ustar django-markupfield (1.2.0-1) unstable; urgency=low * New upstream release. * Switch to dh_python2. * Build-Depends on dh-python. * Relax Build-Depends on debhelper to >= 8.1.0~. * Bump Standards version to 3.9.5. * Drop our own version of settings.py and use the one supplied by upstream for running unit tests. * Drop XS-Python-Version and add X-Python-Version. -- Michael Fladischer Mon, 16 Dec 2013 13:22:52 +0100 django-markupfield (1.1.1-2) unstable; urgency=low * Team upload. * debian/settings.py: Set SECRET_KEY which is required by Django 1.5. Thanks to Andrey Rahmatullin for the analysis. (Closes: #709130) -- Sebastian Ramacher Fri, 24 May 2013 13:37:42 +0200 django-markupfield (1.1.1-1) unstable; urgency=low [ Michael Fladischer ] * New upstream release. * Bump python version to >= 2.6. * Bump Depends/Build-Depends on python-django to >= 1.4.2 because of django.utils.six. * Bump Standards version to 3.9.4. Change Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch and build-indep targets. * Drop temporary fix for PKG-INFO. * Rename license because of included reference to django-markupfield in d/copyright. * Update years in d/copyright. * Add email address to name in d/copyright. [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- Michael Fladischer Wed, 08 May 2013 11:43:49 +0200 django-markupfield (1.0.2-2) unstable; urgency=low * Change order of my name. * Update DEP-5 URL to 1.0. * Bump Standards-Version to 3.9.3. * Update years in d/copyright. * Fix tests for django (>= 1.4) FTBFS (Closes: #669472). - Ship out own settings.py - Bump B-D for python-django to (>= 1.2) * Temporary fix for Metadata-Version in egg-info. -- Michael Fladischer Mon, 23 Apr 2012 15:07:33 +0200 django-markupfield (1.0.2-1) unstable; urgency=low * New upstream release. * Bumped Standards-Version to 3.9.2 (no change necessary). * Bump python-django dependency to (>= 1.1). -- Fladischer Michael Sat, 18 Jun 2011 23:19:20 +0200 django-markupfield (1.0.1-1) unstable; urgency=low * New upstream release. * Streamlined files in debian/ with `wrap-and-sort`. -- Fladischer Michael Wed, 09 Mar 2011 11:14:05 +0100 django-markupfield (1.0.0b2-1) unstable; urgency=low * New upstream release. * Remove workaround for #575377 as it is fixed by python-2.5.5-5. * Use DEP5 for copyright file. * Set PMPT as maintainer and myself as uploader. * Bump to standards-version 3.9.1. * Drop fix_tests patch as it has been fixed upstream. * Drop debian/pyversions in favour of XS-Python-Version. -- Fladischer Michael Mon, 07 Feb 2011 13:17:14 +0100 django-markupfield (1.0.0a2-1) unstable; urgency=low * Initial release (Closes: #577193) * Include fix_tests patch to to have correct markup settings during tests. -- Fladischer Michael Mon, 19 Apr 2010 14:43:29 +0200 debian/docs0000644000000000000000000000002711360430612010034 0ustar AUTHORS.txt README.rst debian/copyright0000644000000000000000000000362512142423046011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: django-markupfield Upstream-Contact: James Turk Source: http://pypi.python.org/pypi/django-markupfield/ Files: * Copyright: 2010-2013, James Turk License: BSD-django-markupfield Files: debian/* Copyright: 2010-2013, Michael Fladischer License: BSD-django-markupfield License: BSD-django-markupfield Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the name of django-markupfield nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . 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. debian/rules0000755000000000000000000000046412220304245010244 0ustar #!/usr/bin/make -f %: dh $@ --with=python2 .PHONY: override_dh_auto_test override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -e; \ for python in $(shell pyversions -r); do \ $$python $$(which django-admin) test --settings=markupfield.tests.settings --pythonpath=. ; \ done endif debian/source/0000755000000000000000000000000012253570732010474 5ustar debian/source/format0000644000000000000000000000001411360430612011670 0ustar 3.0 (quilt) debian/control0000644000000000000000000000301412253570714010575 0ustar Source: django-markupfield Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Michael Fladischer Build-Depends: debhelper (>= 8.1.0~), dh-python, python-all, python-django (>= 1.4.2), python-docutils, python-markdown Standards-Version: 3.9.5 X-Python-Version: >= 2.6 Homepage: http://pypi.python.org/pypi/django-markupfield/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-markupfield/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-markupfield/trunk/ Package: python-django-markupfield Architecture: all Depends: python-django (>= 1.4.2), ${misc:Depends}, ${python:Depends} Suggests: python-docutils, python-markdown, python-textile Description: custom Django field for easy use of markup in text fields An implementation of a custom MarkupField for Django. A MarkupField is in essence a TextField with an associated markup type. The field also caches its rendered value. . It supports these markup types by default: * html: allows HTML, potentially unsafe * plain: plain text markup, calls urlize and replaces text with linebreaks And these markups if the appropriate Python module is installed: * markdown: default markdown renderer (requires python-markdown) * restructuredtext: default ReST renderer (requires python-docutils) * textile: default textile renderer (requires python-textile)