Package: spass
Version: 2.1-3
Severity: serious
Tags: patch

spass fails to build when using dpkg-buildpackage -rsudo because in
this case $(PWD) isn't set as a make variable in debian/rules. The
appended patch fixes this.


Thiemo


--- spass-2.1.orig/debian/rules 2008-08-14 22:35:04.000000000 +0200
+++ spass-2.1/debian/rules      2008-08-14 22:09:41.000000000 +0200
@@ -20,7 +20,7 @@ endif
 
 # generic Debian directories
 
-DEB_BASE_DIR = $(PWD)
+DEB_BASE_DIR = $(shell pwd)
 DEB_DEBIAN_DIR = $(DEB_BASE_DIR)/debian
 DEB_SOURCE_DIR = $(DEB_BASE_DIR)/SPASS-2.1
 DEB_BUILD_DIR = $(DEB_DEBIAN_DIR)/build



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to