File: control

package info (click to toggle)
golang-github-rwcarlsen-goexif 0.0~git20190401.9e8deec-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,528 kB
  • sloc: makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,090 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-rwcarlsen-goexif
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-rwcarlsen-goexif
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-rwcarlsen-goexif.git
Homepage: https://github.com/rwcarlsen/goexif
XS-Go-Import-Path: github.com/rwcarlsen/goexif

Package: golang-github-rwcarlsen-goexif-dev
Architecture: all
Depends: ${misc:Depends}
Description: Decode embedded EXIF meta data from image files with Go
 Go package goexif provides decoding of basic exif and tiff encoded data.
 Still in alpha - no guarantees.  Suggestions and pull requests are welcome.
 Functionality is split into two packages - "exif" and "tiff".
 The exif package depends on the tiff package.
 Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif