File: control

package info (click to toggle)
libapp-nopaste-perl 0.33-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 284 kB
  • sloc: perl: 2,886; makefile: 2
file content (43 lines) | stat: -rw-r--r-- 1,860 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
Source: libapp-nopaste-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ryan Niebur <ryan@debian.org>,
           Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>,
           Salvatore Bonaccorso <carnil@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
                     libbrowser-open-perl,
                     libclass-load-perl,
                     libmoose-perl (>= 0.74),
                     libmoosex-getopt-perl (>= 0.17),
                     liburi-perl,
                     libwww-mechanize-perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapp-nopaste-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libapp-nopaste-perl.git
Homepage: http://search.cpan.org/dist/App-Nopaste/

Package: libapp-nopaste-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libbrowser-open-perl,
         libclass-load-perl,
         libmoose-perl (>= 0.74),
         libmoosex-getopt-perl (>= 0.17),
         liburi-perl,
         libwww-mechanize-perl
Suggests: git (>= 1:1.7.0.4-2~) | git-core | libconfig-gitlike-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.