tag 464318 + pending
thanks

During the 0-day NMU campain atm I fixed your package and the NMU diff is 
attached to this report. Please note that I'll upload directly after this 
mail is out.

Greetings
Winnie

-- 
 .''`.   Patrick Winnertz <[EMAIL PROTECTED]>
:  :' :  GNU/Linux Debian Developer
`. `'`   http://www.der-winnie.de http://people.skolelinux.org/~winnie
  `-  Debian - when you have better things to do than fixing systems
diff -u libnet-whois-raw-perl-1.38/debian/changelog libnet-whois-raw-perl-1.38/debian/changelog
--- libnet-whois-raw-perl-1.38/debian/changelog
+++ libnet-whois-raw-perl-1.38/debian/changelog
@@ -1,3 +1,11 @@
+libnet-whois-raw-perl (1.38-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixes FTBFS on i386:
+    + only call make realclean if Makefile is available (Closes: #464318)
+
+ -- Patrick Winnertz <[EMAIL PROTECTED]>  Tue, 04 Mar 2008 10:06:44 +0100
+
 libnet-whois-raw-perl (1.38-1) unstable; urgency=low
 
   * New upstream release
diff -u libnet-whois-raw-perl-1.38/debian/rules libnet-whois-raw-perl-1.38/debian/rules
--- libnet-whois-raw-perl-1.38/debian/rules
+++ libnet-whois-raw-perl-1.38/debian/rules
@@ -25,7 +25,7 @@
 	dh_testroot
 
 	# Add here commands to clean up after the build process.
-	$(MAKE) realclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean build-stamp
 

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to