--- cl-photo-0.14.orig/debian/changelog +++ cl-photo-0.14/debian/changelog @@ -0,0 +1,128 @@ +cl-photo (0.14-4.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: Add build-{arch,indep} (Closes: #999012). + + -- Marcos Talau Tue, 01 Nov 2022 23:41:10 -0300 + +cl-photo (0.14-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * No-change rebuild to remove dependency on common-lisp-controller. + + -- Sébastien Villemot Wed, 18 Sep 2019 12:29:19 +0200 + +cl-photo (0.14-4) unstable; urgency=low + + * Add doc-basse file + + -- Kevin M. Rosenberg Mon, 16 Nov 2009 18:42:15 -0700 + +cl-photo (0.14-3) unstable; urgency=low + + * Convert to dh-lisp + * control: Add Vcs-Browser field + + -- Kevin M. Rosenberg Mon, 03 Aug 2009 10:56:03 -0600 + +cl-photo (0.14-2) unstable; urgency=low + + * debian/watch: New file + * debian/control: Require debhelper 7. Change to new lisp section. + Add Vcs-Git and Homepage fields. + * debian/compat: Update to version 7 + * debian/rules: Update for debhelper 7, architecture-independent build + * debian/{prerm,postrm}: Remove path from binary function + + -- Kevin M. Rosenberg Sun, 02 Aug 2009 02:03:20 -0600 + +cl-photo (0.14-1) unstable; urgency=low + + * Set near-point correctly when at or above hyperfocal + + -- Kevin M. Rosenberg Sun, 9 Sep 2007 16:28:58 -0600 + +cl-photo (0.13-1) unstable; urgency=low + + * Check if object distance is beyond hyperfocal distance and report infinity for dof (closes:438197) + + -- Kevin M. Rosenberg Sun, 9 Sep 2007 15:54:51 -0600 + +cl-photo (0.12-1) unstable; urgency=low + + * Add new cameras + + -- Kevin M. Rosenberg Sun, 9 Sep 2007 13:31:20 -0600 + +cl-photo (0.11-2) unstable; urgency=low + + * Add cl-kmrcl dependency (closes:438195) + + -- Kevin M. Rosenberg Tue, 28 Aug 2007 08:32:39 -0600 + +cl-photo (0.11-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 3 Jan 2007 19:57:20 -0700 + +cl-photo (0.10-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 11 May 2005 10:42:32 -0600 + +cl-photo (0.9-1) unstable; urgency=low + + * Add extension-tube and print-magnification + + -- Kevin M. Rosenberg Tue, 10 May 2005 16:10:26 -0600 + +cl-photo (0.8-1) unstable; urgency=high + + * bug fixes required for sarge + * New upstream + + -- Kevin M. Rosenberg Tue, 3 May 2005 17:35:29 -0600 + +cl-photo (0.7-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Wed, 27 Apr 2005 09:58:09 -0600 + +cl-photo (0.6-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Tue, 26 Apr 2005 19:42:28 -0600 + +cl-photo (0.5-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Sat, 23 Apr 2005 06:10:04 -0600 + +cl-photo (0.4-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Fri, 22 Apr 2005 23:47:38 -0600 + +cl-photo (0.3-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 21 Apr 2005 09:35:32 -0600 + +cl-photo (0.2-1) unstable; urgency=low + + * New upstream. Add documentation. + + -- Kevin M. Rosenberg Tue, 19 Apr 2005 16:00:44 -0600 + +cl-photo (0.1-1) unstable; urgency=low + + * Initial upload + + -- Kevin M. Rosenberg Tue, 19 Apr 2005 03:34:27 -0600 --- cl-photo-0.14.orig/debian/cl-photo.debhelper.log +++ cl-photo-0.14/debian/cl-photo.debhelper.log @@ -0,0 +1,17 @@ +dh_prep +dh_prep +dh_prep +dh_prep +dh_installdirs +dh_install +dh_install +dh_installdocs +dh_installchangelogs +dh_lisp +dh_compress +dh_fixperms +dh_installdeb +dh_gencontrol +dh_md5sums +dh_builddeb +dh_prep --- cl-photo-0.14.orig/debian/cl-photo.doc-base +++ cl-photo-0.14/debian/cl-photo.doc-base @@ -0,0 +1,10 @@ +Document: cl-photo +Title: CL-Photo +Author: Kevin Rosenberg +Abstract: This manual describes the use of the CL-Photo Common Lisp + Library to optical and photographic computations. +Section: Programming/Lisp + +Format: HTML +Index: /usr/share/doc/cl-photo/readme.html +Files: /usr/share/doc/cl-photo/readme.html --- cl-photo-0.14.orig/debian/compat +++ cl-photo-0.14/debian/compat @@ -0,0 +1 @@ +7 --- cl-photo-0.14.orig/debian/control +++ cl-photo-0.14/debian/control @@ -0,0 +1,18 @@ +Source: cl-photo +Section: lisp +Priority: optional +Maintainer: Kevin M. Rosenberg +Build-Depends-Indep: dh-lisp +Build-Depends: debhelper (>> 7.0.0) +Standards-Version: 3.8.3.0 +Homepage: http://files.b9.com/cl-photo/ +Vcs-Git: git://git.b9.com/cl-photo.git +Vcs-Browser: http://git.b9.com/?p=cl-photo.git + +Package: cl-photo +Architecture: all +Depends: ${misc:Depends}, cl-kmrcl +Description: photographic calculator in Common Lisp + cl-photo provides multiple photographic formulas for to assist + with taking photographs. A significant camera database is included. + Field of view and depth of field are well supported. --- cl-photo-0.14.orig/debian/copyright +++ cl-photo-0.14/debian/copyright @@ -0,0 +1,20 @@ +Debian Copyright Section +======================== +Upstream Source URL: http://files.b9.com/cl-photo/ +Upstream Author: Kevin M. Rosenberg +Debian Maintainer: Kevin M. Rosenberg + + +Upstream Copyright Statement +============================ + +cl-photo is written and Copyright (c) 2005 by Kevin M. Rosenberg. + +cl-photo users are granted the rights to distribute and use this software +as governed by the terms of the GNU General Public License v2 +preamble as the "LIBRARY." The GPL is stored on a Debian system +in the file /usr/share/common-licenses/GPL. + +cl-photo 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. --- cl-photo-0.14.orig/debian/rules +++ cl-photo-0.14/debian/rules @@ -0,0 +1,46 @@ +#!/usr/bin/make -f + +pkg := cl-photo +debpkg := cl-photo + +clc-source := usr/share/common-lisp/source +clc-systems := usr/share/common-lisp/systems +clc-files := $(clc-source)/$(pkg) +doc-dir := usr/share/doc/$(debpkg) + +build: + +clean: + dh_testdir + dh_testroot + dh_prep + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install cl-photo.asd $(clc-files) + dh_install *.lisp $(clc-files) + +binary-indep: install + dh_testdir + dh_testroot + dh_installdocs doc/readme.html + dh_installchangelogs + dh_lisp + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary-arch: + +binary: binary-indep + +build-arch: build +build-indep: build + +.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install --- cl-photo-0.14.orig/debian/watch +++ cl-photo-0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://files.b9.com/cl-photo/cl-photo-([\d\.]*)\.tar\.gz