debian: bump compat version and switch to debhelper-compat approach
[grml-paste.git] / debian / control
index 48488d3..be1f1c9 100644 (file)
@@ -1,16 +1,27 @@
 Source: grml-paste
-Section: utils
+Section: grml
 Priority: extra
 Maintainer: Michael Prokop <mika@grml.org>
-Build-Depends: debhelper (>= 5)
-Standards-Version: 3.7.2
-Homepage: http://hg.grml.org/grml-paste/
-XS-Vcs-hg: http://hg.grml.org/grml-paste/
-XS-Vcs-Browser: http://hg.grml.org/grml-paste/
+Build-Depends:
+ debhelper-compat (= 12),
+Build-Depends-Indep:
+ asciidoc,
+ docbook-xsl,
+ xsltproc,
+Standards-Version: 4.5.0
+Homepage: https://git.grml.org/?p=grml-paste.git
+Vcs-git: git://git.grml.org/grml-paste.git
+Vcs-Browser: https://git.grml.org/?p=grml-paste.git
+Origin: Grml
+Bugs: mailto:bugs@grml.org
 
 Package: grml-paste
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby
+Depends:
+ python3,
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: command line interface for paste.grml.org
- grml-paste is a command line interface for uploading
- plain text to  http://paste.grml.org/
+ This package provides a command line interface tool to upload
+ plain text to https://paste.grml.org/ - being the official paste
+ service for Grml.org.