[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please unblock python-osd-0.2.14-4



On Thu, Sep 25, 2008 at 05:04:04PM -0300, Mauro Lizaur wrote:
> Please, allow this package to enter to Lenny.
> 

I don't see in the diff:
* $PWD replaced by $(CURDIR) to avoid a possible FTBFS on debian/rules

I do see:
--- python-osd-0.2.14/debian/rules
+++ python-osd-0.2.14/debian/rules
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 PYVERS=$(shell pyversions -r)
+p=debian/tmp

 build: build-stamp
 build-stamp:
@@ -26,7 +27,7 @@

        set -e; \
        for python in $(PYVERS); do \
-           $$python setup.py install --root=debian/tmp; \
+           $$python setup.py install --root=$p; \
        done

Isn't this change just introducing a variable, with teh same value of what was
there before, or am I missing something? :)

Neil
-- 
A. Because it breaks the logical sequence of discussion
Q. Why is top posting bad?
gpg key - http://www.halon.org.uk/pubkey.txt ; the.earth.li B345BDD3

Attachment: signature.asc
Description: Digital signature


Reply to: