debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit bfc5a98cdd9c26f9d94b1db2c122b9d7578bea67
Author: Sean Finney <[EMAIL PROTECTED]>
Date:   Tue Jan 29 08:20:04 2008 +0100

    fix lingering /usr/local references

diff --git a/debian/changelog b/debian/changelog
index b927f5e..9ac809d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ccsm (0.6.0-4) unstable; urgency=low
+
+  * Add --prefix to build target of setup.py as well as the existing install
+    target.  Should fix remaining /usr/local references (closes: #460472).
+
+ -- Sean Finney <[EMAIL PROTECTED]>  Tue, 29 Jan 2008 08:18:49 +0100
+
 ccsm (0.6.0-3) unstable; urgency=low
 
   [Sean Finney]
diff --git a/debian/rules b/debian/rules
index d6448ca..302d1f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ build-stamp: $(QUILT_STAMPFN)
        for f in $(UPSTREAM_PRESERVE); do \
                cp -a $$f $$f.preserve; \
        done
-       python ./setup.py build
+       python ./setup.py build --prefix=/usr
        touch $@
 
 clean: unpatch


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

Reply via email to