Package: libpoe-component-client-http-perl
Version: 0.65-1
Severity: normal
Tags: patch
Hi,
Attached is the diff for my libpoe-component-client-http-perl 0.65-1.1 NMU.
bye,
- michael
diff -u libpoe-component-client-http-perl-0.65/debian/changelog
libpoe-component-client-http-perl-0.65/debian/changelog
--- libpoe-component-client-http-perl-0.65/debian/changelog
+++ libpoe-component-client-http-perl-0.65/debian/changelog
@@ -1,3 +1,12 @@
+libpoe-component-client-http-perl (0.65-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Do not run tests as they require network access which is not
+ acceptable. Upload based on patch by Thijs Kinkhorst, thanks.
+ Closes: #393899
+
+ -- Michael Ablassmeier <[EMAIL PROTECTED]> Fri, 27 Oct 2006 09:14:54 +0200
+
libpoe-component-client-http-perl (0.65-1) unstable; urgency=low
* New upstream release.
diff -u libpoe-component-client-http-perl-0.65/debian/rules
libpoe-component-client-http-perl-0.65/debian/rules
--- libpoe-component-client-http-perl-0.65/debian/rules
+++ libpoe-component-client-http-perl-0.65/debian/rules
@@ -17,7 +17,10 @@
# Add here commands to compile the package.
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE) OPTIMIZE="-O2 -Wall"
- $(MAKE) test
+ # do not run tests; the only test requires network access
+ # during build
+ #$(MAKE) test
+
touch build-stamp
clean: