--- kdc2tiff-0.35.orig/debian/kdc2jpeg.1 +++ kdc2tiff-0.35/debian/kdc2jpeg.1 @@ -0,0 +1,93 @@ +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.TH "KDC2JPEG" "1" "0.01" "Martin Wuertele " "" +.SH "NAME" +kdc2jpeg \- convert Kodac kdc files to jpeg +.SH "SYNOPSIS" +.B kdc2jpeg +.I "[ global\-options ] inputfile [local\-options \-o outputfile1 ]" +.br +.I " [ local\-options \-o outputfile2 ] ..." +.SH "DESCRIPTION" +This manual page documents briefly the +.BR kdc2jpeg +command. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.B kdc2jpeg +is a program that converts Kodac kdc files to jpeg with attention to aspect ratio, accurate scaling, contrast adjustment, gamma correction and image rotation. +.SH "OPTIONS" +.TP +.B \-w # +output image width +.TP +.B \-h # +output image height +.TP +.B \-g # +absolute gamma correction +.TP +.B +g # +relative gamma correction +.TP +.B \-G +no grain reduction (default) +.TP +.B +G +reduce graininess +.TP +.B +GG +reduce graininess (extra) +.TP +.B +e +normal contrast enhancement (default) +.TP +.B +E # +advanced contrast enhancement +.TP +.B \-e +no contrast enhancement +.TP +.B \-W wht +colour of light source +.TP +.B +s +square pixels (default) +.TP +.B \-s +allow non\-square pixels +.TP +.B +f +fast processing +.TP +.B \-f +slow processing, high quality (default) +.TP +.B +p +crop image if necessary to fit width and height (default) +.TP +.B \-p +no cropping, width and height are maximums +.TP +.B \-R +don't rotate image (default) +.TP +.B +R +rotate image clockwise +.TP +.B +B +rotate image counter\-clockwise +.TP +.B \-C +copy note copyright in output file +.TP +.B \-q # +JPEG quality setting (0 to 100, default is 75) +.TP +.B +P +create progressive JPEG file +.SH "SEE ALSO" +kdc2jpeg(1) +.SH "AUTHOR" +This manual page was written by Martin Wuertele , for the Debian GNU/Linux system (but may be used by others). --- kdc2tiff-0.35.orig/debian/control +++ kdc2tiff-0.35/debian/control @@ -0,0 +1,14 @@ +Source: kdc2tiff +Section: utils +Priority: optional +Maintainer: Martin Wuertele +Standards-Version: 3.8.3 +Build-Depends: debhelper (>= 7.0.50), libtiff4-dev, libjpeg62-dev + +Package: kdc2tiff +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: convert Kodac kdc files to jpeg or tiff + Convert kdc files as created by Kodac DC-120 digital cameras to tiff or + jpeg with attention to aspect ratio, accurate scaling, contrast + adjustment, gamma correction and image rotation. --- kdc2tiff-0.35.orig/debian/kdc2tiff.1 +++ kdc2tiff-0.35/debian/kdc2tiff.1 @@ -0,0 +1,93 @@ +.\" NAME should be all caps, SECTION should be 1-8, maybe w/ subsection +.\" other parms are allowed: see man(7), man(1) +.TH "KDC2TIFF" "1" "0.01" "Martin Wuertele " "" +.SH "NAME" +kdc2tiff \- convert Kodac kdc files to tiff +.SH "SYNOPSIS" +.B kdc2tiff +.I "[ global\-options ] inputfile [local\-options \-o outputfile1 ]" +.br +.I " [ local\-options \-o outputfile2 ] ..." +.SH "DESCRIPTION" +This manual page documents briefly the +.BR kdc2tiff +command. +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +.PP +.B kdc2tiff +is a program that converts Kodac kdc files to tiff with attention to aspect ratio, accurate scaling, contrast adjustment, gamma correction and image rotation. +.SH "OPTIONS" +.TP +.B \-w # +output image width +.TP +.B \-h # +output image height +.TP +.B \-g # +absolute gamma correction +.TP +.B +g # +relative gamma correction +.TP +.B \-G +no grain reduction (default) +.TP +.B +G +reduce graininess +.TP +.B +GG +reduce graininess (extra) +.TP +.B +e +normal contrast enhancement (default) +.TP +.B +E # +advanced contrast enhancement +.TP +.B \-e +no contrast enhancement +.TP +.B \-W wht +colour of light source +.TP +.B +s +square pixels (default) +.TP +.B \-s +allow non\-square pixels +.TP +.B +f +fast processing +.TP +.B \-f +slow processing, high quality (default) +.TP +.B +p +crop image if necessary to fit width and height (default) +.TP +.B \-p +no cropping, width and height are maximums +.TP +.B \-R +don't rotate image (default) +.TP +.B +R +rotate image clockwise +.TP +.B +B +rotate image counter\-clockwise +.TP +.B \-C +copy note copyright in output file +.TP +.B \-c schm +TIFF compression scheme +.TP +.B \-r # +TIFF rows per strip setting +.SH "SEE ALSO" +kdc2jpeg(1) +.SH "AUTHOR" +This manual page was written by Martin Wuertele , for the Debian GNU/Linux system (but may be used by others). --- kdc2tiff-0.35.orig/debian/copyright +++ kdc2tiff-0.35/debian/copyright @@ -0,0 +1,25 @@ +This package was debianized by Martin Wuertele on +Wed, 26 May 2004 17:38:50 -0300. + +It was downloaded from http://kdc2tiff.sourceforge.net/ + +Copyright: + +1999 - 2004 Chris Studholme + +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, 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 St, Fifth Floor, Boston, MA 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. --- kdc2tiff-0.35.orig/debian/changelog +++ kdc2tiff-0.35/debian/changelog @@ -0,0 +1,44 @@ +kdc2tiff (0.35-7) unstable; urgency=low + + * fixed manpage error (Closes: #369384) + + -- Martin Wuertele Sat, 02 Jan 2010 21:39:20 +0100 + +kdc2tiff (0.35-6) unstable; urgency=low + + * update standards + * use debhelper instead of debmake (closes: #372961) + + -- Martin Wuertele Sun, 20 Jan 2008 14:17:51 +0100 + +kdc2tiff (0.35-5) unstable; urgency=low + + * rebuilt for gcc transition + + -- Martin Wuertele Mon, 3 Oct 2005 22:10:42 +0200 + +kdc2tiff (0.35-4) unstable; urgency=low + + * rebuilt with libtiff4 + + -- Martin Wuertele Sun, 1 Aug 2004 20:11:19 +0200 + +kdc2tiff (0.35-3) unstable; urgency=low + + * rebuilt in unstalbe + (Closes: #254228) + + -- Martin Wuertele Sat, 24 Jul 2004 12:07:41 +0200 + +kdc2tiff (0.35-2) unstable; urgency=low + + * changed maintainer e-mail address to the debian address. + + -- Martin Wuertele Thu, 10 Jun 2004 16:50:27 +0200 + +kdc2tiff (0.35-1) unstable; urgency=low + + * Initial release. + (Closes: #251078) + + -- Martin Wuertele Wed, 26 May 2004 17:38:50 -0300 --- kdc2tiff-0.35.orig/debian/compat +++ kdc2tiff-0.35/debian/compat @@ -0,0 +1 @@ +5 --- kdc2tiff-0.35.orig/debian/rules +++ kdc2tiff-0.35/debian/rules @@ -0,0 +1,80 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + ./configure --prefix=/usr + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + if test -e Makefile ; then \ + $(MAKE) distclean ; \ + fi + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/ + $(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install + +# 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 +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installcatalogs +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installwm +# dh_installudev +# dh_undocumented + dh_installman debian/kdc2jpeg.1 debian/kdc2tiff.1 + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_python +# 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 --- kdc2tiff-0.35.orig/debian/dirs +++ kdc2tiff-0.35/debian/dirs @@ -0,0 +1 @@ +usr/bin --- kdc2tiff-0.35.orig/debian/docs +++ kdc2tiff-0.35/debian/docs @@ -0,0 +1,4 @@ +ChangeLog +NEWS +README +TODO