File: control

package info (click to toggle)
libapp-nopaste-perl 1.013-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 456 kB
  • sloc: perl: 1,334; makefile: 2
file content (52 lines) | stat: -rw-r--r-- 2,166 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: libapp-nopaste-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: libbrowser-open-perl,
                     libclass-load-perl,
                     libgetopt-long-descriptive-perl,
                     libjson-maybexs-perl,
                     libmodule-pluggable-perl,
                     libmodule-runtime-perl,
                     libnamespace-clean-perl,
                     libpath-tiny-perl,
                     libtest-deep-perl,
                     libtest-fatal-perl,
                     liburi-perl,
                     libwww-mechanize-perl,
                     perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libapp-nopaste-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libapp-nopaste-perl.git
Homepage: https://metacpan.org/release/App-Nopaste
Rules-Requires-Root: no

Package: libapp-nopaste-perl
Architecture: all
Depends: libbrowser-open-perl,
         libclass-load-perl,
         libgetopt-long-descriptive-perl,
         libjson-maybexs-perl,
         libmodule-pluggable-perl,
         libmodule-runtime-perl,
         libnamespace-clean-perl,
         liburi-perl,
         libwww-mechanize-perl,
         ${misc:Depends},
         ${perl:Depends}
Suggests: git, libclipboard-perl
Provides: nopaste
Description: application for easy access to any pastebin
 App::Nopaste is a Perl module and application collection to upload arbitrary
 text, usually code, to pastebins (also known as nopaste sites) for public
 viewing. They're used a lot in IRC channels to show code that would normally
 be too long to give directly in the channel.
 .
 Each pastebin is slightly different; this program attempts to encapsulate the
 differences between them and provide a unified, redundant interface to upload
 code. If one site doesn't work, it simply tries a different one.