Codebase list sugar-chat-activity / f252607
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 5 deletion(s). Raw diff Collapse all Expand all
88 dh-linktree,
99 dh-sequence-python3,
1010 python3,
11 python3-sugar3,
11 python3-sugar3 (>= 0.118-3~),
1212 unzip,
1313 Standards-Version: 4.5.0
1414 Vcs-Git: https://salsa.debian.org/pkg-sugar-team/sugar-chat-activity.git
1717 # Fix favor ISO 639-1 when differing from ISO 639-2
1818 mv debian/$(PKG)/usr/share/locale/ibo \
1919 debian/$(PKG)/usr/share/locale/ig
20 # Fix broken paths in desktop file
21 # * TODO: drop when fixed in sugar-toolkit-gtk3
22 perl -pi -e 's,^\S+\s*=\s*\K\S*(?=/usr/share),,g' \
23 debian/*/usr/share/applications/*.desktop
2420 # Ensure proper hash-bang in Python script (Python Policy 0.9 ยง3.1)
2521 perl -pi -e 's,^#! ?/usr/bin/(env )?python[[:print:]]*$$,#!/usr/bin/python3,' \
2622 debian/*/usr/share/sugar/activities/*/setup.py