Package: bookletimposer
Version: 0.3.1-1
Followup-For: Bug #1010820
X-Debbugs-Cc: mechti...@debian.org

looking deeper into the problem I found out that you have to add an additional
import line into the setup.py. Then it works again.

diff --git a/setup.py b/setup.py
index 13194d6..79cfeef 100755
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@
 # -*- coding: UTF-8 -*-

 from distutils.core import setup, Extension
+import DistUtilsExtra
 from DistUtilsExtra.command import *

 import glob

The next step will be to push it to salsa.d.o.


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.19.0-2-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bookletimposer depends on:
ii  gir1.2-gtk-3.0  3.24.34-3
ii  python3         3.10.6-1
ii  python3-gi      3.42.2-2
ii  python3-pypdf2  2.11.0-1

bookletimposer recommends no packages.

bookletimposer suggests no packages.

-- no debconf information

Reply via email to