From 5899e8f1475bfc28333ecf2551f6933f76773680 Mon Sep 17 00:00:00 2001 From: Joao Azevedo Date: Sat, 30 Oct 2021 00:39:31 +0200 Subject: [PATCH] prepare byzantium release --- debian/changelog | 10 ++++++++++ debian/control | 2 +- debian/librem5-ci.yml | 8 +++----- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d273d4..d7f72cc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +librem5-goodies (0.0.7pureos2) amber-phone; urgency=medium + + [ João Azevedo ] + * Prepare release to byzantium. + - Update CI + - New release number + - Increase debhelper version to 13 + + -- João Azevedo Sat, 30 Oct 2021 00:36:54 +0200 + librem5-goodies (0.0.7pureos1) amber-phone; urgency=medium [ João Azevedo ] diff --git a/debian/control b/debian/control index 766d699..6d50534 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: João Azevedo Build-Depends: appstream-util, - debhelper-compat (= 12), + debhelper-compat (= 13), shellcheck, Homepage: https://source.puri.sm/librem5-apps/librem5-goodies Vcs-Git: https://source.puri.sm/librem5-apps/librem5-goodies.git diff --git a/debian/librem5-ci.yml b/debian/librem5-ci.yml index 42edb9a..ed004a0 100644 --- a/debian/librem5-ci.yml +++ b/debian/librem5-ci.yml @@ -1,12 +1,10 @@ include: - 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-definitions.yml' - - 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-amber-jobs.yml' - -before_script: - - echo "deb http://repo.pureos.net/pureos amber-phone main" >> /etc/apt/sources.list.d/amber-phone.list - - apt-get update + - 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-byzantium-jobs.yml' + - 'https://source.puri.sm/Librem5/librem5-ci/raw/master/librem5-pipeline-common-jobs.yml' stages: - package - test-package +