control 705 B

12345678910111213141516171819202122
  1. Source: dupfind
  2. Section: utils
  3. Priority: optional
  4. Maintainer: Satoyon <satoyon@example.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. cmake,
  7. qt6-base-dev,
  8. qt6-icu-dev,
  9. qt6-l10n-tools,
  10. libopencv-dev,
  11. libsqlite3-dev,
  12. libprotobuf-dev,
  13. protobuf-compiler
  14. Standards-Version: 4.5.0
  15. Homepage: https://github.com/satoyon/DupFind
  16. Package: dupfind
  17. Architecture: any
  18. Depends: ${shlibs:Depends}, ${misc:Depends}
  19. Description: Duplicate image find utility using dHash and pHash.
  20. DupFind is a GUI and CLI tool that helps you find and manage
  21. duplicate or similar images based on their visual content.