15 lines
611 B
Text
15 lines
611 B
Text
Source: gitdch
|
|
Section: admin
|
|
Priority: optional
|
|
Maintainer: Debian Zionetrix - gitdch <debian+gitdch@zionetrix.net>
|
|
Build-Depends: debhelper (>> 11.0.0), python3, git, python3-git
|
|
Standards-Version: 3.9.6
|
|
|
|
Package: gitdch
|
|
Architecture: all
|
|
Depends: ${misc:Depends}, python3, git, python3-git
|
|
Description: Generate debian changelog file from git commit history
|
|
Simple python script using GitPython library to generate debian
|
|
changelog file from git commit history. Each existing tags is
|
|
considered as a release version and current working version is
|
|
numbered using ''git describe --always --tags'' command.
|