r30594 - in /trunk/libgnome2-wnck-perl/debian: changelog rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Wed Feb 11 07:08:15 UTC 2009


Author: ryan52-guest
Date: Wed Feb 11 07:07:58 2009
New Revision: 30594

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30594
Log:
skip tests, they don't work

Modified:
    trunk/libgnome2-wnck-perl/debian/changelog
    trunk/libgnome2-wnck-perl/debian/rules

Modified: trunk/libgnome2-wnck-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-wnck-perl/debian/changelog?rev=30594&op=diff
==============================================================================
--- trunk/libgnome2-wnck-perl/debian/changelog (original)
+++ trunk/libgnome2-wnck-perl/debian/changelog Wed Feb 11 07:07:58 2009
@@ -10,11 +10,10 @@
     - use quilt
     - add README.source
   * wrap long-lines
-  * mention module-name on long description 
-  * Install AUTHORS file and point debian/copyright to
-    get the names of the individual contributors form this file
- 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 10 Feb 2009 21:35:04 -0800
+  * mention module-name on long description
+  * skip tests, they don't work
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 10 Feb 2009 23:07:08 -0800
 
 libgnome2-wnck-perl (0.16-1) unstable; urgency=low
 

Modified: trunk/libgnome2-wnck-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-wnck-perl/debian/rules?rev=30594&op=diff
==============================================================================
--- trunk/libgnome2-wnck-perl/debian/rules (original)
+++ trunk/libgnome2-wnck-perl/debian/rules Wed Feb 11 07:07:58 2009
@@ -4,7 +4,9 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	dh build
+	dh --before dh_auto_test build
+	# skip tests, they are borked
+	dh --after dh_auto_test build
 	touch $@
 
 clean: unpatch




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