Source: ns3 Version: 3.22+dfsg-1 Severity: normal Tags: patch Dear Maintainer,
Please update your package for the ongoing gsl transition (#804246). The attached patch updates the build dependencies to use libgsl-dev. This change is required to not pull in GSL 1.x via libgsl0-dev. Kind Regards, Bas
diff -Nru ns3-3.22+dfsg/debian/changelog ns3-3.22+dfsg/debian/changelog --- ns3-3.22+dfsg/debian/changelog 2015-05-14 07:01:59.000000000 +0200 +++ ns3-3.22+dfsg/debian/changelog 2015-11-22 20:05:13.000000000 +0100 @@ -1,3 +1,10 @@ +ns3 (3.22+dfsg-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Update build dependencies for GSL 2, change libgsl0-dev to libgsl-dev. + + -- Bas Couwenberg <[email protected]> Sun, 22 Nov 2015 20:05:08 +0100 + ns3 (3.22+dfsg-1) unstable; urgency=medium * New upstream release (Closes: #746622). diff -Nru ns3-3.22+dfsg/debian/control ns3-3.22+dfsg/debian/control --- ns3-3.22+dfsg/debian/control 2015-05-14 09:53:09.000000000 +0200 +++ ns3-3.22+dfsg/debian/control 2015-11-22 20:05:06.000000000 +0100 @@ -5,7 +5,7 @@ Maintainer: Debian Network Simulators Team <[email protected]> Uploaders: YunQiang Su <[email protected]> Build-Depends: debhelper (>= 9), quilt (>= 0.46-7~), pkg-config, - python-dev, libxml2-dev, libgsl0-dev, libsqlite3-dev, libgraphviz-dev, + python-dev, libxml2-dev, libgsl-dev, libsqlite3-dev, libgraphviz-dev, flex, bison, libboost-signals-dev, libboost-filesystem-dev, python-pygoocanvas, python-pygraphviz, libopenmpi-dev [alpha amd64 hurd-i386 i386 ia64 kfreebsd-amd64 kfreebsd-i386 powerpc sparc] Build-Depends-Indep: dia, python-sphinx, texlive-font-utils,

