[Trisquel-devel] Rev 31: Merged p7zip from Aklis in file:///home/bzr/package-helpers/trunk/
Ruben Rodriguez
ruben at trisquel.info
Mon Dec 12 18:57:26 CET 2011
At file:///home/bzr/package-helpers/trunk/
------------------------------------------------------------
revno: 31 [merge]
revision-id: ruben en trisquel.info-20111212180033-pnxbyn94vvrap167
parent: ruben en trisquel.info-20111212175406-7dayymnlg2v4we7b
parent: santi en trisquel.info-20111212154437-aybm7ez37ykap03g
committer: Ruben Rodriguez <ruben en trisquel.info>
branch nick: trunk
timestamp: Mon 2011-12-12 19:00:33 +0100
message:
Merged p7zip from Aklis
added:
helpers/natty/make-p7zip makep7zip-20111212154414-bjw7q8l7kbud1nab-1
------------ pr�xima parte ------------
=== 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 en 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