Codebase list opentyrian / 4a4fd02
trim debian/rules of upstreamed logic Alexandre Detiste 1 year, 4 months ago
2 changed file(s) with 2 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 opentyrian (2.1.20220318-2) UNRELEASED; urgency=medium
0 opentyrian (2.1.20221123-1) UNRELEASED; urgency=medium
11
22 * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
33 Repository-Browse.
44 * debian/watch: Use GitHub /tags rather than /releases page.
55 * Update standards version to 4.6.1, no changes needed.
6 * The icons are now installed by the upstream Makefile
67
78 -- Alexandre Detiste <alexandre.detiste@gmail.com> Tue, 08 Nov 2022 02:27:47 -0000
89
1010
1111 override_dh_auto_install:
1212 dh_auto_install -- prefix=/usr bindir=/usr/games
13
14 override_dh_install:
15 dh_install
16 # https://github.com/opentyrian/opentyrian/issues/43
17 for size in 22 24 32 48 128 ; do \
18 install --mode=644 --preserve-timestamps -D \
19 linux/icons/tyrian-$${size}.png \
20 debian/opentyrian/usr/share/icons/hicolor/$${size}x$${size}/apps/opentyrian.png ;\
21 done