Your message dated Sat, 13 Dec 2014 21:04:56 +0000 with message-id <20141213210456.GM17312@lupin.home.powdarrmonkey.net> and subject line Re: Bug#773042: unblock: simgrid/3.11.1-8 has caused the Debian Bug report #773042, regarding unblock: simgrid/3.11.1-8 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 773042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=773042 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: simgrid/3.11.1-8
- From: Martin Quinson <martin.quinson@loria.fr>
- Date: Sat, 13 Dec 2014 15:57:47 +0100
- Message-id: <[🔎] 20141213145747.GA30080@chaipa.loria.fr>
Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package simgrid The new version fixes the RC bug #755047; the debdiff is attached. Also, it'd be cool if you could cancel the autorm against that package. Sorry, I didn't fill that unblock notice in time... Thanks for your hard work, Mt unblock simgrid/3.11.1-8 -- System Information: Debian Release: jessie/sid APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores) -- Si les grands esprits se rencontrent, les petits esprits, eux, se cognent.diff -Nru simgrid-3.11.1/debian/changelog simgrid-3.11.1/debian/changelog --- simgrid-3.11.1/debian/changelog 2014-07-05 00:20:44.000000000 +0200 +++ simgrid-3.11.1/debian/changelog 2014-12-09 01:48:14.000000000 +0100 @@ -1,3 +1,16 @@ +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 diff -Nru simgrid-3.11.1/debian/control simgrid-3.11.1/debian/control --- simgrid-3.11.1/debian/control 2014-07-05 00:20:44.000000000 +0200 +++ simgrid-3.11.1/debian/control 2014-12-09 01:48:14.000000000 +0100 @@ -11,8 +11,8 @@ transfig, ghostscript, texlive-font-utils Standards-Version: 3.9.5 Homepage: http://simgrid.gforge.inria.fr/ -Vcs-Git: git://git.debian.org/git/collab-maint/simgrid.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/simgrid.git +Vcs-Git: git://anonscm.debian.org/collab-maint/simgrid.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/simgrid.git Package: libsimgrid3.11 Architecture: any @@ -34,7 +34,7 @@ Section: doc Depends: ${misc:Depends} Conflicts: simgrid (<< 3.11) -Description: Toolkit for scalable simulation of distributed applications +Description: Documentation for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI @@ -50,7 +50,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libsimgrid3.11 (>= ${source:Version}) Recommends: simgrid-doc (>= ${source:Version}) Conflicts: simgrid (<< 3.11) -Description: Toolkit for scalable simulation of distributed applications +Suggests: java-virtual-machine +Description: Java bindings for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI @@ -74,7 +75,7 @@ Conflicts: simgrid Replaces: simgrid Provides: simgrid -Description: Toolkit for scalable simulation of distributed applications +Description: Development files for the SimGrid Toolkit SimGrid is a toolkit that provides core functionalities for the simulation of distributed applications in heterogeneous distributed environments. SimGrid can be used as a Grid simulator, a P2P simulator, a Cloud simulator, a MPI diff -Nru simgrid-3.11.1/debian/libsimgrid3.11.install simgrid-3.11.1/debian/libsimgrid3.11.install --- simgrid-3.11.1/debian/libsimgrid3.11.install 2014-07-05 00:20:44.000000000 +0200 +++ simgrid-3.11.1/debian/libsimgrid3.11.install 2014-12-09 01:48:14.000000000 +0100 @@ -1,6 +1 @@ usr/lib/libsimgrid.so.3.11 - -usr/bin/tesh -usr/share/man/man1/tesh.1 - -usr/bin/simgrid-graphicator diff -Nru simgrid-3.11.1/debian/libsimgrid-dev.install simgrid-3.11.1/debian/libsimgrid-dev.install --- simgrid-3.11.1/debian/libsimgrid-dev.install 2014-07-05 00:20:44.000000000 +0200 +++ simgrid-3.11.1/debian/libsimgrid-dev.install 2014-12-09 01:48:14.000000000 +0100 @@ -26,3 +26,8 @@ usr/lib/libsimgrid-java.so usr/lib/libsimgrid.so + +usr/bin/tesh +usr/share/man/man1/tesh.1 + +usr/bin/simgrid-graphicator diff -Nru simgrid-3.11.1/debian/patches/fix-bashism.diff simgrid-3.11.1/debian/patches/fix-bashism.diff --- simgrid-3.11.1/debian/patches/fix-bashism.diff 1970-01-01 01:00:00.000000000 +0100 +++ simgrid-3.11.1/debian/patches/fix-bashism.diff 2014-12-09 01:48:14.000000000 +0100 @@ -0,0 +1,31 @@ +commit d2e08004d48f0cef99d943d253e2f1dd0b8470b0 +Author: degomme <degomme@localhost.localdomain> +Date: Mon Dec 8 23:37:07 2014 +0100 + + bashism -- (fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772329 ) + +--- + src/smpi/smpirun.in | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +Index: b/src/smpi/smpirun.in +=================================================================== +--- a/src/smpi/smpirun.in ++++ b/src/smpi/smpirun.in +@@ -331,11 +331,11 @@ HAVE_SEQ="`which seq 2>/dev/null`" + if [ -n "${HAVE_SEQ}" ]; then + SEQ=`${HAVE_SEQ} 0 $((${NUMPROCS}-1))` + else +- cnt=0 +- while (( $cnt < ${NUMPROCS} )) ; do +- SEQ="$SEQ $cnt" +- cnt=$((cnt + 1)); +- done ++ cnt=0 ++ while [ $cnt -lt ${NUMPROCS} ] ; do ++ SEQ="$SEQ $cnt" ++ cnt=$((cnt + 1)); ++ done + fi + + ##---- generate <process> tags------------------------------ diff -Nru simgrid-3.11.1/debian/patches/series simgrid-3.11.1/debian/patches/series --- simgrid-3.11.1/debian/patches/series 2014-07-05 00:20:44.000000000 +0200 +++ simgrid-3.11.1/debian/patches/series 2014-12-09 01:48:14.000000000 +0100 @@ -4,3 +4,4 @@ fix-java-multiple-definitions.diff no-static.diff lto-gcc-4.9.diff +fix-bashism.diffAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: Martin Quinson <martin.quinson@loria.fr>, 773042-done@bugs.debian.org
- Subject: Re: Bug#773042: unblock: simgrid/3.11.1-8
- From: Jonathan Wiltshire <jmw@debian.org>
- Date: Sat, 13 Dec 2014 21:04:56 +0000
- Message-id: <20141213210456.GM17312@lupin.home.powdarrmonkey.net>
- In-reply-to: <[🔎] 20141213210038.GZ2497@chaipa.loria.fr>
- References: <[🔎] 20141213145747.GA30080@chaipa.loria.fr> <[🔎] 20141213203028.GL17312@lupin.home.powdarrmonkey.net> <[🔎] 20141213210038.GZ2497@chaipa.loria.fr>
Control: tag -1 wontfix On Sat, Dec 13, 2014 at 10:00:38PM +0100, Martin Quinson wrote: > On Sat, Dec 13, 2014 at 08:30:28PM +0000, Jonathan Wiltshire wrote: > > Control: tag -1 moreinfo > > > > On Sat, Dec 13, 2014 at 03:57:47PM +0100, Martin Quinson wrote: > > > + * 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). > > > > Do you need to breaks+replaces there? > > Damn, you're right. Sorry. > > I'll do that ASAP. Please open a fresh bug with debdiff when it's ready to unblock. -- Jonathan Wiltshire jmw@debian.org Debian Developer http://people.debian.org/~jmw 4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC 74C3 5394 479D D352 4C51Attachment: signature.asc
Description: Digital signature
--- End Message ---