[Trisquel-devel] [PATCH] ckermit is now free, add it from multiverse

Andrew 'Leny' Lindley andrew at andrewlindley.co.uk
Fri Oct 10 07:52:50 CEST 2014


Issue 7957 [1], a GFSD bug, is against gkermit in Toutatis for
recommending ckermit which was non-free in upstream repos when in fact
it had been relicensed under the modified / revised BSD 3-Clause
license further upstream by the copyright owner.

ckermit correctly licensed is in Trusty multiverse.  This patch is
simply of a straight cp of the make-mjpegtools helper.  However, I
have tested the package builds for Belenos and some basic function in
the amd64 package that resulted.  Including the result of the LICENSE
command to validate everything has gone as expected.

In case the purge for mjpegtools derivates was by design and one needs
adding - the only package built by the source is ckermit itself.

Leny

[1] https://trisquel.info/en/issues/7957

-- >8 --
Subject: [PATCH] ckermit is now free, add it from multiverse
---
 helpers/make-ckermit | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 helpers/make-ckermit

diff --git a/helpers/make-ckermit b/helpers/make-ckermit
new file mode 100644
index 0000000..e1d7693
--- /dev/null
+++ b/helpers/make-ckermit
@@ -0,0 +1,28 @@
+#!/bin/sh
+#
+#    Copyright (C) 2011  Rubén Rodríguez <ruben at trisquel.info>
+#
+#    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
+#
+
+VERSION=1
+EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse'
+
+. ./config
+
+changelog "Imported into Trisquel"
+
+compile
+
-- 
1.9.1



More information about the Trisquel-devel mailing list