From 55f449b221ce215f7037507822cbd4f4b67af7b4 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Wed, 3 Jun 2020 13:23:49 +0200 Subject: Grab Ubuntu patch to make the package compatible and building with Python3 --- debian/changelog | 7 +++++++ debian/control | 2 +- mozilla/Makefile | 2 +- mozilla/certdata2pem.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index fa04f1a..3d28026 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ca-certificates (20200602) UNRELEASED; urgency=medium + + * debian/{rules,control}: + - grab Ubuntu patch from Matthias Klose to use Python3 during build (Closes: #942915) + + -- Gianfranco Costamagna Wed, 03 Jun 2020 13:21:32 +0200 + ca-certificates (20200601) unstable; urgency=medium * debian/control: diff --git a/debian/control b/debian/control index 88129e1..4f7c8eb 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Michael Shuler Uploaders: Raphael Geissert , Thijs Kinkhorst Build-Depends: debhelper-compat (= 13), po-debconf -Build-Depends-Indep: python, openssl +Build-Depends-Indep: python3, openssl Standards-Version: 4.5.0.2 Vcs-Git: https://salsa.debian.org/debian/ca-certificates.git Vcs-Browser: https://salsa.debian.org/debian/ca-certificates diff --git a/mozilla/Makefile b/mozilla/Makefile index 6f46118..f98877c 100644 --- a/mozilla/Makefile +++ b/mozilla/Makefile @@ -3,7 +3,7 @@ # all: - python certdata2pem.py + python3 certdata2pem.py clean: -rm -f *.crt diff --git a/mozilla/certdata2pem.py b/mozilla/certdata2pem.py index 0b02b2a..7d796f1 100644 --- a/mozilla/certdata2pem.py +++ b/mozilla/certdata2pem.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # vim:set et sw=4: # # certdata2pem.py - splits certdata.txt into multiple files -- cgit v1.2.1