[med-svn] r4745 - in trunk/packages: . swarm swarm/trunk swarm/trunk/debian
Scott Christley
schristley-guest at alioth.debian.org
Thu Apr 22 22:59:55 UTC 2010
Author: schristley-guest
Date: 2010-04-22 22:59:55 +0000 (Thu, 22 Apr 2010)
New Revision: 4745
Added:
trunk/packages/swarm/
trunk/packages/swarm/trunk/
trunk/packages/swarm/trunk/debian/
trunk/packages/swarm/trunk/debian/changelog
trunk/packages/swarm/trunk/debian/control
trunk/packages/swarm/trunk/debian/watch
Log:
initial files for Swarm
Added: trunk/packages/swarm/trunk/debian/changelog
===================================================================
--- trunk/packages/swarm/trunk/debian/changelog (rev 0)
+++ trunk/packages/swarm/trunk/debian/changelog 2010-04-22 22:59:55 UTC (rev 4745)
@@ -0,0 +1,5 @@
+libswarm (2.3.0-1) UNRELEASED; urgency=low
+
+ * Initial release.
+
+ -- Scott Christley <schristley at mac.com> Fri, 06 Nov 2009 15:42:52 -0800
Added: trunk/packages/swarm/trunk/debian/control
===================================================================
--- trunk/packages/swarm/trunk/debian/control (rev 0)
+++ trunk/packages/swarm/trunk/debian/control 2010-04-22 22:59:55 UTC (rev 4745)
@@ -0,0 +1,40 @@
+Source: swarm
+Section: science
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+DM-Upload-Allowed: yes
+Uploaders: Scott Christley <schristley at mac.com>,
+ Andreas Tille <tille at debian.org>,
+ Charles Plessy <plessy at debian.org>
+Build-Depends: cdbs, debhelper, libgnustep-base-dev (>= 1.16.1), quilt
+Standards-Version: 3.8.3
+Homepage: http://www.swarm.org/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/swarm/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/swarm/trunk/
+
+Package: libswarm-dev
+Section: libdevel
+Architecture: any
+Depends: libswarm2 (= ${binary:Version}), libgnustep-base-dev, ${gnustep:Depends}
+Description: Swarm is a library of object-oriented classes that implements
+ the Swarm conceptual framework for agent-based model (ABMs) and provides many tools
+ for implementing, observing and conducting experiments on ABMs. Users write their
+ own software but (a) follow Swarm's conceptual framework and conventions to design
+ the software, and (b) use the Swarm libraries to do much of the work. The library
+ is written in Objective-C.
+ .
+ This package contains the development files and documentation for developing
+ agent-based models using Swarm.
+
+Package: libswarm2
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${gnustep:Depends}
+Description: Swarm is a library of object-oriented classes that implements
+ the Swarm conceptual framework for agent-based model (ABMs) and provides many tools
+ for implementing, observing and conducting experiments on ABMs. Users write their
+ own software but (a) follow Swarm's conceptual framework and conventions to design
+ the software, and (b) use the Swarm libraries to do much of the work. The library
+ is written in Objective-C.
+ .
+ This package contains the runtime libraries.
Added: trunk/packages/swarm/trunk/debian/watch
===================================================================
--- trunk/packages/swarm/trunk/debian/watch (rev 0)
+++ trunk/packages/swarm/trunk/debian/watch 2010-04-22 22:59:55 UTC (rev 4745)
@@ -0,0 +1,2 @@
+version=3
+http://ftp.swarm.org/pub/swarm/src/swarm/ swarm-(.+)\.tar.gz
More information about the debian-med-commit
mailing list