Initial changes for Nabia
This commit is contained in:
parent
070342ff5a
commit
db06ee0f37
58 changed files with 42 additions and 955 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue