Fix emoji fix for Debian-based systems installation

This commit is contained in:
Yohann D'ANELLO 2020-11-19 19:00:23 +01:00
parent 1ec24a1fa8
commit 2e95edab83
6 changed files with 5 additions and 9 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
python3-squirrelbattle (3.14) beta; urgency=low
python3-squirrel-battle (3.14) beta; urgency=low
* Initial release.

4
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: python3-squirrelbattle
Source: python3-squirrel-battle
Section: devel
Priority: optional
Maintainer: ynerant <ynrant@crans.org>
@ -8,7 +8,7 @@ Standards-Version: 4.1.4
Homepage: https://gitlab.crans.org/ynerant/squirrel-battle
X-Python3-Version: >= 3.6
Package: python3-squirrelbattle
Package: python3-squirrel-battle
Architecture: all
Multi-Arch: foreign
Depends: fonts-noto-color-emoji, ${python3:Depends}

2
debian/install vendored Normal file
View File

@ -0,0 +1,2 @@
debian/75-fix-squirrel-emojis.conf etc/fonts/conf.avail
debian/75-fix-squirrel-emojis.conf etc/fonts/conf.d

3
debian/postinst vendored
View File

@ -1,3 +0,0 @@
#!/bin/sh
cp fix-squirrel-emojis.conf /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf
ln -s /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf /etc/fonts/conf.d/75-fix-squirrel-emojis.conf

3
debian/prerm vendored
View File

@ -1,3 +0,0 @@
#!/bin/sh
rm /etc/fonts/conf.d/75-fix-squirrel-emojis.conf
rm /etc/fonts/conf.avail/75-fix-squirrel-emojis.conf