diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/changelog | 53 | ||||
-rwxr-xr-x | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 21 | ||||
-rwxr-xr-x | debian/control.in | 21 | ||||
-rwxr-xr-x | debian/copyright | 22 | ||||
-rwxr-xr-x | debian/docs | 5 | ||||
-rwxr-xr-x | debian/postinst | 57 | ||||
-rwxr-xr-x | debian/postrm | 53 | ||||
-rwxr-xr-x | debian/rules | 116 | ||||
-rwxr-xr-x | debian/rules.in | 116 |
10 files changed, 465 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100755 index 0000000..9ab075a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,53 @@ +epson-laser-printer-escpage (1.0.1-5slp2) unstable; urgency=low + + * Fixed uncorrect PPD files + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.1-5slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Mon, 03 Dec 2012 14:49:57 +0900 + +epson-laser-printer-escpage (1.0.1-4slp2) unstable; urgency=low + + * Fixed filter error that uninitialized structure values make filter crash + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.1-4slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Tue, 27 Nov 2012 18:22:21 +0900 + +epson-laser-printer-escpage (1.0.1-3slp2) unstable; urgency=low + + * Fixed filter error that uninitialized structure values make filter crash + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.1-3slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Mon, 26 Nov 2012 16:30:41 +0900 + +epson-laser-printer-escpage (1.0.1-2slp2) unstable; urgency=low + + * Removed incorrect license files + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.1-2slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Mon, 12 Nov 2012 14:36:44 +0900 + +epson-laser-printer-escpage (1.0.1-1slp2) unstable; urgency=low + + * Upgraded to 1.0.1 + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.1-1slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Fri, 09 Nov 2012 20:38:24 +0900 + +epson-laser-printer-escpage (1.0.0-1slp2) unstable; urgency=low + + * Ported on SLP + * Git: external/epson-laser-printer-escpage + * Tag: epson-laser-printer-escpage-1.0.0-1slp2 + + -- GangHeok Kim <gangheok.kim@samsung.com> Wed, 31 Oct 2012 13:59:49 +0900 + +epson-laser-printer-escpage (1.0.0-1) unstable; urgency=low + + * Please refer to ./NEWS + + -- Seiko Epson Corporation <linux-printer@epson.jp> Thu, 09 Aug 2012 15:25:19 +0900 diff --git a/debian/compat b/debian/compat new file mode 100755 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..10ba42b --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: epson-laser-printer-escpage +Section: contrib/misc +Priority: optional +Maintainer: Seiko Epson Corporation <linux-printer@epson.jp> +Build-Depends: debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: epson-laser-printer-escpage +Architecture: any +Depends: ${shlibs:Depends}, cups +Description: Epson Laser Printer Driver (ESC/Page) for Linux + 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 Laser Printers. + . + This product supports only EPSON ESC/Page printers. This package can be + used for all EPSON ESC/Page printers. + . + For detail list of supported printer, please refer to below site: + http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + diff --git a/debian/control.in b/debian/control.in new file mode 100755 index 0000000..65b676d --- /dev/null +++ b/debian/control.in @@ -0,0 +1,21 @@ +Source: @PACKAGE_TARNAME@ +Section: contrib/misc +Priority: optional +Maintainer: @PACKAGE_BUGREPORT@ +Build-Depends: debhelper (>= 5) +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 Laser Printers. + . + This product supports only EPSON ESC/Page printers. This package can be + used for all EPSON ESC/Page printers. + . + For detail list of supported printer, please refer to below site: + http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + diff --git a/debian/copyright b/debian/copyright new file mode 100755 index 0000000..6336d7b --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Epson Inkjet Printer Driver (ESC/Page) for Linux +written and maintained by Seiko Epson Corporation. + +The original source can be found at: + + http://download.ebz.epson.net/dsc/search/01/search/?OSC=LX + + +Copyright holder: Seiko Epson Corporation + + +License: + + This software is distributed under the terms of the GNU General Public License. + Please refer to the 'README' file for the details. + +---------------------------------------------------------------------- +GNU General Public License: + + Please refer to the 'COPYING' file for the full license terms. On + Debian systems, the complete text of the GNU General Public License + can be found in '/usr/share/common-licenses/GPL-2'. diff --git a/debian/docs b/debian/docs new file mode 100755 index 0000000..0ce55d4 --- /dev/null +++ b/debian/docs @@ -0,0 +1,5 @@ +AUTHORS +COPYING +NEWS +README +README.ja diff --git a/debian/postinst b/debian/postinst new file mode 100755 index 0000000..f229651 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,57 @@ +#!/bin/sh +# postinst -- postinst script for epson-inkjet-printer-escpage +# see: dh_installdeb(1) +# +# Epson Inkjet Printer Driver (ESC/Page) for Linux +# Copyright (C) Seiko Epson Corporation 2012. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. + +set -e + +# summary of how this script can be called: +# * <postinst> `configure' <most-recently-configured-version> +# * <old-postinst> `abort-upgrade' <new version> +# * <conflictor's-postinst> `abort-remove' `in-favour' <package> +# <new-version> +# * <postinst> `abort-remove' +# * <deconfigured's-postinst> `abort-deconfigure' `in-favour' +# <failed-install-package> <version> `removing' +# <conflicting-package> <version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + configure) + ldconfig + ;; + + abort-upgrade|abort-remove|abort-deconfigure) + ;; + + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 + + diff --git a/debian/postrm b/debian/postrm new file mode 100755 index 0000000..f31c575 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,53 @@ +#!/bin/sh +# postrm -- postrm script for epson-inkjet-printer-escpr +# see: dh_installdeb(1) +# +# Epson Inkjet Printer Driver (ESC/Page) for Linux +# Copyright (C) Seiko Epson Corporation 2011. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. + +set -e + +# summary of how this script can be called: +# * <postrm> `remove' +# * <postrm> `purge' +# * <old-postrm> `upgrade' <new-version> +# * <new-postrm> `failed-upgrade' <old-version> +# * <new-postrm> `abort-install' +# * <new-postrm> `abort-install' <old-version> +# * <new-postrm> `abort-upgrade' <old-version> +# * <disappearer's-postrm> `disappear' <overwriter> +# <overwriter-version> +# for details, see http://www.debian.org/doc/debian-policy/ or +# the debian-policy package + + +case "$1" in + purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) + ldconfig + ;; + + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..6212793 --- /dev/null +++ b/debian/rules @@ -0,0 +1,116 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# rules.in -- templete file to create Debian package +# +# Epson Inkjet Printer Driver (ESC/Page) for Linux +# Copyright (C) Seiko Epson Corporation 2012. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --with-cupsfilterdir=/usr/lib/cups/filter \ + --with-cupsppddir=/usr/share/ppd + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/epson-laser-printer-escpage. + $(MAKE) DESTDIR=$(CURDIR)/debian/epson-laser-printer-escpage install + + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installchangelogs ChangeLog + dh_installdocs +# dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff --git a/debian/rules.in b/debian/rules.in new file mode 100755 index 0000000..8df6c57 --- /dev/null +++ b/debian/rules.in @@ -0,0 +1,116 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# rules.in -- templete file to create Debian package +# +# Epson Inkjet Printer Driver (ESC/Page) for Linux +# Copyright (C) Seiko Epson Corporation 2012. +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --with-cupsfilterdir=@CUPS_FILTER_DIR@ \ + --with-cupsppddir=@CUPS_PPD_DIR@ + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + -$(MAKE) distclean +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/@PACKAGE_TARNAME@. + $(MAKE) DESTDIR=$(CURDIR)/debian/@PACKAGE_TARNAME@ install + + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot +# dh_installchangelogs ChangeLog + dh_installdocs +# dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl + dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install |