debian/0000755000000000000000000000000012014456135007167 5ustar debian/patches/0000755000000000000000000000000012014023330010601 5ustar debian/patches/series0000644000000000000000000000005011302312007012012 0ustar 001-fix-hyphen-used-as-minus-sign.patch debian/patches/001-fix-hyphen-used-as-minus-sign.patch0000644000000000000000000001410112014023330017622 0ustar From: Roberto Lumbreras Subject: fix hyphens used instead of minus signs in manpages Index: dmtx-utils-0.7.4/man/dmtxread.1 =================================================================== --- dmtx-utils-0.7.4.orig/man/dmtxread.1 2011-06-03 07:13:10.000000000 +0200 +++ dmtx-utils-0.7.4/man/dmtxread.1 2012-08-19 01:35:49.666501198 +0200 @@ -10,22 +10,22 @@ .B dmtxread [\fIoptions\fP] [\fIFILE\fP]... .SH DESCRIPTION -\fBdmtxread\fP searches the named input FILEs (or standard input if no files are named or the filename "-" is given) for ECC200 Data Matrix barcodes, reads their contents, and writes the decoded messages to standard output. +\fBdmtxread\fP searches the named input FILEs (or standard input if no files are named or the filename "\-" is given) for ECC200 Data Matrix barcodes, reads their contents, and writes the decoded messages to standard output. .SH OPTIONS .TP \fB\-c\fP, \fB\-\-codewords\fP Only print the codewords extracted from a Data Matrix, and not the actual decoded message. .TP -\fB\-e\fP, \fB\-\-minimum-edge=\fIN\fP\fP +\fB\-e\fP, \fB\-\-minimum\-edge=\fIN\fP\fP Pixel length of smallest expected edge in image. .TP -\fB\-E\fP, \fB\-\-maximum-edge=\fIN\fP\fP +\fB\-E\fP, \fB\-\-maximum\-edge=\fIN\fP\fP Pixel length of largest expected edge in image. .TP \fB\-g\fP, \fB\-\-gap\fP=\fIN\fP Use scan grid with gap of \fIN\fP pixels (or less) between lines. .TP -\fB\-l\fP, \fB\-\-list-formats\fP +\fB\-l\fP, \fB\-\-list\-formats\fP List the supported input image formats. .TP \fB\-m\fP, \fB\-\-milliseconds\fP=\fIN\fP @@ -37,13 +37,13 @@ \fB\-p\fP, \fB\-\-page\fP=\fIN\fP Only scan Nth page of images. .TP -\fB\-q\fP, \fB\-\-square-deviation\fP=\fIN\fP -Maximum deviation (degrees) from squareness between adjacent barcode sides. Default value is N=40, but N=10 is recommended for flat applications like faxes and other scanned documents. Barcode regions found with corners <(90-N) or >(90+N) will be ignored by the decoder. +\fB\-q\fP, \fB\-\-square\-deviation\fP=\fIN\fP +Maximum deviation (degrees) from squareness between adjacent barcode sides. Default value is N=40, but N=10 is recommended for flat applications like faxes and other scanned documents. Barcode regions found with corners <(90\-N) or >(90+N) will be ignored by the decoder. .TP \fB\-r\fP, \fB\-\-resolution\fP=\fIN\fP Decoding resolution in dots per inch (DPI). Only used for vectorial input images such as SVG, PDF, etc... This option accepts a single argument (eg: 300) as well as horizontal and vertical resolutions (eg: 300x150). The default resolution is 72dpi. .TP -\fB\-s\fP, \fB\-\-symbol-size\fP=\fI[asr|RxC]\fP +\fB\-s\fP, \fB\-\-symbol\-size\fP=\fI[asr|RxC]\fP Only consider barcodes of specific size or shape. a = All sizes [default] s = Only squares @@ -53,19 +53,19 @@ \fB\-t\fP, \fB\-\-threshold\fP=\fIN\fP Set the minimum edge threshold as a percentage of maximum. For example, an edge between a pure white and pure black pixel would have an intensity of 100. Edges with intensities below the indicated threshold will be ignored by the decoding process. Lowering the threshold will increase the amount of work to be done, but may be necessary for low contrast or blurry images. .TP -\fB\-x\fP, \fB\-\-x-range-min\fP=\fIN[%]\fP +\fB\-x\fP, \fB\-\-x\-range\-min\fP=\fIN[%]\fP Do not scan pixels to the left of pixel column N (or N%). .TP -\fB\-X\fP, \fB\-\-x-range-max\fP=\fIN[%]\fP +\fB\-X\fP, \fB\-\-x\-range\-max\fP=\fIN[%]\fP Do not scan pixels to the right of pixel column N (or N%). .TP -\fB\-y\fP, \fB\-\-y-range-min\fP=\fIN[%]\fP +\fB\-y\fP, \fB\-\-y\-range\-min\fP=\fIN[%]\fP Do not scan pixels below pixel row N (or N%). .TP -\fB\-Y\fP, \fB\-\-y-range-max\fP=\fIN[%]\fP +\fB\-Y\fP, \fB\-\-y\-range\-max\fP=\fIN[%]\fP Do not scan pixels above pixel row N (or N%). .TP -\fB\-C\fP, \fB\-\-corrections-max\fP=\fIN\fP +\fB\-C\fP, \fB\-\-corrections\-max\fP=\fIN\fP Correct at most N errors per image (0 = correction disabled). .TP \fB\-D\fP, \fB\-\-diagnose\fP @@ -74,7 +74,7 @@ \fB\-M\fP, \fB\-\-mosaic\fP (experimental) Interpret detected regions as Data Mosaic barcodes. .TP -\fB\-N\fP, \fB\-\-stop-after\fP=\fIN\fP +\fB\-N\fP, \fB\-\-stop\-after\fP=\fIN\fP Stop scanning after Nth barcode is returned. .TP \fB\-P\fP, \fB\-\-page\-numbers\fP @@ -84,7 +84,7 @@ Prefix the decoded message with the barcode's corner locations. .TP \fB\-S\fP, \fB\-\-shrink\fP=\fIN\fP -Internally shrink image by factor of N. Shrinking is accomplished by skipping N-1 pixels at a time, often producing significantly faster scan times. It also improves scan success rate for images taken with poor camera focus provided the image is sufficiently large. +Internally shrink image by factor of N. Shrinking is accomplished by skipping N\-1 pixels at a time, often producing significantly faster scan times. It also improves scan success rate for images taken with poor camera focus provided the image is sufficiently large. .TP \fB\-U\fP, \fB\-\-unicode\fP Print Extended ASCII characters in UTF-8 Unicode. Index: dmtx-utils-0.7.4/man/dmtxwrite.1 =================================================================== --- dmtx-utils-0.7.4.orig/man/dmtxwrite.1 2011-06-03 07:13:10.000000000 +0200 +++ dmtx-utils-0.7.4/man/dmtxwrite.1 2012-08-19 01:33:11.812544240 +0200 @@ -36,7 +36,7 @@ \fB\-f\fP, \fB\-\-format\fP=\fIFORMAT\fP Output image format (PNG [default], TIF, GIF, PDF, etc...). .TP -\fB\-l\fP, \fB\-\-list-formats\fP +\fB\-l\fP, \fB\-\-list\-formats\fP List available image formats. .TP \fB\-o\fP, \fB\-\-output\fP=\fIFILE\fP @@ -48,7 +48,7 @@ \fB\-r\fP, \fB\-\-resolution\fP=\fIN\fP Set image print resolution (dpi). .TP -\fB\-s\fP, \fB\-\-symbol-size\fP=[sr|RxC] (default "s") +\fB\-s\fP, \fB\-\-symbol\-size\fP=[sr|RxC] (default "s") Automatic symbol size options: s = Auto square r = Auto rectangle Manual symbol size options for square symbols: @@ -62,7 +62,7 @@ \fB\-C\fP, \fB\-\-color\fP=\fICOLOR\fP Barcode color (not implemented). .TP -\fB\-B\fP, \fB\-\-bg-color\fP=\fICOLOR\fP +\fB\-B\fP, \fB\-\-bg\-color\fP=\fICOLOR\fP Background color (not implemented). .TP \fB\-M\fP, \fB\-\-mosaic\fP debian/source/0000755000000000000000000000000011725221563010472 5ustar debian/source/format0000644000000000000000000000001411302042061011661 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212014023410010347 0ustar 9 debian/watch0000644000000000000000000000013612014024320010203 0ustar version=3 http://sf.net/libdmtx/dmtx-utils-?_?([\w+\d+\.]+|\d+)(?:\.tar|\.tgz)(?:\.gz|\.bz2|) debian/dmtx-utils.docs0000644000000000000000000000004712014025525012147 0ustar KNOWNBUG NEWS README README.linux TODO debian/changelog0000644000000000000000000000366312014454624011052 0ustar dmtx-utils (0.7.4-1) unstable; urgency=low * New upstream version. Source split in two tarballs: libdmtx and dmtx-utils (new package); libdmtx-utils becomes a transitional package for dmtx-utils. * Deleted redundant dependencies: libpng-dev, libtiff-dev. -- Roberto Lumbreras Mon, 20 Aug 2012 17:36:33 +0200 libdmtx (0.7.2-3) unstable; urgency=low * Depend on libtiff-dev instead of libtiff4-dev. (Closes: #681821) * Do not install .la file. Install pkgconfig file. -- Roberto Lumbreras Sun, 19 Aug 2012 02:54:34 +0200 libdmtx (0.7.2-2) unstable; urgency=low * Updated standards. * Depend on libpng-dev instead of libpng12-dev. (Closes: #662396) * Multiarch support. -- Roberto Lumbreras Tue, 06 Mar 2012 03:08:36 +0100 libdmtx (0.7.2-1) unstable; urgency=low * New upstream version. * Standards 3.8.3. * Switch to source format 3.0 (quilt) -- Roberto Lumbreras Sun, 22 Nov 2009 20:43:00 +0100 libdmtx (0.7.0-1) unstable; urgency=low * New upstream version. Renamed libdmtx0 to libdmtx0a because of API changes, conflicting with libdmtx0 but not replacing it (old binaries won't work with new library). * Updated standards. -- Roberto Lumbreras Wed, 08 Jul 2009 10:20:45 +0200 libdmtx (0.6.0-1) unstable; urgency=low * New upstream version. -- Roberto Lumbreras Wed, 10 Dec 2008 17:52:26 +0100 libdmtx (0.5.2-1) unstable; urgency=low * New upstream version. -- Roberto Lumbreras Tue, 07 Oct 2008 17:29:47 +0200 libdmtx (0.5.1-2) unstable; urgency=low * Add libdmtx0.symbols file. * Set debhelper compatibility level to 7. -- Roberto Lumbreras Wed, 20 Aug 2008 23:24:05 +0200 libdmtx (0.5.1-1) unstable; urgency=low * Initial release. (Closes: #459625) -- Roberto Lumbreras Mon, 07 Jul 2008 11:53:45 +0200 debian/rules0000755000000000000000000000021712014424453010245 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk LDFLAGS += -Wl,-dy,--as-needed debian/control0000644000000000000000000000123612014446544010577 0ustar Source: dmtx-utils Section: utils Priority: optional Maintainer: Roberto Lumbreras Build-Depends: cdbs (>=0.4.93~), debhelper (>= 9), autotools-dev, pkg-config, libmagickwand-dev, libdmtx-dev (>= 0.7.2-3) Standards-Version: 3.9.3 Homepage: http://www.libdmtx.org Package: dmtx-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Breaks: libdmtx-utils (<< 0.7.4) Replaces: libdmtx-utils (<< 0.7.4) Description: Utilities for reading and writing Data Matrix 2D barcodes Command-line utilities for reading and writing Data Matrix 2D barcodes, two-dimensional symbols that hold a dense pattern of data with built-in error correction. debian/copyright0000644000000000000000000000206512014456024011122 0ustar This package was Debianized by by Roberto Lumbreras on Thu, 14 Feb 2008 12:46:08 +0100. It was downloaded from http://www.libdmtx.org/ Copyright 2005-2011 Mike Laughton and others. All rights reserved. License: This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library 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 Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License 2.1 can be found in /usr/share/common-licenses/LGPL-2.1 file.