[Python-apps-commits] r4716 - in packages (11 files)

debacle at users.alioth.debian.org debacle at users.alioth.debian.org
Tue Feb 9 14:00:44 UTC 2010


    Date: Tuesday, February 9, 2010 @ 14:00:35
  Author: debacle
Revision: 4716

Prepare package trac-wikiprint.

Added:
  packages/trac-wikiprint/
  packages/trac-wikiprint/branches/
  packages/trac-wikiprint/tags/
  packages/trac-wikiprint/trunk/
  packages/trac-wikiprint/trunk/debian/
  packages/trac-wikiprint/trunk/debian/changelog
  packages/trac-wikiprint/trunk/debian/compat
  packages/trac-wikiprint/trunk/debian/control
  packages/trac-wikiprint/trunk/debian/copyright
  packages/trac-wikiprint/trunk/debian/pycompat
  packages/trac-wikiprint/trunk/debian/rules


Property changes on: packages/trac-wikiprint/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1


Added: packages/trac-wikiprint/trunk/debian/changelog
===================================================================
--- packages/trac-wikiprint/trunk/debian/changelog	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/changelog	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1,5 @@
+trac-wikiprint (1.6+r5729-1) unstable; urgency=low
+
+  * First Debian package (Closes: #558317).
+
+ -- W. Martin Borgert <debacle at debian.org>  Tue, 09 Feb 2010 13:29:30 +0000

Added: packages/trac-wikiprint/trunk/debian/compat
===================================================================
--- packages/trac-wikiprint/trunk/debian/compat	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/compat	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1 @@
+7

Added: packages/trac-wikiprint/trunk/debian/control
===================================================================
--- packages/trac-wikiprint/trunk/debian/control	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/control	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1,24 @@
+Source: trac-wikiprint
+Section: web
+Priority: optional
+Build-Depends-Indep: python-setuptools (> 0.5)
+Build-Depends: python-support, python-all-dev, cdbs, debhelper
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: W. Martin Borgert <debacle at debian.org>
+Standards-Version: 3.8.3
+Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/trac-wikiprint/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/trac-wikiprint/trunk/
+XS-Python-Version: all
+Homepage: http://trac-hacks.org/wiki/TracWikiPrintPlugin
+
+Package: trac-wikiprint
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, trac, python-pisa, python-imaging, python-html5lib, python-reportlab
+Description: Make Trac wiki pages easily printable, exporting to PDF or printable HTML format
+ WikiPrint features:
+  * Fully customizable header/footers for PDF
+  * Syntax highlighting in exported format, using pygments
+  * Customizable front page for PDF book format
+  * Automatic creation of Table of Contents if [[PageOutline]] Macro is used 
+The style of the resulting PDF or HTML can be fully customized using CSS files. 
+XB-Python-Version: ${python:Versions}

Added: packages/trac-wikiprint/trunk/debian/copyright
===================================================================
--- packages/trac-wikiprint/trunk/debian/copyright	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/copyright	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1,34 @@
+This package was debianized by:
+
+    W. Martin Borgert <debacle at debian.org> on Tue, 2010-02-09 13:36:30 UTC
+
+It was downloaded from:
+
+    http://trac-hacks.org/wiki/TracWikiPrintPlugin
+
+Upstream Author:
+
+    Alvaro J. Iradier <alvaro.iradier at polartech.es>
+
+Copyright:
+
+    © 2009 Polar Technologies - www.polartech.es
+
+License:
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the General Public License can be
+found in `/usr/share/common-licenses/GPL'.

Added: packages/trac-wikiprint/trunk/debian/pycompat
===================================================================
--- packages/trac-wikiprint/trunk/debian/pycompat	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/pycompat	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1 @@
+2

Added: packages/trac-wikiprint/trunk/debian/rules
===================================================================
--- packages/trac-wikiprint/trunk/debian/rules	                        (rev 0)
+++ packages/trac-wikiprint/trunk/debian/rules	2010-02-09 14:00:35 UTC (rev 4716)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+DEB_SRCDIR=0.11
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk


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




More information about the Python-apps-commits mailing list