debian/0000775000000000000000000000000012026070060007161 5ustar debian/control0000664000000000000000000000252712026067766010615 0ustar Source: photoml Section: graphics Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Brendt Wohlberg Build-Depends: debhelper (>= 7.4.0) Build-Depends-Indep: autotools-dev, libxml2-utils, xsltproc Homepage: http://www.wohlberg.net/public/software/photo/photoml/ Standards-Version: 3.9.3 Package: photoml Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libimage-exiftool-perl, libdate-manip-perl, libxml2-utils, xsltproc, w3c-dtd-xhtml, imageinfo, dcraw, xgrep Description: XML DTD and tools for describing photographic metadata Photo Description Markup Language (PhotoML) is primarily intended to provide an XML format and tools for describing details of photo creation, processing, and content in a collection of photographs. . It is designed to be appropriate for a wide variety of photographic formats, including roll film (such as 35mm and 120/220), sheet film (such as 4x5 and 8x10) and digital images. . The type of information represented, while allowing description of details of content, creation etc. for digital images, does not support some of the more low-level housekeeping details that might be necessary in an application such as an online database of digital images. In particular, PhotoML is not yet another web photo gallery generator. debian/watch0000664000000000000000000000012712026067757010235 0ustar version=3 http://www.wohlberg.net/public/software/photo/photoml/photoml-(.*)\.tar\.gz debian/README.Debian0000664000000000000000000000072412026067757011250 0ustar If you intend editing PhotoML files using (x)emacs, remember to set the SGML_SEARCH_PATH environment variable in your shell configuration file. Assuming this variable is currently not set in your environment, for csh/tcsh use setenv SGML_SEARCH_PATH /usr/share/photoml/dtd or for sh/bash use: SGML_SEARCH_PATH=/usr/share/photoml/dtd; export SGML_SEARCH_PATH Thanks to Cesare Tirabassi for assistance with cleaning up the Ubuntu Debianization of this package. debian/source/0000775000000000000000000000000012026070060010461 5ustar debian/source/format0000664000000000000000000000001412026067757011712 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000215312026067766010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) config.status: configure dh_testdir ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: config.status dh_testdir $(MAKE) touch build-stamp clean: dh_testdir dh_testroot dh_clean rm -f build-stamp [ ! -f Makefile ] || $(MAKE) distclean install: build dh_testdir dh_testroot dh_prep $(MAKE) install DESTDIR=$(CURDIR)/debian/photoml binary-arch: build install binary-indep: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples xml/*.mod xml/*.xml xml/*.html dh_installman dh_compress dh_fixperms dh_perl dh_installdeb dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/compat0000664000000000000000000000000212026067757010402 0ustar 7 debian/docs0000664000000000000000000000000512026067757010052 0ustar NEWS debian/changelog0000664000000000000000000000174712026067766011067 0ustar photoml (0.28-0ubuntu2) quantal; urgency=low * debian/rules: Fix debian-rules-missing-recommended-target. * debian/control: - Fix description-synopsis-starts-with-article. - Bump Standards-Version to 3.9.3. -- Logan Rosen Mon, 17 Sep 2012 18:01:19 -0400 photoml (0.28-0ubuntu1) precise; urgency=low * New upstream release. (LP: #722802) -- Brendt Wohlberg Mon, 21 Feb 2011 13:00:38 -0700 photoml (0.27-0ubuntu1) natty; urgency=low [Brendt Wohlberg] * New upstream release. (LP: #677688) [Bhavani Shankar] * Switch to 3.0 source format -- Brendt Wohlberg Fri, 19 Nov 2010 11:19:27 -0700 photoml (0.26-0ubuntu1) intrepid; urgency=low * New upstream release. (LP: #237810) -- Brendt Wohlberg Wed, 04 Jun 2008 21:29:58 -0600 photoml (0.25-0ubuntu1) hardy; urgency=low * Initial release (LP: #176637). -- Brendt Wohlberg Tue, 15 Jan 2008 21:18:59 -0700 debian/copyright0000664000000000000000000000220312026067757011134 0ustar This is photoml, written/maintained by Brendt Wohlberg The original source can always be found at: http://www.wohlberg.net/public/software/photo/photoml/ File xsl/html/detailed.xsl is Copyright (C) 2002-2005 Oskar Ojala Remainder of the distribution is Copyright (C) 2002-2010 Brendt Wohlberg 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 2 of the License, 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 package; 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 General Public License can be found in `/usr/share/common-licenses/GPL-2'.