File: control

package info (click to toggle)
pnopaste 1.8-4
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 344 kB
  • sloc: perl: 1,056; sh: 55; sql: 39; makefile: 8
file content (41 lines) | stat: -rw-r--r-- 1,433 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
Source: pnopaste
Section: web
Priority: optional
Homepage: http://www.sourceforge.net/projects/pnopaste/
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13)
Rules-Requires-Root: no
Standards-Version: 4.6.2

Package: pnopaste
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 dbconfig-mysql | dbconfig-no-thanks,
 libcgi-pm-perl,
 libsyntax-highlight-engine-kate-perl,
 libgeo-ip-perl
Recommends: apache2 | httpd
Suggests: pnopaste-cli
Description: Pastebin with syntax highlighting
 Perl Nopaste is a Pastebin written in Perl using MySQL as backend.
 It features syntax highlighting for more than 120 languages, badword
 and IP address blacklists with hit counter, expiration date on postings,
 raw download of posted files, automatic multilanguage support and more.
 .
 This package contains the server component.

Package: pnopaste-cli
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 libwww-perl
Suggests: pnopaste
Description: Pastebin with syntax highlighting (cli tool)
 Perl Nopaste is a Pastebin written in Perl using MySQL as backend.
 It features syntax highlighting for more than 120 languages, badword
 and IP address blacklists with hit counter, expiration date on postings,
 raw download of posted files, automatic multilanguage support and more.
 .
 This package contains the cli tool to add pastes using the command-line
 interface on remote servers.