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

Andrew Lindley andrew at andrewlindley.co.uk
Thu Oct 16 17:02:54 CEST 2014


The import of ckermit from multiverse.

Leny
-- >8 --
Subject: [PATCH v2 2/2] import ckermit from multiverse

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

diff --git a/helpers/make-ckermit b/helpers/make-ckermit
new file mode 100644
index 0000000..7ee784f
--- /dev/null
+++ b/helpers/make-ckermit
@@ -0,0 +1,32 @@
+#!/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
+#
+
+# Fix https://trisquel.info/en/issues/12442 and part of fix for 
+#     https://trisquel.info/en/issues/7957
+# Review for 8.0 - still in multiverse for Trusty/Utopic but should change
+
+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