From b328a3017b2a87559dbba5378080f65f5ff3acd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Mon, 4 Jun 2018 17:34:02 +0200
Subject: Removed autogenerated code.

This code will be generated at build time see debian/rules

Forwarded: Yes
---
 ckeditor.js     | 48 ------------------------------------------------
 ckeditor.js.inc | 45 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 48 deletions(-)
 delete mode 100644 ckeditor.js
 create mode 100644 ckeditor.js.inc

diff --git a/ckeditor.js b/ckeditor.js
deleted file mode 100644
index be25be34..00000000
--- a/ckeditor.js
+++ /dev/null
@@ -1,48 +0,0 @@
-/**
- * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
- */
-
-// Compressed version of core/ckeditor_base.js. See original for instructions.
-/* jshint ignore:start */
-/* jscs:disable */
-window.CKEDITOR||(window.CKEDITOR=function(){var e=/(^|.*[\\\/])ckeditor\.js(?:\?.*|;.*)?$/i,b={timestamp:"",version:"%VERSION%",revision:"%REV%",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPattern:e},status:"unloaded",basePath:function(){var a=window.CKEDITOR_BASEPATH||"";if(!a)for(var b=document.getElementsByTagName("script"),c=0;c<b.length;c++){var f=b[c].src.match(e);if(f){a=f[1];break}}-1==a.indexOf(":/")&&"//"!=a.slice(0,2)&&(a=0===a.indexOf("/")?location.href.match(/^.*?:\/\/[^\/]*/)[0]+
-a:location.href.match(/^[^\?]*\/(?:)/)[0]+a);if(!a)throw'The CKEditor installation path could not be automatically detected. Please set the global variable "CKEDITOR_BASEPATH" before creating editor instances.';return a}(),getUrl:function(a){-1==a.indexOf(":/")&&0!==a.indexOf("/")&&(a=this.basePath+a);this.timestamp&&"/"!=a.charAt(a.length-1)&&!/[&?]t=/.test(a)&&(a+=(0<=a.indexOf("?")?"&":"?")+"t="+this.timestamp);return a},domReady:function(){function a(){try{document.addEventListener?(document.removeEventListener("DOMContentLoaded",
-a,!1),b()):document.attachEvent&&"complete"===document.readyState&&(document.detachEvent("onreadystatechange",a),b())}catch(f){}}function b(){for(var a;a=c.shift();)a()}var c=[];return function(b){c.push(b);"complete"===document.readyState&&setTimeout(a,1);if(1==c.length)if(document.addEventListener)document.addEventListener("DOMContentLoaded",a,!1),window.addEventListener("load",a,!1);else if(document.attachEvent){document.attachEvent("onreadystatechange",a);window.attachEvent("onload",a);b=!1;try{b=
-!window.frameElement}catch(e){}if(document.documentElement.doScroll&&b){var d=function(){try{document.documentElement.doScroll("left")}catch(b){setTimeout(d,1);return}a()};d()}}}}()},d=window.CKEDITOR_GETURL;if(d){var g=b.getUrl;b.getUrl=function(a){return d.call(b,a)||g.call(b,a)}}return b}());
-/* jscs:enable */
-/* jshint ignore:end */
-
-if ( CKEDITOR.loader )
-	CKEDITOR.loader.load( 'ckeditor' );
-else {
-	// Set the script name to be loaded by the loader.
-	CKEDITOR._autoLoad = 'ckeditor';
-
-	// Include the loader script.
-	if ( document.body && ( !document.readyState || document.readyState == 'complete' ) ) {
-		var script = document.createElement( 'script' );
-		script.type = 'text/javascript';
-		script.src = CKEDITOR.getUrl( 'core/loader.js' );
-		document.body.appendChild( script );
-	} else {
-		document.write( '<script type="text/javascript" src="' + CKEDITOR.getUrl( 'core/loader.js' ) + '"></script>' );
-	}
-
-}
-
-/**
- * The skin to load for all created instances, it may be the name of the skin
- * folder inside the editor installation path, or the name and the path separated
- * by a comma.
- *
- * **Note:** This is a global configuration that applies to all instances.
- *
- *		CKEDITOR.skinName = 'moono';
- *
- *		CKEDITOR.skinName = 'myskin,/customstuff/myskin/';
- *
- * @cfg {String} [skinName='moono-lisa']
- * @member CKEDITOR
- */
-CKEDITOR.skinName = 'moono-lisa';
diff --git a/ckeditor.js.inc b/ckeditor.js.inc
new file mode 100644
index 00000000..b3e21700
--- /dev/null
+++ b/ckeditor.js.inc
@@ -0,0 +1,45 @@
+/**
+ * @license Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
+ */
+
+// Compressed version of core/ckeditor_base.js. See original for instructions.
+/* jshint ignore:start */
+/* jscs:disable */
+// AUTOGENERATED by debian/rules
+/* jscs:enable */
+/* jshint ignore:end */
+
+if ( CKEDITOR.loader )
+	CKEDITOR.loader.load( 'ckeditor' );
+else {
+	// Set the script name to be loaded by the loader.
+	CKEDITOR._autoLoad = 'ckeditor';
+
+	// Include the loader script.
+	if ( document.body && ( !document.readyState || document.readyState == 'complete' ) ) {
+		var script = document.createElement( 'script' );
+		script.type = 'text/javascript';
+		script.src = CKEDITOR.getUrl( 'core/loader.js' );
+		document.body.appendChild( script );
+	} else {
+		document.write( '<script type="text/javascript" src="' + CKEDITOR.getUrl( 'core/loader.js' ) + '"></script>' );
+	}
+
+}
+
+/**
+ * The skin to load for all created instances, it may be the name of the skin
+ * folder inside the editor installation path, or the name and the path separated
+ * by a comma.
+ *
+ * **Note:** This is a global configuration that applies to all instances.
+ *
+ *		CKEDITOR.skinName = 'moono';
+ *
+ *		CKEDITOR.skinName = 'myskin,/customstuff/myskin/';
+ *
+ * @cfg {String} [skinName='moono-lisa']
+ * @member CKEDITOR
+ */
+CKEDITOR.skinName = 'moono-lisa';
