--- ale-0.9.0.3.orig/debian/control +++ ale-0.9.0.3/debian/control @@ -0,0 +1,17 @@ +Source: ale +Section: graphics +Priority: optional +Maintainer: Ruben Molina +Build-Depends: cdbs, debhelper (>= 7), autotools-dev +Standards-Version: 3.8.2 +Homepage: http://auricle.dyndns.org/ALE/ + +Package: ale +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: synthetic capture engine and renderer + ALE aligns and merges several similar images from a digitizing device + (such as a digital camera or scanner) into a single image. This operation + can create a higher fidelity image by using details from several separate + images combined into the final image. It can also be used to merge the + images into a mosaic or panoramic image. --- ale-0.9.0.3.orig/debian/docs +++ ale-0.9.0.3/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO --- ale-0.9.0.3.orig/debian/copyright +++ ale-0.9.0.3/debian/copyright @@ -0,0 +1,42 @@ +This package was debianized by: + + Ruben Molina on Sun, 07 Jun 2009 12:17:32 -0500 + +It was downloaded from: + + http://auricle.dyndns.org/ALE/ + +Upstream Author: + + David Hilvert + +Copyright: + + Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 David Hilvert + +License: + + 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 3 of the License, or + (at your option) any later version. + + This package 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, see . + +On Debian systems, the complete text of the GNU General +Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. + +The Debian packaging is: + + Copyright (C) 2009 Ruben Molina + +and is licensed under the GPL version 3, see above. + +lib/* are Copyright (C) 1990-2008 Free Software Foundation, Inc. +and are licensed under the GPL version 3, see above. --- ale-0.9.0.3.orig/debian/watch +++ ale-0.9.0.3/debian/watch @@ -0,0 +1,4 @@ +version=3 +http://auricle.dyndns.org/ALE/ \ + download/ale-(.*).tar.gz + --- ale-0.9.0.3.orig/debian/compat +++ ale-0.9.0.3/debian/compat @@ -0,0 +1 @@ +7 --- ale-0.9.0.3.orig/debian/changelog +++ ale-0.9.0.3/debian/changelog @@ -0,0 +1,190 @@ +ale (0.9.0.3-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS: ui/unsupported.h:35:30: error: format not a string + literal and no format arguments [-Werror=format-security]": + apply patch from Bart Martens. + (Closes: #643348) + + -- gregor herrmann Wed, 12 Oct 2011 22:37:59 +0200 + +ale (0.9.0.3-1) unstable; urgency=low + + * New Upstream version + * Removing old patch no longer needed. + * Standards-Version updated to 3.8.2 (no changes) + * Updated debian/copyright + * Converted to dh7 tiny rules. + + -- Ruben Molina Wed, 01 Jul 2009 22:13:37 -0500 + +ale (0.9.0.1-2) unstable; urgency=low + + * Added a patch fixing a bashism on ale wrapper (Closes: #505290). + + -- Ruben Molina Tue, 11 Nov 2008 10:02:04 -0500 + +ale (0.9.0.1-1) unstable; urgency=low + + * New Upstream version + * Standards-Version updated to 3.8.0 + + -- Ruben Molina Mon, 16 Jun 2008 09:20:37 -0500 + +ale (0.9.0-2) unstable; urgency=low + + * Added a patch for a missing include (Closes: #482765). + * Fixed a bug in debian/watch + + -- Ruben Molina Sun, 25 May 2008 13:43:00 -0500 + +ale (0.9.0-1) unstable; urgency=low + + * New maintainer (Closes: #481384). + * New Upstream version (Closes: #325491). + * Added binary-indep target (Closes: #395670). + * Acknowledge previous NMU. + * Updated ale man pages. + * Standards-Version updated. + * Homepage field added. + * Converted to CDBS. + + -- Ruben Molina Sat, 24 May 2008 00:25:04 -0500 + +ale (0.7.1-2) unstable; urgency=low + + * Orphaning ale. + + Maintainer now QA Group. + + -- Nick Rusnov Wed, 14 May 2008 17:03:45 -0700 + +ale (0.7.1-1.2) unstable; urgency=medium + + * Non-maintainer upload. + * Cleanup to bring all architectures in sync again. + * Replace fftw3-dev by libfftw3-dev in build-deps. + + -- Andreas Barth Tue, 26 Feb 2008 19:06:52 +0000 + +ale (0.7.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Imagemagick transition (Closes: #325490, #332451). + + -- Luk Claes Thu, 27 Oct 2005 18:17:46 +0200 + +ale (0.7.1-1) unstable; urgency=low + + * New upstream versions. + + Many, many uptream changes, enhancements, etc. Please see upstream changelog. + * Updated man page: Because upstream is fairly fast-moving and the arguments + highly technical, it only documents the help options and advises the user to see + the upstream user's guide (also, ale now contains all the same information in the + binary itself that would be shown in the manual page). + * Build against fftw3 in order to enable the --fl argument for more efficient + fourier transforms in Irani-Peleg transforms. + * Updated email address in copyright file. + + -- Nick Rusnov Mon, 20 Sep 2004 08:49:09 -0700 + +ale (0.5.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Medium urgency to facilitate the libtiff transition. + * Rebuild without using Magick-config --libs, removing excess + dependencies on image libraries (closes: #262786). + + -- Steve Langasek Sun, 1 Aug 2004 23:24:43 -0700 + +ale (0.5.1-2) unstable; urgency=low + + * Fix dependency on libmagick (Closes: #247623) + * Remove Dependency on libstdc++ (Closes: #249939) + * Add -lWand to Makefile + + -- Nick Rusnov Tue, 15 Jun 2004 15:15:35 -0700 + +ale (0.5.1-1) unstable; urgency=low + + * New upstream versions. + + Adds Irani-Peleg image reconstruction filter + + Adds Drizzling for positioning + + Adds edge following and image expanding, which can be used to + create image mosaics and panoramas. + + Many other bugfixes and enhancements (see upstream changelog). + * Applied upstream patches against 0.5.1 (patch1, patch2 and patch3). + * Updated manual page for new arguments, added reference to upstream + user munual. + * Updated for standards version 3.6.1. + * Changed descriptions in control to reflect teh new uses of ALE. + + -- Nick Rusnov Sat, 27 Dec 2003 16:34:10 -0800 + +ale (0.4.6-1) unstable; urgency=low + + * New upstream versions. + + Adds monte-carlo alignment for images. + + Removes stat() from image reading so that urls + and other overloaded filenames can be used + with ImageMagick. + + Many bugfixes. + * Updated standards version to 3.6.0. + * Updated manpage to reflect new arguments. + + -- Nick Rusnov Thu, 24 Jul 2003 10:39:39 -0700 + +ale (0.4.2-1) unstable; urgency=low + + * New Upstream version + + Implement an image reconstruction option based on the work of Irani + and Peleg. + + Change valid drizzling diameter interval to (0,1]. + + Make changes to gpt.h that may reduce the Euclidean alignment time. + + Move ale.c to ale.cc to follow one of the many C++ naming conventions. + * Updated manpage to reflect arguments. + * Fixed minor formatting issues in the manpage. + + -- Nick Rusnov Tue, 27 May 2003 09:47:11 -0700 + +ale (0.4.1-2) unstable; urgency=low + + * Rebuilding agaist libmagick5.5.7 (gaaaah) (Closes: #194318) + + -- Nick Rusnov Thu, 22 May 2003 10:09:36 -0700 + +ale (0.4.1-1) unstable; urgency=low + + * New Upstream Release + + Support for using previous transformations as the + starting point for the next one. + + Support for pixel drizzling which may increase + output detail + + -- Nick Rusnov Fri, 9 May 2003 14:50:04 -0700 + +ale (0.4.0-1) unstable; urgency=low + + * New Upstream Versions!(tm) + + Enhanced statistics outputs + + Support for Post-enhancement of HF detail + + Moved to a general scaling parameter + * Tweaked description. + * Updated manpage for new options. + * Patched to fix semephore error. (closes: #183910) + + -- Nick Rusnov Wed, 2 Apr 2003 11:23:47 -0800 + +ale (0.3.0-2) unstable; urgency=low + + * Fixed lintian warning. + * Rebuilt with newer imagemagick. + * Updated standards version. + + -- Nick Rusnov Tue, 18 Mar 2003 11:46:59 -0800 + +ale (0.3.0-1) unstable; urgency=low + + * Initial release. (closes: #180783) + + -- Nick Rusnov Wed, 12 Feb 2003 10:48:29 -0800 + --- ale-0.9.0.3.orig/debian/ale-bin.1 +++ ale-0.9.0.3/debian/ale-bin.1 @@ -0,0 +1 @@ +.so man1/ale.1 --- ale-0.9.0.3.orig/debian/rules +++ ale-0.9.0.3/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +DEB_INSTALL_MANPAGES_ale += debian/ale-bin.1 --- ale-0.9.0.3.orig/ui/implication.h +++ ale-0.9.0.3/ui/implication.h @@ -33,16 +33,16 @@ static void changed(const char *description, const char *changes, const char *option = NULL) { fprintf(stderr, "\n\n"); fprintf(stderr, "Program options have been automatically modified to satisfy the following:\n\n"); - fprintf(stderr, description); + fprintf(stderr, "%s", description); fprintf(stderr, "\n\n"); fprintf(stderr, "Changes are as follows:\n\n"); - fprintf(stderr, changes); + fprintf(stderr, "%s", changes); fprintf(stderr, "\n\n"); if (option) { fprintf(stderr, "This is equivalent to manually setting the following options:\n\n"); - fprintf(stderr, option); + fprintf(stderr, "%s", option); fprintf(stderr, "\n\n"); } } --- ale-0.9.0.3.orig/ui/unsupported.h +++ ale-0.9.0.3/ui/unsupported.h @@ -32,7 +32,7 @@ static void fornow(const char *description) { fprintf(stderr, "\n\n"); fprintf(stderr, "The following feature is currently unsupported:\n\n"); - fprintf(stderr, description); + fprintf(stderr, "%s", description); fprintf(stderr, "\n\n"); #if 0 fprintf(stderr, "For more information, see http://auricle.dyndns.org/ALE/unsupported/currently/\n\n");