File: control

package info (click to toggle)
golang-github-odeke-em-ripper 0.0~git20150415.0.bd1a682-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 100 kB
  • sloc: makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,420 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
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: golang-github-odeke-em-ripper
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Fernando Ike <fike@midstorm.org>,
           Anthony Fok <foka@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Homepage: https://github.com/odeke-em/ripper
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-odeke-em-ripper
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-odeke-em-ripper.git
XS-Go-Import-Path: github.com/odeke-em/ripper

Package: golang-github-odeke-em-ripper-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: scrape licenses out of files -- library
 Ripper inspect source files and show the license if it found. It
 support directories, files or URI repositories as argument.
 .
 This package provides ripper library to use in others Golang programs.

Package: ripper
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: scrape licenses out of files
 Ripper inspect source files and show the license if it found. It
 support directories, files or URI repositories as argument.
 .
 This package provides command-line to use alone or embbed in others
 programs.