--- emilda-print-0.0.20050628.orig/debian/docs +++ emilda-print-0.0.20050628/debian/docs @@ -0,0 +1,3 @@ +README +TODO +AUTHORS --- emilda-print-0.0.20050628.orig/debian/control +++ emilda-print-0.0.20050628/debian/control @@ -0,0 +1,21 @@ +Source: emilda-print +Section: utils +Priority: optional +Maintainer: Mattias Nordstrom +Build-Depends: debhelper (>= 4.0.0), autotools-dev, docbook-to-man, libgtk2.0-dev (>= 2.0) +Standards-Version: 3.6.2.1 + +Package: emilda-print +Architecture: any +Depends: ${shlibs:Depends} +Description: Client-side print application for Emilda + emilda-print is a standalone client-side application that handles the EPD data + Emilda sends for label and receipt printouts. An EPD document is a file + produced by Emilda when a printout is needed. It contains the type of printout + and the contents, in the case of a label the barcode number/string. + emilda-print parses this document and based on it's config file sends the data + to the appropriate printer in the right format for the printer in question. + The easiest way to use emilda-print is to define it as the handler for EPD + files (application/emilda-print-data) in the Internet browser used for Emilda. + . + Homepage: http://www.emilda.org/emilda-print --- emilda-print-0.0.20050628.orig/debian/emilda-print.install +++ emilda-print-0.0.20050628/debian/emilda-print.install @@ -0,0 +1,3 @@ +etc/* +usr/bin/* +usr/share/man* --- emilda-print-0.0.20050628.orig/debian/rules +++ emilda-print-0.0.20050628/debian/rules @@ -0,0 +1,96 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# 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 -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_testdir + +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 + + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + docbook-to-man debian/emilda-print.sgml > emilda-print.1 + + touch build-stamp + +clean: + dh_testdir + dh_testroot + + # Add here commands to clean up after the build process. + -$(MAKE) distclean + rm -f build-stamp config.sub config.guess config.log emilda-print.1 + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/emilda-print. + $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install --source=debian/tmp + dh_installman emilda-print.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- emilda-print-0.0.20050628.orig/debian/changelog +++ emilda-print-0.0.20050628/debian/changelog @@ -0,0 +1,19 @@ +emilda-print (0.0.20050628-1) unstable; urgency=low + + * Dependancy fix. + * New Debian package (closes: #304654) + + -- Mattias Nordstrom Tue, 28 Jun 2005 09:56:15 +0300 + +emilda-print (0.0.20050414-2) unstable; urgency=low + + * Cleanup. + + -- Mattias Nordstrom Sun, 19 Jun 2005 14:02:28 +0300 + +emilda-print (0.0.20050414-1) unstable; urgency=low + + * Initial Release. + + -- Mattias Nordstrom Mon, 14 Apr 2005 14:56:32 +0300 + --- emilda-print-0.0.20050628.orig/debian/emilda-print.sgml +++ emilda-print-0.0.20050628/debian/emilda-print.sgml @@ -0,0 +1,142 @@ + manpage.1'. You may view + the manual page with: `docbook-to-man manpage.sgml | nroff -man | + less'. A typical entry in a Makefile or Makefile.am is: + +emilda-print.1: emilda-print.sgml + docbook-to-man $< > $@ + + + The docbook-to-man binary is found in the docbook-to-man package. + Please remember that if you create the nroff version in one of the + debian/rules file targets (such as build), you will need to include + docbook-to-man in your Build-Depends control field. + + --> + + + Mattias"> + Nordstrom"> + + June 28, 2005"> + + 1"> + nordstrom@realnode.com"> + + EMILDA-PRINT"> + + + Emilda"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003-2005 + Realnode Ltd + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Client-side print application for Emilda + + + + &dhpackage; + + epd-file + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + &dhpackage; is a program that prints out EPD data + from Emilda to the appropriate printer defined in the config file. The EPD + data can come from either epd-file or from stdin. + + + + OPTIONS + + This program follows the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. + + + + + + Show summary of options. + + + + epd-file + + EPD file to print. + + + + + + SEE ALSO + + http://www.emilda.org/emilda-print + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail;. Permission is + granted to copy, distribute and/or modify this document under + the terms of the &gnu; General Public License, Version 2 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ + + + --- emilda-print-0.0.20050628.orig/debian/compat +++ emilda-print-0.0.20050628/debian/compat @@ -0,0 +1 @@ +4 --- emilda-print-0.0.20050628.orig/debian/copyright +++ emilda-print-0.0.20050628/debian/copyright @@ -0,0 +1,13 @@ +This package was debianized by Mattias Nordstrom on +Mon, 14 Apr 2005 16:00:00 +0300. + +It was downloaded from http://www.emilda.org/ + +Upstream Author: Mattias Nordstrom + +This software is copyright (c) 2003-2005 by Realnode Ltd. + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in the file '/usr/share/common-licenses/GPL'.