Backports from cosmic are deprecated, moving to focal

This commit is contained in:
Ruben Rodriguez 2020-06-19 14:24:16 -04:00
parent 292dbf0942
commit dd3d0ece41
6 changed files with 10 additions and 10 deletions

View file

@ -18,10 +18,10 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
. ./config . ./config
changelog "Backport from cosmic" changelog "Backport from focal"
compile compile

View file

@ -18,7 +18,7 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
REPOKEY="3B4FE6ACC0B21F32" REPOKEY="3B4FE6ACC0B21F32"
BACKPORT=true BACKPORT=true

View file

@ -18,11 +18,11 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
REPOKEY=7638D0442B90D010 REPOKEY=7638D0442B90D010
. ./config . ./config
changelog "Backported from cosmic" changelog "Backported from focal"
compile compile

View file

@ -18,14 +18,14 @@
# #
VERSION=1 VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
. ./config . ./config
sed 's/debhelper.*/debhelper,/' -i debian/control sed 's/debhelper.*/debhelper,/' -i debian/control
echo 9 > debian/compat echo 9 > debian/compat
changelog "Backported from cosmic" changelog "Backported from focal"
compile compile

View file

@ -32,13 +32,13 @@
# softhsm2 # softhsm2
VERSION=1 VERSION=1
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic main universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal main universe'
REPOKEY=7638D0442B90D010 REPOKEY=7638D0442B90D010
. ./config . ./config
sed 's/--disable-downloads/--disable-downloads --disable-nettle/' -i debian/rules sed 's/--disable-downloads/--disable-downloads --disable-nettle/' -i debian/rules
changelog "Backported from cosmic" changelog "Backported from focal"
compile compile

View file

@ -18,7 +18,7 @@
# #
VERSION=2 VERSION=2
EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu cosmic universe' EXTERNAL='deb-src http://archive.ubuntu.com/ubuntu focal universe'
. ./config . ./config