From 3b4c889c3d3268644d3163cf5aea45222f21061e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 15 Jan 2024 16:42:05 +0100 Subject: [PATCH 1/2] Remove comments in the debian/control dependencies as it was causing the package build to fail. --- debian/changelog | 7 +++++++ debian/control | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6015bcb4..65161914 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.765.34) UNRELEASED; urgency=medium + + * Remove comments in the debian/control dependencies as it was causing the + package build to fail. + + -- Ɓukasz 'sil2100' Zemczak Mon, 15 Jan 2024 16:41:18 +0100 + livecd-rootfs (2.765.33) jammy; urgency=medium [ Steve Langasek ] diff --git a/debian/control b/debian/control index 613cc069..115870fe 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,6 @@ Depends: ${misc:Depends}, git, gnupg, grep-dctrl, - # only needed now for CPC sauce hooks and should be dropped - # when they no longer require it kpartx, live-build (>= 3.0~a57-1ubuntu31~), lsb-release, From 154ff7d44e51446f9c9ee73c0708c98cbdc0e921 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Mon, 15 Jan 2024 16:43:29 +0100 Subject: [PATCH 2/2] releasing package livecd-rootfs version 2.765.34 --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 65161914..6ece6872 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -livecd-rootfs (2.765.34) UNRELEASED; urgency=medium +livecd-rootfs (2.765.34) jammy; urgency=medium * Remove comments in the debian/control dependencies as it was causing the package build to fail.