Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 117 → Rev 118

/trunk/debian/patches/template_sdk.patch
193,3 → 193,14
+
+.PHONY: all install-sources install-libs clean distclean test
+.DELETE_ON_ERROR:
--- a/templates/src/build_index.pl
+++ b/templates/src/build_index.pl
@@ -18,7 +18,7 @@ foreach $i (@ARGV) {
@templates = sort(@templates);
print <<'EOM';
-#include "lib.h"
+#include "template_structs.h"
EOM
/trunk/debian/changelog
8,6 → 8,8
* prayer-templates-dev.install: Only template_structs.h and misc.h
needed henceforth, since only those files are #included by compiled
templates.
* template_sdk.patch: The #include that templates/src/build_index.pl
generates was not changed, though.
* debian/Config, debian/control: Enable libtidy for HTML parsing and
sanitisation, fixing certain XSS problems, which were due to simple
substring matching being used.
17,7 → 19,7
* Use Breaks instead of Conflicts to handle the renaming of
prayer-templates.
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 02:22:36 +0200
-- Magnus Holmgren <holmgren@debian.org> Thu, 22 Jul 2010 03:00:34 +0200
 
prayer (1.3.2-dfsg1-4) unstable; urgency=low