--- png-definitive-guide-20060430.orig/debian/control +++ png-definitive-guide-20060430/debian/control @@ -0,0 +1,12 @@ +Source: png-definitive-guide +Section: doc +Priority: optional +Maintainer: Ross Burton +Build-Depends: debhelper (>= 4.0.0) +Standards-Version: 3.6.1 + +Package: png-definitive-guide +Architecture: all +Recommends: iceweasel | www-browser +Description: PNG: The Definitive Guide + A free book about the PNG image format. --- png-definitive-guide-20060430.orig/debian/copyright +++ png-definitive-guide-20060430/debian/copyright @@ -0,0 +1,21 @@ +This package was debianized by Ross Burton on +Thu, 5 Feb 2004 17:18:25 +0000. + +It was downloaded from http://www.libpng.org/pub/png/pngbook.html + +Upstream Author: Greg Roelofs + +Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved. +Additions specific to the ``Second Edition'' (HTML Version): +Copyright © 2002-2003 Greg Roelofs. All rights reserved. + +"PNG: The Definitive Guide" is licensed under the GNU Free Documentation +License: + + Permission is granted to copy, distribute and/or modify this document under + the terms of the GNU Free Documentation License, Version 1.1 or any later + version published by the Free Software Foundation; with no Invariant + Sections, no Front-Cover Texts, and no Back-Cover Texts. + +On Debian systems, the complete text of the GNU Free Documentation License can +be found in `/usr/share/common-licenses/GFDL'. --- png-definitive-guide-20060430.orig/debian/changelog +++ png-definitive-guide-20060430/debian/changelog @@ -0,0 +1,23 @@ +png-definitive-guide (20060430-1) unstable; urgency=low + + * New upstream release + * debian/watch: added + * Refer to common GFDL + * Fix build-depends + * Update doc-base section + * Change recommends to iceweasel + + -- Ross Burton Wed, 02 Jul 2008 09:19:04 +0100 + +png-definitive-guide (20030726-2) unstable; urgency=low + + * Add Recommends on www-browser (closes: #260131) + + -- Ross Burton Sun, 23 Jan 2005 18:21:34 +0000 + +png-definitive-guide (20030726-1) unstable; urgency=low + + * Initial Release. + + -- Ross Burton Thu, 5 Feb 2004 17:18:25 +0000 + --- png-definitive-guide-20060430.orig/debian/watch +++ png-definitive-guide-20060430/debian/watch @@ -0,0 +1,2 @@ +version=2 +http://www.libpng.org/pub/png/pngbook.html .*/pngbook-(\d+)-html.zip\?download --- png-definitive-guide-20060430.orig/debian/rules +++ png-definitive-guide-20060430/debian/rules @@ -0,0 +1,38 @@ +#! /usr/bin/make -f + +clean: + dh_testdir + dh_testroot + dh_clean + +build: +# Nothing to do + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +# Build architecture-independent files here. +binary-indep: install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples --exclude=LICENSE.txt + dh_install + dh_link + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- png-definitive-guide-20060430.orig/debian/png-definitive-guide.doc-base +++ png-definitive-guide-20060430/debian/png-definitive-guide.doc-base @@ -0,0 +1,9 @@ +Document: png-definitive-guide +Title: PNG: The Definitive Guide +Author: Greg Roelofs +Abstract: Information about the PNG image format +Section: Programming + +Format: HTML +Index: /usr/share/doc/png-definitive-guide/html/index.html +Files: /usr/share/doc/png-definitive-guide/html/*.html --- png-definitive-guide-20060430.orig/debian/compat +++ png-definitive-guide-20060430/debian/compat @@ -0,0 +1 @@ +4 --- png-definitive-guide-20060430.orig/debian/png-definitive-guide.install +++ png-definitive-guide-20060430/debian/png-definitive-guide.install @@ -0,0 +1,3 @@ +*.html usr/share/doc/png-definitive-guide/html +figs usr/share/doc/png-definitive-guide/html/ +images usr/share/doc/png-definitive-guide/html/