From 6e8a611e851ae3f41ffb3a415d48f92a31493397 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Thu, 16 Nov 2017 15:50:22 -0500 Subject: [PATCH] Backported cargo and rustc to build firefox 57 --- helpers/make-cargo | 28 ++++++++++++++++++++++++++++ helpers/make-rustc | 28 ++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 helpers/make-cargo create mode 100644 helpers/make-rustc diff --git a/helpers/make-cargo b/helpers/make-cargo new file mode 100644 index 00000000..6a8b0bea --- /dev/null +++ b/helpers/make-cargo @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2017 Ruben Rodriguez <ruben@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 +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu xenial main' +REPOKEY="A6DCF7707EBC211F" + +. ./config + +changelog "Backported from http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu" + +compile diff --git a/helpers/make-rustc b/helpers/make-rustc new file mode 100644 index 00000000..6a8b0bea --- /dev/null +++ b/helpers/make-rustc @@ -0,0 +1,28 @@ +#!/bin/sh +# +# Copyright (C) 2017 Ruben Rodriguez <ruben@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 +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu xenial main' +REPOKEY="A6DCF7707EBC211F" + +. ./config + +changelog "Backported from http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu" + +compile -- GitLab