From d0e6229630e392a9ae6c152c689960c1edcb7857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 Sep 2019 08:25:00 +0200 Subject: [PATCH] build: use python3 to run create_themes_json.py --- Makefile | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 538ccd5..189604b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ prefix = /usr all: themes.json css themes.json: $(wildcard static/*/config.json) - python publik-base-theme/create_themes_json.py --overlay rouen + python3 publik-base-theme/create_themes_json.py --overlay rouen %.css: export LC_ALL=C.UTF-8 .SECONDEXPANSION: diff --git a/debian/control b/debian/control index 23234b0..3ac141f 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rouen-publik-theme Section: web Priority: optional Maintainer: Emmanuel Cazenave -Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4.23), inkscape, publik-base-theme +Build-Depends: debhelper (>= 8.0.0), ruby-sass (>= 3.4.23), inkscape, python3, publik-base-theme Standards-Version: 3.9.4 Homepage: http://git.entrouvert.org/rouen-publik-theme.git