Package: libqglviewer
Version: 2.2.6-3-3
Severity: important
Tags: patch
libqglviewer fails to build on the build daemons for alpha, mips and
mipsel, which use sudo instead of fakeroot. This happens because
the clean rule invokes configure, which the creates directories
with root permissions. The appended patch fixes this.
Thiemo
--- libqglviewer-2.2.6-3.orig/debian/rules 2008-08-14 18:33:01.000000000
+0200
+++ libqglviewer-2.2.6-3/debian/rules 2008-08-14 18:32:31.000000000 +0200
@@ -48,7 +48,7 @@ build-stamp: patch-stamp configure-stamp
touch build-stamp
clean: clean1 unpatch
-clean1: configure
+clean1:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]