File: control

package info (click to toggle)
autorevision 1.22-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 200 kB
  • sloc: sh: 1,171; makefile: 86; python: 29; ansic: 18
file content (31 lines) | stat: -rw-r--r-- 1,152 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: autorevision
Section: devel
Priority: optional
Maintainer: Paul Wise <pabs@debian.org>
Build-Depends:
 asciidoc-base | asciidoc (<< 8.6.9-4~),
 debhelper-compat (= 13),
 docbook-xml,
 docbook-xsl,
 libxml2-utils,
 xsltproc,
Standards-Version: 4.5.1
Homepage: https://autorevision.github.io/
Rules-Requires-Root: no

Package: autorevision
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Description: extracts revision metadata from your VCS repository
 Extracts metadata about the current revision from your repository.
 This program is meant to be used by project build systems to extract
 properties that can be used in software version strings. Repository
 types supported include git, hg, bzr, and svn. It can create files
 containing variable and macro definitions suitable for a variety of
 programming languages and other info formats. Emitted information
 includes the ID of the most recent commit, its branch, its date,
 and several other useful pieces of meta-information. There is
 support for reading and writing a cache file so autorevision will
 remain useful during a build from an unpacked distribution tarball.