r37230 - in /packages/gaul/trunk/debian: ./ Makefile.am Makefile.in README.debian changelog compat control copyright gaul-bin.install gaul-devel.debhelper.log libgaul-dev.install libgaul.install rules watch

aboudreault-guest at users.alioth.debian.org aboudreault-guest at users.alioth.debian.org
Fri Jan 21 14:26:07 UTC 2011


Author: aboudreault-guest
Date: Fri Jan 21 14:25:56 2011
New Revision: 37230

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37230
Log:
Initial commit for gaul package

Added:
    packages/gaul/trunk/debian/
    packages/gaul/trunk/debian/Makefile.am   (with props)
    packages/gaul/trunk/debian/Makefile.in
    packages/gaul/trunk/debian/README.debian   (with props)
    packages/gaul/trunk/debian/changelog   (with props)
    packages/gaul/trunk/debian/compat
    packages/gaul/trunk/debian/control   (with props)
    packages/gaul/trunk/debian/copyright
    packages/gaul/trunk/debian/gaul-bin.install
    packages/gaul/trunk/debian/gaul-devel.debhelper.log
    packages/gaul/trunk/debian/libgaul-dev.install
    packages/gaul/trunk/debian/libgaul.install
    packages/gaul/trunk/debian/rules   (with props)
    packages/gaul/trunk/debian/watch

Added: packages/gaul/trunk/debian/Makefile.am
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/Makefile.am?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/Makefile.am (added)
+++ packages/gaul/trunk/debian/Makefile.am Fri Jan 21 14:25:56 2011
@@ -1,0 +1,41 @@
+## Process this file with automake to produce Makefile.in
+#######################################################################
+# gaul/debian/Makefile.am
+#######################################################################
+#
+# GAUL - Genetic Algorithm Utility Library
+# Copyright ©2000-2003, Stewart Adcock <stewart at linux-domain.com>
+# All rights reserved.
+#
+# The latest version of this program should be available at:
+# http://gaul.sourceforge.net/
+#
+# 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.  Alternatively, if your project
+# is incompatible with the GPL, I will probably agree to requests
+# for permission to use the terms of any other license.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY WHATSOEVER.
+#
+# A full copy of the GNU General Public License should be in the file
+# "COPYING" provided with this distribution; if not, see:
+# http://www.gnu.org/
+#
+#######################################################################
+#
+
+# require automake 1.4
+AUTOMAKE_OPTIONS = 1.4
+
+EXTRA_DIST = changelog \
+	copyright \
+	Makefile.am \
+	manpage.1.ex \
+	rules \
+	watch \
+	control \
+	substvars
+

Propchange: packages/gaul/trunk/debian/Makefile.am
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/gaul/trunk/debian/Makefile.in
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/Makefile.in?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/Makefile.in (added)
+++ packages/gaul/trunk/debian/Makefile.in Fri Jan 21 14:25:56 2011
@@ -1,0 +1,409 @@
+# Makefile.in generated by automake 1.11 from Makefile.am.
+# @configure_input@
+
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
+# Inc.
+# This Makefile.in is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+ at SET_MAKE@
+
+#######################################################################
+# gaul/debian/Makefile.am
+#######################################################################
+#
+# GAUL - Genetic Algorithm Utility Library
+# Copyright ©2000-2003, Stewart Adcock <stewart at linux-domain.com>
+# All rights reserved.
+#
+# The latest version of this program should be available at:
+# http://gaul.sourceforge.net/
+#
+# 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.  Alternatively, if your project
+# is incompatible with the GPL, I will probably agree to requests
+# for permission to use the terms of any other license.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY WHATSOEVER.
+#
+# A full copy of the GNU General Public License should be in the file
+# "COPYING" provided with this distribution; if not, see:
+# http://www.gnu.org/
+#
+#######################################################################
+#
+VPATH = @srcdir@
+pkgdatadir = $(datadir)/@PACKAGE@
+pkgincludedir = $(includedir)/@PACKAGE@
+pkglibdir = $(libdir)/@PACKAGE@
+pkglibexecdir = $(libexecdir)/@PACKAGE@
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
+INSTALL_HEADER = $(INSTALL_DATA)
+transform = $(program_transform_name)
+NORMAL_INSTALL = :
+PRE_INSTALL = :
+POST_INSTALL = :
+NORMAL_UNINSTALL = :
+PRE_UNINSTALL = :
+POST_UNINSTALL = :
+build_triplet = @build@
+host_triplet = @host@
+target_triplet = @target@
+subdir = debian
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+	$(ACLOCAL_M4)
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+CONFIG_HEADER = $(top_builddir)/config.h \
+	$(top_builddir)/util/gaul/gaul_config.h
+CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_VPATH_FILES =
+SOURCES =
+DIST_SOURCES =
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+ACLOCAL = @ACLOCAL@
+AMTAR = @AMTAR@
+AR = @AR@
+AS = @AS@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
+AWK = @AWK@
+CC = @CC@
+CCDEPMODE = @CCDEPMODE@
+CFLAGS = @CFLAGS@
+CPP = @CPP@
+CPPFLAGS = @CPPFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
+DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
+DSYMUTIL = @DSYMUTIL@
+DUMPBIN = @DUMPBIN@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
+EXEEXT = @EXEEXT@
+FGREP = @FGREP@
+GA_BUILD_DATE_STRING = @GA_BUILD_DATE_STRING@
+GA_LT_MINOR_VERSION = @GA_LT_MINOR_VERSION@
+GA_MAJOR_VERSION = @GA_MAJOR_VERSION@
+GA_MINOR_VERSION = @GA_MINOR_VERSION@
+GA_NUM_PROCESSES_ENVVAR_STRING = @GA_NUM_PROCESSES_ENVVAR_STRING@
+GA_PATCH_VERSION = @GA_PATCH_VERSION@
+GA_UNAME_STRING = @GA_UNAME_STRING@
+GA_VERSION = @GA_VERSION@
+GA_VERSION_STRING = @GA_VERSION_STRING@
+GREP = @GREP@
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LD = @LD@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
+LIBTOOL = @LIBTOOL@
+LIPO = @LIPO@
+LN_S = @LN_S@
+LTLIBOBJS = @LTLIBOBJS@
+LT_CURRENT = @LT_CURRENT@
+LT_RELEASE = @LT_RELEASE@
+LT_REVISION = @LT_REVISION@
+MAKEINFO = @MAKEINFO@
+MKDIR_P = @MKDIR_P@
+MPIFLAGS = @MPIFLAGS@
+MPILIBS = @MPILIBS@
+NM = @NM@
+NMEDIT = @NMEDIT@
+OBJDUMP = @OBJDUMP@
+OBJEXT = @OBJEXT@
+OTOOL = @OTOOL@
+OTOOL64 = @OTOOL64@
+PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_URL = @PACKAGE_URL@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
+RANLIB = @RANLIB@
+SED = @SED@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
+VERSION = @VERSION@
+abs_builddir = @abs_builddir@
+abs_srcdir = @abs_srcdir@
+abs_top_builddir = @abs_top_builddir@
+abs_top_srcdir = @abs_top_srcdir@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
+am__include = @am__include@
+am__leading_dot = @am__leading_dot@
+am__quote = @am__quote@
+am__tar = @am__tar@
+am__untar = @am__untar@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+builddir = @builddir@
+datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+htmldir = @htmldir@
+includedir = @includedir@
+infodir = @infodir@
+install_sh = @install_sh@
+libdir = @libdir@
+libexecdir = @libexecdir@
+localedir = @localedir@
+localstatedir = @localstatedir@
+lt_ECHO = @lt_ECHO@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+psdir = @psdir@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+srcdir = @srcdir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@
+target_os = @target_os@
+target_vendor = @target_vendor@
+top_build_prefix = @top_build_prefix@
+top_builddir = @top_builddir@
+top_srcdir = @top_srcdir@
+
+# require automake 1.4
+AUTOMAKE_OPTIONS = 1.4
+EXTRA_DIST = changelog \
+	copyright \
+	Makefile.am \
+	manpage.1.ex \
+	rules \
+	watch \
+	control \
+	substvars
+
+all: all-am
+
+.SUFFIXES:
+$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
+	@for dep in $?; do \
+	  case '$(am__configure_deps)' in \
+	    *$$dep*) \
+	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
+	        && { if test -f $@; then exit 0; else break; fi; }; \
+	      exit 1;; \
+	  esac; \
+	done; \
+	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu debian/Makefile'; \
+	$(am__cd) $(top_srcdir) && \
+	  $(AUTOMAKE) --gnu debian/Makefile
+.PRECIOUS: Makefile
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+	@case '$?' in \
+	  *config.status*) \
+	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
+	  *) \
+	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
+	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+	esac;
+
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+
+$(top_srcdir)/configure:  $(am__configure_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
+	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+$(am__aclocal_m4_deps):
+
+mostlyclean-libtool:
+	-rm -f *.lo
+
+clean-libtool:
+	-rm -rf .libs _libs
+tags: TAGS
+TAGS:
+
+ctags: CTAGS
+CTAGS:
+
+
+distdir: $(DISTFILES)
+	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
+	list='$(DISTFILES)'; \
+	  dist_files=`for file in $$list; do echo $$file; done | \
+	  sed -e "s|^$$srcdirstrip/||;t" \
+	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
+	case $$dist_files in \
+	  */*) $(MKDIR_P) `echo "$$dist_files" | \
+			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
+			   sort -u` ;; \
+	esac; \
+	for file in $$dist_files; do \
+	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
+	  if test -d $$d/$$file; then \
+	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
+	    if test -d "$(distdir)/$$file"; then \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
+	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
+	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
+	    fi; \
+	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
+	  else \
+	    test -f "$(distdir)/$$file" \
+	    || cp -p $$d/$$file "$(distdir)/$$file" \
+	    || exit 1; \
+	  fi; \
+	done
+check-am: all-am
+check: check-am
+all-am: Makefile
+installdirs:
+install: install-am
+install-exec: install-exec-am
+install-data: install-data-am
+uninstall: uninstall-am
+
+install-am: all-am
+	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+
+installcheck: installcheck-am
+install-strip:
+	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
+	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
+	  `test -z '$(STRIP)' || \
+	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
+mostlyclean-generic:
+
+clean-generic:
+
+distclean-generic:
+	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
+	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
+
+maintainer-clean-generic:
+	@echo "This command is intended for maintainers to use"
+	@echo "it deletes files that may require special tools to rebuild."
+clean: clean-am
+
+clean-am: clean-generic clean-libtool mostlyclean-am
+
+distclean: distclean-am
+	-rm -f Makefile
+distclean-am: clean-am distclean-generic
+
+dvi: dvi-am
+
+dvi-am:
+
+html: html-am
+
+html-am:
+
+info: info-am
+
+info-am:
+
+install-data-am:
+
+install-dvi: install-dvi-am
+
+install-dvi-am:
+
+install-exec-am:
+
+install-html: install-html-am
+
+install-html-am:
+
+install-info: install-info-am
+
+install-info-am:
+
+install-man:
+
+install-pdf: install-pdf-am
+
+install-pdf-am:
+
+install-ps: install-ps-am
+
+install-ps-am:
+
+installcheck-am:
+
+maintainer-clean: maintainer-clean-am
+	-rm -f Makefile
+maintainer-clean-am: distclean-am maintainer-clean-generic
+
+mostlyclean: mostlyclean-am
+
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
+
+pdf: pdf-am
+
+pdf-am:
+
+ps: ps-am
+
+ps-am:
+
+uninstall-am:
+
+.MAKE: install-am install-strip
+
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
+	distclean distclean-generic distclean-libtool distdir dvi \
+	dvi-am html html-am info info-am install install-am \
+	install-data install-data-am install-dvi install-dvi-am \
+	install-exec install-exec-am install-html install-html-am \
+	install-info install-info-am install-man install-pdf \
+	install-pdf-am install-ps install-ps-am install-strip \
+	installcheck installcheck-am installdirs maintainer-clean \
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
+
+
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:

Added: packages/gaul/trunk/debian/README.debian
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/README.debian?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/README.debian (added)
+++ packages/gaul/trunk/debian/README.debian Fri Jan 21 14:25:56 2011
@@ -1,0 +1,6 @@
+gaul-devel for Debian
+----------------------
+
+You are refered to http://gaul.sourceforge.net/ for details regarding this package.
+
+Stewart Adcock <gaul at linux-domain.com>, Wed,  4 Jun 2003 09:36:58 -0700

Propchange: packages/gaul/trunk/debian/README.debian
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/gaul/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/changelog?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/changelog (added)
+++ packages/gaul/trunk/debian/changelog Fri Jan 21 14:25:56 2011
@@ -1,0 +1,59 @@
+gaul-devel (0.1850-0-1) unstable; urgency=low
+
+  * Fixed maintainer/uploaders field in debian/control to match the
+    Debian Science Team requirements.
+
+ -- Alan Boudreault <aboudreault at mapgears.com>  Mon, 03 Jan 2011 12:14:09 -0500
+
+gaul-devel (0.1850-0+ppa5) hardy; urgency=low
+
+  * Launchpad build for hardy.
+
+ -- Alan Boudreault <aboudreault at mapgears.com>  Thu, 23 Dec 2010 09:36:11 -0500
+
+gaul-devel (0.1850-0+ppa4) maverick; urgency=low
+
+  * Increased build number because of build problems in Launchpad (no changes)
+
+ -- Daniel Kastl <daniel at georepublic.de>  Thu, 25 Nov 2010 12:22:30 +0900
+
+gaul-devel (0.1850-0+ppa3) lucid; urgency=low
+
+  * Moved README.debian back from original source
+  * Renamed manpage.1.ex
+  * Switch to dpkg-source 3.0 (quilt) format
+
+ -- Daniel Kastl <daniel at georepublic.de>  Wed, 07 Apr 2010 16:29:57 +0900
+
+gaul-devel (0.1850-0+ppa2) lucid; urgency=low
+
+  * Added watch file
+
+ -- Daniel Kastl <daniel at georepublic.de>  Mon, 05 Apr 2010 20:06:47 +0900
+
+gaul-devel (0.1850-0+ppa1) lucid; urgency=low
+
+  * Initial release for Ubuntu PPA based on version 0.1850-0
+  * Removed debian/files
+  * Updated debian/copyright according to standard template format
+  * Updated debian/control to latest Standards-Version: 3.8.4 and added Homepage info
+  * Replaced debian/rules with standard rules file
+  * Added compile flag "--enable-slang=no" to ./configure  
+
+ -- Daniel Kastl <daniel at georepublic.de>  Mon, 05 Apr 2010 19:23:17 +0900
+
+gaul-devel (0.1846-0) unstable; urgency=low
+
+  * Updated release.
+
+ -- Stewart Adcock <stewartadcock at usf-cf-alpha-linux-1.cf.sourceforge.net>  Wed, 27 Aug 2003 17:16:10 -0700
+
+gaul-devel (0.1844-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Stewart Adcock <gaul at linux-domain.com>  Wed,  4 Jun 2003 09:36:58 -0700
+
+Local variables:
+mode: debian-changelog
+End:

Propchange: packages/gaul/trunk/debian/changelog
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/gaul/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/compat?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/compat (added)
+++ packages/gaul/trunk/debian/compat Fri Jan 21 14:25:56 2011
@@ -1,0 +1,1 @@
+7

Added: packages/gaul/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/control?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/control (added)
+++ packages/gaul/trunk/debian/control Fri Jan 21 14:25:56 2011
@@ -1,0 +1,55 @@
+Source: gaul-devel
+Section: science
+Priority: extra
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Kastl <daniel at georepublic.de>, Alan Boudreault <aboudreault at mapgears.com>
+Build-Depends: debhelper (>= 7), autotools-dev
+Standards-Version: 3.8.4
+Homepage: http://gaul.sourceforge.net
+
+Package: libgaul
+Section: libs
+Architecture: any
+Recommends: gaul-bin
+Depends: ${shlibs:Depends},${misc:Depends}
+Description: GAUL: Genetic Algorithm Utility Library
+ The Genetic Algorithm Utility Library (GAUL) is an open source
+ programming library providing genetic algorithms.  Both steady-state
+ and generation based evolution is supported, together with the island
+ model.  GAUL supports the Darwinian, Lamarckian and Baldwininan
+ evolutionary schemes.  Standard mutation, crossover and selection
+ operators are provided, while code hooks additionally allow custom
+ operators.  Several non-evolutionary search heuristics are provided
+ for comparison and local search purposes, including simplex method,
+ hill climbing, simulated annealling and steepest ascent.
+
+Package: libgaul-dev
+Section: libdevel
+Architecture: any
+Depends: libgaul (=${binary:Version}),${misc:Depends}
+Description: GAUL: Genetic Algorithm Utility Library
+ The Genetic Algorithm Utility Library (GAUL) is an open source
+ programming library providing genetic algorithms.  Both steady-state
+ and generation based evolution is supported, together with the island
+ model.  GAUL supports the Darwinian, Lamarckian and Baldwininan
+ evolutionary schemes.  Standard mutation, crossover and selection
+ operators are provided, while code hooks additionally allow custom
+ operators.  Several non-evolutionary search heuristics are provided
+ for comparison and local search purposes, including simplex method,
+ hill climbing, simulated annealling and steepest ascent.
+
+Package: gaul-bin
+Section: science
+Architecture: any
+Depends: ${shlibs:Depends},${misc:Depends}
+Description: GAUL: Genetic Algorithm Utility Library
+ The Genetic Algorithm Utility Library (GAUL) is an open source
+ programming library providing genetic algorithms.  Both steady-state
+ and generation based evolution is supported, together with the island
+ model.  GAUL supports the Darwinian, Lamarckian and Baldwininan
+ evolutionary schemes.  Standard mutation, crossover and selection
+ operators are provided, while code hooks additionally allow custom
+ operators.  Several non-evolutionary search heuristics are provided
+ for comparison and local search purposes, including simplex method,
+ hill climbing, simulated annealling and steepest ascent.
+

Propchange: packages/gaul/trunk/debian/control
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/gaul/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/copyright?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/copyright (added)
+++ packages/gaul/trunk/debian/copyright Fri Jan 21 14:25:56 2011
@@ -1,0 +1,73 @@
+This work was packaged for Debian by:
+
+    Daniel Kastl <daniel at georepublic.de> on Wed, 31 Mar 2010 12:48:41 +0900
+
+It was downloaded from:
+
+    http://gaul.sourceforge.net
+
+Upstream Author(s):
+
+    Stewart Adcock <gaul at linux-domain.com>
+
+Copyright: 2000-2003, Stewart Adcock
+License: GNU GPL-2
+
+Files: util/nn_util.h, util/nn_util.c, util/compatibility.c
+License: BSD
+
+License: GNU GPL-2
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License version 2 as
+   published by the Free Software Foundation.
+
+    This package 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Daniel Kastl <daniel at georepublic.de>
+
+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.
+
+License: BSD
+
+   Redistribution and use in source and binary forms, with or without
+   modification, are permitted provided that the following conditions are
+   met:
+
+   Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+
+   Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+
+   Neither name of the GPSD project nor the names of its contributors
+   may be used to endorse or promote products derived from this software
+   without specific prior written permission.
+
+   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+   ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+   A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR
+   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
+   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Added: packages/gaul/trunk/debian/gaul-bin.install
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/gaul-bin.install?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/gaul-bin.install (added)
+++ packages/gaul/trunk/debian/gaul-bin.install Fri Jan 21 14:25:56 2011
@@ -1,0 +1,1 @@
+usr/bin/gaul_diagnostics

Added: packages/gaul/trunk/debian/gaul-devel.debhelper.log
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/gaul-devel.debhelper.log?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/gaul-devel.debhelper.log (added)
+++ packages/gaul/trunk/debian/gaul-devel.debhelper.log Fri Jan 21 14:25:56 2011
@@ -1,0 +1,1 @@
+dh_lintian

Added: packages/gaul/trunk/debian/libgaul-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/libgaul-dev.install?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/libgaul-dev.install (added)
+++ packages/gaul/trunk/debian/libgaul-dev.install Fri Jan 21 14:25:56 2011
@@ -1,0 +1,7 @@
+usr/include
+usr/lib/libgaul_util.so
+usr/lib/libgaul_util.a
+usr/lib/libnn_util.so
+usr/lib/libnn_util.a
+usr/lib/libgaul.so
+usr/lib/libgaul.a

Added: packages/gaul/trunk/debian/libgaul.install
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/libgaul.install?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/libgaul.install (added)
+++ packages/gaul/trunk/debian/libgaul.install Fri Jan 21 14:25:56 2011
@@ -1,0 +1,3 @@
+usr/lib/libgaul_util.so.*
+usr/lib/libnn_util.so.*
+usr/lib/libgaul.so.*

Added: packages/gaul/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/rules?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/rules (added)
+++ packages/gaul/trunk/debian/rules Fri Jan 21 14:25:56 2011
@@ -1,0 +1,65 @@
+#!/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
+
+CC = gcc
+CFLAGS = -g -Wall
+
+ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+  CFLAGS += -O2
+endif
+
+#export DH_VERBOSE=1
+
+clean:
+	dh_testdir
+	dh_clean
+	rm -f build
+	#-$(MAKE) -i distclean
+	[ ! -f Makefile ] || $(MAKE) distclean
+
+install: build
+	dh_clean
+	dh_installdirs
+	$(MAKE) prefix=$(CURDIR)/debian/tmp/usr \
+		mandir=$(CURDIR)/debian/tmp/usr/share/man \
+		infodir=$(CURDIR)/debian/tmp/usr/share/info \
+		install
+
+build:
+	#./configure --prefix=/usr
+	./configure --prefix=/usr --enable-slang=no
+	$(MAKE) CC="$(CC)" CFLAGS="$(CFLAGS)"
+	touch build
+
+binary-indep: install
+# There are no architecture-independent files to be uploaded
+# generated by this package.  If there were any they would be
+# made here.
+
+binary-arch: install
+	dh_testdir -a
+	dh_testroot -a
+	dh_install --autodest --list-missing
+	dh_installdocs -a NEWS
+	dh_installchangelogs -a ChangeLog
+	dh_strip -a
+	dh_compress -a
+	dh_fixperms -a
+	dh_makeshlibs
+	dh_installdeb -a
+	dh_shlibdeps -L libgaul -L libnn_util -L libgaul_util -l debian/tmp/usr/lib
+	dh_gencontrol -a
+	dh_md5sums -a
+	dh_builddeb -a
+
+binary: binary-indep binary-arch
+
+.PHONY: binary binary-arch binary-indep clean checkroot

Propchange: packages/gaul/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/gaul/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/gaul/trunk/debian/watch?rev=37230&op=file
==============================================================================
--- packages/gaul/trunk/debian/watch (added)
+++ packages/gaul/trunk/debian/watch Fri Jan 21 14:25:56 2011
@@ -1,0 +1,9 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://sf.net/gaul/gaul-devel-(.*)\.tar\.gz




More information about the debian-science-commits mailing list