[SCM] Packaging of padre perl editor branch, master, updated. upstream/0.33-146-g0890800

Damyan Ivanov dmn at debian.org
Mon Apr 27 12:47:26 UTC 2009


The following commit has been merged in the master branch:
commit 4f08fb653fb3f86e27b29cd7b0640e2e5e61f306
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon Apr 27 11:43:55 2009 +0300

    disable running test suite during build
    
    it fails because
     1) Xvfb has no RANDR X extension
     2) Xext library emits "Xlib:  extension "RANDR" missing on display
        ":99.0" warnings because of 1)
     3) test suite demands that no output is to be seen on STDERR

diff --git a/debian/changelog b/debian/changelog
index d83f5f9..d410426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,8 @@ padre (0.33-1) UNRELEASED; urgency=low
   * add two new copyright holders
   * convert rules to minimalistic DH7, employ overrides
     + bump DH build-dependency to 7.0.50
+  * disable running test suite during build
+    (it fails due to missing RANDR X extension)
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 05 Apr 2009 15:37:18 +0300
 
diff --git a/debian/rules b/debian/rules
index fc59862..79b18ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,10 @@ override_dh_auto_configure: $(QUILT_STAMPFN)
 	dh_auto_configure
 
 override_dh_auto_test:
-	xvfb-run dh_auto_test
+	# test suite disabled as the missing RANDR extension under Xvfb causes
+	# them to fail (because tests insist that no output is to be
+	# encountered on STDERR)
+	#xvfb-run dh_auto_test
 
 override_dh_auto_clean: unpatch
 	dh_auto_clean

-- 
Packaging of padre perl editor



More information about the Pkg-perl-cvs-commits mailing list