Your message dated Tue, 7 Feb 2006 11:54:51 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#225740: Make DEB_DESTDIR configurable 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 --->From [EMAIL PROTECTED] Wed Dec 31 21:54:25 2003 Received: (at submit) by bugs.debian.org; 1 Jan 2004 03:54:26 +0000 Return-path: <[EMAIL PROTECTED]> Received: from hirsch.in-berlin.de [192.109.42.6] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Abtgu-00024J-00; Wed, 31 Dec 2003 21:40:08 -0600 X-Envelope-From: [EMAIL PROTECTED] X-Envelope-To: <[EMAIL PROTECTED]> Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-4) with ESMTP id i013e5xR028987 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for <[EMAIL PROTECTED]>; Thu, 1 Jan 2004 04:40:06 +0100 Received: (from [EMAIL PROTECTED]) by hirsch.in-berlin.de (8.12.10/8.12.10/Debian-4) with UUCP id i013e4gJ028968 for [EMAIL PROTECTED]; Thu, 1 Jan 2004 04:40:04 +0100 Received: from srittau by jroger.in-berlin.de with local (Exim 3.36 #1 (Debian)) id 1Abti0-0002zK-00; Thu, 01 Jan 2004 04:41:16 +0100 Date: Thu, 1 Jan 2004 04:41:16 +0100 From: Sebastian Rittau <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: Make DEB_DESTDIR configurable Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 2.37 User-Agent: Mutt/1.5.4i X-Scanned-By: MIMEDefang 2.38 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29 (1.212-2003-09-23-exp) on master.debian.org X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29 X-Spam-Level: Package: cdbs Version: 0.4.14 Severity: wishlist I am maintainer of a source package (linc) that formerly consisted of two binary packages, liblinc1 and liblinc-dev. Since linc is now deprecated, I would like to remove the liblinc-dev package. Unfortunately this is not straight forward, since cdbs sets DEB_DESTDIR to debian/liblinc1 now instead of debian/tmp so that my debian/liblinc1.install file is effectively ignored and all files are installed into liblinc1. I propose to either allow overwriting DEB_DESTDIR or to add a way to force cdbs to always install into debian/tmp. I actually like to be able to install debian/tmp, even with single package source, since I have a better control on what gets installed into the package. -- System Information: Debian Release: testing/unstable Architecture: i386 Kernel: Linux jroger 2.4.22 #1 So Nov 9 13:58:57 CET 2003 i686 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 -- no debconf information
--- End Message ---
--- Begin Message --->From [EMAIL PROTECTED] Tue Feb 07 02:54:56 2006 Received: (at 225740-done) by bugs.debian.org; 7 Feb 2006 10:54:56 +0000 Return-path: <[EMAIL PROTECTED]> Received: from ipx11302.ipxserver.de ([212.112.227.254] helo=gauss.credativ.com) by spohr.debian.org with esmtp (Exim 4.50) id 1F6QUq-0005q6-I5 for [EMAIL PROTECTED]; Tue, 07 Feb 2006 02:54:56 -0800 Received: from colt.pezone.net (dslb-084-063-002-191.pools.arcor-ip.net [84.63.2.191]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by gauss.credativ.com (Postfix) with ESMTP id A2499D7600 for <[EMAIL PROTECTED]>; Tue, 7 Feb 2006 11:54:55 +0100 (CET) From: Peter Eisentraut <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Bug#225740: Make DEB_DESTDIR configurable Date: Tue, 7 Feb 2006 11:54:51 +0100 User-Agent: KMail/1.8.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[EMAIL PROTECTED]> X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-4.4 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER, UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02 This sort of thing should work: include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_DESTDIR = $(CURDIR)/debian/blah DEB_DH_INSTALL_SOURCEDIR = $(CURDIR)/debian/blah
--- End Message ---

