[Python-modules-commits] r30248 - in packages/typogrify/trunk (9 files)
asb at users.alioth.debian.org
asb at users.alioth.debian.org
Mon Aug 25 20:57:03 UTC 2014
Date: Monday, August 25, 2014 @ 20:57:02
Author: asb
Revision: 30248
[svn-inject] Applying Debian modifications (20111209-2) to trunk
Added:
packages/typogrify/trunk/debian/
packages/typogrify/trunk/debian/changelog
packages/typogrify/trunk/debian/compat
packages/typogrify/trunk/debian/control
packages/typogrify/trunk/debian/copyright
packages/typogrify/trunk/debian/docs
packages/typogrify/trunk/debian/rules
packages/typogrify/trunk/debian/source/
packages/typogrify/trunk/debian/source/format
Property changes on: packages/typogrify/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/typogrify/trunk/debian/changelog
===================================================================
--- packages/typogrify/trunk/debian/changelog (rev 0)
+++ packages/typogrify/trunk/debian/changelog 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1,11 @@
+typogrify (20111209-2) unstable; urgency=low
+
+ * Build-Depends on python-setuptools (Closes: #652789)
+
+ -- Julien Danjou <acid at debian.org> Tue, 20 Dec 2011 16:17:12 +0100
+
+typogrify (20111209-1) unstable; urgency=low
+
+ * Initial release (Closes: #649738)
+
+ -- Julien Danjou <acid at debian.org> Fri, 09 Dec 2011 15:19:43 +0100
Added: packages/typogrify/trunk/debian/compat
===================================================================
--- packages/typogrify/trunk/debian/compat (rev 0)
+++ packages/typogrify/trunk/debian/compat 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1 @@
+8
Added: packages/typogrify/trunk/debian/control
===================================================================
--- packages/typogrify/trunk/debian/control (rev 0)
+++ packages/typogrify/trunk/debian/control 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1,18 @@
+Source: typogrify
+Section: python
+Priority: extra
+Maintainer: Julien Danjou <acid at debian.org>
+Build-Depends: debhelper (>= 8.0.0), python, python-setuptools, python-smartypants
+Standards-Version: 3.9.2
+Homepage: https://github.com/hyde/typogrify
+Vcs-Git: git://git.debian.org/collab-maint/typogrify.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/typogrify.git;a=summary
+
+Package: python-typogrify
+Architecture: all
+Recommends: python-jinja2
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: filters to transform text into typographically-improved HTML
+ This provides a set of custom filters for the Django template system which
+ automatically apply various transformations to plain text in order to yield
+ typographically-improved HTML.
Added: packages/typogrify/trunk/debian/copyright
===================================================================
--- packages/typogrify/trunk/debian/copyright (rev 0)
+++ packages/typogrify/trunk/debian/copyright 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1,36 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: typogrify
+Source: <https://github.com/hyde/typogrify>
+
+Files: *
+Copyright: 2007 Christian Metts
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2011 Julien Danjou <acid at debian.org>
+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.
Added: packages/typogrify/trunk/debian/docs
===================================================================
--- packages/typogrify/trunk/debian/docs (rev 0)
+++ packages/typogrify/trunk/debian/docs 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1 @@
+README.markdown
Added: packages/typogrify/trunk/debian/rules
===================================================================
--- packages/typogrify/trunk/debian/rules (rev 0)
+++ packages/typogrify/trunk/debian/rules 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+%:
+ dh $@ --with python2
+
+override_dh_clean:
+ rm -rf typogrify.egg-info
+ dh_clean
Property changes on: packages/typogrify/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/typogrify/trunk/debian/source/format
===================================================================
--- packages/typogrify/trunk/debian/source/format (rev 0)
+++ packages/typogrify/trunk/debian/source/format 2014-08-25 20:57:02 UTC (rev 30248)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the Python-modules-commits
mailing list