Package: usepackage
Version: 1.6.4-1
Severity: serious
Tags: patch

usepackage fails to build on the build daemons for mips and mipsel,
which use sudo instead of fakeroot. In this environment, $(PWD)
is not set, and the build creates a /debian directory in the
root of the host machine. The appended patch fixes this.


Thiemo


--- usepackage-1.6.3.orig/debian/rules  2008-08-14 20:48:28.000000000 +0200
+++ usepackage-1.6.3/debian/rules       2008-08-14 20:46:27.000000000 +0200
@@ -36,9 +36,9 @@ install: build
        dh_testroot
        dh_clean -k
        dh_installdirs
-       $(MAKE) install DESTDIR=$(PWD)/debian/usepackage/
+       $(MAKE) install DESTDIR=debian/usepackage/
        install -m 644 debian/usepackage.conf \
-               $(PWD)/debian/usepackage/etc/usepackage
+               debian/usepackage/etc/usepackage
 
 binary-indep: build install
 



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

Reply via email to