mirror of
				https://github.com/arsenetar/dupeguru.git
				synced 2025-09-11 17:58:17 +00:00 
			
		
		
		
	Specify maximum supported python version so attempts to install are met with better errors.
		
			
				
	
	
		
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
Source: {pkgname}
 | 
						|
Section: devel
 | 
						|
Priority: extra
 | 
						|
Maintainer: Virgil Dupras <hsoft@hardcoded.net>, Eugene San (eugenesan) <eugenesan@gmail.com>
 | 
						|
Build-Depends: debhelper (>= 7), python3-dev, python3-setuptools
 | 
						|
Standards-Version: 3.9.2
 | 
						|
Homepage: https://dupeguru.voltaicideas.net
 | 
						|
Vcs-Browser: https://github.com/arsenetar/dupeguru
 | 
						|
Vcs-Git: https://github.com/arsenetar/dupeguru.git
 | 
						|
 | 
						|
Package: {pkgname}
 | 
						|
Architecture: {arch}
 | 
						|
Depends: ${shlibs:Depends}, python3 (>=3.7), python3 (<<3.12), python3-pyqt5, python3-mutagen, python3-semantic-version
 | 
						|
Provides: dupeguru-se, dupeguru-me, dupeguru-pe
 | 
						|
Replaces: dupeguru-se, dupeguru-me, dupeguru-pe
 | 
						|
Conflicts: dupeguru-se, dupeguru-me, dupeguru-pe
 | 
						|
Description: {longname}
 | 
						|
 dupeGuru is a cross-platform (Linux and OS X) GUI tool to find duplicate files in a system.
 | 
						|
 It's written mostly in Python 3 and has the peculiarity of using multiple GUI toolkits,
 | 
						|
 all using the same core Python code.
 | 
						|
 On OS X, the UI layer is written in Objective-C and uses Cocoa.
 | 
						|
 On Linux, it's written in Python and uses Qt5.
 |