[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libwx-perl: Error: Unable to initialize gtk, is DISPLAY set properly?



Hi,

Clint Adams wrote:
> On Tue, Aug 16, 2011 at 04:12:38PM +0200, Aurelien Jarno wrote:

>> reassign 630129 fakeroot
>> retitle 630129 fakeroot doesn't simulate access() properly
>> affects 630129 xvfb
>> thanks
>
> Okay, I'll revert the access() change.

Thanks, I agree with that choice.

Incidentally, why is libwx-perl running its test suite in the
binary target instead of "build"?

 $ debian/rules build
 make: `build' is up to date.

Ah.

diff --git i/debian/changelog w/debian/changelog
index 2bc4df9f..17fe3889 100644
--- i/debian/changelog
+++ w/debian/changelog
@@ -1,3 +1,9 @@
+libwx-perl (1:0.98-1.1) local; urgency=low
+
+  * mark debian/rules "build" target phony
+
+ -- Jonathan Nieder <jrnieder@gmail.com>  Wed, 17 Aug 2011 14:57:13 -0500
+
 libwx-perl (1:0.98-1) unstable; urgency=low
 
   * New upstream release
diff --git i/debian/rules w/debian/rules
index fe13d5b9..602454e0 100755
--- i/debian/rules
+++ w/debian/rules
@@ -3,6 +3,10 @@
 %:
 	dh $@
 
+.PHONY: build
+build:
+	dh $@
+
 PACKAGE=$(shell dh_listpackages)
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
-- 


Reply to: