[Python-apps-commits] r7147 - in packages/doconce/trunk (11 files)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Fri Jun 3 06:08:20 UTC 2011


    Date: Friday, June 3, 2011 @ 06:08:18
  Author: johannr-guest
Revision: 7147

[svn-inject] Applying Debian modifications (0.5-1) to trunk

Added:
  packages/doconce/trunk/debian/
  packages/doconce/trunk/debian/TODO
  packages/doconce/trunk/debian/changelog
  packages/doconce/trunk/debian/compat
  packages/doconce/trunk/debian/control
  packages/doconce/trunk/debian/copyright
  packages/doconce/trunk/debian/docs
  packages/doconce/trunk/debian/rules
  packages/doconce/trunk/debian/source/
  packages/doconce/trunk/debian/source/format
  packages/doconce/trunk/debian/watch


Property changes on: packages/doconce/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/doconce/trunk/debian/TODO
===================================================================
--- packages/doconce/trunk/debian/TODO	                        (rev 0)
+++ packages/doconce/trunk/debian/TODO	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,7 @@
+TODO list for doconce Debian package
+------------------------------------
+
+- Add preprocess and ptex2tex to Recommends when they are included in
+  Debian.
+- Run tests for all Python versions (requires preprocess and ptex2tex).
+- Build and include documentation (requires preprocess and ptex2tex).

Added: packages/doconce/trunk/debian/changelog
===================================================================
--- packages/doconce/trunk/debian/changelog	                        (rev 0)
+++ packages/doconce/trunk/debian/changelog	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,5 @@
+doconce (0.5-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #628915)
+
+ -- Johannes Ring <johannr at simula.no>  Sun, 15 May 2011 10:00:45 +0200

Added: packages/doconce/trunk/debian/compat
===================================================================
--- packages/doconce/trunk/debian/compat	                        (rev 0)
+++ packages/doconce/trunk/debian/compat	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1 @@
+7

Added: packages/doconce/trunk/debian/control
===================================================================
--- packages/doconce/trunk/debian/control	                        (rev 0)
+++ packages/doconce/trunk/debian/control	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,81 @@
+Source: doconce
+Section: python
+Priority: optional
+Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Uploaders: Johannes Ring <johannr at simula.no>
+Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7), python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
+DM-Upload-Allowed: yes
+Homepage: http://doconce.googlecode.com
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/doconce/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/doconce/trunk/
+
+Package: doconce
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: imagemagick,
+ python-docutils,
+ python-sphinx,
+ python-mako,
+ pandoc,
+ texlive-base,
+ texlive-latex-base,
+ texlive-base-recommended
+Description: document once, include anywhere
+ Doconce is two things:
+ .
+ 1. Doconce is a very simple and minimally tagged markup language that
+ looks like ordinary ASCII text (much like what you would use in an
+ email), but the text can be transformed to numerous other formats,
+ including HTML, Wiki, LaTeX, PDF, reStructuredText (reST), Sphinx,
+ Epytext, and also plain text (where non-obvious formatting/tags are
+ removed for clear reading in, e.g., emails). From reStructuredText
+ you can go to XML, HTML, LaTeX, PDF, OpenOffice, and from the latter
+ to RTF and MS Word.  (An experimental translator to Pandoc is under
+ development, and from Pandoc one can generate Markdown, reST, LaTeX,
+ HTML, PDF, DocBook XML, OpenOffice, GNU Texinfo, MediaWiki, RTF,
+ Groff, and other formats.)
+ .
+ 2. Doconce is a working strategy for never duplicating information.
+ Text is written in a single place and then transformed to a number of
+ different destinations of diverse type (software source code,
+ manuals, tutorials, books, wikis, memos, emails, etc.).  The Doconce
+ markup language support this working strategy.  The slogan is: "Write
+ once, include anywhere".
+ .
+ Here are some Doconce features:
+ .
+  * Doconce markup does include tags, so the format is more tagged
+    than Markdown and Pandoc, but less than reST, and very much less
+    than LaTeX and HTML.
+  * Doconce can be converted to plain *untagged* text, often desirable
+    for computer programs and email.
+  * Doconce has good support for copying in parts of computer code,
+    say in examples, directly from the source code files.
+  * Doconce has full support for LaTeX math, and integrates very well
+    with big LaTeX projects (books).
+  * Doconce is almost self-explanatory and is a handy starting point
+    for generating documents in more complicated markup languages,
+    such as Google Wiki, LaTeX, and Sphinx. A primary application of
+    Doconce is just to make the initial versions of a Sphinx or Wiki
+    document.
+  * Contrary to the similar Pandoc translator, Doconce integrates with
+    Sphinx and Google Wiki. However, if these formats are not of
+    interest, Pandoc is obviously a superior tool.
+ .
+ Doconce was particularly written for the following sample
+ applications:
+ .
+  * Large books written in LaTeX, but where many pieces (computer
+    demos, projects, examples) can be written in Doconce to appear in
+    other contexts in other formats, including plain HTML, Sphinx, or
+    MS Word.
+  * Software documentation, primarily Python doc strings, which one
+    wants to appear as plain untagged text for viewing in Pydoc, as
+    reStructuredText for use with Sphinx, as wiki text when publishing
+    the software at web sites, and as LaTeX integrated in, e.g., a
+    thesis.
+  * Quick memos, which start as plain text in email, then some small
+    amount of Doconce tagging is added, before the memos can appear as
+    MS Word documents or in wikis.

Added: packages/doconce/trunk/debian/copyright
===================================================================
--- packages/doconce/trunk/debian/copyright	                        (rev 0)
+++ packages/doconce/trunk/debian/copyright	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,46 @@
+This package was debianized by Johannes Ring <johannr at simula.no> on
+Sat, 02 Oct 2010 18:31:12 +0200.
+
+It was downloaded from http://doconce.googlecode.com
+
+Copyright:
+
+    Copyright © 2007-2011, Hans Petter Langtangen <hpl at simula.no> and
+    Simula Resarch Laboratory.
+
+License:
+
+    All rights reserved.
+
+    Redistribution and use in source and binary forms, 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.
+
+        * Neither the name of Simula Research Laboratory 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 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, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+The Debian packaging is © 2010-2011, Johannes Ring <johannr at simula.no> and
+is licensed under the GPL version 2 or later, see
+`/usr/share/common-licenses/GPL-2'.

Added: packages/doconce/trunk/debian/docs
===================================================================
--- packages/doconce/trunk/debian/docs	                        (rev 0)
+++ packages/doconce/trunk/debian/docs	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1 @@
+README

Added: packages/doconce/trunk/debian/rules
===================================================================
--- packages/doconce/trunk/debian/rules	                        (rev 0)
+++ packages/doconce/trunk/debian/rules	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON2_MODULE_PACKAGES = doconce
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_COMPRESS_EXCLUDE_ALL := .py
+
+USCAN_DESTDIR := $(CURDIR)
+
+get-orig-source:
+	uscan --force-download --verbose --destdir $(USCAN_DESTDIR) \
+	 --download-version $(DEB_UPSTREAM_VERSION) \
+	 --upstream-version $(DEB_UPSTREAM_VERSION)


Property changes on: packages/doconce/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/doconce/trunk/debian/source/format
===================================================================
--- packages/doconce/trunk/debian/source/format	                        (rev 0)
+++ packages/doconce/trunk/debian/source/format	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/doconce/trunk/debian/watch
===================================================================
--- packages/doconce/trunk/debian/watch	                        (rev 0)
+++ packages/doconce/trunk/debian/watch	2011-06-03 06:08:18 UTC (rev 7147)
@@ -0,0 +1,3 @@
+version=3
+http://code.google.com/p/doconce/downloads/list \
+http://doconce.googlecode.com/files/doconce-([\d.]+)\.tar\.gz




More information about the Python-apps-commits mailing list