[Pkg-javascript-commits] [SCM] MochiKit branch, master, updated. debian/1.4.2-2-8-g63d54d6

Marcelo Jorge Vieira metal at alucinados.com
Thu Nov 1 20:00:12 UTC 2012


The following commit has been merged in the master branch:
commit 63d54d6f599d1229eced7059daee5d1b4cffae3b
Author: Marcelo Jorge Vieira <metal at alucinados.com>
Date:   Wed Oct 31 12:55:01 2012 -0200

    Releasing debian version 1.4.2-4
    
    Thanks Ben Hutchings <ben at decadent.org.uk>
    
    Remove the text 'See scriptaculous.js for full license' from
    Sortable.js.  The full licence is really in LICENSE.txt and
    debian/copyright. (Closes: #690372)

diff --git a/debian/changelog b/debian/changelog
index a8a43b6..afc3cce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+mochikit (1.4.2-4) unstable; urgency=high
+
+  Thanks Ben Hutchings <ben at decadent.org.uk>
+  * Remove the text 'See scriptaculous.js for full license' from
+    Sortable.js.  The full licence is really in LICENSE.txt and
+    debian/copyright. (Closes: #690372)
+
+ -- Marcelo Jorge Vieira (metal) <metal at debian.org>  Wed, 31 Oct 2012 12:53:15 -0200
+
 mochikit (1.4.2-3) unstable; urgency=low
 
   * Updated Standards-Version to 3.8.4 (no changes)
diff --git a/debian/patches/remove-broken-licence-reference.patch b/debian/patches/remove-broken-licence-reference.patch
new file mode 100644
index 0000000..e19f69e
--- /dev/null
+++ b/debian/patches/remove-broken-licence-reference.patch
@@ -0,0 +1,17 @@
+Description: Remove broken licence reference from Sortable.js
+ The full licence is really in LICENSE.txt and debian/copyright.
+Author: Ben Hutchings <ben at decadent.org.uk>
+Bug-Debian: http://bugs.debian.org/690372
+
+---
+--- mochikit-1.4.2.orig/lib/MochiKit/Sortable.js
++++ mochikit-1.4.2/lib/MochiKit/Sortable.js
+@@ -2,8 +2,6 @@
+ Copyright (c) 2005 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
+     Mochi-ized By Thomas Herve (_firstname_ at nimail.org)
+
+-See scriptaculous.js for full license.
+-
+ ***/
+
+ MochiKit.Base._deps('Sortable', ['Base', 'Iter', 'DOM', 'Position', 'DragAndDrop']);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..29a9678
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-broken-licence-reference.patch

-- 
MochiKit



More information about the Pkg-javascript-commits mailing list