Codebase list libpoe-component-sslify-perl / e5cb0eb
Disable tests Martín Ferrari 15 years ago
3 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
33 * debian/rules: refreshed from templates.
44 * debian/watch: allow for v\d.+ format.
55 * debian/control: add myself to Uploaders, bumped Standards-Version with no
6 changes, added new build-dependencies.
6 changes.
77
88 -- Martín Ferrari <tincho@debian.org> Thu, 03 Jul 2008 04:40:11 -0300
99
33 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
44 Uploaders: Niko Tyni <ntyni@debian.org>, Martín Ferrari <tincho@debian.org>
55 Build-Depends: debhelper (>= 5.0.0)
6 Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30),
7 libtest-pod-perl, libtest-distribution-perl, libtest-simple-perl,
8 libtest-pod-coverage-perl
6 Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30)
97 Standards-Version: 3.8.0
108 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
119 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/
1111 dh_testdir
1212 $(PERL) Makefile.PL INSTALLDIRS=vendor
1313 $(MAKE)
14 $(MAKE) test
14 # Almost all tests are author tests, and the (trivial) one remaining
15 # needs a module not in Debian.
16 #$(MAKE) test
1517 touch $@
1618
1719 clean: