[Trisquel-devel] Rev 34: - Remove non-free suggestion in file:///home/bzr/package-helpers/branches/aklis/
Santiago Rodríguez
santi at trisquel.info
Mon Dec 12 16:42:14 CET 2011
At file:///home/bzr/package-helpers/branches/aklis/
------------------------------------------------------------
revno: 34
revision-id: santi at trisquel.info-20111212154437-aybm7ez37ykap03g
parent: kour at member.trisquel.info-20111210180346-kjgkig6u8uheh2x1
committer: Santiago Rodríguez <santi at trisquel.info>
branch nick: aklis
timestamp: Mon 2011-12-12 16:44:37 +0100
message:
- Remove non-free suggestion
# Closes https://trisquel.info/es/issues/4360
-------------- next part --------------
=== added file 'helpers/natty/make-p7zip'
--- a/helpers/natty/make-p7zip 1970-01-01 00:00:00 +0000
+++ b/helpers/natty/make-p7zip 2011-12-12 15:44:37 +0000
@@ -0,0 +1,31 @@
+#!/bin/sh
+#
+# Copyright (C) 2011 Santiago Rodr��guez <aklis 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
+
+sed -i '/Suggests: p7zip-rar/d' debian/control
+#Our versions doesn't handle rar files, due to licenses
+sed -i 's/RAR, ARJ,/ARJ,/g' debian/control
+#
+changelog "Remove non free suggests"
+#Closes https://trisquel.info/es/issues/4360
+compile
+
More information about the Trisquel-devel
mailing list