debian/0000775000000000000000000000000012344543671007201 5ustar debian/changelog0000664000000000000000000000224312344367213011050 0ustar libpostscriptbarcode (20140312-2) unstable; urgency=low * acknowledge package from maintainer * debian/control: Use latest Standards-Version -- Alexander List Fri, 06 Jun 2014 17:37:19 +0100 libpostscriptbarcode (20140312-1) unstable; urgency=low * New upstream release * Added debian/watch * Added debian/libpostscriptbarcode.doc-base * debian/control: Remove Suggests: postscript-viewer * debian/control: Add Build-Depends: ghostscript * debian/control: Add Homepage, Vcs-Git and Vcs-Browser * debian/control: Use latest Standards-Version * debian/control: Updated Description. Closes: #745293. -- Terry Burton Tue, 06 May 2014 15:11:15 +0100 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 debian/source/0000775000000000000000000000000012310074741010467 5ustar debian/source/format0000664000000000000000000000001412310074741011675 0ustar 3.0 (quilt) debian/install0000664000000000000000000000020412310074741010554 0ustar build/monolithic_package/barcode.ps usr/share/libpostscriptbarcode/ build/monolithic_package/README usr/share/libpostscriptbarcode/ debian/compat0000664000000000000000000000000212332167756010402 0ustar 9 debian/watch0000664000000000000000000000034412332362054010222 0ustar version=3 opts="uversionmangle=s/^(....)-(..)-(.+)/$1$2$3/;s/-/./,filenamemangle=s!.*/(.*)!postscriptbarcode-$1!" https://github.com/bwipp/postscriptbarcode/releases /bwipp/postscriptbarcode/archive/(.+)\.tar\.gz debian uupdate debian/copyright0000664000000000000000000000244412332362115011125 0ustar This package was debianized by Terry Burton on Mon, 9 Sep 2005 10:46:06 +0100. It was downloaded from http://bwipp.terryburton.co.uk Copyright Holder: Terry Burton Copyright (C) 2004-2014 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. debian/libpostscriptbarcode.doc-base0000664000000000000000000000056512310074741015015 0ustar Document: libpostscriptbarcode Title: Barcode Writer in Pure PostScript Manual Author: Terry Burton Abstract: This manual describes how to use the Barcode Writer in Pure PostScript library. Section: Programming Format: PDF Files: /usr/share/doc/libpostscriptbarcode/barcodewriter.pdf.gz Format: PostScript Files: /usr/share/doc/libpostscriptbarcode/barcodewriter.ps.gz debian/docs0000664000000000000000000000002312310074741010035 0ustar README TODO docs/* debian/rules0000775000000000000000000000032612310074741010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --parallel override_dh_install: dh_install --exclude=LICENSE --exclude=CHANGES --exclude=.dirstamp debian/control0000664000000000000000000000154012344367044010602 0ustar Source: libpostscriptbarcode Section: devel Priority: optional Maintainer: Terry Burton Uploaders: Alexander List Build-Depends: debhelper (>= 9), ghostscript Standards-Version: 3.9.5 Homepage: http://bwipp.terryburton.co.uk Vcs-Git: git://github.com/bwipp/postscriptbarcode.git Vcs-Browser: http://github.com/bwipp/postscriptbarcode Package: libpostscriptbarcode Architecture: all Depends: ${misc:Depends} Description: Barcode Writer in Pure PostScript Barcode Writer in Pure Postscript generates all barcode formats entirely within PostScript so that the process of converting the input data into the printed output can be performed by the printer or RIP itself. This is ideal for variable data printing (VDP) and avoids the need to re-implement the barcode generation process whenever your language needs change.