Hi,
On Wed, 06 May 2015 15:27:16 +0530 Balasankar C <balasank...@autistici.org> wrote: > Package: nam > Version: 1.15 > > The package nam requires tcl8.6 for running. But, it installs tcl8.5 > along with > it (i.e tcl8.5 is a dependency of nam). So, even if tcl8.6 is installed, > tcl8.5 > gets loaded for nam. Since tcl8.5 is a dependency of nam, manually > removing it > also removes nam. This is the error that is generated > > nam: > [code omitted because of length] > : version conflict for package "Tcl": have 8.5.17, need 8.6 > while executing > "package require Tcl 8.6" > > > So, please change the dependency of nam to tcl8.6 > A NMU - delay/10 - was sent. debdiff: diff -Nru nam-1.15/debian/changelog nam-1.15/debian/changelog --- nam-1.15/debian/changelog 2014-02-09 14:15:52.000000000 -0200 +++ nam-1.15/debian/changelog 2016-02-16 15:59:21.000000000 -0200 @@ -1,3 +1,14 @@ +nam (1.15-3.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: + - set tcl-dev and tk-dev to '>=8.6'. + * debian/patches: + - init_tcltk_with_stub.diff commented in series file. So the + patch file is not in use. + + -- Herbert Parentes Fortes Neto <h...@ig.com.br> Sun, 14 Feb 2016 13:48:32 -0200 + nam (1.15-3) unstable; urgency=low [ Sergei Golovan ] diff -Nru nam-1.15/debian/control nam-1.15/debian/control --- nam-1.15/debian/control 2014-02-09 14:09:46.000000000 -0200 +++ nam-1.15/debian/control 2016-02-09 14:25:26.000000000 -0200 @@ -4,8 +4,9 @@ Maintainer: Debian Network Simulators Team <pkg-netsim-de...@lists.alioth.debian.org> Uploaders: YunQiang Su <wzss...@gmail.com> Build-Depends: debhelper (>= 8), quilt (>= 0.46-7~), cmake, - tcl-dev, tk-dev, libxt-dev, libxmu-headers, zlib1g-dev, - libotcl1-dev (>= 1.14+dfsg), tclcl, libtclcl1-dev (>= 1.20-4) + tcl-dev (>=8.6), tk-dev (>=8.6), libxt-dev, libxmu-headers, + zlib1g-dev, libotcl1-dev (>= 1.14+dfsg), tclcl, + libtclcl1-dev (>= 1.20-4) Standards-Version: 3.9.5 Vcs-git: git://anonscm.debian.org/pkg-netsim/nam.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-netsim/nam.git diff -Nru nam-1.15/debian/patches/series nam-1.15/debian/patches/series --- nam-1.15/debian/patches/series 2014-02-09 13:57:49.000000000 -0200 +++ nam-1.15/debian/patches/series 2016-02-14 09:57:50.000000000 -0200 @@ -1,4 +1,4 @@ netmodel_cc_void_int.patch -init_tcltk_with_stub.diff +#init_tcltk_with_stub.diff group_cc_void_int.patch lib_underlinkage.patch regards, -- Herbert Parentes Fortes Neto (hpfn)