diff -Nru netperf-2.6.0/debian/changelog netperf-2.6.0/debian/changelog --- netperf-2.6.0/debian/changelog 2013-04-17 15:32:18.000000000 +0000 +++ netperf-2.6.0/debian/changelog 2013-05-08 21:13:43.000000000 +0000 @@ -1,3 +1,10 @@ +netperf (2.6.0-2) unstable; urgency=low + + * [cbaabea7] [rules] removed explicit call of patchsys-quilt.mk + * [6a490bbf] [rules] removed clean target + + -- Erik Wenzel Wed, 08 May 2013 23:13:13 +0200 + netperf (2.6.0-1) unstable; urgency=low * [61a10974] Imported Upstream version 2.6.0 @@ -85,8 +92,8 @@ netperf (2.4.3-8) unstable; urgency=low - * CVE-2007-1444 netserver logs to insecure temporary file - (Closes: #413658) Thanks to Nico Golde for the + * CVE-2007-1444 netserver logs to insecure temporary file + (Closes: #413658) Thanks to Nico Golde for the hotfix -- Erik Wenzel Wed, 17 Oct 2007 08:55:57 +0000 diff -Nru netperf-2.6.0/debian/rules netperf-2.6.0/debian/rules --- netperf-2.6.0/debian/rules 2013-04-17 15:32:18.000000000 +0000 +++ netperf-2.6.0/debian/rules 2013-05-08 21:13:43.000000000 +0000 @@ -2,23 +2,16 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk -#include /usr/share/cdbs/1/rules/dpatch.mk -include /usr/share/cdbs/1/rules/patchsys-quilt.mk DEB_CONFIGURE_EXTRA_FLAGS := --enable-demo build/netperf:: cd doc && make netperf.pdf netperf.html - #cd doc && make netperf.{pdf,ps,html} binary-post-install/netperf:: rm debian/$(cdbs_curpkg)/usr/share/doc/netperf/changelog rm -rf debian/$(cdbs_curpkg)/usr/share/info - #rm debian/$(cdbs_curpkg)/usr/share/info/netperf.info cp COPYING debian/$(cdbs_curpkg)/usr/share/doc/netperf/copyright cp doc/netperf.pdf debian/$(cdbs_curpkg)/usr/share/doc/netperf/netperf.pdf - #cp doc/netperf.ps debian/$(cdbs_curpkg)/usr/share/doc/netperf/netperf.ps cp doc/netperf.html debian/$(cdbs_curpkg)/usr/share/doc/netperf/netperf.html -clean/netperf:: - make distclean