Hi,

Please find attached a patch that fixes Debian bug #736434
(http://bugs.debian.org/736434)

The gnucash tarball contains jquery.min.js, which is a minified version
of jquery.js; but the latter is not included in the tarball. The
minified version is not the preferred form of modification, so it is not
source code. The solution implemented by the patch is simply to add
jquery.js to the tarball.

Thanks for considering (if possible for the 2.6.1 release!),

-- 
 .''`.    Sébastien Villemot
: :' :    Debian Developer
`. `'     http://www.dynare.org/sebastien
  `-      GPG Key: 4096R/381A7594


From 4d213d6f88b10732653719c1a25b53d269bbb519 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebast...@debian.org>
Date: Fri, 24 Jan 2014 20:39:06 +0000
Subject: [PATCH] Ship src/report/jqplot/jquery.js in the tarball.

The tarball contains jquery.min.js, which is a minified version of jquery.js.
The minified version is not the preferred form of modification, so it is not
source code, and jquery.js must also be included.
---
 src/report/jqplot/Makefile.am | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/report/jqplot/Makefile.am b/src/report/jqplot/Makefile.am
index fde1ce8..584af39 100644
--- a/src/report/jqplot/Makefile.am
+++ b/src/report/jqplot/Makefile.am
@@ -31,5 +31,6 @@ gncjqplot_DATA = \
   plugins/jqplot.pointLabels.js \
   plugins/jqplot.trendline.js
 
-
-EXTRA_DIST = ${gncjqplot_DATA}
+# Also ship jquery.js since it is the source for jquery.min.js
+EXTRA_DIST = ${gncjqplot_DATA} \
+	jquery.js
-- 
1.8.5.3

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to