Package: backupchecker Version: 1.7-1 Followup-For: Bug #952348 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu focal ubuntu-patch
Hi, In Ubuntu, the attached patch was applied to achieve the following: * Build-depend on dh-python to fix FTBFS due to missing python3.pm. Thanks for considering the patch. Logan -- System Information: Debian Release: bullseye/sid APT prefers focal APT policy: (500, 'focal') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 5.4.0-21-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru backupchecker-1.7/debian/control backupchecker-1.7/debian/control --- backupchecker-1.7/debian/control 2015-02-15 17:50:59.000000000 -0500 +++ backupchecker-1.7/debian/control 2020-04-06 21:40:38.000000000 -0400 @@ -3,7 +3,7 @@ Section: python Maintainer: Carl Chenet <cha...@debian.org> Uploaders: Python Applications Packaging Team <python-apps-t...@lists.alioth.debian.org> -Build-Depends: debhelper (>= 9), python3-all +Build-Depends: debhelper (>= 9), python3-all, dh-python X-Python3-Version: >= 3.4 Standards-Version: 3.9.6.1 Homepage: https://github.com/backupchecker/backupchecker