File: control

package info (click to toggle)
golang-github-rwcarlsen-goexif 0.0~git20180410.fb35d3c-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,520 kB
  • sloc: makefile: 6
file content (24 lines) | stat: -rw-r--r-- 1,096 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
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 11),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/rwcarlsen/goexif
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
XS-Go-Import-Path: github.com/rwcarlsen/goexif
Testsuite: autopkgtest-pkg-go

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