[Trisquel-devel] [PATCH] Toutatis Fix for Issue 5674 - Remove Choqok Kubuntu branding of tweets

Andrew M. 'Leny' Lindley andrew at andrewlindley.co.uk
Mon Apr 15 22:27:18 CEST 2013


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

diff --git a/helpers/make-choqok b/helpers/make-choqok
new file mode 100644
index 0000000..d71eb46
--- /dev/null
+++ b/helpers/make-choqok
@@ -0,0 +1,34 @@
+#!/bin/sh
+#
+#    Copyright (C) 2011  Ruben Rodriguez <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
+FAKEROOT=true
+
+. ./config
+
+# Trisquel Issue 5674
+# Remove Kubuntu Twitter OAuth ID patch as this brands Choqok as Kubuntu there
+rm -rf debian/patches/kubuntu_??_consumerkey.diff
+sed '/kubuntu_.._consumerkey.diff/d' -i  debian/patches/series
+
+
+changelog "Remove Kubuntu branding on Twitter tweets"
+
+compile
+
-- 
1.7.9.5



More information about the Trisquel-devel mailing list