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 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: system-config-printer
Section: gnome
Priority: optional
Maintainer: Otavio Salvador <otavio@debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Laurent Bigonville <bigon@debian.org>,
Guido Günther <agx@sigxcpu.org>
Build-Depends: cdbs (>= 0.4.43),
debhelper (>= 5.0.37.2),
python-support (>= 0.7.1),
python-all-dev (>= 2.6),
libxml-parser-perl,
desktop-file-utils (>= 0.13),
xmlto,
gnome-pkg-tools,
intltool,
libcups2-dev,
libglib2.0-dev,
libudev-dev [linux-any],
libusb-dev
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/system-config-printer
Vcs-Browser: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/system-config-printer
Homepage: http://cyberelk.net/tim/software/system-config-printer/
Package: system-config-printer
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
python-cups (>= 1.9.42),
python-cupshelpers (= ${binary:Version}),
python-dbus,
python-gtk2,
python-glade2,
python-gnome2,
python-notify,
python-libxml2,
gnome-icon-theme,
Recommends: system-config-printer-udev,
cups-pk-helper
Suggests: python-smbc,
python-gnomekeyring,
sessioninstaller
Conflicts: hal-cups-utils
Description: graphical interface to configure the printing system
System-config-printer is a GUI written in Python using GTK+ to
configure a CUPS server. Its primary use is to configure the printing
system on the local host, but can also be used to setup a remote
printer.
.
In terms of features, it aims to be as complete as the CUPS web
administration tool, while being integrated to the desktop.
Package: python-cupshelpers
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-cups (>= 1.9.42),
python-dbus,
python-elementtree | python (>= 2.5),
python-pycurl
Description: Python utility modules around the CUPS printing system
These Python modules, that come from the system-config-printer
distribution, help building applications and utilities around the CUPS
Python bindings.
Package: system-config-printer-udev
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends},
${python:Depends},
python-cups (>= 1.9.42),
python-cupshelpers (= ${source:Version}),
python-dbus
Conflicts: hal-cups-utils (<< 0.6.17)
Description: Utilities to detect and configure printers automatically
These utilities allow to detect automatically printers using UDEV when they
are plugged on the system. They are then configured automatically in the CUPS
printing daemon and made available to users.
|