debian/patches: Fix broken Subject fields in the perf script patches

The Origin and Bug-Debian fields were inserted in the middle of the
word-wrapped Subject fields in a few patches.
This commit is contained in:
Ben Hutchings 2019-11-24 19:17:51 +00:00
parent 016066336b
commit 1b0a012af5
5 changed files with 5 additions and 10 deletions

View File

@ -1,9 +1,8 @@
From: Tony Jones <tonyj@suse.de>
Date: Fri, 1 Mar 2019 17:19:00 -0800
Subject: perf script python: Add Python3 support to
Subject: perf script python: Add Python3 support to event_analyzing_sample.py
Origin: https://git.kernel.org/linus/c253c72e9d6723c8b078beb362f050059ef5de39
Bug-Debian: https://bugs.debian.org/944641
event_analyzing_sample.py
Support both Python2 and Python3 in the event_analyzing_sample.py script

View File

@ -1,9 +1,8 @@
From: Tony Jones <tonyj@suse.de>
Date: Fri, 8 Mar 2019 16:05:16 -0800
Subject: perf script python: Add Python3 support to
Subject: perf script python: Add Python3 support to export-to-postgresql.py
Origin: https://git.kernel.org/linus/1937b0560c3ea43b1b0f7d3617949ca50de8f8c0
Bug-Debian: https://bugs.debian.org/944641
export-to-postgresql.py
Support both Python2 and Python3 in the export-to-postgresql.py script.

View File

@ -1,9 +1,8 @@
From: Tony Jones <tonyj@suse.de>
Date: Fri, 8 Mar 2019 16:05:17 -0800
Subject: perf script python: Add Python3 support to
Subject: perf script python: Add Python3 support to export-to-sqlite.py
Origin: https://git.kernel.org/linus/ebf6c5c181abe9309788c6241d39602a1ce18723
Bug-Debian: https://bugs.debian.org/944641
export-to-sqlite.py
Support both Python2 and Python3 in the export-to-sqlite.py script

View File

@ -1,9 +1,8 @@
From: Tony Jones <tonyj@suse.de>
Date: Fri, 1 Mar 2019 17:18:58 -0800
Subject: perf script python: Add Python3 support to
Subject: perf script python: Add Python3 support to futex-contention.py
Origin: https://git.kernel.org/linus/de2ec16bd438945813198d4de2339a396904c206
Bug-Debian: https://bugs.debian.org/944641
futex-contention.py
Support both Python2 and Python3 in the futex-contention.py script

View File

@ -1,9 +1,8 @@
From: Tony Jones <tonyj@suse.de>
Date: Fri, 1 Mar 2019 17:18:59 -0800
Subject: perf script python: add Python3 support to
Subject: perf script python: add Python3 support to check-perf-trace.py
Origin: https://git.kernel.org/linus/57e604b16362273af6a517abaa6cd1133a7fc732
Bug-Debian: https://bugs.debian.org/944641
check-perf-trace.py
Support both Python 2 and Python 3 in the check-perf-trace.py script.