r35676 - in /packages/animal/trunk: ./ debian/ debian/patches/

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Wed Apr 22 20:40:38 UTC 2009


Author: sylvestre-guest
Date: Wed Apr 22 20:40:38 2009
New Revision: 35676

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35676
Log:
Libanimal imported

Added:
    packages/animal/trunk/
    packages/animal/trunk/debian/
    packages/animal/trunk/debian/animal-config.1
    packages/animal/trunk/debian/animal.watch
    packages/animal/trunk/debian/changelog
    packages/animal/trunk/debian/compat
    packages/animal/trunk/debian/control
    packages/animal/trunk/debian/copyright
    packages/animal/trunk/debian/libanimal-dev.docs
    packages/animal/trunk/debian/libanimal-dev.install
    packages/animal/trunk/debian/libanimal-dev.manpages
    packages/animal/trunk/debian/libanimal0.install
    packages/animal/trunk/debian/patches/
    packages/animal/trunk/debian/patches/distmap.diff
    packages/animal/trunk/debian/rules   (with props)
    packages/animal/trunk/debian/watch

Added: packages/animal/trunk/debian/animal-config.1
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/animal-config.1?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/animal-config.1 (added)
+++ packages/animal/trunk/debian/animal-config.1 Wed Apr 22 20:40:38 2009
@@ -1,0 +1,73 @@
+.ad l
+.nh
+.TH animal-config 1 "17 May 2003" "animal"
+.SH NAME
+animal-config \- get information about the installed version of animal
+.SH SYNOPSIS
+.B animal-config 
+.B [--cflags]
+.B [--cppflags]
+.B [--exec-prefix]
+.B [--ldflags]
+.B [--libs]
+.B [--prefix]
+.B [--version]
+.SH DESCRIPTION
+.B animal-config
+prints the compiler and linker flags required to compile and link programs
+that use the
+.BR animal
+Application Programmer Interface.
+.SH EXAMPLES
+To print the version of the installed distribution of
+.BR animal ,
+use:
+
+.nf
+  animal-config --version
+.fi
+  
+To compile a program that calls the 
+.BR animal
+Application Programmer Interface, use:
+
+.nf
+  cc `animal-config --cflags --cppflags --ldflags --libs` program.c
+.fi
+
+.SH OPTIONS
+.TP
+.B --cflags
+Print the compiler flags that were used to compile 
+.BR libanimal .
+.TP
+.B --cppflags
+Print the preprocessor flags that are needed to find the
+.B animal
+C include files and defines to ensure that the animal data structures
+match between your program and the installed libraries.
+.TP
+.B --exec-prefix
+Print the directory under which target specific binaries and executables
+are installed.
+.TP
+.B --ldflags
+Print the linker flags that are needed to link with the
+.B animal
+library.
+.TP
+.B --libs
+Print the linker flags that are needed to link a program with
+.BR libanimal .
+.TP
+.B --version
+Print the version of the
+.B animal
+distribution to standard output.
+.SH COPYRIGHT
+The license can be found in the file /usr/share/common-licenses/GPL.
+.SH AUTHORS
+This package was debianized by Torsten Werner <twerner at debian.org>.
+The upstream Author is Ricardo Fabbri <rfabbri at if.sc.usp.br>. This
+manual page was adapted from the Magick-config manual page of the
+ImageMagick package.

Added: packages/animal/trunk/debian/animal.watch
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/animal.watch?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/animal.watch (added)
+++ packages/animal/trunk/debian/animal.watch Wed Apr 22 20:40:38 2009
@@ -1,0 +1,2 @@
+version=2
+http://prdownloads.sourceforge.net/animal	/animal/animal-(.*).tar.gz

Added: packages/animal/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/changelog?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/changelog (added)
+++ packages/animal/trunk/debian/changelog Wed Apr 22 20:40:38 2009
@@ -1,0 +1,169 @@
+animal (0.15.2-1) unstable; urgency=low
+
+  * Change of maintainers
+  * Reimport in Debian (for SIP)
+  * libanimal-dbg package added
+  * watch file updated
+
+ -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Wed, 22 Apr 2009 21:55:53 +0200
+
+animal (0.14.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Hard-code MAGICK_LIBS=-lMagick, instead of using the output of
+    Magick-config which is incorrect for GNU/* systems using dynamic
+    linking; and remove MAGICK_LDFLAGS altogether (Closes: #340399).
+  * Add AM_MAINTAINER_MODE to configure.ac as well, to avoid build-time
+    regeneration of autotools files.
+    
+ -- Luk Claes <luk at debian.org>  Tue, 27 Dec 2005 17:35:32 +0100
+
+animal (0.14.3-2) unstable; urgency=low
+
+  * renamed the packages to libanimal-0.14.3-0 and libanimal-dev as suggested
+    by lintian, closes: #341386
+  * changed (Build-)Depends: libmagick9-dev | libmagick6-dev,
+    closes: #340399, #332446, #333254
+
+ -- Torsten Werner <twerner at debian.org>  Sat,  3 Dec 2005 21:06:28 +0100
+
+animal (0.14.3-1) unstable; urgency=low
+
+  * new upstream version
+  * updated debian/watch for the new download site
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 20 Aug 2005 12:57:48 +0200
+
+animal (0.14.0-3) unstable; urgency=low
+
+  * applied patch from Andreas Jochens for gcc-4.0, closes: #285101
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 29 Dec 2004 16:01:01 +0100
+
+animal (0.14.0-2) unstable; urgency=low
+
+  * rebuild with libtiff4-dev installed
+
+ -- Torsten Werner <twerner at debian.org>  Mon,  2 Aug 2004 19:47:29 +0200
+
+animal (0.14.0-1) unstable; urgency=low
+
+  * new upstream
+  * removed lots of old (Build-)Depends
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 11 Jul 2004 21:37:25 +0200
+
+animal (0.11.0-3) unstable; urgency=low
+
+  * updated binary dependency to libmagick6-dev
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 16 May 2004 22:07:44 +0200
+
+animal (0.11.0-2) unstable; urgency=low
+
+  * updated build dependency to libmagick6-dev, closes: #246873, #248221
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 16 May 2004 21:59:02 +0200
+
+animal (0.11.0-1) unstable; urgency=low
+
+  * new upstream
+  * added file debian/animal.watch, thanks to Robert Lemmen, closes: #247186
+  * remove autom4te.cache/ in clean:: target
+
+ -- Torsten Werner <twerner at debian.org>  Wed,  5 May 2004 21:56:00 +0200
+
+animal (0.10.5-3) unstable; urgency=low
+
+  * updated version for Build-Depends on gandalf-dev
+  * fixed dependency on atlas3-dev, lapack3-dev, refblas3-dev
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 22 Mar 2004 00:04:47 +0100
+
+animal (0.10.5-2) unstable; urgency=low
+
+  * fixed (Build-)Depends
+
+ -- Torsten Werner <twerner at debian.org>  Tue,  9 Mar 2004 21:37:02 +0100
+
+animal (0.10.5-1) unstable; urgency=low
+
+  * new upstream
+  * build with atlas3 instead of atlas2, closes #233731
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 28 Feb 2004 15:42:38 +0100
+
+animal (0.10.4-1) unstable; urgency=low
+
+  * new upstream
+  * updated shlibs dependency
+
+ -- Torsten Werner <twerner at debian.org>  Fri,  6 Feb 2004 22:14:32 +0000
+
+animal (0.10.2-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Torsten Werner <twerner at debian.org>  Wed,  4 Feb 2004 20:50:34 +0000
+
+animal (0.8.0-5) unstable; urgency=low
+
+  * made build dependencies arm specific to get it into testing
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 22 Jan 2004 09:06:45 +0000
+
+animal (0.8.0-4) unstable; urgency=low
+
+  * removed build dependancy on automake and libtool
+  * allow compilation with lapack-dev instead of atlas2-base-dev which makes
+    it portable to the arm architecture
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 18 Jan 2004 11:17:54 +0000
+
+animal (0.8.0-3) unstable; urgency=low
+
+  * regenerated autotools files
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 28 Dec 2003 19:56:17 +0100
+
+animal (0.8.0-2) unstable; urgency=low
+
+  * fixeds makeshlibs
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 23 Dec 2003 01:34:36 +0100
+
+animal (0.8.0-1) unstable; urgency=low
+
+  * new upstream
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 22 Dec 2003 20:38:01 +0100
+
+animal (0.7.0-1) unstable; urgency=low
+
+  * new upstream
+  * converted to cdbs
+  * increased Standards-Version to 3.5.10
+  * added some Build-Depends and some Depends for animal-dev
+
+ -- Torsten Werner <twerner at debian.org>  Mon, 20 Oct 2003 23:18:38 +0200
+
+animal (0.5.0-1) unstable; urgency=low
+
+  * new upstream
+  * fixed description
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 28 May 2003 09:10:29 +0200
+
+animal (0.4.5-2) unstable; urgency=low
+
+  * added the animal-config script to the -dev package
+  * adapted the man page of Magick-config for animal-config
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 17 May 2003 19:28:13 +0200
+
+animal (0.4.5-1) unstable; urgency=low
+
+  * Initial Release, closes: #184276
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 19 Mar 2003 21:36:44 +0100
+

Added: packages/animal/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/compat?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/compat (added)
+++ packages/animal/trunk/debian/compat Wed Apr 22 20:40:38 2009
@@ -1,0 +1,1 @@
+4

Added: packages/animal/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/control?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/control (added)
+++ packages/animal/trunk/debian/control Wed Apr 22 20:40:38 2009
@@ -1,0 +1,62 @@
+Source: animal
+Section: libs
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sylvestre Ledru <sylvestre.ledru at inria.fr>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, cdbs, libmagick9-dev
+Standards-Version: 3.8.1
+Homepage: http://sourceforge.net/projects/animal
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/animal/
+Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/animal/
+DM-Upload-Allowed: yes
+
+Package: libanimal-dev
+Section: libdevel
+Architecture: any
+Depends: libanimal0 (= ${Source-Version}), libmagick9-dev
+Description: AN IMAging Library written in C (development files)
+ AnImaL is an imaging and computer vision library written in C.
+ Differently from most other toolkits, it is intended to provide
+ the maximum functionality by making strong usage of similar
+ libraries. It is intended to be a common API to the best free imaging
+ and computer vision libraries already available, such as ImageMagick
+ and Gandalf.  By defining a common API and using external libraries,
+ AnImaL selects the best implementation available in them to implement
+ a particular algorithm. This way AnImaL unites the best from the
+ other libraries it uses.
+ .
+ This package contains the development files needed to compile software to
+ use the libanimal API.
+
+Package: libanimal0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: AN IMAging Library written in C
+ AnImaL is an imaging and computer vision library written in C.
+ Differently from most other toolkits, it is intended to provide
+ the maximum functionality by making strong usage of similar
+ libraries. It is intended to be a common API to the best free imaging
+ and computer vision libraries already available, such as ImageMagick
+ and Gandalf.  By defining a common API and using external libraries,
+ AnImaL selects the best implementation available in them to implement
+ a particular algorithm. This way AnImaL unites the best from the
+ other libraries it uses.
+
+Package: libanimal-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libanimal0 (= ${binary:Version})
+Description: AN IMAging Library written in C
+ AnImaL is an imaging and computer vision library written in C.
+ Differently from most other toolkits, it is intended to provide
+ the maximum functionality by making strong usage of similar
+ libraries. It is intended to be a common API to the best free imaging
+ and computer vision libraries already available, such as ImageMagick
+ and Gandalf.  By defining a common API and using external libraries,
+ AnImaL selects the best implementation available in them to implement
+ a particular algorithm. This way AnImaL unites the best from the
+ other libraries it uses.
+ . 
+ This package contains the debugging symbols of the library.

Added: packages/animal/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/copyright?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/copyright (added)
+++ packages/animal/trunk/debian/copyright Wed Apr 22 20:40:38 2009
@@ -1,0 +1,11 @@
+This package was debianized by Torsten Werner <twerner at debian.org> on
+Fri, 14 Mar 2003 10:59:31 +0100.
+
+It was downloaded from http://sourceforge.net/projects/animal .
+
+The upstream Author is Ricardo Fabbri <rfabbri at if.sc.usp.br> .
+
+Copyright: GPL
+
+The license can be found in the file /usr/share/common-licenses/GPL .
+

Added: packages/animal/trunk/debian/libanimal-dev.docs
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/libanimal-dev.docs?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/libanimal-dev.docs (added)
+++ packages/animal/trunk/debian/libanimal-dev.docs Wed Apr 22 20:40:38 2009
@@ -1,0 +1,2 @@
+README.txt
+TODO.txt

Added: packages/animal/trunk/debian/libanimal-dev.install
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/libanimal-dev.install?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/libanimal-dev.install (added)
+++ packages/animal/trunk/debian/libanimal-dev.install Wed Apr 22 20:40:38 2009
@@ -1,0 +1,6 @@
+debian/tmp/usr/include/*
+debian/tmp/usr/lib/lib*.a
+debian/tmp/usr/lib/lib*.so
+debian/tmp/usr/lib/pkgconfig/*
+debian/tmp/usr/lib/*.la
+debian/tmp/usr/bin/animal-config

Added: packages/animal/trunk/debian/libanimal-dev.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/libanimal-dev.manpages?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/libanimal-dev.manpages (added)
+++ packages/animal/trunk/debian/libanimal-dev.manpages Wed Apr 22 20:40:38 2009
@@ -1,0 +1,2 @@
+debian/animal-config.1
+

Added: packages/animal/trunk/debian/libanimal0.install
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/libanimal0.install?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/libanimal0.install (added)
+++ packages/animal/trunk/debian/libanimal0.install Wed Apr 22 20:40:38 2009
@@ -1,0 +1,1 @@
+debian/tmp/usr/lib/lib*.so.*

Added: packages/animal/trunk/debian/patches/distmap.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/patches/distmap.diff?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/patches/distmap.diff (added)
+++ packages/animal/trunk/debian/patches/distmap.diff Wed Apr 22 20:40:38 2009
@@ -1,0 +1,19 @@
+--- animal-0.15.2.orig/animal/distmaps.c	2009-03-29 06:10:18.000000000 +0200
++++ animal-0.15.2/animal/distmaps.c	2009-04-22 22:03:59.000000000 +0200
+@@ -31,6 +31,7 @@
+ #include "segment.h"
+ #include "queue.h"
+ 
++inline bool edt_meijster_2D_from_1D(ImgPUInt32 *im);
+ 
+ /*----FUNCTION----------------------------------------------------------------
+  * 
+@@ -849,7 +850,7 @@
+    char *fname="edt_meijster2000";
+    int i,r,c;
+    bool stat;
+-   inline bool edt_meijster_2D_from_1D(ImgPUInt32 *im);
++
+    puint32 infty;
+ 
+    assert(im->isbinary);

Added: packages/animal/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/rules?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/rules (added)
+++ packages/animal/trunk/debian/rules Wed Apr 22 20:40:38 2009
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+get-orig-source:
+	uscan --force-download --rename

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

Added: packages/animal/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/animal/trunk/debian/watch?rev=35676&op=file
==============================================================================
--- packages/animal/trunk/debian/watch (added)
+++ packages/animal/trunk/debian/watch Wed Apr 22 20:40:38 2009
@@ -1,0 +1,2 @@
+version=3
+http://sf.net/animal/animal-(\d*)\.(\d*)\.(\d*)\.tar\.gz




More information about the debian-science-commits mailing list