diff --git a/helpers/config b/helpers/config index 27aa21d46ea959aa36294cb84ffcaf28ecf23c73..249a39f65cca62ed823b7459ad2ad4fcb7f24c53 100755 --- a/helpers/config +++ b/helpers/config @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2008-2010 Rubén RodrÃguez <ruben@trisquel.info> +# Copyright (C) 2008-2020 Ruben Rodriguez <ruben@trisquel.info> # Copyright (C) 2014 Santiago Rodriguez <santi@trisquel.info> # Copyright (C) 2019 David Trudgian <dave@trudgian.net> # @@ -39,15 +39,14 @@ fi export DEBIAN_FRONTEND=noninteractive export DEBEMAIL=trisquel-devel@listas.trisquel.info export DEBFULLNAME="Trisquel GNU/Linux developers" -export CODENAME=etiona -export REVISION=9.0 +export CODENAME=nabia +export REVISION=10.0 export RELEASE=trisquel export DOMAIN=trisquel.info -export UPSTREAM=bionic -export UPSTREAMRELEASE=18.04 +export UPSTREAM=focal +export UPSTREAMRELEASE=20.04 MIRROR=http://archive.ubuntu.com/ubuntu -DEVELMIRROR=http://devel.trisquel.info/trisquel/$CODENAME -LOCALMIRROR=http://archive.trisquel.info/trisquel +LOCALMIRROR=https://archive.trisquel.org/trisquel LOCAL_APT=`mktemp -d` export RPL="$PWD/DATA/rpl" diff --git a/helpers/make-alembic b/helpers/make-alembic index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-alembic +++ b/helpers/make-alembic @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-ardour b/helpers/make-ardour deleted file mode 100644 index 5ac679c8481d00cac266a30e788df51a77216537..0000000000000000000000000000000000000000 --- a/helpers/make-ardour +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock <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://archive.ubuntu.com/ubuntu eoan main universe' -REPOKEY=7638D0442B90D010 -BACKPORTS=true - -. ./config - -changelog "Backported from eoan" - -compile diff --git a/helpers/make-audacity b/helpers/make-audacity deleted file mode 100644 index de0dd7f13512855fc778945ee9f5d7e2a3e5df33..0000000000000000000000000000000000000000 --- a/helpers/make-audacity +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock <mason@masonhock.com> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORTS=true - -. ./config - -changelog "Backported from ppa" - -compile diff --git a/helpers/make-blender b/helpers/make-blender index c6325516532c19c3071fc70cefc91270e9852321..1b8042fb4b9b4430c05a88713a922e32d8176e43 100644 --- a/helpers/make-blender +++ b/helpers/make-blender @@ -19,7 +19,7 @@ # VERSION=3 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main ' REPOKEY=7281E3E842A98114 BACKPORTS=true DEPENDS=alembic,openimageio,openshadinglanguage,openjpeg,opencollada,opensubdiv diff --git a/helpers/make-calf b/helpers/make-calf index 6410f47bcb867db88f1cf4f2f0bf1a1b864d3e51..fd673f8ca3d839963be6fd39bd141065840c6cba 100644 --- a/helpers/make-calf +++ b/helpers/make-calf @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu $UPSTREAM main ' REPOKEY=F596CF7036BBAA6D BACKPORTS=true diff --git a/helpers/make-carla b/helpers/make-carla index 6410f47bcb867db88f1cf4f2f0bf1a1b864d3e51..fd673f8ca3d839963be6fd39bd141065840c6cba 100644 --- a/helpers/make-carla +++ b/helpers/make-carla @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu $UPSTREAM main ' REPOKEY=F596CF7036BBAA6D BACKPORTS=true diff --git a/helpers/make-cmake3 b/helpers/make-cmake3 index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-cmake3 +++ b/helpers/make-cmake3 @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-csound b/helpers/make-csound deleted file mode 100644 index 8a3e02761ff79f4cc4dc0a7a407c756b43ab9f9e..0000000000000000000000000000000000000000 --- a/helpers/make-csound +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" - -. ./config - -changelog "Backported from Focal" - -compile diff --git a/helpers/make-deluge b/helpers/make-deluge index 913d7926c29fd6d540fa920274e1e9363a4da424..23bc5469d5dc0084cb44fc597ba1e87f659d3359 100644 --- a/helpers/make-deluge +++ b/helpers/make-deluge @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/deluge-team/stable/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/deluge-team/stable/ubuntu $UPSTREAM main' REPOKEY="C5E6A5ED249AD24C" BACKPORT=true diff --git a/helpers/make-dh-python b/helpers/make-dh-python deleted file mode 100644 index b990bbcc040f865dad333bb984728289b16c30b9..0000000000000000000000000000000000000000 --- a/helpers/make-dh-python +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" - -. ./config - -changelog "Backported from Focal" - -compile diff --git a/helpers/make-dovecot b/helpers/make-dovecot deleted file mode 100644 index 048b1115745e217d089de41a0f904e2f0a40f1cc..0000000000000000000000000000000000000000 --- a/helpers/make-dovecot +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from focal" - -compile - diff --git a/helpers/make-dvdstyler b/helpers/make-dvdstyler index 73bc4b74a60c7c1052fd015900d450070c807798..6ed5f1a3e35bccfd8a650dcad6d7afcd1b831f1f 100644 --- a/helpers/make-dvdstyler +++ b/helpers/make-dvdstyler @@ -19,7 +19,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu focal main' +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntuhandbook1/dvdstyler/ubuntu $UPSTREAM main' REPOKEY=A0062203196CA4482DDB859E4C1CBE14852541CB BACKPORTS=true DEPENDS=wxsvg diff --git a/helpers/make-gnome-icon-theme b/helpers/make-gnome-icon-theme deleted file mode 100644 index 02ee6b4ab62ffc3faed1c363fe757c9c6dee78d7..0000000000000000000000000000000000000000 --- a/helpers/make-gnome-icon-theme +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2008-2016 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://archive.ubuntu.com/ubuntu focal universe' - -. ./config - -changelog "Backport from focal" - -compile \ No newline at end of file diff --git a/helpers/make-handbrake b/helpers/make-handbrake index 0a82d47ef103d6391d9fa18ba41db7a181a2d745..e2dc1c97749b981b078702ec267ff70e108d4812 100644 --- a/helpers/make-handbrake +++ b/helpers/make-handbrake @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL="deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu bionic main" +EXTERNAL="deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu $UPSTREAM main" REPOKEY="8771ADB0816950D8" BACKPORT=true diff --git a/helpers/make-ilmbase b/helpers/make-ilmbase index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-ilmbase +++ b/helpers/make-ilmbase @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-inkscape b/helpers/make-inkscape index b0cd2f7fd435729ef2035c59d1d7e0e1b854ee30..e9927aeab6c43f760d01b542e0a87a229f321068 100644 --- a/helpers/make-inkscape +++ b/helpers/make-inkscape @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu $UPSTREAM main ' REPOKEY=9DA4BD18B9A06DE3 BACKPORTS=true diff --git a/helpers/make-kmod b/helpers/make-kmod deleted file mode 100644 index 2e6f1e0d77722d025fdfa9beab60678ec4a35728..0000000000000000000000000000000000000000 --- a/helpers/make-kmod +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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 - -. ./config - -sed 's/dh_makeshlibs.*/dh_makeshlibs --add-udeb=libkmod2-udeb -- -c4/' -i debian/rules - -# Note, only needed on bionic-updates -# After this, systemd needs to be built to fix udev-udeb dependencies -changelog "Fixed bug in debian-installer integration" - -compile diff --git a/helpers/make-libcmis b/helpers/make-libcmis deleted file mode 100644 index a60231a3387019e3561bfa2ee525be1d355a5b7c..0000000000000000000000000000000000000000 --- a/helpers/make-libcmis +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Disco" - -compile diff --git a/helpers/make-libixion b/helpers/make-libixion deleted file mode 100644 index 9c1066bced3f6bd12f2a5ce7c34a7b32677afb88..0000000000000000000000000000000000000000 --- a/helpers/make-libixion +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true -DEPENDS=mdds - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-libnumbertext b/helpers/make-libnumbertext deleted file mode 100644 index 5373b0b952447bcab67a67416c0f1b70796c8b36..0000000000000000000000000000000000000000 --- a/helpers/make-libnumbertext +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Cosmic" - -compile - diff --git a/helpers/make-liborcus b/helpers/make-liborcus deleted file mode 100644 index 8a535edff81fac3a90d8af8f6e73b2bc4010e8c7..0000000000000000000000000000000000000000 --- a/helpers/make-liborcus +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true -DEPENDS=mdds,libixion -#,libetonyek - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-libreoffice b/helpers/make-libreoffice index 16d2a1232be32e9abdea6994616d942c36177eb9..ce074edb5b219fcab19490881247340e9e9060fe 100644 --- a/helpers/make-libreoffice +++ b/helpers/make-libreoffice @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu $UPSTREAM main' REPOKEY="83FBA1751378B444" BACKPORT=true DEPENDS=libcmis,mdds,libixion,liborcus,libnumbertext,xmlsec1,qr-code-generator,nss diff --git a/helpers/make-linux-hwe b/helpers/make-linux-hwe index 7e9269379f30c18e5c98f5decdb16c84b2803fc6..8db59f08c8c75658d5296a9380f489708ed74e0f 100644 --- a/helpers/make-linux-hwe +++ b/helpers/make-linux-hwe @@ -23,15 +23,15 @@ VERSION=2 . ./config # Disable lz4 compression in etiona/bionic -sed '/CONFIG_KERNEL_LZ4/d; /CONFIG_KERNEL_GZIP/d' -i debian.*/config/annotations -for i in debian.master/config/annotations debian.hwe/config/annotations ; do -cat << EOF >> $i -CONFIG_KERNEL_LZ4 policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> -CONFIG_KERNEL_GZIP policy<{'amd64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> -EOF -done -/bin/sed 's/CONFIG_KERNEL_LZ4=y/CONFIG_KERNEL_GZIP=y/' -i debian.master/config/*/config.common.* -/bin/sed 's/CONFIG_KERNEL_GZIP is not set/CONFIG_KERNEL_LZ4 is not set/' -i debian.master/config/*/config.common.* +#sed '/CONFIG_KERNEL_LZ4/d; /CONFIG_KERNEL_GZIP/d' -i debian.*/config/annotations +#for i in debian.master/config/annotations debian.hwe/config/annotations ; do +#cat << EOF >> $i +#CONFIG_KERNEL_LZ4 policy<{'amd64': 'n', 'armhf': 'n', 'i386': 'n', 's390x': 'n'}> +#CONFIG_KERNEL_GZIP policy<{'amd64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> +#EOF +#done +#/bin/sed 's/CONFIG_KERNEL_LZ4=y/CONFIG_KERNEL_GZIP=y/' -i debian.master/config/*/config.common.* +#/bin/sed 's/CONFIG_KERNEL_GZIP is not set/CONFIG_KERNEL_LZ4 is not set/' -i debian.master/config/*/config.common.* for PATCH in $DATA/*.patch ; do echo $PATCH diff --git a/helpers/make-lmms b/helpers/make-lmms deleted file mode 100644 index 72f9cb36d5c98a43276aef620920d545da55cc3c..0000000000000000000000000000000000000000 --- a/helpers/make-lmms +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock <mason@masonhock.com> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORTS=true -DEPENDS=wine - -. ./config - -changelog "Backported from ppa" - -compile diff --git a/helpers/make-mdds b/helpers/make-mdds deleted file mode 100644 index 2f2ce22506672278fd03960f68de3ba165c821c3..0000000000000000000000000000000000000000 --- a/helpers/make-mdds +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-midori b/helpers/make-midori deleted file mode 100644 index 40942bdffa548f106f552e122210c4895a28b533..0000000000000000000000000000000000000000 --- a/helpers/make-midori +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock <mason@masonhock.com> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY=7638D0442B90D010 - -. ./config - -sed 's|"about:search"|"https://trisquel.info/en/welcome"|' -i core/settings.vala -sed 's|t=midori|t=trisquel|' -i core/settings.vala - -changelog "Compiled for Trisquel" - -compile - diff --git a/helpers/make-nspr b/helpers/make-nspr deleted file mode 100644 index d1f4de772b84379935a9b2fdd68b6f2365cb4423..0000000000000000000000000000000000000000 --- a/helpers/make-nspr +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzmán <ark@switnet.org> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -sed -i "/include debian\/make.mk/a DEB_BUILD_OPTIONS=nocheck" debian/rules -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-nss b/helpers/make-nss deleted file mode 100644 index fc8b4dda009ccfc67682bc4045578ab58996e770..0000000000000000000000000000000000000000 --- a/helpers/make-nss +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzmán <ark@switnet.org> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true -DEPENDS=nspr - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-opencollada b/helpers/make-opencollada index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-opencollada +++ b/helpers/make-opencollada @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-opendht b/helpers/make-opendht deleted file mode 100644 index c571bd796a334742836960e067585696f37eeb17..0000000000000000000000000000000000000000 --- a/helpers/make-opendht +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2018 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY=7638D0442B90D010 - -. ./config - -changelog "Backported from focal" - -compile diff --git a/helpers/make-openexr b/helpers/make-openexr index 07c7533da860d9077052e74c0bce344659c36a7c..d4ad6ebc4ee848a93e3b4cdd32e6630741bff33c 100644 --- a/helpers/make-openexr +++ b/helpers/make-openexr @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true DEPENDS=ilmbase diff --git a/helpers/make-openimageio b/helpers/make-openimageio index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-openimageio +++ b/helpers/make-openimageio @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-openjpeg b/helpers/make-openjpeg index bdae459e264d95db82ebe46aaa8c94889fa303f6..591b2c6574c6d0355e29b0acff288762e6e88d6f 100644 --- a/helpers/make-openjpeg +++ b/helpers/make-openjpeg @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-openshadinglanguage b/helpers/make-openshadinglanguage index 62d91d81c2f3547b2d960e6fc623a982e0000bc3..68211e60198d1500fc5c35fc9e20c4d4249ef23e 100644 --- a/helpers/make-openshadinglanguage +++ b/helpers/make-openshadinglanguage @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true DEPENDS=openimageio diff --git a/helpers/make-opensubdiv b/helpers/make-opensubdiv index 288d6a3acee2fb74902a6c79a8ca12e5d210c2fa..72250d716e450ac381b411b7fd4ff066125bb9ce 100644 --- a/helpers/make-opensubdiv +++ b/helpers/make-opensubdiv @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main' +EXTERNAL='deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu $UPSTREAM main' REPOKEY=7281E3E842A98114 BACKPORTS=true diff --git a/helpers/make-orca b/helpers/make-orca deleted file mode 100644 index 26f0f9938dc681f0efeb98ad2c290c95fa3d9b20..0000000000000000000000000000000000000000 --- a/helpers/make-orca +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzmán <ark@switnet.org> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" - -. ./config - -sed '/speech-dispatcher/s/$/ speech-dispatcher-espeak-ng,/' -i debian/control* - -changelog "Backported from Focal" - -compile diff --git a/helpers/make-pam-u2f b/helpers/make-pam-u2f deleted file mode 100644 index 0c40c258e6e0772e39a65f3919990537431869e7..0000000000000000000000000000000000000000 --- a/helpers/make-pam-u2f +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 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://archive.ubuntu.com/ubuntu focal universe' - -. ./config - -sed 's/debhelper.*/debhelper,/' -i debian/control -echo 9 > debian/compat - -changelog "Backported from focal" - -compile - diff --git a/helpers/make-patchage b/helpers/make-patchage deleted file mode 100644 index 5ac679c8481d00cac266a30e788df51a77216537..0000000000000000000000000000000000000000 --- a/helpers/make-patchage +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Mason Hock <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://archive.ubuntu.com/ubuntu eoan main universe' -REPOKEY=7638D0442B90D010 -BACKPORTS=true - -. ./config - -changelog "Backported from eoan" - -compile diff --git a/helpers/make-pdfshuffler b/helpers/make-pdfshuffler index 71ead46faf6a585ce4172b7027caeecac90114a0..eccab6f2d39b0436e3b48806846432834e62e6a4 100644 --- a/helpers/make-pdfshuffler +++ b/helpers/make-pdfshuffler @@ -27,7 +27,7 @@ quilt push -a sed -i "s|Office;|Utility;|" data/pdfshuffler.desktop cp $DATA/images/* data/ -changelog "Small customization for etiona" +changelog "Small customization for Trisquel" compile diff --git a/helpers/make-pygame b/helpers/make-pygame deleted file mode 100644 index abb3b89ce19673aae7f0703e5b70f89290456ef0..0000000000000000000000000000000000000000 --- a/helpers/make-pygame +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="871920D1991BC93C" - -. ./config - -changelog "Backported from focal" - -compile - diff --git a/helpers/make-python-acme b/helpers/make-python-acme index 516a18e0ab740b176ffa0aca810015cad9b718fc..4c7b26562c5931ca28aa1f492c464d3a57edc2a8 100644 --- a/helpers/make-python-acme +++ b/helpers/make-python-acme @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/certbot/certbot/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/certbot/certbot/ubuntu $UPSTREAM main ' REPOKEY=8C47BE8E75BCA694 . ./config diff --git a/helpers/make-python-internetarchive b/helpers/make-python-internetarchive deleted file mode 100644 index 37886fbbabcb4c07034e551ae88e74d05326613b..0000000000000000000000000000000000000000 --- a/helpers/make-python-internetarchive +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-qr-code-generator b/helpers/make-qr-code-generator deleted file mode 100644 index 2f2ce22506672278fd03960f68de3ba165c821c3..0000000000000000000000000000000000000000 --- a/helpers/make-qr-code-generator +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 Luis Guzmán <ark@switnet.org> -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-ring b/helpers/make-ring deleted file mode 100644 index 52ac360cf27245b72ef50944ce2fe4d8aac7e2dc..0000000000000000000000000000000000000000 --- a/helpers/make-ring +++ /dev/null @@ -1,44 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2018 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 -# - -# build-dep tree: -# -# ring -# restbed libsecp256k1 libupnp -# ffmpeg -# libmysofa libopenmpt -# opendht -# msgpack-c argon2 -# gnutls28 -# libtasn1-6 -# unbound -# libunistring -# softhsm2 - -VERSION=1 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY=7638D0442B90D010 - -. ./config - -sed 's/--disable-downloads/--disable-downloads --disable-nettle/' -i debian/rules - -changelog "Backported from focal" - -compile diff --git a/helpers/make-scribus b/helpers/make-scribus index 400ede7aa1c9b2deb02157ccc3ae7c4d2d9d5f7a..e87a64f7057f29e894abbf3edd4d72d223e27f51 100644 --- a/helpers/make-scribus +++ b/helpers/make-scribus @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/scribus/ppa/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/scribus/ppa/ubuntu $UPSTREAM main ' REPOKEY=B70D6F7664B6EE15 BACKPORTS=true diff --git a/helpers/make-software-properties b/helpers/make-software-properties index e8e2613f624718b403c395634a91c6b6cdf28091..6b1b092db3a57069c5d2b11743241119937ccea2 100644 --- a/helpers/make-software-properties +++ b/helpers/make-software-properties @@ -26,11 +26,12 @@ VERSION=3 cat << EOF | patch -p1 --- source.orig/softwareproperties/SoftwareProperties.py 2014-04-14 17:10:58.000000000 +0200 +++ source/softwareproperties/SoftwareProperties.py 2014-05-18 03:02:05.309290804 +0200 -@@ -725,8 +725,17 @@ +@@ -725,8 +725,18 @@ site is in whitelist or the shortcut implementer adds it. """ + codenames = {} ++ codenames["nabia"] = "focal" + codenames["etiona"] = "bionic" + codenames["flidas"] = "xenial" + codenames["belenos"] = "trusty" diff --git a/helpers/make-sphinx b/helpers/make-sphinx deleted file mode 100644 index b990bbcc040f865dad333bb984728289b16c30b9..0000000000000000000000000000000000000000 --- a/helpers/make-sphinx +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" - -. ./config - -changelog "Backported from Focal" - -compile diff --git a/helpers/make-systemd b/helpers/make-systemd deleted file mode 100644 index 14e159c4214d8ceff3120677dfc631ea2baa4319..0000000000000000000000000000000000000000 --- a/helpers/make-systemd +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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 - -. ./config - -# Note, only needed on bionic-updates -# Build after running make-kmod to fix udev-udeb dependencies -changelog "Fixed bug in debian-installer integration" - -compile diff --git a/helpers/make-tor b/helpers/make-tor index 5204872bcb886f9ab93be09332fe6d2a0838d130..7265473c3bc8f272990e03aa914a2846d5f3aa8b 100644 --- a/helpers/make-tor +++ b/helpers/make-tor @@ -18,7 +18,7 @@ # VERSION=2 -EXTERNAL='deb-src http://deb.torproject.org/torproject.org bionic main' +EXTERNAL='deb-src http://deb.torproject.org/torproject.org $UPSTREAM main' . ./config diff --git a/helpers/make-ubuntu-release-upgrader b/helpers/make-ubuntu-release-upgrader index 8ae7ada928bfaabc1e5eb7c3992832012c9e41bd..8b814201c20dc1189ae34ad6f064034cf232e20c 100644 --- a/helpers/make-ubuntu-release-upgrader +++ b/helpers/make-ubuntu-release-upgrader @@ -264,6 +264,7 @@ rpl precise toutatis . -R rpl trusty belenos . -R rpl xenial flidas . -R rpl bionic etiona . -R +rpl focal nabia . -R rm data/DistUpgrade.cfg* cp $DATA/DistUpgrade.cfg* data/ diff --git a/helpers/make-ubuntustudio-controls b/helpers/make-ubuntustudio-controls index f488ef778aeeb69a79a2184c35a8ff4524cf03bf..9f3b32609f9e9c5b134a889d44b6aede888ec8a5 100644 --- a/helpers/make-ubuntustudio-controls +++ b/helpers/make-ubuntustudio-controls @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu $UPSTREAM main ' REPOKEY=F596CF7036BBAA6D BACKPORTS=true diff --git a/helpers/make-ubuntustudio-menu b/helpers/make-ubuntustudio-menu index e2adc2042d306f18aaf0cc09d67bd031a83a0002..0ae6a51834968418ff2824a6cc2a20863603629e 100644 --- a/helpers/make-ubuntustudio-menu +++ b/helpers/make-ubuntustudio-menu @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/ubuntustudio-ppa/backports/ubuntu $UPSTREAM main ' REPOKEY=F596CF7036BBAA6D BACKPORTS=true diff --git a/helpers/make-vpb-driver b/helpers/make-vpb-driver deleted file mode 100644 index e581ff42b1086b9fe3eda49de015ef864081ab9e..0000000000000000000000000000000000000000 --- a/helpers/make-vpb-driver +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2014 Legimet -# -# 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=2 -EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe' - -. ./config - -# Remove references to nonfree firmware blob -rm debian/fetch-openline-firmware - -sed -i '/./{H;$!d;};x;/firmware/d;' debian/copyright -sed -i '1d' debian/copyright -echo >> debian/copyright - -sed -i '/./{H;$!d;};x;/firmware/d;' debian/README.Debian -sed -i '1d' debian/README.Debian -echo >> debian/README.Debian - -sed -i '/fetch-openline-firmware/d' debian/rules - -changelog "Move to a supported version for Linux kernel 4.15 trisquel2 || -Remove references to nonfree blob, fixes #10980 trisquel1" - -compile diff --git a/helpers/make-wxsvg b/helpers/make-wxsvg deleted file mode 100644 index 704637c3b155e335f2df0a8cbdcc922f97a788d5..0000000000000000000000000000000000000000 --- a/helpers/make-wxsvg +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2019 David Philipe GIl <davidpgil@protonmail.com> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORTS=true - -. ./config - -changelog "Backported from ppa" - -compile - diff --git a/helpers/make-x11-utils b/helpers/make-x11-utils deleted file mode 100644 index 7f17a62b07204c2f1f8c1b8c8dcb2e4ce002e44f..0000000000000000000000000000000000000000 --- a/helpers/make-x11-utils +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 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://archive.ubuntu.com/ubuntu focal main universe' -REPOKEY="3B4FE6ACC0B21F32" - -. ./config - -changelog "Backported from focal, fixes broken xdriinfo in bionic" - -compile - diff --git a/helpers/make-xmlsec1 b/helpers/make-xmlsec1 deleted file mode 100644 index 1b3874c42da13608d9f54a4db47be557b704e436..0000000000000000000000000000000000000000 --- a/helpers/make-xmlsec1 +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh -# -# Copyright (C) 2020 Luis Guzmán <ark@switnet.org> -# -# 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 focal main universe' -REPOKEY="3B4FE6ACC0B21F32" -BACKPORT=true - -. ./config - -changelog "Backported from Focal" - -compile - diff --git a/helpers/make-xul-ext-eds-calendar b/helpers/make-xul-ext-eds-calendar index 95a01d8e3ec06a5e875520afa17daf643f7355d8..c4ad331976a7b3d73e3a30b30634d323b7f9e6a1 100644 --- a/helpers/make-xul-ext-eds-calendar +++ b/helpers/make-xul-ext-eds-calendar @@ -18,7 +18,7 @@ # VERSION=1 -EXTERNAL='deb-src http://ppa.launchpad.net/mate-ob/eds-calendar/ubuntu bionic main ' +EXTERNAL='deb-src http://ppa.launchpad.net/mate-ob/eds-calendar/ubuntu $UPSTREAM main ' REPOKEY=E99FABBCCA21C62C . ./config