File: control

package info (click to toggle)
debpkg 0.0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: makefile: 33
file content (31 lines) | stat: -rw-r--r-- 952 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
Source: debpkg
Section: golang
Maintainer: Otto Kekäläinen <otto@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-charmbracelet-lipgloss-dev,
 golang-github-schollz-progressbar-dev,
 golang-github-spf13-cobra-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/otto/debpkg
Vcs-Git: https://salsa.debian.org/otto/debpkg.git
Homepage: https://salsa.debian.org/otto/debpkg
XS-Go-Import-Path: salsa.debian.org/otto/debpkg

Package: debpkg
Section: utils
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Static-Built-Using:
 ${misc:Static-Built-Using},
Built-Using:
 ${misc:Built-Using},
Description: Simple Debian packaging tool
 Debpkg is a command-line tool for downloading and installing Debian packages
 from URLs. This tool simplifies the process of installing .deb packages by
 handling the download and installation in one command.