File: control

package info (click to toggle)
libgtk2-ex-printdialog-perl 0.03-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 116 kB
  • ctags: 58
  • sloc: perl: 414; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,532 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
Source: libgtk2-ex-printdialog-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeffrey Ratcliffe <Jeffrey.Ratcliffe@gmail.com>,
 Ansgar Burchardt <ansgar@43-1.org>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libgtk2-perl, libnet-cups-perl, liblocale-gettext-perl
Standards-Version: 3.8.4
Homepage: http://search.cpan.org/dist/Gtk2-Ex-PrintDialog/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgtk2-ex-printdialog-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgtk2-ex-printdialog-perl/

Package: libgtk2-ex-printdialog-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libgtk2-perl, liblocale-gettext-perl, libnet-cups-perl
Recommends: ghostscript
Description: pure-perl alternative to the Gnome2::Print libraries
 Gtk2::Ex::PrintDialog implements a dialog widget that can be used to
 print PostScript data. It is intended to be a lightweight and pure-perl
 alternative to the Gnome2::Print libraries.
 .
 libgtk2-ex-printdialog-perl uses a simple system of operating-system specific
 backends that are used to do the job of printing. Currently, only a generic
 Linux/Unix backend (implemented using Net::CUPS) is available, more will be
 added in the future.
 .
 The dialog itself is intended to comply with the GNOME Human Interface
 Guidelines (HIG). It allows the user to print to any printer installed on the
 system, or to an external command such as lpr, or to print a PostScript or PDF
 file.