| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 
 | Source: golang-github-edwvee-exiffix
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Maytham Alsudany <maytha8thedev@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-disintegration-imaging-dev,
 golang-github-rwcarlsen-goexif-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-edwvee-exiffix
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-edwvee-exiffix.git
Homepage: https://github.com/edwvee/exiffix
XS-Go-Import-Path: github.com/edwvee/exiffix
Package: golang-github-edwvee-exiffix-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-disintegration-imaging-dev,
 golang-github-rwcarlsen-goexif-dev,
 ${misc:Depends},
Description: EXIF orientation correct replacement for golang's image.Decode (library)
 Exiffix is a one function golang library made to be a replacement for
 image.Decode to handle orientation stored in EXIF data.
 .
 exiffix.Decode has mostly the same signature as image.Decode. The difference
 is that it requires io.ReadSeeker instead of io.Seeker.
 |