Author: tille Date: 2012-01-12 21:32:43 +0000 (Thu, 12 Jan 2012) New Revision: 9269
Modified: trunk/packages/swarm/trunk/debian/changelog trunk/packages/swarm/trunk/debian/control trunk/packages/swarm/trunk/debian/rules Log: Fixed Build-Depends, clean target, description Modified: trunk/packages/swarm/trunk/debian/changelog =================================================================== --- trunk/packages/swarm/trunk/debian/changelog 2012-01-12 18:52:47 UTC (rev 9268) +++ trunk/packages/swarm/trunk/debian/changelog 2012-01-12 21:32:43 UTC (rev 9269) @@ -10,9 +10,14 @@ * debian/compat: added with level 8 [ Andreas Tille ] - * debian/source/format: 3.0 (quilt) + * debian/control: + - No need to Build-Depend make + - Builds perfectly fine without having emacs installed + - Fixed content and formatting of package description + * debian/rules: + - Fix clean target - -- Andreas Tille <[email protected]> Mon, 09 Jan 2012 21:53:34 +0100 + -- Andreas Tille <[email protected]> Thu, 12 Jan 2012 22:18:50 +0100 libswarm (2.3.0-1) unstable; urgency=low Modified: trunk/packages/swarm/trunk/debian/control =================================================================== --- trunk/packages/swarm/trunk/debian/control 2012-01-12 18:52:47 UTC (rev 9268) +++ trunk/packages/swarm/trunk/debian/control 2012-01-12 21:32:43 UTC (rev 9269) @@ -6,7 +6,7 @@ Uploaders: Scott Christley <[email protected]>, Andreas Tille <[email protected]>, Charles Plessy <[email protected]> -Build-Depends: debhelper (>= 8), gobjc, gperf, emacs, libhdf5-serial-dev, blt-dev, make, libxpm-dev +Build-Depends: debhelper (>= 8), gobjc, gperf, libhdf5-serial-dev, blt-dev, libxpm-dev Standards-Version: 3.9.2 Homepage: http://www.swarm.org/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/swarm/trunk/ @@ -16,25 +16,27 @@ 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. +Description: agent-based modeling to education, biomedical research and others + 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. + This package contains the development files and documentation for + developing agent-based models using Swarm. Package: libswarm2 Section: libs Architecture: any Depends: ${shlibs:Depends}, ${misc: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. +Description: agent-based modeling to education, biomedical research and others + 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. Modified: trunk/packages/swarm/trunk/debian/rules =================================================================== --- trunk/packages/swarm/trunk/debian/rules 2012-01-12 18:52:47 UTC (rev 9268) +++ trunk/packages/swarm/trunk/debian/rules 2012-01-12 21:32:43 UTC (rev 9269) @@ -7,6 +7,10 @@ %: dh $@ +override_dh_clean: + dh_clean + rm -rf config.log + get-orig-source: mkdir -p ../tarballs uscan --verbose --force-download --destdir ../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
