File: control

package info (click to toggle)
git-publish 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 200 kB
  • sloc: python: 861; sh: 281; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 1,105 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
32
Source: git-publish
Maintainer: Philippe Mathieu-Daudé <f4bug@amsat.org>
Section: vcs
Priority: optional
Build-Depends-Indep:
 debhelper (>= 11~),
 dh-python,
 python3:any,
Standards-Version: 4.6.1
Homepage: https://github.com/stefanha/git-publish
Vcs-Git: https://salsa.debian.org/philmd-guest/git-publish.git
Vcs-Browser: https://salsa.debian.org/philmd-guest/git-publish

Package: git-publish
Architecture: all
Multi-Arch: foreign
Depends:
 git,
 ${misc:Depends},
 ${python3:Depends},
Description: git command to prepare and store patch revisions as git tags
 git-publish prepares patches consistently and stores them as git tags for
 future reference.
 .
 Features:
  - It works with individual patches as well as patch series.
  - No constraints are placed on git workflow, both vanilla git commands and
  custom workflow scripts are compatible with git-publish.
  - Email sending and pull requests are fully integrated so that publishing
  patches can be done in a single command.
  - Hook scripts called during patch preparation can be used to add custom
  format checking or automated test runs.