debian/0000755000000000000000000000000011670416707007177 5ustar debian/compat0000644000000000000000000000000211663420232010363 0ustar 8 debian/watch0000644000000000000000000000013111663420326010215 0ustar version=3 http://pypi.python.org/packages/source/s/smartypants/smartypants-(.*)\.tar\.gz debian/source/0000755000000000000000000000000011663420232010465 5ustar debian/source/format0000644000000000000000000000001411663420232011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000053211670416553011050 0ustar smartypants (1.6.0.3-2) unstable; urgency=low * Change binary name to python-smartypants * Fix architecture to all -- Julien Danjou Fri, 09 Dec 2011 15:38:09 +0100 smartypants (1.6.0.3-1) unstable; urgency=low * Initial release (Closes: #649736) -- Julien Danjou Thu, 24 Nov 2011 11:46:49 +0100 debian/copyright0000644000000000000000000000331411663420570011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: smartypants Source: Files: * Copyright: 2004, 2007 Chad Miller License: BSD-3-Clause Files: debian/* Copyright: 2011 Julien Danjou License: BSD-3-Clause License: BSD-3-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. 3. Neither the name of the University 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 REGENTS 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 REGENTS 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/rules0000755000000000000000000000071011663420753010253 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2 debian/control0000644000000000000000000000233011670416624010576 0ustar Source: smartypants Section: python Priority: extra Maintainer: Julien Danjou Build-Depends: debhelper (>= 8.0.0), python Standards-Version: 3.9.2 Homepage: http://web.chad.org/projects/smartypants.py/ Package: python-smartypants Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Conflicts: smartypants Replaces: smartypants Description: smart-quotes plugin for pyblosxom It can perform the following transformations: . * Straight quotes ( " and ' ) into "curly" quote HTML entities * Backticks-style quotes (``like this'') into "curly" quote HTML entities * Dashes (-- and ---) into en- and em-dash entities * Three consecutive dots (... or . . .) into an ellipsis entity . This means you can write, edit, and save your posts using plain old ASCII straight quotes, plain dashes, and plain dots, but your published posts (and final HTML output) will appear with smart quotes, em-dashes, and proper ellipses. . SmartyPants does not modify characters within
, , , 
 or