File: control

package info (click to toggle)
golang-github-daaku-go.zipexe 0.0~git20150329.0.a5fe243-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 64 kB
  • ctags: 7
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 1,060 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
25
Source: golang-github-daaku-go.zipexe
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Liang Yan <liangy@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.8
Homepage: https://github.com/daaku/go.zipexe
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-daaku-go.zipexe.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-daaku-go.zipexe.git
XS-Go-Import-Path: github.com/daaku/go.zipexe

Package: golang-github-daaku-go.zipexe-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: zipexe attempts to open an executable binary file as a zip file
 The zipexe package attempts to open an executable binary file which can be
 a Mac OS X, Windows PE or Linux/BSD ELF binary.  The zip file signature
 may be embedded or appended to the binary.
 .
 This module was taken as-is from https://github.com/cookieo9/resources-go.