Your message dated Sun, 21 Aug 2011 17:09:37 +0300
with message-id <[email protected]>
and subject line Closing fixed bug
has caused the Debian Bug report #638396,
regarding libwx-perl: runs testsuite as root
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
638396: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638396
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libwx-perl
Version: 1:0.98-1
Severity: wishlist

Hi,

While looking at Bug#630129, I noticed the following:

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

That's because the "build" directory confuses make.  Here's a minimal
fix, to illustrate the problem.

Ideally I would want to see a fix that could be applied uniformly to
CPAN modules somehow.  Thoughts?

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 <[email protected]>  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)
 
-- 



--- End Message ---
--- Begin Message ---
Version: 1:0.9901-1

This bug was fixed with 1:0.9901-1, but due to several layers of 
snafu, it was not closed automatically.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to