[Trisquel-devel] [PATCH v2 1/2] ckermit is now free, add it from multiverse

Andrew Lindley andrew at andrewlindley.co.uk
Thu Oct 16 16:58:51 CEST 2014


I think the first version might not have been accepted, but you'd be
big time busy making isos.  In case it was rejected here's a rework.
Including this time first removing the reference to ckermit as
non-free in the gkermit description.

There are in fact two issues (both linked in the second patch) one of
which is my request that ckermit be included in the repos.  Admittedly
the reason is more one of past affection because I did the first
published port of it to the proprietary O/S I was using at the time in
the mid-80s rather than actual need.  Anyway the patches are spread
across two commits so you get a choice as to whether to include
ckermit or not.

Leny

-- >8 --
Subject: [PATCH v2 1/2] remove assertion ckermit is non-free

---
 helpers/make-gkermit | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 helpers/make-gkermit

diff --git a/helpers/make-gkermit b/helpers/make-gkermit
new file mode 100644
index 0000000..fe9e16a
--- /dev/null
+++ b/helpers/make-gkermit
@@ -0,0 +1,30 @@
+#!/bin/sh
+#
+#    Copyright (C) 2008-2010  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
+
+. ./config
+
+# For https://trisquel.info/en/issues/7957 - ckermit is not non-free
+sed '/The non-free package ckermit/s/non-free //'  -i debian/control
+
+changelog "Compiled for Trisquel"
+
+compile
+
-- 
1.9.1



More information about the Trisquel-devel mailing list