[Pkg-asciidoc-commits] r83 - trunk/debian
Alexander Wirt
formorer at alioth.debian.org
Sun Nov 28 12:34:54 UTC 2010
Author: formorer
Date: 2010-11-28 12:34:53 +0000 (Sun, 28 Nov 2010)
New Revision: 83
Modified:
trunk/debian/changelog
trunk/debian/control
Log:
Update changelog, depend on python >= 2.4
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-11-28 12:32:02 UTC (rev 82)
+++ trunk/debian/changelog 2010-11-28 12:34:53 UTC (rev 83)
@@ -1,6 +1,8 @@
asciidoc (8.6.3-1) unstable; urgency=low
* New upstream version (Closes: #595324)
+ * Support asciidoc API (Closes: #526351)
+ * Depend on python >= 2.4 (Closes: #571303)
* Bump standards version (No changes)
-- Alexander Wirt <formorer at debian.org> Sat, 27 Nov 2010 23:19:57 +0100
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2010-11-28 12:32:02 UTC (rev 82)
+++ trunk/debian/control 2010-11-28 12:34:53 UTC (rev 83)
@@ -4,12 +4,12 @@
Maintainer: Fredrik Steen <stone at debian.org>
Uploaders: Alexander Wirt <formorer at debian.org>
Build-Depends: debhelper (>= 7.0.50), dpatch
-Build-Depends-Indep: xmlto, python (>= 2.3)
+Build-Depends-Indep: xmlto, python (>= 2.4)
Standards-Version: 3.9.1
Package: asciidoc
Architecture: all
-Depends: python (>= 2.3), ${misc:Depends}
+Depends: python (>= 2.4), ${misc:Depends}
Recommends: docbook-utils, xmlto, dblatex, source-highlight, vim-addon-manager,libxml2-utils
Description: Highly configurable text format for writing documentation
AsciiDoc is a text document format for writing articles, books, manuals and
More information about the Pkg-asciidoc-commits
mailing list