Hello Andreas,

Thank you for the updates to the package.  I was stalled because of a bug in 
BLT [1] and while there seemed to be a fix for Ubuntu [2], I'm not sure how to 
get that fix down into the Debian package. I haven't looked at the status of 
things in awhile, but I have the next couple of months free for coding work so 
I'm going to make a push to get this package finished.

thanks
Scott

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524149
[2] https://bugs.launchpad.net/ubuntu/+source/blt/+bug/359857


On Jan 12, 2012, at 3:38 PM, Andreas Tille wrote:

> Hi Scott,
> 
> your last commit to libswarm is dated 2010-04-25 19:00:55 +0200.
> Thorsten and me did some polishing to your initial packaging.  Could
> you please clarify your intentions with this package and whether you
> are interested in it any more before we do spend more time into it?
> 
> Kind regards
> 
>        Andreas.
> 
> ----- Forwarded message from Andreas Tille <ti...@alioth.debian.org> -----
> 
> Date: Thu, 12 Jan 2012 21:32:44 +0000
> From: Andreas Tille <ti...@alioth.debian.org>
> To: debian-med-com...@lists.alioth.debian.org
> Subject: r9269 - trunk/packages/swarm/trunk/debian
> X-Spam_score: -2.8
> 
> 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 <ti...@debian.org>  Mon, 09 Jan 2012 21:53:34 +0100
> + -- Andreas Tille <ti...@debian.org>  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 <schrist...@mac.com>,
>  Andreas Tille <ti...@debian.org>,
>  Charles Plessy <ple...@debian.org>
> -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
> debian-med-com...@lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
> 
> 
> ----- End forwarded message -----
> 
> -- 
> http://fam-tille.de




-- 
To UNSUBSCRIBE, email to debian-wnpp-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5744bc25-27b5-4efa-a3d9-73dcf0e1f...@mac.com

Reply via email to