From 8a011616399f9b681d5ea5f711894a6fffed1d4c Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Tue, 6 Mar 2012 18:20:37 +0100 Subject: [PATCH] Add patch to series too --- debian/systemd-hack-up-the-source.hook | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/systemd-hack-up-the-source.hook b/debian/systemd-hack-up-the-source.hook index abbf4d65..4cb805e1 100755 --- a/debian/systemd-hack-up-the-source.hook +++ b/debian/systemd-hack-up-the-source.hook @@ -44,6 +44,7 @@ do_patches (){ ;; *) git --git-dir "$REPO_DIR/.git" diff "$line" > "$patch_dir/$line" + echo "$line" >> "$patch_dir/series" ;; esac done -- 2.39.5