Skip to content

Commit

Permalink
Merge pull request #9 from gardenlinux/sd2568
Browse files Browse the repository at this point in the history
Systemd 256.8
  • Loading branch information
nkraetzschmar authored Nov 28, 2024
2 parents 712e51a + dd25bb9 commit d482197
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
12 changes: 12 additions & 0 deletions patches/remove_test.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +0,0 @@
-test-drop-removed-SCSI-passthrough-feature.patch
-test-customize-etc-os-release-instead-of-usr-lib-os-relea.patch
-test-CET-EET-are-deprecated-use-Europe-Berlin-and-Kyiv.patch
--- a/debian/patches/test-drop-removed-SCSI-passthrough-feature.patch
+++ /dev/null
--- a/debian/patches/test-customize-etc-os-release-instead-of-usr-lib-os-relea.patch
+++ /dev/null
--- a/debian/patches/test-CET-EET-are-deprecated-use-Europe-Berlin-and-Kyiv.patch
+++ /dev/null
1 change: 1 addition & 0 deletions patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ configure.patch
install-initrd.patch
install_pam_systemd_user.patch
add-systemd-run0-install-target.patch
remove_test.patch
11 changes: 9 additions & 2 deletions prepare_source
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
apt_src systemd
import_upstream_patches
git_src --branch v256.8 https://github.com/systemd/systemd.git
tmp_deb=$(mktemp -d)
# TODO: create a import_upstream_patches/debian_git, similar to git_src
git clone --depth 1 --recurse-submodules -b "debian/256.7-3" https://salsa.debian.org/systemd-team/systemd.git "$tmp_deb"
cp -r "${tmp_deb}/debian" "${dir}/src/"
rm -rf "${tmp_deb}"
apply_patches

version="256.8-0"
message="Update to 256.8-0"

0 comments on commit d482197

Please sign in to comment.