[Pkg-asciidoc-commits] r72 - trunk/debian/patches

Alexander Wirt formorer at alioth.debian.org
Sat Nov 27 22:32:22 UTC 2010


Author: formorer
Date: 2010-11-27 22:32:22 +0000 (Sat, 27 Nov 2010)
New Revision: 72

Modified:
   trunk/debian/patches/a2x-defaultdirs.patch
Log:
Update patch for new release


Modified: trunk/debian/patches/a2x-defaultdirs.patch
===================================================================
--- trunk/debian/patches/a2x-defaultdirs.patch	2010-11-27 22:20:52 UTC (rev 71)
+++ trunk/debian/patches/a2x-defaultdirs.patch	2010-11-27 22:32:22 UTC (rev 72)
@@ -1,7 +1,7 @@
-diff -Nur -x '*.orig' -x '*~' asciidoc-8.5.2/a2x.py asciidoc-8.5.2.new/a2x.py
---- asciidoc-8.5.2/a2x.py	2009-12-07 00:52:05.000000000 +0100
-+++ asciidoc-8.5.2.new/a2x.py	2010-01-02 11:12:06.000000000 +0100
-@@ -671,7 +671,7 @@
+diff -Nur -x '*.orig' -x '*~' asciidoc-8.6.3//a2x.py asciidoc-8.6.3.new//a2x.py
+--- asciidoc-8.6.3//a2x.py	2010-11-14 00:54:32.000000000 +0100
++++ asciidoc-8.6.3.new//a2x.py	2010-11-27 23:28:58.922601000 +0100
+@@ -764,7 +764,7 @@
          help='use admonition, callout and navigation icons')
      parser.add_option('--icons-dir',
          action='store', dest='icons_dir',
@@ -10,12 +10,21 @@
          help='admonition and navigation icon directory')
      parser.add_option('-k', '--keep-artifacts',
          action='store_true', dest='keep_artifacts', default=False,
-@@ -686,7 +686,7 @@
+@@ -779,7 +779,7 @@
          action='store_true', dest='dry_run', default=False,
          help='just print the commands that would have been executed')
-     parser.add_option('-r','--resource-dir',
--        action='append', dest='resource_dirs', default=[],
-+        action='append', dest='resource_dirs', default=['/etc/asciidoc'],
+     parser.add_option('-r','--resource',
+-        action='append', dest='resources', default=[],
++        action='append', dest='resources', default=['/etc/asciidoc'],
          metavar='PATH',
-         help='directory containing images and stylesheets')
+         help='resource file or directory containing resource files')
+     parser.add_option('-m', '--resource-manifest',
+@@ -787,7 +787,7 @@
+         help='read resources from FILE')
      #DEPRECATED
+     parser.add_option('--resource-dir',
+-        action='append', dest='resources', default=[],
++        action='append', dest='resources', default=['/etc/asciidoc'],
+         metavar='PATH',
+         help='DEPRECATED: use --resource')
+     #DEPRECATED




More information about the Pkg-asciidoc-commits mailing list