1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: ruby-mini-exiftool
Section: ruby
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 10),
gem2deb
Standards-Version: 3.9.8
Homepage: https://github.com/janfri/mini_exiftool
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-mini-exiftool.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-mini-exiftool.git
XS-Ruby-Versions: all
Package: ruby-mini-exiftool
Architecture: all
Depends: ruby | ruby-interpreter,
${misc:Depends}
Description: wrapper for exiftool command-line
This library is a wrapper for the Exiftool command-line application,
written by Phil Harvey. It provides the full power of Exiftool to Ruby:
reading and writing of EXIF-data, IPTC-data and XMP-data.
|