Your message dated Sat, 8 Apr 2006 00:36:22 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#248708: cdbs: please support user specified DEB_DESTDIR
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: cdbs
Version: 0.4.21
Severity: wishlist
Tags: patch
Please allow to set the DEB_DESTDIR by the user, e.g.
$ DEB_BUILDDIR=`pwd`/foo DEB_DESTDIR=`pwd`/foo/debian \
dpkg-buildpackage -rfakeroot
A possible way to achieve this, is by changing the last
lines of /usr/share/cdbs/1/rules/buildvars.mk to
+ifeq ($(DEB_DESTDIR),)
ifeq ($(words $(DEB_PACKAGES)),1)
DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_PACKAGES))
else
DEB_DESTDIR = $(CURDIR)/debian/tmp
endif
+endif
endif
This would be very useful for me, so maybe for other people
as well...
--- End Message ---
--- Begin Message ---
I did not receive any more information on this bug, so I assume that the
solution I posted was satisfactory.
--- End Message ---