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

Bug#78014: marked as done ([OLD PROPOSAL] dpkg Build Directory)



Your message dated Sun, 28 Mar 2004 17:45:26 +0200
with message-id <20040328154526.GD25294@mails.so.argh.org>
and subject line Has been fixed for more than six month
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Nov 2000 04:48:17 +0000
>From epg@indy.progenylinux.com Sat Nov 25 22:48:16 2000
Return-path: <epg@indy.progenylinux.com>
Received: from pm3naxs12-218.naxs.com (london.progenylinux.com) [216.98.81.218] (postfix)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 13ztjc-0005u8-00; Sat, 25 Nov 2000 22:48:16 -0600
Received: from andromeda.indy.progenylinux.com (andromeda [64.64.82.228])
	by london.progenylinux.com (Postfix) with ESMTP
	id BDC3723D33; Sat, 25 Nov 2000 23:48:16 -0500 (EST)
Received: from vger.indy.progeny.com (dhcp79.indy.progeny.com [192.168.1.79])
	by andromeda.indy.progenylinux.com (Postfix) with ESMTP
	id 7CDF51BE2D; Sat, 25 Nov 2000 23:48:14 -0500 (EST)
Received: from epg by vger.indy.progeny.com with local (Exim 3.16 #1 (Debian))
	id 13ztk1-0003o7-00; Sat, 25 Nov 2000 23:48:41 -0500
From: "Eric Gillespie Jr." <epg@pobox.com>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: [PROPOSAL] dpkg Build Directory
X-Reportbug-Version: 1.3
X-Mailer: reportbug 1.3
Date: Sat, 25 Nov 2000 23:48:41 -0500
Message-Id: <E13ztk1-0003o7-00@vger.indy.progeny.com>
Sender: "Eric Gillespie Jr." <epg@indy.progenylinux.com>
Delivered-To: submit@bugs.debian.org

Package: debian-policy
Version: 3.2.1.0
Severity: normal

Let me start by saying that i am not in any way attached to this
specific amendment to policy. What i would like is to be able to
cause the files that are normally placed in the parent directory
while building a package to be placed instead in some other
directory. An environment variable would be nice because i could
set it once and never worry about it again, but i don't really
care how this ends up being done.

Below is a diff to policy.sgml in CVS. It requires a change in
how binary and source packages are built. dpkg already supports
the change, but dpkg-source will need to be modified. It doesn't
support a build directory at the moment. I describe the
'-o' option in this patch, but i am not attached to that
particular one.

Index: policy.sgml
===================================================================
RCS file: /cvs/debian-policy/debian-policy/policy.sgml,v
retrieving revision 1.22
diff -a -u -r1.22 policy.sgml
--- policy.sgml	2000/08/24 07:08:37	1.22
+++ policy.sgml	2000/11/23 02:27:16
@@ -1119,6 +1119,27 @@
 	    <prgn>&lt;stdarg.h&gt;</prgn> and <tt>ncurses</tt> when
 	    they are built.</p>
 	</sect1>
+
+	<sect1>
+          <heading>Package build directory</heading>
+
+          <p>
+	    All Debian packages must be built with the command
+	    <tt>dpkg --build ${DPKG_BUILD_LOC:-..}</tt>.  This
+	    allows the person compiling the package to specify a
+	    directory in which to store the resulting packages by
+	    setting the DPKG_BUILD_LOC environment variable.  '..'
+	    is used as the default if DPKG_BUILD_LOC is not set
+	    because that is where packages have historically been
+	    built.</p>
+
+	  <p>
+	    For the same reason, Debian source packages must be
+	    built with the command <tt>dpkg-source -o
+	    ${DPKG_BUILD_LOC:-..}</tt>, along with any other
+	    options that must be passed to
+	    <prgn>dpkg-source</prgn>.</p>
+	</sect1>
       </sect></chapt>
       
     <chapt><heading>The Operating System</heading>


-- System Information
Debian Release: woody
Architecture: i386
Kernel: Linux vger 2.2.17 #1 Tue Oct 24 16:53:35 EST 2000 i586

Versions of packages debian-policy depends on:
ii  fileutils                     4.0.32-1   GNU file management utilities.    


---------------------------------------
Received: (at 78014-done) by bugs.debian.org; 28 Mar 2004 15:45:28 +0000
>From aba@not.so.argh.org Sun Mar 28 07:45:28 2004
Return-path: <aba@not.so.argh.org>
Received: from mail-in.m-online.net [62.245.150.237] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1B7cTY-0007Po-00; Sun, 28 Mar 2004 07:45:28 -0800
Received: from mail.m-online.net (svr14.m-online.net [192.168.3.144])
	by svr8.m-online.net (Postfix) with ESMTP id 6FA634BF4E;
	Sun, 28 Mar 2004 17:45:27 +0200 (CEST)
Received: from sol.so.argh.org (ppp-82-135-4-50.mnet-online.de [82.135.4.50])
	by mail.m-online.net (Postfix) with ESMTP id 2A8636AA10;
	Sun, 28 Mar 2004 17:45:27 +0200 (CEST)
Received: from aba by sol.so.argh.org with local (Exim 4.22 #1 (Debian) [+prerelease])
	id 1B7cTW-00076R-AV; Sun, 28 Mar 2004 17:45:26 +0200
Date: Sun, 28 Mar 2004 17:45:26 +0200
From: Andreas Barth <aba@not.so.argh.org>
To: 23661-done@bugs.debian.org, 27205-done@bugs.debian.org,
	33251-done@bugs.debian.org, 36151-done@bugs.debian.org,
	37999-done@bugs.debian.org, 39125-done@bugs.debian.org,
	42870-done@bugs.debian.org, 43724-done@bugs.debian.org,
	51473-done@bugs.debian.org, 54985-done@bugs.debian.org,
	62768-done@bugs.debian.org, 63598-done@bugs.debian.org,
	65578-done@bugs.debian.org, 71805-done@bugs.debian.org,
	78014-done@bugs.debian.org, 79541-done@bugs.debian.org,
	82595-done@bugs.debian.org, 83669-done@bugs.debian.org,
	85500-done@bugs.debian.org, 88058-done@bugs.debian.org,
	100586-done@bugs.debian.org, 101162-done@bugs.debian.org,
	102917-done@bugs.debian.org, 109171-done@bugs.debian.org,
	119559-done@bugs.debian.org, 191036-done@bugs.debian.org,
	197835-done@bugs.debian.org
Subject: Has been fixed for more than six month
Message-ID: <20040328154526.GD25294@mails.so.argh.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
X-Editor: Vim http://www.vim.org/
Delivered-To: 78014-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
	version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Hi,

this bug was set to the status "fixed" more than six month ago, so I'm
closing it now. For an announcement of this, see
http://lists.debian.org/debian-policy/2004/debian-policy-200403/msg00042.html


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C



Reply to: