diff --git a/debian/control b/debian/control index 482f082..4f3b38c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ debhelper, dh-sequence-python3, python3, - python3-sugar3, + python3-sugar3 (>= 0.118-3~), unzip Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/pkg-sugar-team/sugar-etoys-activity.git diff --git a/debian/rules b/debian/rules index 5f05407..a9264fc 100755 --- a/debian/rules +++ b/debian/rules @@ -16,10 +16,6 @@ dh $@ --buildsystem=pybuild -X.git -Xusr/share/icons execute_after_dh_install: -# Fix broken paths in desktop file -# * TODO: drop when fixed in sugar-toolkit-gtk3 - find debian/*/usr/share -type f -name '*.desktop' \ - -execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';' # Ensure proper hash-bang in Python script (Python Policy 0.9 ยง3.1) perl -pi -e 's,^#! ?/usr/bin/(env )?python[[:print:]]*$$,#!/usr/bin/python3,' \ debian/*/usr/share/sugar/activities/*/setup.py