File: control

package info (click to toggle)
apt-build 0.12.49
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 436 kB
  • sloc: perl: 715; sh: 263; ansic: 168; makefile: 44
file content (34 lines) | stat: -rw-r--r-- 1,048 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
Source: apt-build
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
               po-debconf,
               po4a
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/debian/apt-build.git
Vcs-Browser: https://salsa.debian.org/debian/apt-build

Package: apt-build
Architecture: any
Depends: apt (>= 0.8.16~exp3),
         apt-utils,
         debconf | debconf-2.0,
         devscripts,
         dpkg-dev (>= 1.9),
         g++,
         gcc,
         libappconfig-perl (>= 1.5),
         libapt-pkg-perl (>= 0.1.11),
         ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Pre-Depends: dpkg (>= 1.15.7.2~)
Recommends: build-essential,
            fakeroot
Suggests: gfortran
Description: frontend to apt to build, optimize and install packages
 This is an apt-get front-end for compiling software optimized
 for your architecture by creating a local repository with built packages.
 It can manage system upgrades too.