r60685 - in /trunk/libpoe-component-pcap-perl/debian: control rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Jul 27 22:18:42 UTC 2010
Author: gregoa
Date: Tue Jul 27 22:18:25 2010
New Revision: 60685
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=60685
Log:
skip tests, they were not run before and fail, probably because they need root
Modified:
trunk/libpoe-component-pcap-perl/debian/control
trunk/libpoe-component-pcap-perl/debian/rules
Modified: trunk/libpoe-component-pcap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pcap-perl/debian/control?rev=60685&op=diff
==============================================================================
--- trunk/libpoe-component-pcap-perl/debian/control (original)
+++ trunk/libpoe-component-pcap-perl/debian/control Tue Jul 27 22:18:25 2010
@@ -1,7 +1,7 @@
Source: libpoe-component-pcap-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: libnet-pcap-perl, libnetpacket-perl,
libpoe-perl, netbase, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Modified: trunk/libpoe-component-pcap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pcap-perl/debian/rules?rev=60685&op=diff
==============================================================================
--- trunk/libpoe-component-pcap-perl/debian/rules (original)
+++ trunk/libpoe-component-pcap-perl/debian/rules Tue Jul 27 22:18:25 2010
@@ -2,3 +2,6 @@
%:
dh $@
+
+override_dh_auto_test:
+ # skip tests, they need root
More information about the Pkg-perl-cvs-commits
mailing list