From e35afa0667f7cca655ec0d25cc0bf7520d8349cb Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Sat, 10 Jan 2015 16:55:49 +0100 Subject: [PATCH 1/2] aptitude: rebrand ubuntu changelogs patch --- helpers/make-aptitude | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 helpers/make-aptitude diff --git a/helpers/make-aptitude b/helpers/make-aptitude new file mode 100644 index 0000000..91bc52e --- /dev/null +++ b/helpers/make-aptitude @@ -0,0 +1,30 @@ +#!/bin/sh +# +# Copyright (C) 2015 Santiago Rodríguez +# +# 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 +EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse' + +. ./config + +sed -i 's/changelogs\.ubuntu\.com/packages\.trisquel\.info/g' debian/patches/04_changelog +sed -i 's/Ubuntu/Trisquel/g' debian/patches/04_changelog + +changelog "Imported into Trisquel" + +compile From 82d7e4a4ace4fc4546dd7f9d09d86fa80342a229 Mon Sep 17 00:00:00 2001 From: Santiago Rodriguez Date: Mon, 12 Jan 2015 15:16:26 +0100 Subject: [PATCH 2/2] aptitude: remove EXTERNAL source --- helpers/make-aptitude | 1 - 1 file changed, 1 deletion(-) diff --git a/helpers/make-aptitude b/helpers/make-aptitude index 91bc52e..54d680c 100644 --- a/helpers/make-aptitude +++ b/helpers/make-aptitude @@ -18,7 +18,6 @@ # VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu $UPSTREAM multiverse' . ./config