Patch attached. Regards, Dominic.
-- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -u flowscan-1.006/debian/changelog flowscan-1.006/debian/changelog --- flowscan-1.006/debian/changelog +++ flowscan-1.006/debian/changelog @@ -1,3 +1,10 @@ +flowscan (1.006-13.2) unstable; urgency=low + + * Non-maintainer upload. + * Add Depends on libperl4-corelibs-perl (Closes: #659420) + + -- Dominic Hargreaves <[email protected]> Sat, 17 Mar 2012 18:24:30 +0000 + flowscan (1.006-13.1) unstable; urgency=low * Non-maintainer upload. diff -u flowscan-1.006/debian/control flowscan-1.006/debian/control --- flowscan-1.006/debian/control +++ flowscan-1.006/debian/control @@ -2,13 +2,13 @@ Section: net Priority: optional Maintainer: Guillaume Delacour <[email protected]> -Build-Depends-Indep: perl (>= 5.6.1), rrdtool, librrds-perl, libboulder-perl, libnet-patricia-perl (>= 1.010), libconfigreader-perl, libcflow-perl (>= 1.024), libhtml-table-perl, netbase, po-debconf, ksh | mksh | pdksh | zsh, autotools-dev +Build-Depends-Indep: perl (>= 5.6.1), rrdtool, librrds-perl, libboulder-perl, libnet-patricia-perl (>= 1.010), libconfigreader-perl, libcflow-perl (>= 1.024), libhtml-table-perl, netbase, po-debconf, ksh | mksh | pdksh | zsh, autotools-dev, libperl4-corelibs-perl | perl (<< 5.12.3-7) Standards-Version: 3.8.1 Homepage: http://net.doit.wisc.edu/~plonka/FlowScan/ Package: flowscan Architecture: all -Depends: ${shlibs:Depends}, perl (>= 5.6.1), rrdtool, librrds-perl, libboulder-perl, libnet-patricia-perl (>= 1.010), libconfigreader-perl, libcflow-perl (>= 1.024), libhtml-table-perl, flow-tools, debconf(>=0.5) | debconf-2.0, ksh | mksh | pdksh | zsh +Depends: ${shlibs:Depends}, perl (>= 5.6.1), rrdtool, librrds-perl, libboulder-perl, libnet-patricia-perl (>= 1.010), libconfigreader-perl, libcflow-perl (>= 1.024), libhtml-table-perl, flow-tools, debconf(>=0.5) | debconf-2.0, ksh | mksh | pdksh | zsh, libperl4-corelibs-perl | perl (<< 5.12.3-7) Suggests: fprobe Description: flow-based IP traffic analysis and visualization tool FlowScan is a freely-available network traffic analysis and

