Codebase list sugar-log-activity / 66775af
drop obsolete workaround for build path leaking into installed files; tighten build-dependency on python3-sugar3 Jonas Smedegaard 3 years ago
2 changed file(s) with 1 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
99 dh-linktree,
1010 dh-sequence-python3,
1111 python3,
12 python3-sugar3,
12 python3-sugar3 (>= 0.118-3~),
1313 unzip,
1414 Standards-Version: 4.5.0
1515 Vcs-Git: https://salsa.debian.org/pkg-sugar-team/sugar-log-activity.git
1212 # omit git hint files
1313 %:
1414 dh $@ --with linktree --buildsystem=pybuild -X.git
15
16 execute_after_dh_install:
17 # Fix broken paths in desktop file
18 # * TODO: drop when fixed in sugar-toolkit-gtk3
19 find debian/*/usr/share -type f -name '*.desktop' \
20 -execdir perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' '{}' ';'