From ad67a1f0e36ff7feb629365cc9c01344b01a6677 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Mon, 23 Mar 2020 19:36:04 +0100 Subject: [PATCH 1/2] libCharon: Adding dh_python --- libCharon/control | 1 + 1 file changed, 1 insertion(+) diff --git a/libCharon/control b/libCharon/control index 6db254b..3a083e4 100644 --- a/libCharon/control +++ b/libCharon/control @@ -5,6 +5,7 @@ Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, + dh_python, python3-all-dev, python3-all-dbg, Standards-Version: 3.9.8 X-Python3-Version: >= 3.4 From d561d2e5ed7bb299caf965e7b328b0006422850d Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Mon, 23 Mar 2020 19:43:01 +0100 Subject: [PATCH 2/2] Typo --- libCharon/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libCharon/control b/libCharon/control index 3a083e4..b6af674 100644 --- a/libCharon/control +++ b/libCharon/control @@ -5,7 +5,7 @@ Maintainer: Thomas Karl Pietrowski Build-Depends: debhelper (>= 9), cmake, - dh_python, + dh-python, python3-all-dev, python3-all-dbg, Standards-Version: 3.9.8 X-Python3-Version: >= 3.4