--- ckeditor-4.3.0+dfsg0.orig/debian/changelog +++ ckeditor-4.3.0+dfsg0/debian/changelog @@ -0,0 +1,134 @@ +ckeditor (4.3.0+dfsg0-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove dependency to libjs-yui + - it was not used, because the uicolor plugin was not shipped + (Closes: #641808) + - No need to migrate to yui3 (Closes: #733966) + * Remove sourceless files (Closes: #735345) + + -- Mathieu Parent Wed, 29 Jan 2014 21:23:48 +0100 + +ckeditor (4.3.0-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Sun, 01 Dec 2013 22:14:00 +0200 + +ckeditor (4.2.1-1) unstable; urgency=low + + * new upstream release + * changed Standars-Version to 3.9.4 + + -- Frank Habermann Sun, 06 Oct 2013 20:33:00 +0200 + +ckeditor (3.6.3-1) unstable; urgency=low + + * new upstream release + * changed Standars-Version to 3.9.3 + * added DM-Upload-Allowed to control + * using libjs-swfobject instead of integrated lib + + -- Frank Habermann Sat, 21 Apr 2012 22:33:00 +0200 + +ckeditor (3.6.1-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Sat, 9 Jul 2011 22:43:00 +0200 + +ckeditor (3.6.0-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Sat, 21 May 2011 21:39:00 +0200 + +ckeditor (3.5.2-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Sun, 06 Mar 2011 22:29:00 +0200 + +ckeditor (3.5.1-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Tue, 08 Feb 2011 22:17:00 +0200 + +ckeditor (3.5.0-1) experimental; urgency=low + + * new upstream release + + -- Frank Habermann Thu, 30 Dec 2010 21:20:00 +0200 + +ckeditor (3.4.2-1) experimental; urgency=low + + * new upstream release (Closes: #603616) + + -- Frank Habermann Thu, 18 Nov 2010 23:01:00 +0200 + +ckeditor (3.4-1) experimental; urgency=low + + * new upstream release + * changed Standars-Version to 3.9.1 + + -- Frank Habermann Sat, 21 Aug 2010 21:23:00 +0200 + +ckeditor (3.3.1-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Thu, 10 Jun 2010 23:16:00 +0200 + +ckeditor (3.3-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Mon, 31 May 2010 21:27:00 +0200 + +ckeditor (3.2.1-1) unstable; urgency=low + + * new upstream release + * set debian source version to 1.0 + + -- Frank Habermann Sat, 10 Apr 2010 19:55:00 +0200 + +ckeditor (3.2-1) unstable; urgency=low + + * new upstream release + * changed Standars-Version to 3.8.4 + * added watch file (Closes: #571456) + + -- Frank Habermann Sun, 28 Jan 2010 20:40:00 +0200 + +ckeditor (3.1-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Thu, 07 Jan 2010 22:20:00 +0200 + +ckeditor (3.0.2-1) unstable; urgency=low + + * new upstream release + + -- Frank Habermann Fri, 18 Dec 2009 21:22:00 +0200 + +ckeditor (3.0.1-1) unstable; urgency=low + + * new upstream release + - Same keyboard navigation issues have been fixed + - The editor may have cause the page to scroll on load on some situations + - Empty paragraphs were being created when adding a table to an empty + document + - Dialogs may have change alerts showing even if nothing were getting + modified + - Loading the "source" version of the editor now forces loading the + source code of the plugins as well + + -- Frank Habermann Sat, 17 Oct 2009 19:20:00 +0200 + +ckeditor (3.0-1) unstable; urgency=low + + * Initial release. + + -- Frank Habermann Tue, 25 Aug 2009 23:15:00 +0200 --- ckeditor-4.3.0+dfsg0.orig/debian/ckeditor.README.Debian +++ ckeditor-4.3.0+dfsg0/debian/ckeditor.README.Debian @@ -0,0 +1,17 @@ +ckeditor for Debian +------------------------ + +The package installs all the files needed by ckeditor under +`/usr/share/javascript/ckeditor'. + +It's pretty easy to use ckeditor within your webapp, you just have alias that +directory to "ckeditor": + + Alias /ckeditor/ /usr/share/javascript/ckeditor/ + + Options Indexes MultiViews FollowSymLinks + AllowOverride None + Order allow,deny + + + -- Frank Habermann Tue, 25 Aug 2009 23:15:00 +0200 --- ckeditor-4.3.0+dfsg0.orig/debian/ckeditor.examples +++ ckeditor-4.3.0+dfsg0/debian/ckeditor.examples @@ -0,0 +1 @@ +_samples/* --- ckeditor-4.3.0+dfsg0.orig/debian/ckeditor.install +++ ckeditor-4.3.0+dfsg0/debian/ckeditor.install @@ -0,0 +1,5 @@ +*.css /usr/share/javascript/ckeditor +*.js /usr/share/javascript/ckeditor +lang /usr/share/javascript/ckeditor +plugins /usr/share/javascript/ckeditor +skins /usr/share/javascript/ckeditor --- ckeditor-4.3.0+dfsg0.orig/debian/ckeditor.links +++ ckeditor-4.3.0+dfsg0/debian/ckeditor.links @@ -0,0 +1 @@ +/usr/share/javascript/swfobject/swfobject.js /usr/share/doc/ckeditor/examples/assets/swfobject.js --- ckeditor-4.3.0+dfsg0.orig/debian/compat +++ ckeditor-4.3.0+dfsg0/debian/compat @@ -0,0 +1 @@ +7 --- ckeditor-4.3.0+dfsg0.orig/debian/control +++ ckeditor-4.3.0+dfsg0/debian/control @@ -0,0 +1,19 @@ +Source: ckeditor +Section: web +Priority: optional +Maintainer: Frank Habermann +Build-Depends: debhelper (>= 7.0.50~) +Standards-Version: 3.9.4 +DM-Upload-Allowed: yes +Homepage: http://ckeditor.com + +Package: ckeditor +Architecture: all +Depends: ${misc:Depends}, libjs-swfobject +Recommends: javascript-common +Description: text editor for internet + CKEditor is a text editor to be used inside web pages. It's a WYSIWYG editor, + which means that the text being edited on it looks as similar as possible to + the results users have when publishing it. It brings to the web common + editing features found on desktop editing applications like Microsoft Word + and OpenOffice. --- ckeditor-4.3.0+dfsg0.orig/debian/copyright +++ ckeditor-4.3.0+dfsg0/debian/copyright @@ -0,0 +1,102 @@ +Author: CKSource - Frederico Knabben +Download: http://ckeditor.com/download + +Files: * +Copyright: (C) 2003-2009 CKSource - Frederico Knabben +License: GPL-2+ + The ckeditor is tripple licensed under the GNU General Public License (GPL), + GNU Lesser General Public License (LGPL), and Mozilla Public License (MPL). + In Debian, it is distributed under the GNU General Public License (GPL). + . + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: _source/plugins/uicolor/yui/yui.js plugins/uicolor/yui/yui.js +Copyright: + (C) 2009 Yahoo! Inc. + (C) 2001 Robert Penner +License: BSD + Redistribution and use of this software in source and binary forms, with or + without modification, are permitted provided that the following conditions + are met: + . + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of the author nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +Files: _source/tests/yuitest.js _source/plugins/uicolor/yui/assets/yui.css _tests/yuitest.js +Copyright: (C) 2009 Yahoo! Inc. +License: BSD + Redistribution and use of this software in source and binary forms, with or + without modification, are permitted provided that the following conditions + are met: + . + * Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + * Neither the name of Yahoo! Inc. nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission of Yahoo! Inc. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. + +Files: debian/* +Copyright: (C) 2009 Frank Habermann +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies + of the Software, and to permit persons to whom the Software is furnished to do + so, subject to the following conditions: + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. --- ckeditor-4.3.0+dfsg0.orig/debian/rules +++ ckeditor-4.3.0+dfsg0/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_install: + dh_install + + find debian/ckeditor/usr/share/javascript/ckeditor -type f -name '_*' | xargs rm -f + find debian/ckeditor/usr/share/javascript/ckeditor -type f -name 'build-config.js' | xargs rm -f + find debian/ckeditor/usr/share/javascript/ckeditor/plugins -type f -name 'LICENSE.md' | xargs rm -f + +override_dh_fixperms: + dh_fixperms + + # setting rights + find debian/ckeditor/usr/share/javascript/ckeditor -type f | xargs chmod 0644 --- ckeditor-4.3.0+dfsg0.orig/debian/source/format +++ ckeditor-4.3.0+dfsg0/debian/source/format @@ -0,0 +1 @@ +1.0 --- ckeditor-4.3.0+dfsg0.orig/debian/watch +++ ckeditor-4.3.0+dfsg0/debian/watch @@ -0,0 +1,5 @@ +version=3 + +#http://ckeditor.com/download ckeditor_(.*)\.tar\.gz +http://ckeditor.com/download \ + http://download.cksource.com/CKEditor/CKEditor/CKEditor%20.*?/ckeditor_(.*)\.tar\.gz