debian/0000755000000000000000000000000012220157065007166 5ustar debian/changelog0000644000000000000000000000261512220156653011046 0ustar flam3 (3.0.1-3) unstable; urgency=low * Oprhan the package, set maintainer to Debian QA Group -- Roberto C. Sanchez Mon, 23 Sep 2013 20:30:31 -0400 flam3 (3.0.1-2.1) unstable; urgency=low * Non-maintainer upload. * Build-Depend on libjpeg-dev, not libjpeg62-dev (closes: #641456). -- Julien Cristau Sun, 29 Jan 2012 17:19:43 +0100 flam3 (3.0.1-2) unstable; urgency=low * Update to Standards-Version 3.9.2 (no changes required) * Stop shipping unneeded .la file (Closes: #621313) -- Roberto C. Sanchez Fri, 08 Apr 2011 09:33:29 -0400 flam3 (3.0.1-1) unstable; urgency=low * New upstream release * Section changed from x11 -> graphics to coply with archive override -- Roberto C. Sanchez Fri, 31 Dec 2010 15:45:25 -0500 flam3 (3.0-1) unstable; urgency=low * New upstream release * Update watch file to point to the code.google.com project site * Update to Standards-Version 3.9.1 (no changes required) * Update debian/rules and patches to handle the new src/ directory * Specify source format as 3.0 * Remove unused lintian override -- Roberto C. Sanchez Mon, 11 Oct 2010 17:46:57 -0400 flam3 (2.7.19+svn20090813-1) unstable; urgency=low * Initial release (Closes: #470236) -- Roberto C. Sanchez Mon, 24 Aug 2009 18:51:58 -0400 debian/control0000644000000000000000000000227312220156441010572 0ustar Source: flam3 Section: graphics Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 5), quilt, autotools-dev, autoconf, zlib1g-dev, libpng12-dev, libxml2-dev, libjpeg-dev Standards-Version: 3.9.2 Homepage: http://flam3.com/ Package: flam3 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Replaces: electricsheep (<< 2.7~) Breaks: electricsheep (<< 2.7~) Description: render and animate FLAM3s and manipulate their genomes According to the upstream website: . Fractal Flames are algorithmically generated images and animations. The software was originally written in 1992 and released as open source, aka free software. Since then it has developed a lot. It has been incorporated into many graphics programs and ported to most operating systems. The shape of each image is specified by a long string of numbers - a genetic code of sorts. . You can create your own flames with the Apophysis interactive designer (for windows), Qosmic (for Linux), or Oxidizer (for Mac OS X), or Apophysis-J (cross-platform in Java). Or you can use the Electric Sheep distributed screen saver to join the collective evolution of animated fractal flames. debian/source/0000755000000000000000000000000011547607545010504 5ustar debian/source/format0000644000000000000000000000001411454700614011676 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001711454701311010034 0ustar src/README.txt debian/watch0000644000000000000000000000072611454700076010230 0ustar # This watch file was copied and modified from the ganeti package by Iustin Pop # format version number, currently 3; this line is compulsory! version=3 # new version of download list opts=\ downloadurlmangle=s_code\.google\.com/p/flam3/downloads/_flam3\.googlecode\.com/files/_;\ s/detail\?name=([^&]*).*/$1/,\ filenamemangle=s/detail\?name=([^&]*).*/$1/ \ http://code.google.com/p/flam3/downloads/list \ detail\?name=flam3-(\d+\.\d+[\d.]*)\.tar\.gz(?:&.*)? debian/compat0000644000000000000000000000000211245077303010366 0ustar 5 debian/rules0000755000000000000000000000452711547607517010273 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 include /usr/share/quilt/quilt.make # These are used for cross-compiling and for saving the configure script # from having to guess our platform (since we know it already) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) else CROSS= --build $(DEB_BUILD_GNU_TYPE) endif src/config.status: src/configure $(QUILT_STAMPFN) dh_testdir ifneq "$(wildcard /usr/share/misc/config.sub)" "" cp -f /usr/share/misc/config.sub src/config.sub endif ifneq "$(wildcard /usr/share/misc/config.guess)" "" cp -f /usr/share/misc/config.guess src/config.guess endif cd src && ./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" build: build-stamp build-stamp: src/config.status dh_testdir cd src && $(MAKE) touch $@ clean: clean-patched unpatch clean-patched: $(QUILT_STAMPFN) dh_testdir dh_testroot rm -f build-stamp rm -f debian/*.substvars [ ! -f src/Makefile ] || (cd src && $(MAKE) distclean) rm -f src/config.sub src/config.guess rm -f src/config.status rm -f src/config.log dh_clean install: build dh_testdir dh_testroot dh_clean -k dh_installdirs cd src && $(MAKE) DESTDIR=$(CURDIR)/debian/flam3 install find $(CURDIR)/debian/flam3 -name libflam3.la -delete # Build architecture-independent files here. binary-indep: build install # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs dh_installdocs dh_installexamples # dh_install # dh_installmenu dh_installman dh_link dh_strip dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install debian/dirs0000644000000000000000000000002211454704616010054 0ustar usr/bin usr/share debian/README.source0000644000000000000000000000036311245077303011351 0ustar This package uses quilt to manage all modifications to the upstream source. Changes are stored in the source package as diffs in debian/patches and applied during the build. See /usr/share/doc/quilt/README.source for a detailed explanation. debian/copyright0000644000000000000000000000103011245077303011115 0ustar Upstream-Source: http://electricsheep.org/ Files: * Copyright: (c) 1999-2009, Scott Draves Copyright: (c) 1992-2008, Spotworks LLC License: GPL2+ Files: isaac.c, isaac.h, isaacs.h Copyright: (c) 1996-1998, Bob Jenkins Copyright: (c) 1999, Gary Wong Copyright: (c) 2007, Erik Reckase License: GPL2+ Files: debian/* Copyright: (c) 2009, Roberto C. Sanchez License: GPL2+ It is assumed that all contributors release their packaging works under the same term as the package itself. debian/patches/0000755000000000000000000000000011547607545010633 5ustar debian/patches/series0000644000000000000000000000003111245077303012026 0ustar manpage_whatis_fix.patch debian/patches/manpage_whatis_fix.patch0000644000000000000000000000462611454700440015502 0ustar Fix whatis entries for man pages. --- flam3-2.7.19+svn20090813.orig/src/flam3-animate.man +++ flam3-2.7.19+svn20090813/src/flam3-animate.man @@ -1,9 +1,9 @@ .TH flam3-animate 1 "" "" .SH NAME -flam3-animate -flam3-render -flam3-genome -flam3-convert - render and animate FLAM3s and manipulate their genomes +flam3-animate \- render and animate FLAM3s and manipulate their genomes +flam3-render \- render and animate FLAM3s and manipulate their genomes +flam3-genome \- render and animate FLAM3s and manipulate their genomes +flam3-convert \- render and animate FLAM3s and manipulate their genomes .SH SYNOPSIS .B flam3-render < input --- flam3-2.7.19+svn20090813.orig/src/flam3-convert.man +++ flam3-2.7.19+svn20090813/src/flam3-convert.man @@ -1,9 +1,9 @@ .TH flam3-animate 1 "" "" .SH NAME -flam3-animate -flam3-render -flam3-genome -flam3-convert - render and animate FLAM3s and manipulate their genomes +flam3-animate \- render and animate FLAM3s and manipulate their genomes +flam3-render \- render and animate FLAM3s and manipulate their genomes +flam3-genome \- render and animate FLAM3s and manipulate their genomes +flam3-convert \- render and animate FLAM3s and manipulate their genomes .SH SYNOPSIS .B flam3-render < input --- flam3-2.7.19+svn20090813.orig/src/flam3-genome.man +++ flam3-2.7.19+svn20090813/src/flam3-genome.man @@ -1,9 +1,9 @@ .TH flam3-animate 1 "" "" .SH NAME -flam3-animate -flam3-render -flam3-genome -flam3-convert - render and animate FLAM3s and manipulate their genomes +flam3-animate \- render and animate FLAM3s and manipulate their genomes +flam3-render \- render and animate FLAM3s and manipulate their genomes +flam3-genome \- render and animate FLAM3s and manipulate their genomes +flam3-convert \- render and animate FLAM3s and manipulate their genomes .SH SYNOPSIS .B flam3-render < input --- flam3-2.7.19+svn20090813.orig/src/flam3-render.man +++ flam3-2.7.19+svn20090813/src/flam3-render.man @@ -1,9 +1,9 @@ .TH flam3-animate 1 "" "" .SH NAME -flam3-animate -flam3-render -flam3-genome -flam3-convert - render and animate FLAM3s and manipulate their genomes +flam3-animate \- render and animate FLAM3s and manipulate their genomes +flam3-render \- render and animate FLAM3s and manipulate their genomes +flam3-genome \- render and animate FLAM3s and manipulate their genomes +flam3-convert \- render and animate FLAM3s and manipulate their genomes .SH SYNOPSIS .B flam3-render < input