debian/0000755000000000000000000000000011776120755007201 5ustar debian/libevocosm-dev.dirs0000644000000000000000000000013411776120672012776 0ustar usr/lib usr/include usr/share/doc/libevocosm-dev/examples usr/share/doc/libevocosm-dev/html debian/rules0000755000000000000000000000745211776120672010267 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 export DEB_BUILD_HARDENING=1 # 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) CPPFLAGS :=$(shell dpkg-buildflags --get CPPFLAGS) CFLAGS :=$(shell dpkg-buildflags --get CFLAGS) CXXFLAGS :=$(shell dpkg-buildflags --get CXXFLAGS) LDFLAGS :=$(shell dpkg-buildflags --get LDFLAGS) CFLAGS += -Wall -g LDFLAGS += -lm ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 endif ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif # shared library versions, option 1 version=2.0.5 major=2 # option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so #version=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'` #major=`ls src/.libs/lib*.so.* | \ # awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'` configure: configure-stamp configure-stamp: dh_testdir # Add here commands to configure the package. # we need to reconfigure everything because we've change Makefile.am # with a patch dh_autotools-dev_updateconfig ./reconf CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" \ CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" \ ./configure --host=$(DEB_HOST_GNU_TYPE) \ --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr \ --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info touch configure-stamp build: build-arch build-indep build-arch: build-stamp build-indep: build-stamp build-stamp: configure-stamp dh_testdir # Add here commands to compile the package. $(MAKE) touch build-stamp clean: dh_testdir dh_testroot rm -f build-stamp configure-stamp # Add here commands to clean up after the build process. [ ! -f Makefile ] || $(MAKE) distclean dh_autotools-dev_restoreconfig dh_clean install: build dh_testdir dh_testroot dh_prep dh_installdirs # Add here commands to install the package into debian/tmp $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/libevocosm-dev/examples cp -r examples $(CURDIR)/debian/tmp/usr/share/doc/libevocosm-dev mkdir -p $(CURDIR)/debian/tmp/usr/share/doc/libevocosm-dev/html cp -r docs/html/* $(CURDIR)/debian/libevocosm-dev/usr/share/doc/libevocosm-dev/html rm -f $(CURDIR)/debian/temp/usr/bin/runfuncopt rm -f $(CURDIR)/debian/tmp/usr/share/doc/libevocosm-dev/examples/*.o rm -f $(CURDIR)/debian/tmp/usr/share/doc/libevocosm-dev/examples/runfuncopt # Build architecture-independent files here. binary-indep: build install # We have nothing to do by default. # Build architecture-dependent files here. binary-arch: build install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs dh_installexamples # dh_installdebconf dh_installman dh_install dh_link dh_strip dh_compress dh_fixperms # dh_perl # dh_python dh_makeshlibs dh_installdeb rm -f debian/libevocosm-dev/DEBIAN/shlibs install -m644 debian/shlibs debian/libevocosm-4.0-4/DEBIAN/shlibs sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'` dh_shlibdeps -plibevocosm-4.0-4 dh_shlibdeps -plibevocosm-dev dh_gencontrol dh_md5sums dh_builddeb binary: binary-indep binary-arch .PHONY: configure build clean binary-indep binary-arch binary install debian/libevocosm-dev.install0000644000000000000000000000034311776120672013505 0ustar debian/tmp/usr/include/* usr/include debian/tmp/usr/lib/lib*.a usr/lib debian/tmp/usr/lib/lib*.so usr/lib debian/tmp/usr/lib/*.la usr/lib debian/tmp/usr/share/doc/libevocosm-dev/examples/* usr/share/doc/libevocosm-dev/examples debian/patches/0000755000000000000000000000000011776120755010630 5ustar debian/patches/debian-changes0000644000000000000000000002117011776120755013404 0ustar This patch contains all the Debian-specific changes mixed together. The only changes that should be here are changes to the regenerated autoconf files created during the package build process. --- /dev/null +++ libevocosm-4.0.2/docs/libevocosm.doxygen @@ -0,0 +1,175 @@ +# Doxyfile 1.2.13-20020210 + +#--------------------------------------------------------------------------- +# General configuration options +#--------------------------------------------------------------------------- +PROJECT_NAME = libevocosm +PROJECT_NUMBER = +OUTPUT_DIRECTORY = ./ +OUTPUT_LANGUAGE = English +EXTRACT_ALL = NO +EXTRACT_PRIVATE = NO +EXTRACT_STATIC = YES +EXTRACT_LOCAL_CLASSES = YES +HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_CLASSES = NO +BRIEF_MEMBER_DESC = YES +REPEAT_BRIEF = NO +ALWAYS_DETAILED_SEC = NO +INLINE_INHERITED_MEMB = NO +FULL_PATH_NAMES = NO +STRIP_FROM_PATH = +INTERNAL_DOCS = NO +STRIP_CODE_COMMENTS = YES +CASE_SENSE_NAMES = YES +SHORT_NAMES = YES +HIDE_SCOPE_NAMES = NO +VERBATIM_HEADERS = YES +SHOW_INCLUDE_FILES = YES +JAVADOC_AUTOBRIEF = NO +INHERIT_DOCS = YES +INLINE_INFO = YES +SORT_MEMBER_DOCS = YES +DISTRIBUTE_GROUP_DOC = NO +TAB_SIZE = 4 +GENERATE_TODOLIST = YES +GENERATE_TESTLIST = YES +GENERATE_BUGLIST = YES +ALIASES = +ENABLED_SECTIONS = +MAX_INITIALIZER_LINES = 30 +OPTIMIZE_OUTPUT_FOR_C = NO +SHOW_USED_FILES = YES +#--------------------------------------------------------------------------- +# configuration options related to warning and progress messages +#--------------------------------------------------------------------------- +QUIET = NO +WARNINGS = YES +WARN_IF_UNDOCUMENTED = YES +WARN_FORMAT = +WARN_LOGFILE = +#--------------------------------------------------------------------------- +# configuration options related to the input files +#--------------------------------------------------------------------------- +INPUT = ../libevocosm +FILE_PATTERNS = *.h +RECURSIVE = NO +EXCLUDE = +EXCLUDE_SYMLINKS = NO +EXCLUDE_PATTERNS = +EXAMPLE_PATH = +EXAMPLE_PATTERNS = +EXAMPLE_RECURSIVE = NO +IMAGE_PATH = +INPUT_FILTER = +FILTER_SOURCE_FILES = NO +#--------------------------------------------------------------------------- +# configuration options related to source browsing +#--------------------------------------------------------------------------- +SOURCE_BROWSER = NO +INLINE_SOURCES = NO +REFERENCED_BY_RELATION = YES +REFERENCES_RELATION = YES +#--------------------------------------------------------------------------- +# configuration options related to the alphabetical class index +#--------------------------------------------------------------------------- +ALPHABETICAL_INDEX = YES +COLS_IN_ALPHA_INDEX = 5 +IGNORE_PREFIX = +#--------------------------------------------------------------------------- +# configuration options related to the HTML output +#--------------------------------------------------------------------------- +GENERATE_HTML = YES +HTML_OUTPUT = html +HTML_FILE_EXTENSION = .html +HTML_HEADER = libevocosm_head.html +HTML_FOOTER = libevocosm_foot.html +HTML_STYLESHEET = +HTML_ALIGN_MEMBERS = NO +GENERATE_HTMLHELP = NO +GENERATE_CHI = NO +BINARY_TOC = NO +TOC_EXPAND = YES +DISABLE_INDEX = YES +ENUM_VALUES_PER_LINE = 4 +GENERATE_TREEVIEW = NO +TREEVIEW_WIDTH = 250 +#--------------------------------------------------------------------------- +# configuration options related to the LaTeX output +#--------------------------------------------------------------------------- +GENERATE_LATEX = NO +LATEX_OUTPUT = +COMPACT_LATEX = NO +PAPER_TYPE = a4wide +EXTRA_PACKAGES = +LATEX_HEADER = +PDF_HYPERLINKS = YES +USE_PDFLATEX = YES +LATEX_BATCHMODE = NO +#--------------------------------------------------------------------------- +# configuration options related to the RTF output +#--------------------------------------------------------------------------- +GENERATE_RTF = NO +RTF_OUTPUT = +COMPACT_RTF = NO +RTF_HYPERLINKS = NO +RTF_STYLESHEET_FILE = +RTF_EXTENSIONS_FILE = +#--------------------------------------------------------------------------- +# configuration options related to the man page output +#--------------------------------------------------------------------------- +GENERATE_MAN = NO +MAN_OUTPUT = +MAN_EXTENSION = +MAN_LINKS = NO +#--------------------------------------------------------------------------- +# configuration options related to the XML output +#--------------------------------------------------------------------------- +GENERATE_XML = NO +#--------------------------------------------------------------------------- +# configuration options for the AutoGen Definitions output +#--------------------------------------------------------------------------- +GENERATE_AUTOGEN_DEF = NO +#--------------------------------------------------------------------------- +# Configuration options related to the preprocessor +#--------------------------------------------------------------------------- +ENABLE_PREPROCESSING = YES +MACRO_EXPANSION = NO +EXPAND_ONLY_PREDEF = NO +SEARCH_INCLUDES = YES +INCLUDE_PATH = +INCLUDE_FILE_PATTERNS = +PREDEFINED = +EXPAND_AS_DEFINED = +SKIP_FUNCTION_MACROS = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to external references +#--------------------------------------------------------------------------- +TAGFILES = +GENERATE_TAGFILE = +ALLEXTERNALS = NO +EXTERNAL_GROUPS = YES +PERL_PATH = +#--------------------------------------------------------------------------- +# Configuration options related to the dot tool +#--------------------------------------------------------------------------- +CLASS_DIAGRAMS = YES +HAVE_DOT = NO +CLASS_GRAPH = YES +COLLABORATION_GRAPH = YES +TEMPLATE_RELATIONS = YES +HIDE_UNDOC_RELATIONS = YES +INCLUDE_GRAPH = YES +INCLUDED_BY_GRAPH = YES +GRAPHICAL_HIERARCHY = YES +DOT_IMAGE_FORMAT = gif +DOT_PATH = +DOTFILE_DIRS = +MAX_DOT_GRAPH_WIDTH = 1024 +MAX_DOT_GRAPH_HEIGHT = 1024 +GENERATE_LEGEND = YES +DOT_CLEANUP = YES +#--------------------------------------------------------------------------- +# Configuration::addtions related to the search engine +#--------------------------------------------------------------------------- +SEARCHENGINE = NO --- /dev/null +++ libevocosm-4.0.2/docs/libevocosm_foot.html @@ -0,0 +1,8 @@ +
+

+© 1996-2005 Scott Robert Ladd. All rights reserved.
+HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool. +
+

+ + --- /dev/null +++ libevocosm-4.0.2/docs/Makefile.am @@ -0,0 +1,13 @@ +EXTRA_DIST = libevocosm.doxygen libevocosm_foot.html libevocosm_head.html + +CLEANFILES = html/* + +htmldir = $(datadir)/doc/$(GENERIC_LIBRARY_NAME)/api + +html_DATA = html/index.html + +html/index.html: libevocosm.doxygen + doxygen libevocosm.doxygen + +install-data-hook: + cp -dR html/* $(DESTDIR)$(htmldir) --- /dev/null +++ libevocosm-4.0.2/docs/libevocosm_head.html @@ -0,0 +1,14 @@ + + +Evocosm + + +

+Evocosm - A C++ Framework for Evolutionary Computing +

+

Main Index

+

+Created by Scott Robert Ladd at +Coyote Gulch Productions. +

+
debian/patches/as-needed.patch0000644000000000000000000000105411776120672013474 0ustar Index: libevocosm.git/libevocosm/Makefile.am =================================================================== --- libevocosm.git.orig/libevocosm/Makefile.am 2011-11-28 19:41:12.000000000 -0700 +++ libevocosm.git/libevocosm/Makefile.am 2012-07-07 14:44:38.000000000 -0600 @@ -16,6 +16,7 @@ libevocosm_la_SOURCES = $(h_sources) $(cpp_sources) libevocosm_la_LDFLAGS= -version-info $(GENERIC_LIBRARY_VERSION) -release $(GENERIC_RELEASE) +LIBS = -lbrahe library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME) library_include_HEADERS = $(h_sources) debian/patches/fix-ftbfs-gcc4.7.diff0000644000000000000000000000060511776120672014334 0ustar Index: libevocosm-4.0.2/libevocosm/evocosm.h =================================================================== --- libevocosm-4.0.2.orig/libevocosm/evocosm.h 2011-07-24 01:30:42.000000000 +0000 +++ libevocosm-4.0.2/libevocosm/evocosm.h 2012-04-17 05:34:29.707991602 +0000 @@ -61,6 +61,8 @@ #include #endif +#include + // Standard C++ library #include debian/patches/vector.patch0000644000000000000000000000612711776120672013157 0ustar Index: libevocosm-4.0.2/libevocosm/listener.h =================================================================== --- libevocosm-4.0.2.orig/libevocosm/listener.h 2012-02-03 22:24:51.263280868 +0100 +++ libevocosm-4.0.2/libevocosm/listener.h 2012-02-03 22:27:17.191284912 +0100 @@ -57,6 +57,7 @@ #include #include #include +#include // Windows #if defined(_MSC_VER) @@ -85,7 +86,7 @@ \param a_population Population before this generation's evolution \param a_iteration One-based number of the generation begun */ - virtual void ping_generation_begin(const vector & a_population, size_t a_iteration) = 0; + virtual void ping_generation_begin(const std::vector & a_population, size_t a_iteration) = 0; //! Ping that a generation ends /*! @@ -93,7 +94,7 @@ \param a_population Population for which processing has ended \param a_iteration One-based number of the generation ended */ - virtual void ping_generation_end(const vector & a_population, size_t a_iteration) = 0; + virtual void ping_generation_end(const std::vector & a_population, size_t a_iteration) = 0; //! Ping that a test run begins /*! @@ -135,7 +136,7 @@ Invoked when an evocosm finishes all processing. This way God can rest on the seventh day. */ - virtual void run_complete(const vector & a_population) = 0; + virtual void run_complete(const std::vector & a_population) = 0; }; //! An listener implementation that ignores all events @@ -152,7 +153,7 @@ \param a_population Population before this generation's evolution \param a_iteration One-based number of the generation begun */ - virtual void ping_generation_begin(const vector & a_population, size_t a_iteration) + virtual void ping_generation_begin(const std::vector & a_population, size_t a_iteration) { // do nothing } @@ -163,7 +164,7 @@ \param a_population population for which processing has ended \param a_iteration One-based number of the generation ended */ - virtual void ping_generation_end(const vector & a_population, size_t a_iteration) + virtual void ping_generation_end(const std::vector & a_population, size_t a_iteration) { // do nothing } @@ -220,7 +221,7 @@ Invoked when an evocosm finishes all processing. This way God can rest on the seventh day. */ - virtual void run_complete(const vector & a_population) + virtual void run_complete(const std::vector & a_population) { // do nothing } debian/patches/doxygen-docs.patch0000644000000000000000000000237111776120672014255 0ustar Index: libevocosm.git/Makefile.am =================================================================== --- libevocosm.git.orig/Makefile.am 2011-11-28 20:27:40.000000000 -0700 +++ libevocosm.git/Makefile.am 2011-11-28 20:42:09.000000000 -0700 @@ -1,13 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 -if HAVE_DOXYGEN DOC_DIR = docs -else -DOC_DIR = -endif -#SUBDIRS = libevocosm examples/function_optimization examples/prisoners_dilemma $(DOC_DIR) -SUBDIRS = libevocosm examples/function_optimization examples/prisoners_dilemma +SUBDIRS = libevocosm examples/function_optimization examples/prisoners_dilemma $(DOC_DIR) EXTRA_DIST = LicenseOpenSource.txt LicenseClosedSource.txt reconf cleanup Index: libevocosm.git/configure.ac =================================================================== --- libevocosm.git.orig/configure.ac 2011-11-28 19:41:12.000000000 -0700 +++ libevocosm.git/configure.ac 2011-11-28 20:42:38.000000000 -0700 @@ -53,4 +53,4 @@ AM_CONDITIONAL(HAVE_DOXYGEN, "false") fi -AC_OUTPUT(Makefile libevocosm.pc libevocosm/Makefile examples/function_optimization/Makefile examples/prisoners_dilemma/Makefile) +AC_OUTPUT(Makefile libevocosm.pc libevocosm/Makefile examples/function_optimization/Makefile examples/prisoners_dilemma/Makefile docs/Makefile) debian/patches/series0000644000000000000000000000012511776120755012043 0ustar doxygen-docs.patch fix-ftbfs-gcc4.7.diff vector.patch as-needed.patch debian-changes debian/libevocosm-4.0-4.dirs0000644000000000000000000000001011776120672012653 0ustar usr/lib debian/control0000644000000000000000000000212611776120672010603 0ustar Source: libevocosm Section: libs Priority: optional Maintainer: Al Stone Build-Depends: debhelper (>= 8.0.0), libcoyotl-dev, libpng-dev, doxygen, libbrahe-dev, autoconf, automake, libtool, autotools-dev (>= 20100122.1), hardening-wrapper Standards-Version: 3.9.3 Package: libevocosm-dev Section: libdevel Architecture: any Depends: libevocosm-4.0-4 (= ${binary:Version}), ${misc:Depends}, libbrahe-dev Description: C++ framework for developing evolutionary algorithms This library provides a framework for programming a wide variety of evolutionary algorithms, ranging from genetic algorithms to agent simulations. Evocosm is the foundation for Acovea . This package contains the files needed to develop code using libevocosm. Package: libevocosm-4.0-4 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: C++ framework for developing evolutionary algorithms This library provides a framework for programming a wide variety of evolutionary algorithms, ranging from genetic algorithms to agent simulations. Evocosm is the foundation for Acovea debian/shlibs0000644000000000000000000000004211776120672010402 0ustar libevocosm-4.0 4 libevocosm-4.0-4 debian/source/0000755000000000000000000000000011776120672010477 5ustar debian/source/patch-header0000644000000000000000000000030211776120672012742 0ustar This patch contains all the Debian-specific changes mixed together. The only changes that should be here are changes to the regenerated autoconf files created during the package build process. debian/source/format0000644000000000000000000000001411776120672011705 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000007011776120672010047 0ustar ChangeLog LicenseClosedSource.txt LicenseOpenSource.txt debian/dirs0000644000000000000000000000002611776120672010061 0ustar usr/lib usr/share/doc debian/libevocosm-4.0-4.install0000644000000000000000000000007211776120672013370 0ustar debian/tmp/usr/lib/lib*.so.* usr/lib debian/shlibs DEBIAN debian/compat0000644000000000000000000000000211776120672010375 0ustar 8 debian/changelog0000644000000000000000000000746511776120672011065 0ustar libevocosm (4.0.2-3) unstable; urgency=low * Acknowledgement for the NMU. Changes incorporated into package. * Updated Standards-Version * Fixes for hardening during build (lintian errors) * Closes: Bug#662397 -- depend on libpng-dev, not libpng12-dev * Closes: Bug#678681 -- no longer FTBFS with --as-needed linker option -- Al Stone Sat, 07 Jul 2012 14:18:47 -0600 libevocosm (4.0.2-2.1) unstable; urgency=low * Non-maintainer upload. * Fix "FTBFS: dpkg-source: error: aborting due to unexpected upstream changes": handle config.{guess,sub} with autotools-dev helpers. (Closes: #661500) * Fix "-dev library is broken": add patch vector.patch from Vincent Legout. (Closes: #658577) * Fix "ftbfs with GCC-4.7": add patch fix-ftbfs-gcc4.7.diff from Matthias Klose (missing include). (Closes: #667244) * debian/rules: fix -stamp filename. -- gregor herrmann Mon, 14 May 2012 18:39:25 +0200 libevocosm (4.0.2-2) unstable; urgency=low * Acknowledgment for the NMU. Incorporated changes into package. -- Al Stone Fri, 27 Jan 2012 17:08:16 -0700 libevocosm (4.0.2-1.1) unstable; urgency=low * Non-maintainer upload. * Add build-dependencies on autoconf, automake, libtool. (Closes: #650531) * libevocosm-dev: Add dependency on libbrahe-dev. (Closes: #652151) -- Ansgar Burchardt Fri, 23 Dec 2011 14:43:18 +0100 libevocosm (4.0.2-1) unstable; urgency=low * New upstream. * Remove debian/* that should not have been included. * Convert to source format 3.0 (quilt). * Update debhelper compatibility. * Repair entries in *.la files. * Add back in doxygen usage from 3.3.0. * Lintian: add Section field for source. * Lintian: debhelper needs ${misc:Depends} * Lintian: no need for virtual package c++abi2-dev * Lintian: update standards version * Lintian: description should not start with an article ('a', in this case) * Incorporate Ubuntu patch to configure only once. Closes: Bug#641703. * Ubuntu patch also provides for reconf. Closes: Bug#641385. * New upstream no longer has unresolved symbols. Closes: Bug#558884. * Thanks for the NMU (3.1.0-3.1). -- Al Stone Mon, 28 Nov 2011 19:52:08 -0700 libevocosm (3.3.0-1) unstable; urgency=low * Update to latest upstream (3.3.0) * Clean up assorted lintian problems -- Al Stone Sun, 25 Nov 2007 18:13:01 -0700 libevocosm (3.1.0-3.1) unstable; urgency=low * Non-maintainer upload. * Fix GCC 4.3 compatibility, patch by Cyril Brulebois (Closes: #454832) -- Moritz Muehlenhoff Sat, 22 Mar 2008 19:40:20 +0100 libevocosm (3.1.0-3) unstable; urgency=low * Cleaning up shlibs file contents. -- Al Stone Sat, 26 Nov 2005 18:04:16 -0700 libevocosm (3.1.0-2) unstable; urgency=low * Added in proper Conflicts/Replaces statements -- Al Stone Mon, 21 Nov 2005 22:11:53 -0700 libevocosm (3.1.0-1) unstable; urgency=low * New upstream. -- Al Stone Mon, 21 Nov 2005 21:09:10 -0700 libevocosm (3.0.0-1) unstable; urgency=low * Update to new upstream. * Update to latest Debian standards version. * Closes: bug#333975 -- Please undergo C++ 'c2' transition -- Al Stone Mon, 24 Oct 2005 20:48:33 -0600 libevocosm (2.5.2-2) unstable; urgency=low * Closes: bug#283052 -- FTBFS: missing build-depends * Remove unneeded build-depends on build-essential g++ package * Control file had wrong maintainer address in it -- Al Stone Tue, 7 Dec 2004 22:05:40 -0700 libevocosm (2.5.2-1) unstable; urgency=low * Initial Release. * Part of the set of packages that close bug#275425, the RFP/ITP for acovea -- Al Stone Sun, 24 Oct 2004 21:02:39 -0600 debian/copyright0000644000000000000000000000175411776120672011141 0ustar This package was debianized by Al Stone on Sun, 24 Oct 2004 21:02:39 -0600. It was downloaded from http://www.coyotegulch.com/products/acovea/ Copyright: 1992-2004 by Scott Robert Ladd Upstream Author: Scott Robert Ladd 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. 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 the Debian GNU/Linux distribution in file /usr/share/common-licenses/GPL-2; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA