--- exrtools-0.4.orig/debian/changelog +++ exrtools-0.4/debian/changelog @@ -0,0 +1,85 @@ +exrtools (0.4-1.1ubuntu7) precise; urgency=low + + * Build-depend on libjpeg-dev rather than libjpeg62-dev. + + -- Colin Watson Sun, 20 Nov 2011 14:09:56 +0000 + +exrtools (0.4-1.1ubuntu6) intrepid; urgency=low + + * Rebuild for libopenexr2ldbl -> libopenexr6 transistion. + + -- Steve Kowalik Tue, 26 Aug 2008 17:37:04 +1000 + +exrtools (0.4-1.1ubuntu5) hardy; urgency=low + + * No change rebuild for libopenexr transition + + -- Jonathan Riddell Tue, 11 Dec 2007 10:11:36 +0000 + +exrtools (0.4-1.1ubuntu4) gutsy; urgency=low + + * debian/control: Update maintainer fields according to debian- + maintainer-field spec. + + -- Martin Pitt Wed, 15 Aug 2007 08:04:05 +0000 + +exrtools (0.4-1.1ubuntu3) dapper; urgency=low + + * Rebuild for new libopenexr. + + -- Trent Lloyd Fri, 10 Feb 2006 23:23:25 +0800 + +exrtools (0.4-1.1ubuntu2) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose Tue, 7 Jun 2005 14:20:07 +0000 + +exrtools (0.4-1.1ubuntu1) hoary; urgency=low + + * Rebuilt with libopenexr2. + * Changed Standards version to 3.6.1 + + -- Daniel Holbach Sun, 13 Mar 2005 01:37:51 +0100 + +exrtools (0.4-1.1) unstable; urgency=medium + + * Non-maintainer upload. + - Rebuild against new libopenexr2. + (closes: #266502) + + -- Andrew Lau Sat, 28 Aug 2004 01:22:28 +1000 + +exrtools (0.4-1) unstable; urgency=low + + * New upstream release. + - Added the ppmtoexr application. + + -- Billy Biggs Tue, 16 Dec 2003 23:50:30 -0400 + +exrtools (0.3-2) unstable; urgency=low + + * Added pkg-config to the build-depends. + + -- Billy Biggs Mon, 15 Dec 2003 10:41:10 -0400 + +exrtools (0.3-1) unstable; urgency=low + + * New upstream release. + - Added the jpegtoexr application. + - Fixed bugs in exrpptm's output. + + -- Billy Biggs Sun, 14 Dec 2003 20:22:08 -0400 + +exrtools (0.2-1) unstable; urgency=low + + * Fixed the iCAM implementation. + + -- Billy Biggs Fri, 12 Dec 2003 19:09:21 -0400 + +exrtools (0.1-1) unstable; urgency=low + + * Initial Release. + + -- Billy Biggs Tue, 09 Dec 2003 21:11:29 -0400 + --- exrtools-0.4.orig/debian/rules +++ exrtools-0.4/debian/rules @@ -0,0 +1,69 @@ +#!/usr/bin/make -f +# +# debian/rules file for exrtools. +# Copyright (C) 2003 Billy Biggs +# +# Based on the sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS))) + CFLAGS += -g +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +build: + dh_testdir + test -f config.h || ./configure --host=$(DEB_HOST_GNU_TYPE) \ + --build=$(DEB_BUILD_GNU_TYPE) \ + --prefix=/usr \ + --mandir=\$${prefix}/share/man + $(MAKE) + +clean: + -$(MAKE) distclean + dh_clean + +install: build + dh_testdir + dh_installdirs + $(MAKE) install DESTDIR=$(CURDIR)/debian/exrtools + +binary-indep: install + # We have nothing to do by default. + +binary-arch: install + dh_testdir + dh_testroot +# dh_installdebconf + dh_installdocs +# dh_installexamples +# dh_installmenu +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit + dh_installcron + dh_installman +# dh_installinfo +# dh_undocumented + dh_installchangelogs ChangeLog + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_makeshlibs + dh_installdeb +# dh_perl + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- exrtools-0.4.orig/debian/compat +++ exrtools-0.4/debian/compat @@ -0,0 +1 @@ +4 --- exrtools-0.4.orig/debian/control +++ exrtools-0.4/debian/control @@ -0,0 +1,23 @@ +Source: exrtools +Section: graphics +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Billy Biggs +Build-Depends: debhelper (>= 4.0.0), libopenexr-dev, zlib1g-dev, libpng-dev, libjpeg-dev, pkg-config +Standards-Version: 3.6.1 + +Package: exrtools +Architecture: any +Depends: ${shlibs:Depends} +Suggests: cinepaint, openexr, dcraw +Description: A collection of utilities for manipulating OpenEXR images + exrtools is a set of simple command-line utilities for manipulating + with high dynamic range images in OpenEXR format. OpenEXR is a high + dynamic-range (HDR) image file format developed by Industrial Light & + Magic for use in computer imaging applications. + . + exrtools was developed to help experiment with batch processing of HDR + images for tone mapping. Each application is small and reasonably + self-contained such that the source code may be of most value to others. + . + You can find more information at http://scanline.ca/exrtools/ --- exrtools-0.4.orig/debian/dirs +++ exrtools-0.4/debian/dirs @@ -0,0 +1 @@ +usr/bin --- exrtools-0.4.orig/debian/copyright +++ exrtools-0.4/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Billy Biggs . + +It was downloaded from http://scanline.ca/exrtools/ + +Upstream Author: Billy Biggs + +Upstream Copyright: + + Copyright (C) 2003 Billy Biggs . + + 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. + --- exrtools-0.4.orig/debian/docs +++ exrtools-0.4/debian/docs @@ -0,0 +1 @@ +README