1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: gitbrute
Section: vcs
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
debhelper-compat (=13),
dh-golang,
golang-go,
Standards-Version: 4.7.2
Homepage: https://github.com/bradfitz/gitbrute
XS-Go-Import-Path: github.com/bradfitz/gitbrute
Vcs-Git: https://salsa.debian.org/debian/gitbrute.git
Vcs-Browser: https://salsa.debian.org/debian/gitbrute
Package: gitbrute
Architecture: any
Multi-Arch: foreign
Depends:
git,
${misc:Depends},
${shlibs:Depends},
Static-Built-Using: ${misc:Static-Built-Using}
Description: brute-force a git commit hash
gitbrute brute-forces a pair of author+committer timestamps such that the
resulting git commit has your desired prefix.
|