aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2019-07-22 00:52:00 +0200
committerGraham Inggs <ginggs@debian.org>2019-07-22 00:52:00 +0200
commit1c136857843cd3af1ac941f133ceb0a2e9d7ff18 (patch)
treec7373ca4a5ff4bad5126f4b088b7cd78c5f3627c /debian/patches
parent6cbc7cf9c01236ddfe0175368fdaa654ea090367 (diff)
downloaddebian_htop-1c136857843cd3af1ac941f133ceb0a2e9d7ff18.tar.gz
debian_htop-1c136857843cd3af1ac941f133ceb0a2e9d7ff18.tar.bz2
debian_htop-1c136857843cd3af1ac941f133ceb0a2e9d7ff18.zip
Run MakeHeader.py in Python 3
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/python3.patch13
-rw-r--r--debian/patches/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch
new file mode 100644
index 0000000..6a65355
--- /dev/null
+++ b/debian/patches/python3.patch
@@ -0,0 +1,13 @@
+Description: Run MakeHeader.py in Python 3
+Forwarded: not-needed
+Author: Graham Inggs <ginggs@debian.org>
+Last-Update: 2019-07-22
+
+--- a/scripts/MakeHeader.py
++++ b/scripts/MakeHeader.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ import os, sys, string, io
+ try:
+ from StringIO import StringIO
diff --git a/debian/patches/series b/debian/patches/series
index 0f31862..0e63084 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
780-fix-option-string.patch
fix-linux-process.patch
+python3.patch

© 2014-2024 Faster IT GmbH | imprint | privacy policy