simgrid (3.11.1-9) unstable; urgency=medium

  * add some dependencies to really fix #755047:
    - libsimgrid-dev breaks libsimgrid3.10 and libsimgrid3.11 (<<3.11.1-8)
    - libsimgrid3.11 breaks+replaces libsimgrid3.10
    - This should hint apt about how to solve my mess :-(

 -- Martin Quinson <mquinson@debian.org>  Sat, 13 Dec 2014 22:15:36 +0100

simgrid (3.11.1-8) unstable; urgency=medium

  * d/c: update VCS to not use any deprecated URLs
  * d/c: improve short descriptions
  * d/c: libsimgrid-java suggests java-virtual-machine, captain obvious.
  * Install tesh and graphicator tools as part of the libsimgrid-dev,
    not as part of libsimgrid3.11 to allow the co-installation of
    several library versions (Closes: #755047).
  * d/p/fix-bashism.diff: fix a bashism that mainly appears on Mac OSX
    (Closes: #772329).

 -- Martin Quinson <mquinson@debian.org>  Tue, 09 Dec 2014 01:47:57 +0100

simgrid (3.11.1-7) unstable; urgency=medium

  * Disable LTO on all non-AMD architectures to circumvent a seemingly
    bug in gcc 4.9.
  * Re-enable parallel builds now that LTO issues are (hopefully) fixed.

 -- Martin Quinson <mquinson@debian.org>  Sat, 05 Jul 2014 00:20:25 +0200

simgrid (3.11.1-6) unstable; urgency=medium

  * gcc-ar does not seem to work with LTO on non-amd architectures, so
    kill our static lib and switch back to regular ar, just to see.

 -- Martin Quinson <mquinson@debian.org>  Sun, 29 Jun 2014 23:32:26 +0200

simgrid (3.11.1-5) unstable; urgency=medium

  * d/p/fix-java-multiple-definitions.diff: fix java files being
    declared twice on cmd line: this makes some architectures to fail.
    (patch taken upstream).

 -- Martin Quinson <mquinson@debian.org>  Fri, 27 Jun 2014 11:46:05 +0200

simgrid (3.11.1-4) unstable; urgency=medium

  * d/p/make_doc: diable the generation of pdf documentation as it
    does not add much over the html documentation, but breaks on hurd.
  * Disable again the parallel build to see if it helps gcc to have LTO.

 -- Martin Quinson <mquinson@debian.org>  Thu, 26 Jun 2014 12:04:25 +0200

simgrid (3.11.1-3) unstable; urgency=medium

  * Disable LTO on kfreebsd and sparc, gcc keeps failing because of this.

 -- Martin Quinson <mquinson@debian.org>  Sun, 22 Jun 2014 21:51:55 +0200

simgrid (3.11.1-2) unstable; urgency=medium

  * Drop build-dep on libpcre3-dev, long time no use.
  * Build-depend on texlive-font-utils to have epstopdf.
  * d/p/fix-swig-constness.diff: fix constness issues on kfreebsd and sparc.
    (patch taken upstream)
  * d/p/fix-with-gcc-4.9.diff: use gcc-ar and gcc-ranlib instead of ar
    and ranlib for gcc >=4.9 (patch taken upstream)

 -- Martin Quinson <mquinson@debian.org>  Wed, 18 Jun 2014 20:49:36 +0200

simgrid (3.11.1-1) unstable; urgency=medium

  * New upstream release.
    - Surf is now in C++ (and documented!)
    - Virtual Machine model for Cloud Simulation
    - Surf callbacks: plug your code directly in Surf!
    - Simcalls are script-generated to clean the mess
  * Reactivate parallel builds, that were fixed upstream

 -- Martin Quinson <mquinson@debian.org>  Thu, 05 Jun 2014 04:32:45 +0200

simgrid (3.10-8) unstable; urgency=medium

  * Get libsimgrid-dev depend on libf2c2-dev as smpif.h includes f2c.h
    (Closes: #747171)

 -- Martin Quinson <mquinson@debian.org>  Wed, 07 May 2014 00:13:42 +0200

simgrid (3.10-7) unstable; urgency=medium

  * Only build-dep on valgrind on archs that provide it.

 -- Martin Quinson <mquinson@debian.org>  Tue, 28 Jan 2014 23:36:00 +0100

simgrid (3.10-6) unstable; urgency=low

  * Build-depends on valgrind so that SimGrid programs become
    valgrindable (Closes: #735749).

 -- Martin Quinson <mquinson@debian.org>  Sat, 18 Jan 2014 20:42:39 +0100

simgrid (3.10-5) unstable; urgency=medium

  * Disable parallel builds, as gfortran breaks when building mpich3
    tests in parallel.

 -- Martin Quinson <mquinson@debian.org>  Sat, 11 Jan 2014 22:46:35 +0100

simgrid (3.10-4) unstable; urgency=low

  * Put me as a maintainer and Lucas as an uploader.
  * Get all the new packages conflicting with the old all-in-one
    package (Closes: #734834, #734835).

 -- Martin Quinson <mquinson@debian.org>  Sat, 11 Jan 2014 16:19:55 +0100

simgrid (3.10-2) unstable; urgency=medium

  * Split package in four components: binaries, doc, headers, java.
  * Enable parallel build if the option is set in DEB_BUILD_OPTIONS
  * Rename graphicator to simgrid-graphicator to preserve the namespace
  * d/control: Bump standard version to 3.9.5 (no other change)
  * Upload to unstable now that the package is reasonably clean.

 -- Martin Quinson <mquinson@debian.org>  Sun, 05 Jan 2014 10:12:15 +0100

simgrid (3.10-1) experimental; urgency=low

  * Packaging the final version of the 3.10 release
  * Adapt to the recent versions of cmake:
    - Change -Dprefix into -DCMAKE_INSTALL_PREFIX
    - Don't use -Dcustom_flags but set the environment

 -- Martin Quinson <mquinson@debian.org>  Sun, 24 Nov 2013 15:41:30 +0100

simgrid (3.10~rc2-1) experimental; urgency=low

  * New upstream snapshot, preparing the next 3.10 release.
    - (Hopefully) Fix java building on kfreebsd
    - Adapt to cmake 2.8.12 (Jar dependencies madness)

 -- Martin Quinson <mquinson@debian.org>  Sat, 09 Nov 2013 12:40:00 +0100

simgrid (3.9.90-3) experimental; urgency=low

  * Add gfortran to the build-depends for all SMPI tests (bummer)
  * Add default-jdk to the build-depends for Java (painful)

 -- Martin Quinson <mquinson@debian.org>  Sat, 02 Nov 2013 23:33:03 +0100

simgrid (3.9.90-2) experimental; urgency=low

  * Enable the Java bindings.
  * Enable the full test suite of SMPI features.

 -- Martin Quinson <mquinson@debian.org>  Sat, 02 Nov 2013 20:14:28 +0100

simgrid (3.9.90-1) experimental; urgency=low

  * New upstream snapshot, to prepare the 3.10 release.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 24 Oct 2013 13:31:29 +0200

simgrid (3.9~rc1-1) unstable; urgency=low

  * New upstream release: the "Grasgory" release. Major changes:
    - Gras was completely removed from this version.
    - Documentation reorganization to ease browsing it.
    - New default value for the TCP_gamma parameter: 4MiB

 -- Martin Quinson <mquinson@debian.org>  Thu, 31 Jan 2013 00:24:51 +0100

simgrid (3.8.1-2) unstable; urgency=low

  * upload to unstable, in the hope to get into the next ubuntu
    release. It's too late already for next Debian, but we still can
    make this one.

 -- Martin Quinson <mquinson@debian.org>  Fri, 11 Jan 2013 11:38:30 +0100

simgrid (3.8.1-1) experimental; urgency=low

  * New upstream release.

 -- Lucas Nussbaum <lucas@debian.org>  Fri, 26 Oct 2012 23:11:03 +0200

simgrid (3.7.1-1) unstable; urgency=low

  [ Martin Quinson ]
  * debian/copyright: update FSF address (thanks lintian for noticing)

  [ Lucas Nussbaum ]
  * New upstream release.

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 09 Jun 2012 16:24:44 +0200

simgrid (3.7-2) unstable; urgency=low

  * Add -funwind-tables on arm. Fix FTBFS due to broken backtrace() (See
    #637360).

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 26 May 2012 10:13:37 +0200

simgrid (3.7-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 3.9.3. No changes needed.
  * debian/rules: Enable the SMPI library in the package. Closes: #656102.
  * Build with -O2 on ia64. Closes: #640538.
  * Use dpkg-buildflags to generate CFLAGS and LDFLAGS. Enable hardening.

 -- Lucas Nussbaum <lucas@debian.org>  Thu, 24 May 2012 16:08:59 +0200

simgrid (3.6.2-1) unstable; urgency=low

  * New upstream release ("Not coding new stuff allows to polish old things")
    - Portability to Mac and Windows improved.
    - Possible misconfigurations (contextes, libPCRE) made impossible by 
      removing the option or providing sane default value.
    - Exerimental support to NS3 simulator as a backend.    
  * Drop test_progs_return_type.diff and no-init-malloc.diff: merged upstream.

 -- Martin Quinson <mquinson@debian.org>  Wed, 05 Oct 2011 16:24:43 +0200

simgrid (3.6.1-3) unstable; urgency=low

  * Add no-init-malloc.diff: fix FTBFS on Hurd.

 -- Lucas Nussbaum <lucas@debian.org>  Sat, 30 Jul 2011 11:44:55 +0200

simgrid (3.6.1-2) unstable; urgency=low

  * Add test_progs_return_type.diff: fix checking for semaphores on kFreeBSD.
    Closes: #632316

 -- Lucas Nussbaum <lucas@debian.org>  Wed, 20 Jul 2011 23:58:50 +0200

simgrid (3.6.1-1) unstable; urgency=low

  * new upstream version (bug fix on MacOSX: no change for us)

 -- Martin Quinson <mquinson@debian.org>  Mon, 27 Jun 2011 14:08:39 +0200

simgrid (3.6-1) unstable; urgency=low

  * New upstream version: The 3.6 is ready now (yuhu)

 -- Martin Quinson <mquinson@debian.org>  Tue, 21 Jun 2011 09:24:10 +0200

simgrid (3.6~rc3-1) unstable; urgency=low

  * New upstream version: Third release candidate to 3.6
    - disable the tests that are not to be run in release settings
    - fix packaging issues, mainly impacting MacOS X users

 -- Martin Quinson <mquinson@debian.org>  Thu, 16 Jun 2011 15:56:18 +0200

simgrid (3.6~rc2-1) unstable; urgency=low

  * New upstream version: Release candidate to 3.6 
    (There were two of them to take a last minute change into account)
  * First upload to unstable
  * Bump standards-version to 3.9.2

 -- Martin Quinson <mquinson@debian.org>  Tue, 24 May 2011 17:28:10 +0200

simgrid (3.6~b2-1) experimental; urgency=low

  * New upstream pre-release for the upcomming 3.6: beta1
    - fix the build on kfreebsd by disabling MMAP support 
      (we're using MMAP_ANONYMOUS, which is linux only)
    - most examples seem valgrind clean now
    - fix the make clean target: package should builds twice in a row
    - much less warnings in doxygen even if not perfect yet
    - disable tests using raw contextes on arch not providing them 
    - add a manpage for simgrid_update_xml
  * build-depend on libpcre3-dev to enable the Vivaldi routing model
  * Build manually the manpage for now since it's only activated in
    make simgrid_documentation target, that has too much B-D for us.

 -- Martin Quinson <mquinson@debian.org>  Tue, 19 Apr 2011 17:25:22 +0200

simgrid (3.6~b1-1) experimental; urgency=low

  * New upstream pre-release for the upcomming 3.6: beta1
    - Fix compilation on armel and kfreebsd buildd (hopefully)
    - Various other corrections: getting close to the release

 -- Martin Quinson <mquinson@debian.org>  Mon, 18 Apr 2011 17:40:45 +0200

simgrid (3.6~a1-1) experimental; urgency=low

  * Initial upload to Debian, based on an SVN snapshot. Closes: #615484.

 -- Lucas Nussbaum <lucas@lucas-nussbaum.net>  Sat, 26 Feb 2011 23:17:59 +0100