debian: bump compat version and switch to debhelper-compat approach
[grml-paste.git] / debian / control
1 Source: grml-paste
2 Section: grml
3 Priority: extra
4 Maintainer: Michael Prokop <mika@grml.org>
5 Build-Depends:
6  debhelper-compat (= 12),
7 Build-Depends-Indep:
8  asciidoc,
9  docbook-xsl,
10  xsltproc,
11 Standards-Version: 4.5.0
12 Homepage: https://git.grml.org/?p=grml-paste.git
13 Vcs-git: git://git.grml.org/grml-paste.git
14 Vcs-Browser: https://git.grml.org/?p=grml-paste.git
15 Origin: Grml
16 Bugs: mailto:bugs@grml.org
17
18 Package: grml-paste
19 Architecture: all
20 Depends:
21  python3,
22  ${misc:Depends},
23  ${shlibs:Depends},
24 Description: command line interface for paste.grml.org
25  This package provides a command line interface tool to upload
26  plain text to https://paste.grml.org/ - being the official paste
27  service for Grml.org.