dupeguru/debian/control

21 lines
937 B
Plaintext
Raw Normal View History

2016-06-22 16:58:02 +00:00
Source: dupeguru
Section: devel
Priority: extra
Maintainer: Virgil Dupras <hsoft@hardcoded.net>
Build-Depends: debhelper (>= 7), bash, python3-dev, python3-setuptools, python3-wheel, python3-venv, python3-pyqt5, pyqt5-dev-tools, libxkbcommon-x11-dev, python3-sphinx, python3-polib
Standards-Version: 3.9.2
Homepage: http://www.hardcoded.net
Package: dupeguru
Architecture: any
Depends: ${shlibs:Depends}, python3 (>=3.3), python3-pyqt5
Provides: dupeguru-se, dupeguru-me, dupeguru-pe
Replaces: dupeguru-se, dupeguru-me, dupeguru-pe
Conflicts: dupeguru-se, dupeguru-me, dupeguru-pe
Description: dupeGuru
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.