diff options
-rw-r--r-- | debian/patches/0001-linked-js-css-fonts-removed-from-make.patch | 72 | ||||
-rw-r--r-- | debian/patches/series | 1 |
2 files changed, 73 insertions, 0 deletions
diff --git a/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch b/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch new file mode 100644 index 000000000..12561c168 --- /dev/null +++ b/debian/patches/0001-linked-js-css-fonts-removed-from-make.patch @@ -0,0 +1,72 @@ +From: Lennart Weller <lhw@ring0.de> +Date: Wed, 25 May 2016 13:15:40 +0200 +Subject: linked js/css/fonts removed from make + +--- + web/Makefile.am | 28 ---------------------------- + 1 file changed, 28 deletions(-) + +diff --git a/web/Makefile.am b/web/Makefile.am +index 174ef22..4bd64a4 100644 +--- a/web/Makefile.am ++++ b/web/Makefile.am +@@ -20,31 +20,18 @@ dist_web_DATA = \ + version.txt \ + $(NULL) + +-webolddir=$(webdir)/old +-dist_webold_DATA = \ +- old/datasource.html \ +- old/index.html \ +- old/index.js \ +- old/netdata.js \ +- old/theme.css \ +- $(NULL) +- + weblibdir=$(webdir)/lib + dist_weblib_DATA = \ + lib/dygraph-combined.js \ + lib/dygraph-smooth-plotter.js \ +- lib/jquery-1.12.0.min.js \ + lib/jquery.peity.min.js \ + lib/jquery.sparkline.min.js \ + lib/morris.min.js \ +- lib/raphael-min.js \ + lib/jquery.easypiechart.min.js \ + lib/jquery.nanoscroller.min.js \ +- lib/bootstrap.min.js \ + lib/ElementQueries.js \ + lib/ResizeSensor.js \ + lib/bootstrap-toggle.min.js \ +- lib/c3.min.js \ + lib/d3.min.js \ + lib/gauge.min.js \ + $(NULL) +@@ -52,27 +39,12 @@ dist_weblib_DATA = \ + webcssdir=$(webdir)/css + dist_webcss_DATA = \ + css/morris.css \ +- css/bootstrap.min.css \ +- css/bootstrap-theme.min.css \ + css/bootstrap.slate.min.css \ +- css/font-awesome.min.css \ + css/bootstrap-toggle.min.css \ +- css/c3.min.css \ + $(NULL) + + webfontsdir=$(webdir)/fonts + dist_webfonts_DATA = \ +- fonts/glyphicons-halflings-regular.eot \ +- fonts/glyphicons-halflings-regular.svg \ +- fonts/glyphicons-halflings-regular.ttf \ +- fonts/glyphicons-halflings-regular.woff \ +- fonts/glyphicons-halflings-regular.woff2 \ +- fonts/FontAwesome.otf \ +- fonts/fontawesome-webfont.eot \ +- fonts/fontawesome-webfont.svg \ +- fonts/fontawesome-webfont.ttf \ +- fonts/fontawesome-webfont.woff \ +- fonts/fontawesome-webfont.woff2 \ + $(NULL) + + webimagesdir=$(webdir)/images diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 000000000..0809eba0d --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-linked-js-css-fonts-removed-from-make.patch |