Package: flow-tools Version: 1:0.68-11 Severity: normal Tags: patch Hi,
Attached is the diff for my flow-tools 1:0.68-11.1 NMU.
diff -u flow-tools-0.68/src/ftbuild.h flow-tools-0.68/src/ftbuild.h --- flow-tools-0.68/src/ftbuild.h +++ flow-tools-0.68/src/ftbuild.h @@ -1 +1 @@ -#define FT_PROG_BUILD "[EMAIL PROTECTED] on Mon Apr 16 16:33:49 EEST 2007" +#define FT_PROG_BUILD "[EMAIL PROTECTED] on Thu Mar 27 15:09:10 UTC 2008" diff -u flow-tools-0.68/debian/rules flow-tools-0.68/debian/rules --- flow-tools-0.68/debian/rules +++ flow-tools-0.68/debian/rules @@ -75,7 +75,7 @@ # As this is an architecture dependent package, we are not supposed # to install stuff to /usr/share/perl5. MakeMaker creates the # directories, we delete them from the deb. - rmdir --ignore-fail-on-non-empty --parents $(DCF)/usr/share/perl5 + [ ! -d $(DCF)/usr/share/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(DCF)/usr/share/perl5 cp debian/flow-capture.conf $D/etc/flow-tools/ @@ -92,6 +92,7 @@ endif dh_compress dh_fixperms + dh_perl dh_shlibdeps dh_gencontrol dh_installdeb diff -u flow-tools-0.68/debian/control flow-tools-0.68/debian/control --- flow-tools-0.68/debian/control +++ flow-tools-0.68/debian/control @@ -28,7 +28,7 @@ Package: flow-tools-dev Architecture: any Section: libdevel -Depends: flow-tools (= ${Source-Version}), libc6-dev | libc-dev +Depends: flow-tools (= ${binary:Version}), libc6-dev | libc-dev Description: development files for flow-tools Flow-tools is library and a collection of programs used to collect, send, process, and generate reports from NetFlow data. The tools can be diff -u flow-tools-0.68/debian/changelog flow-tools-0.68/debian/changelog --- flow-tools-0.68/debian/changelog +++ flow-tools-0.68/debian/changelog @@ -1,3 +1,17 @@ +flow-tools (1:0.68-11.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules: + + Use dh_perl to generate the needed perlapi dep (Closes: #463085) + + Don't fail when perl is smart enough to not create an empty + /usr/share/perl5 (Closes: #467045) + * flow-tools.flow-capture.init: Don't try to stop in runlevel S. (Closes: + #471098) + * debian/control: Replace deprecated Source-Version substvar by + binary:Version (which does the same) + + -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> Thu, 27 Mar 2008 16:04:35 +0100 + flow-tools (1:0.68-11) unstable; urgency=low * Fixed restarting in the flow-capture init script. diff -u flow-tools-0.68/debian/flow-tools.flow-capture.init flow-tools-0.68/debian/flow-tools.flow-capture.init --- flow-tools-0.68/debian/flow-tools.flow-capture.init +++ flow-tools-0.68/debian/flow-tools.flow-capture.init @@ -12,7 +12,7 @@ # Required-Start: $local_fs $remote_fs $syslog $network $time # Required-Stop: $local_fs $remote_fs $syslog $network # Default-Start: 2 3 4 5 -# Default-Stop: S 0 1 6 +# Default-Stop: 0 1 6 # Short-Description: collects NetFlow data ### END INIT INFO