Package: libapache2-modxslt
Version: 2005072700-2.2
Severity: minor

Modxslt adds a rather large commented out "Generated by modxslt" block
at the bottom of all the documents it generates. Normally, this isn't
too much of a problem as it just appears at the bottom of one's documents
and out of the way. However, I've been using mod xslt to process documents
that are included in other documents, which puts multiple copies of this
notice throughout my documents. As these are public on the web, this is
not really ideal.

I've included a very tiny patch that adds the appropriate define to
disable these notices.

--
Steve Pomeroy
diff -Naur modxslt-2005072700.orig/debian/rules modxslt-2005072700/debian/rules
--- modxslt-2005072700.orig/debian/rules	2008-06-18 14:56:55.000000000 -0400
+++ modxslt-2005072700/debian/rules	2008-06-18 14:47:11.000000000 -0400
@@ -15,7 +15,7 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
-CFLAGS = -Wall -g
+CFLAGS = -Wall -g -DMXSLT_DISABLE_SIGNATURE
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0

Reply via email to