File: control

package info (click to toggle)
dh-buildinfo 0.11%2Bnmu1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 124 kB
  • sloc: perl: 685; makefile: 49; sh: 24
file content (22 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: dh-buildinfo
Section: devel
Priority: optional
Build-Depends-Indep: perl, build-essential (>= 7)
Build-Depends: debhelper (>= 9)
Maintainer: Yann Dirson <dirson@debian.org>
Standards-Version: 3.5.1

Package: dh-buildinfo
Architecture: all
Multi-Arch: foreign
Depends: debhelper, ${perl:Depends}, ${misc:Depends}, build-essential (>= 7)
Description: Debhelper addon to track package versions used to build a package
 This script is designed to be run at build-time, and registers in a
 file the list of packages declared as build-time dependencies, as
 well as build-essential packages, together with their versions, as
 installed in the build machine.
 .
 This will hopefully help to track packages (auto-)built with package
 versions which are known to be buggy, and, more generally, to find
 out whether a package needs to be rebuilt because of a significant
 change in a package it has a build-time dependency on.