~ubuntu-branches/ubuntu/utopic/asciidoc/utopic

« back to all changes in this revision

Viewing changes to debian/patches/testasciidoc_path.patch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt
  • Date: 2010-11-27 23:19:57 UTC
  • mfrom: (1.1.12 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20101127231957-jxdmrk7z7lkcqy3l
Tags: 8.6.3-1
* New upstream version (Closes: #595324)
* Support asciidoc API (Closes: #526351)
* Depend on python >= 2.4 (Closes: #571303)
* Do not compress .txt files (Closes: #592423)
* Enhance asciidoc manpage (Closes: #499497)
* Move some of the Recommends (vim-addon-manager, source-highlight) to 
  Suggests (Closes: #564015)
* Bump standards version (No changes)
* Add README.Source file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' asciidoc-8.5.2/tests/testasciidoc.py asciidoc-8.5.2.new/tests/testasciidoc.py
2
 
--- asciidoc-8.5.2/tests/testasciidoc.py        2009-05-25 07:35:56.000000000 +0200
3
 
+++ asciidoc-8.5.2.new/tests/testasciidoc.py    2010-01-02 11:22:56.000000000 +0100
4
 
@@ -22,6 +22,9 @@
5
 
 
6
 
 
7
 
 import os, sys, re, StringIO, difflib
8
 
+
9
 
+sys.path.append('/usr/share/asciidoc/')
10
 
+
11
 
 import asciidocapi
12
 
 
13