From baa56616bd056bce471454473e2ee352063663de Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 12 Aug 2020 11:59:34 +0200 Subject: [PATCH] tiramisu => python3-tiramisu3 --- debian/control | 6 +++--- debian/rules | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 7636aa7..71f36d8 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ -Source: tiramisu +Source: python3-tiramisu3 Section: admin Priority: extra Maintainer: Cadoles -Build-depends: debhelper (>=11), python3-all, python3-setuptools +Build-depends: debhelper (>=11), python3-all, python3-setuptools, dh-python Standards-Version: 3.9.4 Homepage: https://framagit.org/tiramisu/tiramisu.git -Package: tiramisu +Package: python3-tiramisu3 Architecture: any Pre-Depends: dpkg, python3, ${misc:Pre-Depends} Depends: ${python:Depends}, ${misc:Depends} diff --git a/debian/rules b/debian/rules index 629e0a6..1dd0861 100644 --- a/debian/rules +++ b/debian/rules @@ -4,8 +4,8 @@ #DH_VERBOSE = 1 export PACKAGE_DST=tiramisu3 -export PYBUILD_NAME = tiramisu -export PYBUILD_DISABLE_python3 = test +export PYBUILD_NAME=python3-tiramisu3 +export PYBUILD_DISABLE_python3=test %: dh $@ --with python3 --buildsystem=pybuild