File: control

package info (click to toggle)
dh-autoreconf 22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 80 kB
  • sloc: perl: 134; makefile: 10
file content (30 lines) | stat: -rw-r--r-- 1,146 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
Source: dh-autoreconf
Section: devel
Maintainer: dh-autoreconf maintainers <dh-autoreconf@packages.debian.org>
Uploaders: Julian Andres Klode <jak@debian.org>
Build-Depends: debhelper-compat (= 13)
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/debian/dh-autoreconf.git
Vcs-Browser: https://salsa.debian.org/debian/dh-autoreconf

Package: dh-autoreconf
Architecture: all
Multi-Arch: foreign
Depends: autoconf,
         automake,
         autopoint,
         libdebhelper-perl | debhelper (<< 12.6~),
         libtool (>= 2.4.2),
         ${misc:Depends},
         ${perl:Depends}
Breaks: quilt (<< 0.63-8.2~)
Enhances: debhelper
Description: debhelper add-on to call autoreconf and clean up after the build
 dh-autoreconf provides a debhelper sequence addon named 'autoreconf' and two
 commands, dh_autoreconf and dh_autoreconf_clean.
 .
 The dh_autoreconf command creates a list of the files and their checksums,
 calls autoreconf and then creates a second list for the new files.
 .
 The dh_autoreconf_clean command compares these two lists and removes all
 files which have been added or changed (files may be excluded if needed).