1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: pastebinit
Section: misc
Priority: optional
Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl
Standards-Version: 4.1.4
Homepage: http://launchpad.net/pastebinit/
Vcs-Browser: https://github.com/leggewie-DM/pastebinit
Vcs-Git: git@github.com:leggewie-DM/pastebinit.git
Package: pastebinit
Architecture: all
Depends: python3, ${misc:Depends}
Breaks: bikeshed (<< 1.21)
Replaces: bikeshed (<< 1.21)
Description: command-line pastebin client
pastebinit is a command-line tool to send data to a "pastebin", a web site
which allows its users to upload snippets of text for public viewing.
|