r45571 - in /branches/lenny-backports/libwx-perl/debian: changelog rules

ryan at users.alioth.debian.org ryan at users.alioth.debian.org
Sat Oct 10 10:48:13 UTC 2009


Author: ryan
Date: Sat Oct 10 10:48:09 2009
New Revision: 45571

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45571
Log:
disable test suite, it doesn't work

Modified:
    branches/lenny-backports/libwx-perl/debian/changelog
    branches/lenny-backports/libwx-perl/debian/rules

Modified: branches/lenny-backports/libwx-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/changelog?rev=45571&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/changelog (original)
+++ branches/lenny-backports/libwx-perl/debian/changelog Sat Oct 10 10:48:09 2009
@@ -4,6 +4,7 @@
   * drop versioned deps on libalien-wxwidgets-perl, I'm hoping they're
     not really needed
   * make it work with lenny's dh and quilt
+  * disable test suite, it doesn't work
 
  -- Ryan Niebur <ryan at debian.org>  Sat, 10 Oct 2009 03:14:33 -0700
 

Modified: branches/lenny-backports/libwx-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/branches/lenny-backports/libwx-perl/debian/rules?rev=45571&op=diff
==============================================================================
--- branches/lenny-backports/libwx-perl/debian/rules (original)
+++ branches/lenny-backports/libwx-perl/debian/rules Sat Oct 10 10:48:09 2009
@@ -7,7 +7,7 @@
 
 build: $(QUILT_STAMPFN)
 	dh --before dh_auto_test $@
-	xvfb-run $(MAKE) -j1 test
+#	xvfb-run $(MAKE) -j1 test # broken
 	dh --after dh_auto_test $@
 
 binary-arch:




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