File: control

package info (click to toggle)
git2cl 1%3A3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 136 kB
  • sloc: perl: 233; makefile: 9
file content (26 lines) | stat: -rw-r--r-- 789 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
Source: git2cl
Section: utils
Priority: optional
Maintainer: Simon Josefsson <simon@josefsson.org>
Build-Depends: debhelper-compat (= 13),
               perl,
               perl-doc,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://savannah.nongnu.org/projects/git2cl
Vcs-Browser: https://salsa.debian.org/debian/git2cl
Vcs-Git: https://salsa.debian.org/debian/git2cl.git

Package: git2cl
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${perl:Depends},
Enhances: git,
Section: vcs
Description: Simple tool to convert git logs to GNU ChangeLog format
 git2cl is used to automatically generate GNU ChangeLogs
 from git logs.
 .
 GNU ChangeLog format specification is available from:
 http://www.gnu.org/prep/standards/html_node/Change-Logs.html