--- fyre-1.0.1.orig/debian/fyre.1 +++ fyre-1.0.1/debian/fyre.1 @@ -0,0 +1,20 @@ +.TH FYRE 1 "Sep 4, 2004" +.SH NAME +fyre \- Interactively renders Peter de Jong maps +.SH SYNOPSIS +.B fyre +[ OPTIONS ] +.SH DESCRIPTION +.B fyre +Fyre provides a rendering of the Peter de Jong map, with an interactive +GTK+ frontend and a command line interface for easy and efficient rendering +of high-resolution, high quality images. +.SH OPTIONS +Please run +.B fyre -h +to get a complete list of options. +.SH AUTHORS +The original program was written by David Trowbridge and Micah Dowty. This +manual page was provided by Christoph Haas for the +Debian GNU/Linux system. + --- fyre-1.0.1.orig/debian/fyre.install +++ fyre-1.0.1/debian/fyre.install @@ -0,0 +1,8 @@ +src/fyre usr/bin +data/*.glade usr/share/fyre +data/icons/24x24/fyre.png usr/share/pixmaps +debian/fyre.desktop usr/share/applications +data/icons/16x16/fyre.png usr/share/icons/hicolor/16x16/apps +data/icons/22x22/fyre.png usr/share/icons/hicolor/22x22/apps +data/icons/24x24/fyre.png usr/share/icons/hicolor/24x24/apps +data/icons/scalable/fyre.svg usr/share/icons/hicolor/scalable/apps --- fyre-1.0.1.orig/debian/watch +++ fyre-1.0.1/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://releases.navi.cx/fyre/fyre-([\d\.]+).tar.gz --- fyre-1.0.1.orig/debian/fyre.manpages +++ fyre-1.0.1/debian/fyre.manpages @@ -0,0 +1,2 @@ +debian/fyre.1 + --- fyre-1.0.1.orig/debian/copyright +++ fyre-1.0.1/debian/copyright @@ -0,0 +1,22 @@ +This package was debianized by Christoph Haas on +Sat, 4 Sep 2004 17:06:29 +0200. + +It was downloaded from http://flapjack.navi.cx/releases/fyre/fyre-1.0.0.tar.gz + +Copyright © 2008 David Trowbridge, Micah Dowty + +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 with +your Debian GNU system, in /usr/share/common-licenses/GPL, or with the +Debian GNU source package as the file COPYING. If not, write to the +Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, +MA 02110-1301, USA. --- fyre-1.0.1.orig/debian/compat +++ fyre-1.0.1/debian/compat @@ -0,0 +1 @@ +4 --- fyre-1.0.1.orig/debian/rules +++ fyre-1.0.1/debian/rules @@ -0,0 +1,60 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +export DH_VERBOSE=1 + +build: build-stamp + +build-stamp: + dh_testdir + ./configure --prefix=/usr --datadir=/usr/share + $(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + dh_clean + + # Clean up manually + # (withouth running ./configure we have no Makefile) + rm -rf src/.deps + find . -type f -name '*.o' -exec rm {} \; + find . -type f -name Makefile -exec rm {} \; + rm -f config.log config.status stamp-h config.h stamp-h1 src/fyre + rm -f autopackage/default.apspec + rm -f debian/fyre.sharedmimeinfo + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installdirs + dh_install + dh_strip + dh_installdocs -X COPYING + dh_installman + # + install data/fyre.xml debian/fyre.sharedmimeinfo + dh_installmime + # + dh_installchangelogs ChangeLog + dh_desktop + dh_shlibdeps + dh_compress + dh_fixperms + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# No architecture-independent packages to build +binary-indep: + +# Create the packages +binary: binary-arch + +.PHONY: build clean binary install configure + --- fyre-1.0.1.orig/debian/control +++ fyre-1.0.1/debian/control @@ -0,0 +1,16 @@ +Source: fyre +Section: graphics +Priority: optional +Maintainer: Christoph Haas +Build-Depends: libglade2-dev (>= 1:2.4), debhelper (>= 4.2.20), libgtk2.0-dev (>= 2.0.0) +Standards-Version: 3.8.0 +Homepage: http://fyre.navi.cx/ + +Package: fyre +Architecture: any +Depends: ${shlibs:Depends} +Description: interactively renders Peter de Jong maps (chaotic functions) + Fyre provides a rendering of the Peter de Jong map, with an interactive + GTK+ frontend and a command line interface for easy and efficient rendering + of high-resolution, high quality images. + --- fyre-1.0.1.orig/debian/fyre.desktop +++ fyre-1.0.1/debian/fyre.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=Fyre +Comment=Render Peter de Jong maps +Comment[de]=Peter de Jong-Grafiken berechnen +TryExec=/usr/bin/fyre +Exec=/usr/bin/fyre +Categories=Application;Graphics;2DGraphics; +Icon=/usr/share/pixmaps/fyre.png + --- fyre-1.0.1.orig/debian/changelog +++ fyre-1.0.1/debian/changelog @@ -0,0 +1,63 @@ +fyre (1.0.1-4) unstable; urgency=low + + * Fixing minor lintian warnings. + + -- Christoph Haas Thu, 18 Sep 2008 23:27:05 +0200 + +fyre (1.0.1-3) unstable; urgency=low + + * Added desktop icons (closes: #494732) + + -- Christoph Haas Fri, 15 Aug 2008 22:44:32 +0200 + +fyre (1.0.1-2) unstable; urgency=low + + * Policy version updated to 3.7.3. + * Added debian/watch file. + + -- Christoph Haas Sat, 09 Feb 2008 14:06:01 +0100 + +fyre (1.0.1-1) unstable; urgency=low + + * New upstream release + * Patch from Sebastian Dröge included to avoid libcairo dependency. + + -- Christoph Haas Sun, 22 Oct 2006 20:33:21 +0200 + +fyre (1.0.0-3) unstable; urgency=low + + * Moved the mime file to /usr/share/mime/packages. (Closes: #310447) + + -- Christoph Haas Wed, 25 May 2005 21:59:19 +0200 + +fyre (1.0.0-2) unstable; urgency=low + + * Fixed the debian/rules script to build the binary target correctly. + (Closes: #306247) + + -- Christoph Haas Mon, 25 Apr 2005 16:26:35 +0100 + +fyre (1.0.0-1) unstable; urgency=low + + * New upstream release. + + -- Christoph Haas Wed, 23 Feb 2005 17:14:18 +0100 + +fyre (0.9-1) unstable; urgency=low + + * New upstream release. + + -- Christoph Haas Tue, 8 Feb 2005 16:47:53 +0100 + +fyre (0.7-1) unstable; urgency=low + + * New upstream release. + + -- Christoph Haas Mon, 17 Jan 2005 23:52:31 +0100 + +fyre (0.6-1) unstable; urgency=low + + * Initial Release (closes: #269997). + + -- Christoph Haas Sat, 4 Sep 2004 17:06:29 +0200 + --- fyre-1.0.1.orig/debian/fyre.dirs +++ fyre-1.0.1/debian/fyre.dirs @@ -0,0 +1,8 @@ +usr/bin +usr/share/fyre +usr/share/pixmaps +usr/share/applications +usr/share/icons/hicolor/16x16/apps +usr/share/icons/hicolor/22x22/apps +usr/share/icons/hicolor/24x24/apps +usr/share/icons/hicolor/scalable/apps --- fyre-1.0.1.orig/debian/fyre.docs +++ fyre-1.0.1/debian/fyre.docs @@ -0,0 +1,3 @@ +README +COPYING +AUTHORS