Le mercredi 11 août 2010, Tanguy Ortolo a écrit :
> Sorry to bother you again with dokuwiki. I have discovered a policy
> violation in my package, and opened the serious bug #592593: the package
> ships with a binary Flash file that cannot be built from source.
>
>
> I have prepared a correction for that (dokuwiki_remove-flash.patch
> attached), that simply removes the problematic file from the binary
> package, and documents that, with instruction for people that may want
> to install that file by themselves.

After some discussion on <debian-de...@l.d.o>, it seemed ok to only
strip the problematic binary from the binary package, without stripping
it from the original tarball by repacking it.

It also appeared that I should document that removal on the copyright
file. This permitted me to discover that this Flash file had no licence
at all: I contacted its author, and this code is now under the MIT
licence.

So, in a word: one more change, to the debian/copyright file, cf.
attached patch. To justifiy that, I could open another serious bug or
complete the #592593.

-- 
Tanguy Ortolo
diff --git a/debian/copyright b/debian/copyright
index abb6c1b..b1daff1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -84,6 +84,17 @@ License: LGPL-2.1
 X-Note: This file has an imprecise phpdoc license tag,
     cf. debian/patches/license_utf8.diff.
 
+Files: lib/_fla/* lib/exe/multipleUpload.swf
+Copyright: Andreas Gohr <a...@splitbrain.org>
+           2006 Alastair Dawson
+License: MIT
+X-Note: These files are the source and the resulting binary code for a Flash
+    applet. There is currently no free tool to rebuild it, so it is simply
+    stripped out when building the binary package.
+    .
+    The licence of this code can be found at
+    <http://blog.vixiom.com/2006/09/08/multiple-file-upload-with-flash-and-ruby-on-rails/>.
+
 License: GPL-2
     This program is free software; you can redistribute it
     and/or modify it under the terms of the GNU General Public
@@ -242,3 +253,22 @@ License: Artistic
     .
     On Debian systems, the complete text of the Artistic License
     can be found in "/usr/share/common-licenses/Artistic".
+
+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 above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+    .
+    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.

Attachment: signature.asc
Description: Digital signature

Reply via email to