[Python-modules-commits] r10557 - in packages/python-textile/trunk (12 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sat Nov 21 22:10:29 UTC 2009


    Date: Saturday, November 21, 2009 @ 22:10:29
  Author: janos-guest
Revision: 10557

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/python-textile/trunk/debian/
  packages/python-textile/trunk/debian/README.Debian
  packages/python-textile/trunk/debian/changelog
  packages/python-textile/trunk/debian/compat
  packages/python-textile/trunk/debian/control
  packages/python-textile/trunk/debian/copyright
  packages/python-textile/trunk/debian/docs
  packages/python-textile/trunk/debian/patches/
  packages/python-textile/trunk/debian/patches/01_tests-in-py-modules.diff
  packages/python-textile/trunk/debian/patches/series
  packages/python-textile/trunk/debian/rules
  packages/python-textile/trunk/debian/watch


Property changes on: packages/python-textile/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-textile/trunk/debian/README.Debian
===================================================================
--- packages/python-textile/trunk/debian/README.Debian	                        (rev 0)
+++ packages/python-textile/trunk/debian/README.Debian	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,8 @@
+This package is auto-sufficient, but you can install other packages
+alongside to get some nifty effects.
+
+For example, the "htmlizer" from python-twisted allows PyTextile to
+automatically colorize documents sporting Python syntax.
+
+It can use mxTidy or uTidyLib to validate the generated XHTML output,
+but at the time of writing this, none of them are packaged.

Added: packages/python-textile/trunk/debian/changelog
===================================================================
--- packages/python-textile/trunk/debian/changelog	                        (rev 0)
+++ packages/python-textile/trunk/debian/changelog	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,60 @@
+python-textile (1:2.1.3-1) unstable; urgency=low
+
+  * New maintainer (Closes: #540943)
+  * New upstream release.
+  * Added epoch to correct a mistake in version numbering
+  * debian/patches/01_tests-in-py-modules.diff: include tests in package
+  * debian/compat
+    - update debhelper compatibility to 7.
+  * debian/control
+    - removed python-central from Build-Depends-Indep.
+    - package now uses python-support and quilt.
+    - bumped Standards-Version to 3.8.3
+    - added Homepage
+    - added Vcs-Svn
+    - added Vcs-Browser
+    - added XS-Python-Version
+    - added XB-Python-Version
+    - removed recommendation of python-twisted (Closes: #514626)
+  * debian/copyright
+    - updated copyright to new upstream author
+    - added myself as a new maintainer
+  * debian/docs
+    - added README.textile
+  * debian/rules
+    - simplified script
+  * Added debian/watch
+
+ -- Janos Guljas <janos at janos.in.rs>  Sat, 21 Nov 2009 23:05:57 +0100
+
+python-textile (2.10-3.1.2) unstable; urgency=low
+
+  * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490501.
+
+ -- Matthias Klose <doko at debian.org>  Fri, 18 Jul 2008 15:40:54 +0000
+
+python-textile (2.0.10-3.1) unstable; urgency=low
+
+  * NMU: Updated to new Python policy. (closes: #373362)
+  * Updated standards-version.
+
+ -- Luis Rodrigo Gallardo Cruz <rodrigo at nul-unu.com>  Mon, 26 Jun 2006 13:23:33 -0500
+
+python-textile (2.0.10-3) unstable; urgency=low
+
+  * This package is Architecture: all, not "any"
+
+ -- Ricardo Javier Cardenes Medina <rcardenes at debian.org>  Mon,  4 Apr 2005 03:23:50 +0100
+
+python-textile (2.0.10-2) unstable; urgency=low
+
+  * Fixed Build-Depends to not FTBFS (closes: Bug#288848).
+
+ -- Ricardo Javier Cardenes Medina <rcardenes at debian.org>  Thu,  6 Jan 2005 17:15:35 +0000
+
+python-textile (2.0.10-1) unstable; urgency=low
+
+  * Initial Release (closes: Bug#286528).
+
+ -- Ricardo Javier Cardenes Medina <rcardenes at debian.org>  Mon, 20 Dec 2004 17:10:29 +0000
+

Added: packages/python-textile/trunk/debian/compat
===================================================================
--- packages/python-textile/trunk/debian/compat	                        (rev 0)
+++ packages/python-textile/trunk/debian/compat	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1 @@
+7

Added: packages/python-textile/trunk/debian/control
===================================================================
--- packages/python-textile/trunk/debian/control	                        (rev 0)
+++ packages/python-textile/trunk/debian/control	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,22 @@
+Source: python-textile
+Section: python
+Priority: optional
+Maintainer: Janos Guljas <janos at janos.in.rs>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7), python-support, python-setuptools, quilt
+XS-Python-Version: >= 2.5
+Standards-Version: 3.8.3
+Homepage: http://loopcore.com/python-textile/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-textile/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-textile/trunk/
+
+Package: python-textile
+Architecture: all
+XB-Python-Version: ${python:Versions}
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Python parser for the Textile markup
+ Textile is an XHTML generator that uses a simple markup, similar
+ to the one you can find on most wikis.
+ .
+ This is a Python module that implements a parser and generator
+ that supports the Textile markup syntax.

Added: packages/python-textile/trunk/debian/copyright
===================================================================
--- packages/python-textile/trunk/debian/copyright	                        (rev 0)
+++ packages/python-textile/trunk/debian/copyright	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,30 @@
+This package was debianized by Ricardo Javier Cardenes Medina <rcardenes at debian.org> on
+Mon, 20 Dec 2004 17:10:29 +0000.
+This package was adopted by Janos Guljas <janos at janos.in.rs> on
+Sat, 21 Nov 2009 23:05:57 +0100
+
+The Debian packaging is Copyright 2009, Janos Guljas <janos at janos.in.rs>
+and is licensed under the BSD license. Under Debian systems, you can find
+the text of the BSD license under /usr/share/common-licenses/BSD
+
+It was downloaded from http://dealmeida.net
+
+Upstream Author: Jason Samsa <jsamsa at gmail.com>
+
+Copyright:
+
+ Copyright (c) 2009, Jason Samsa, http://jsamsa.com/
+ Copyright (c) 2004, Roberto A. F. De Almeida, http://dealmeida.net/
+ Copyright (c) 2003, Mark Pilgrim, http://diveintomark.org/
+
+ Original PHP Version:
+ Copyright (c) 2003-2004, Dean Allen <dean at textism.com>
+ All rights reserved.
+
+ Thanks to Carlo Zottmann <carlo at g-blog.net> for refactoring
+ Textile's procedural code into a class framework
+
+ Additions and fixes Copyright (c) 2006 Alex Shiels http://thresholdstate.com/
+
+ PyTextile is under a BSD license. Under Debian systems, you can find
+ the text of the BSD license under /usr/share/common-licenses/BSD

Added: packages/python-textile/trunk/debian/docs
===================================================================
--- packages/python-textile/trunk/debian/docs	                        (rev 0)
+++ packages/python-textile/trunk/debian/docs	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1 @@
+README.textile

Added: packages/python-textile/trunk/debian/patches/01_tests-in-py-modules.diff
===================================================================
--- packages/python-textile/trunk/debian/patches/01_tests-in-py-modules.diff	                        (rev 0)
+++ packages/python-textile/trunk/debian/patches/01_tests-in-py-modules.diff	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,11 @@
+--- a/setup.py
++++ b/setup.py
+@@ -10,7 +10,7 @@ setup(name='textile',
+       author='Jason Samsa',
+       author_email='jsamsa at gmail.com',
+       url='http://loopcore.com/python-textile/',
+-      py_modules=['textile'],
++      py_modules=['textile', 'test.test'],
+       platforms = ['any'],
+       license = ['BSD'],
+       long_description = """

Added: packages/python-textile/trunk/debian/patches/series
===================================================================
--- packages/python-textile/trunk/debian/patches/series	                        (rev 0)
+++ packages/python-textile/trunk/debian/patches/series	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1 @@
+01_tests-in-py-modules.diff

Added: packages/python-textile/trunk/debian/rules
===================================================================
--- packages/python-textile/trunk/debian/rules	                        (rev 0)
+++ packages/python-textile/trunk/debian/rules	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh --with quilt $@


Property changes on: packages/python-textile/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-textile/trunk/debian/watch
===================================================================
--- packages/python-textile/trunk/debian/watch	                        (rev 0)
+++ packages/python-textile/trunk/debian/watch	2009-11-21 22:10:29 UTC (rev 10557)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/t/textile/textile-(.*).tar.gz




More information about the Python-modules-commits mailing list