2012-06-16 14:35:23 +00:00
|
|
|
Source: {pkgname}
|
2010-04-07 10:56:43 +00:00
|
|
|
Section: devel
|
|
|
|
Priority: extra
|
2019-08-29 19:01:04 +00:00
|
|
|
Maintainer: Virgil Dupras <hsoft@hardcoded.net>, Eugene San (eugenesan) <eugenesan@gmail.com>
|
2014-05-11 13:11:38 +00:00
|
|
|
Build-Depends: debhelper (>= 7), python3-dev, python3-setuptools
|
2016-06-29 02:39:23 +00:00
|
|
|
Standards-Version: 3.9.2
|
2019-08-29 19:01:04 +00:00
|
|
|
Homepage: https://dupeguru.voltaicideas.net
|
|
|
|
Vcs-Browser: https://github.com/arsenetar/dupeguru
|
|
|
|
Vcs-Git: https://github.com/arsenetar/dupeguru.git
|
2010-04-07 10:56:43 +00:00
|
|
|
|
2012-06-16 14:35:23 +00:00
|
|
|
Package: {pkgname}
|
2012-07-11 15:29:31 +00:00
|
|
|
Architecture: {arch}
|
2022-02-10 03:45:45 +00:00
|
|
|
Depends: ${shlibs:Depends}, python3 (>=3.6), python3-pyqt5, python3-mutagen
|
2016-06-29 02:39:23 +00:00
|
|
|
Provides: dupeguru-se, dupeguru-me, dupeguru-pe
|
|
|
|
Replaces: dupeguru-se, dupeguru-me, dupeguru-pe
|
|
|
|
Conflicts: dupeguru-se, dupeguru-me, dupeguru-pe
|
2012-06-16 14:35:23 +00:00
|
|
|
Description: {longname}
|
2016-06-29 02:39:23 +00:00
|
|
|
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.
|