--- libpostscriptbarcode-20080710.orig/debian/docs +++ libpostscriptbarcode-20080710/debian/docs @@ -0,0 +1,5 @@ +README +sample.ps +barcode_with_sample.ps +docs/* + --- libpostscriptbarcode-20080710.orig/debian/install +++ libpostscriptbarcode-20080710/debian/install @@ -0,0 +1,2 @@ +barcode.ps usr/share/libpostscriptbarcode + --- libpostscriptbarcode-20080710.orig/debian/compat +++ libpostscriptbarcode-20080710/debian/compat @@ -0,0 +1 @@ +4 --- libpostscriptbarcode-20080710.orig/debian/control +++ libpostscriptbarcode-20080710/debian/control @@ -0,0 +1,18 @@ +Source: libpostscriptbarcode +Section: devel +Priority: optional +Maintainer: Terry Burton +Uploaders: Alexander List +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.8.0 + +Package: libpostscriptbarcode +Architecture: all +Suggests: postscript-viewer +Description: A barcode generator written entirely in PostScript + Barcode Writer in Pure PostScript facilitates the printing of all + major barcode symbologies entirely within PostScript. + . + Since this resource is written in PostScript and interpretted + within the virtual machine of a printer it is compatible with + virtually any operating system and hardware platform. --- libpostscriptbarcode-20080710.orig/debian/rules +++ libpostscriptbarcode-20080710/debian/rules @@ -0,0 +1,41 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +configure: configure-stamp +configure-stamp: +build: build-stamp +build-stamp: configure-stamp + +clean: + dh_testdir + dh_testroot + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_install + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs CHANGES + dh_installdocs + dh_compress -X barcode_with_sample.ps + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- libpostscriptbarcode-20080710.orig/debian/changelog +++ libpostscriptbarcode-20080710/debian/changelog @@ -0,0 +1,18 @@ +libpostscriptbarcode (20080710-1) unstable; urgency=low + + * New upstream release + + -- Terry Burton Mon, 18 Aug 2008 23:32:40 +0100 + +libpostscriptbarcode (20080406-1) unstable; urgency=low + + * New upstream release + + -- Terry Burton Sat, 14 Jun 2008 14:39:52 +0100 + +libpostscriptbarcode (20050908-1) unstable; urgency=low + + * Initial Release. + + -- Terry Burton Mon, 8 Sep 2005 00:56:06 +0100 + --- libpostscriptbarcode-20080710.orig/debian/copyright +++ libpostscriptbarcode-20080710/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by Terry Burton on +Mon, 9 Sep 2005 10:46:06 +0100. + +It was downloaded from http://www.terryburton.co.uk/barcodewriter/ + +Copyright Holder: Terry Burton + +Copyright (C) 2004-2008 Terry Burton + +License: + +MIT/X-Consortium License. + +Permission is hereby granted, free of charge, to any +person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the +Software without restriction, including without +limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software +is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice +shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY +KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO +THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A +PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +