diff options
Diffstat (limited to 'debian/control.in')
-rw-r--r-- | debian/control.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..9a34eb0 --- /dev/null +++ b/debian/control.in @@ -0,0 +1,28 @@ +Source: @PACKAGE_TARNAME@ +Section: contrib/misc +Priority: optional +Maintainer: GangHeok Kim <gangheok.kim@samsung.com>, Taeksu Shin <taeksu.shin@samsung.com>, Dongwook Lee <dwmax.lee@samsung.com> +Uploaders: GangHeok Kim <gangheok.kim@samsung.com>, + Taeksu Shin <taeksu.shin@samsung.com>, + Dongwook Lee <dwmax.lee@samsung.com> +Build-Depends: debhelper (>= 5), libcups2-dev, libcupsimage2-dev +Standards-Version: 3.7.2 + +Package: @PACKAGE_TARNAME@ +Architecture: any +Depends: ${shlibs:Depends}, cups +Description: @PACKAGE_NAME@ + This software is a filter program used with Common UNIX Printing + System (CUPS) from the Linux. This can supply the high quality print + with Seiko Epson Color Ink Jet Printers. + . + This product supports only EPSON ESC/P-R printers. This package can be + used for all EPSON ESC/P-R printers. + . + For detail list of supported printer, please refer to below site: + http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + +Package: epson-inkjet-printer-escpr-dbg +Architecture: any +Depends: ${shlibs:Depends}, epson-inkjet-printer-escpr +Description: Epson Inkjet Printer Driver (ESC/P-R) for Linux - debugging symbols |