debian/0000775000000000000000000000000012316371075007175 5ustar debian/source/0000775000000000000000000000000011410460336010466 5ustar debian/source/format0000664000000000000000000000001411410510464011672 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000350411434001204011112 0ustar This package was debianized by Piotr Ożarowski on Wed, 23 Jun 2010 21:26:14 +0200. It was downloaded from http://pypi.python.org/pypi/MarkupSafe Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS for more details. Some rights reserved. Redistribution and use in source and binary forms of the software as well as documentation, 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. * The names of the contributors may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE AND DOCUMENTATION 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 AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is © 2010, Piotr Ożarowski and is licensed under the same license. debian/changelog0000664000000000000000000000453512316371075011056 0ustar markupsafe (0.18-1build2) trusty; urgency=medium * No change rebuild to drop python3.3 compiled extension. -- Dimitri John Ledkov Mon, 31 Mar 2014 23:54:53 +0100 markupsafe (0.18-1build1) trusty; urgency=medium * Rebuild for python3.4 as a supported python version. -- Matthias Klose Sat, 04 Jan 2014 18:31:20 +0000 markupsafe (0.18-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Piotr Ożarowski ] * New upstream release - minimum required Python 3 version bumped to 3.3, python3-all-dev bumped to 3.3.0-3~ to generate versioned py3compile maintainer script * Harden extension (debian/rules updated to export hardening build flags) * Standards-Version bumped to 3.9.4 - add build-indep and build-arch targets in debian/rules * debian/compat bumped to 9 * Package descriptions updated (thanks to Martin Eberhard Schauer and Justin B Rye, closes: #682835) -- Piotr Ożarowski Tue, 20 Aug 2013 22:54:33 +0200 markupsafe (0.15-1) unstable; urgency=low * New upstream release * Standards-Version bumped to 3.9.2 (no changes needed) -- Piotr Ożarowski Wed, 20 Jul 2011 19:37:59 +0200 markupsafe (0.12-1) unstable; urgency=low * New upstream release -- Piotr Ożarowski Fri, 18 Feb 2011 23:35:29 +0100 markupsafe (0.11-2) experimental; urgency=low * Rebuild against newer python3-all-dev package (python3.1 now uses /usr/lib/python3/), minimum python3-all-dev version bumped to 3.1.2-8 -- Piotr Ożarowski Sun, 12 Sep 2010 18:16:52 +0200 markupsafe (0.11-1) experimental; urgency=low * New upstream release * Add debian/watch file -- Piotr Ożarowski Fri, 10 Sep 2010 21:33:44 +0200 markupsafe (0.9.2-2) unstable; urgency=low * Use ${python3:Depends} in python3-markupsafe{,-dbg} package (closes: 591953) - minimum python3-all-dev version bumped to 3.1.2-6~ * Do not install markupsafe/ _speedups.c file * BSD license is now included in the copyright file directly * Standards-Version bumped to 3.9.1 (no changes needed) -- Piotr Ożarowski Sat, 21 Aug 2010 18:31:54 +0200 markupsafe (0.9.2-1) unstable; urgency=low * Initial release -- Piotr Ożarowski Wed, 23 Jun 2010 21:26:14 +0200 debian/control0000664000000000000000000000461712316371075010610 0ustar Source: markupsafe Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Piotr Ożarowski Uploaders: Debian Python Modules Team Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.5-2), python3-all-dev (>= 3.3.0-3~), python-all-dbg, python3-all-dbg, python-setuptools, python3-setuptools Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/MarkupSafe Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/markupsafe/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/markupsafe/trunk/ XS-Python-Version: >= 2.4 X-Python3-Version: >= 3.3 Package: python-markupsafe Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Provides: ${python:Provides} Description: HTML/XHTML/XML string library for Python MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. Package: python-markupsafe-dbg Architecture: any Section: debug Priority: extra Depends: python-markupsafe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: HTML/XHTML/XML string library for Python - debug version MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. . This package contains the extension built for the Python debug interpreter. Package: python3-markupsafe Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: HTML/XHTML/XML string library for Python 3 MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. . This package contains the Python 3 version. Package: python3-markupsafe-dbg Architecture: any Section: debug Priority: extra Depends: python3-markupsafe (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends} Description: HTML/XHTML/XML string library for Python 3 - debug version MarkupSafe is a Python library implementing a unicode subclass that is aware of HTML escaping rules. It can be used to implement automatic string escaping. . This package contains the extension built for the Python 3 debug interpreter. debian/rules0000775000000000000000000000423112146515444010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 PYVERS=$(shell pyversions -vr) $(shell py3versions -vr) include /usr/share/python/python.mk pkgdir = $(CURDIR)/debian/python$(if $(patsubst 3.%,,$(1)),,3)-markupsafe DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/buildflags.mk clean: dh_testdir dh_testroot rm -rf dist build MarkupSafe.egg-info find . -name '*\.pyc' -delete dh_clean install-stamp build-arch \ $(PYVERS:%=install-python%) $(PYVERS:%=build-python%) \ $(PYVERS:%=install-debug-python%) $(PYVERS:%=build-debug-python%) build: build-arch build-indep: build-arch: $(PYVERS:%=build-python%) $(PYVERS:%=build-debug-python%) touch $@ build-python%: python$* setup.py --with-speedups build touch $@ build-debug-python%: python$*-dbg setup.py --with-speedups build touch $@ install: install-stamp install-stamp: $(PYVERS:%=install-python%) $(PYVERS:%=install-debug-python%) dh_install touch $@ install-python%: build python$* setup.py --with-speedups install \ --install-layout=deb --skip-build \ --single-version-externally-managed \ --root $(call pkgdir,$*) rm -f $(call pkgdir,$*)$(call py_libdir,$*)/markupsafe/_speedups.c touch $@ install-debug-python%: build python$*-dbg setup.py --with-speedups install \ --install-layout=deb --skip-build \ --single-version-externally-managed \ --root $(call pkgdir,$*)-dbg/ touch $@ binary-arch: build install dh_testdir dh_testroot dh_installchangelogs -a dh_installdocs -a dh_python2 -a dh_python3 -a dh_makeshlibs -a dh_strip -ppython-markupsafe --dbg-package=python-markupsafe-dbg dh_strip -ppython3-markupsafe --dbg-package=python3-markupsafe-dbg rm -rf $(call pkgdir,2.X)-dbg/usr/share/doc/python-markupsafe-dbg rm -rf $(call pkgdir,3.X)-dbg/usr/share/doc/python3-markupsafe-dbg ln -s python-markupsafe $(call pkgdir,2.X)-dbg/usr/share/doc/python-markupsafe-dbg ln -s python3-markupsafe $(call pkgdir,3.X)-dbg/usr/share/doc/python3-markupsafe-dbg dh_compress -a -X.py dh_fixperms -a dh_installdeb -a dh_shlibdeps -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a -- -Z bzip2 binary-indep: binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/watch0000664000000000000000000000012711442503566010227 0ustar version=3 http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-(.*)\.tar\.gz debian/compat0000664000000000000000000000000112146513331010364 0ustar 9