tags 418354 + patch
thanks

Hi,

Attached is the diff for my rpncalc 1.36.5-0.1 NMU, which I'll upload to
ftp-master shortly.

Cheers,
Julien
diff -Nru /tmp/yIxdhWIW1d/rpncalc-1.36.5/debian/changelog /tmp/XcAGh4D6Ze/rpncalc-1.36.5/debian/changelog
--- /tmp/yIxdhWIW1d/rpncalc-1.36.5/debian/changelog	2006-11-06 22:03:46.000000000 +0100
+++ /tmp/XcAGh4D6Ze/rpncalc-1.36.5/debian/changelog	2007-05-27 17:21:14.000000000 +0200
@@ -1,3 +1,11 @@
+rpncalc (1.36.5-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use $(CURDIR) instead of $(PWD) in debian/rules to fix FTBFS when using
+    sudo (closes: #418354).  Thanks, Steve Langasek!
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 27 May 2007 17:15:28 +0200
+
 rpncalc (1.36.5) unstable; urgency=low
 
   * add missing Build-dependancy to ed (closes: #397314)
diff -Nru /tmp/yIxdhWIW1d/rpncalc-1.36.5/debian/rules /tmp/XcAGh4D6Ze/rpncalc-1.36.5/debian/rules
--- /tmp/yIxdhWIW1d/rpncalc-1.36.5/debian/rules	2006-11-05 17:05:29.000000000 +0100
+++ /tmp/XcAGh4D6Ze/rpncalc-1.36.5/debian/rules	2007-05-27 17:21:14.000000000 +0200
@@ -13,7 +13,7 @@
 # The name of the package (for example, `emacs').
 package	:= $(shell sed -n -e 's/Package: *\([a-z]\)/\1/p' debian/control)
 
-tmp	:= $(PWD)/debian/tmp
+tmp	:= $(CURDIR)/debian/tmp
 
 prefix	:= usr
 bin	:= $(prefix)/bin

Attachment: signature.asc
Description: Digital signature

Reply via email to