From 54a73322565dab6742c536ad5186ffc2ef8df327 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 16 Sep 2007 19:13:23 +0000 Subject: [PATCH] Added patch to fix generation of some URIs in the standard templates. --- debian/patches/108_fix-uris.diff | 22 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 23 insertions(+) create mode 100644 debian/patches/108_fix-uris.diff diff --git a/debian/patches/108_fix-uris.diff b/debian/patches/108_fix-uris.diff new file mode 100644 index 0000000..a3ffc60 --- /dev/null +++ b/debian/patches/108_fix-uris.diff @@ -0,0 +1,22 @@ +--- trunk.orig/lib/Maypole/templates/factory/macros ++++ trunk/lib/Maypole/templates/factory/macros +@@ -14,7 +14,7 @@ + [% + MACRO link(table, command, additional, label) BLOCK; + SET lnk = base _ "/" _ table _ "/" _ command _ "/" _ additional; +- lnk = lnk | uri ; ++ lnk = lnk | html ; + ''; + label | html; + ""; +--- trunk.orig/lib/Maypole/templates/factory/header ++++ trunk/lib/Maypole/templates/factory/header +@@ -10,7 +10,7 @@ + + + +- ++ + + +
diff --git a/debian/patches/series b/debian/patches/series index 53fd950..efe0375 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,5 @@ 105_dont-use-warn-method.diff 106_fix-_column_info-clash.diff 107_make-examples-consistent.diff +108_fix-uris.diff 201_no-file-mmagic-xs.diff -- 2.39.2