Fix emoji fix for Debian-based systems installation
This commit is contained in:
		
							
								
								
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -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
									
									
								
							
							
						
						
									
										4
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							@@ -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
									
								
							
							
						
						
									
										2
									
								
								debian/install
									
									
									
									
										vendored
									
									
										Normal 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
									
									
								
							
							
						
						
									
										3
									
								
								debian/postinst
									
									
									
									
										vendored
									
									
								
							@@ -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
									
									
								
							
							
						
						
									
										3
									
								
								debian/prerm
									
									
									
									
										vendored
									
									
								
							@@ -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
 | 
			
		||||
		Reference in New Issue
	
	Block a user