[Build-common-hackers] Bug#254125: marked as done (cdbs: DESTDIR should end with /)

Debian Bug Tracking System owner@bugs.debian.org
Fri, 06 Aug 2004 20:18:08 -0700


Your message dated Fri, 06 Aug 2004 23:02:04 -0400
with message-id <E1BtHTA-0000DD-00@newraff.debian.org>
and subject line Bug#254125: fixed in cdbs 0.4.22-1
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; 13 Jun 2004 03:36:03 +0000
>From mquinson@ens-lyon.fr Sat Jun 12 20:36:03 2004
Return-path: <mquinson@ens-lyon.fr>
Received: from pompone.cs.ucsb.edu [128.111.45.35] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BZLmt-00052w-00; Sat, 12 Jun 2004 20:36:03 -0700
Received: from ip68-6-46-23.sb.sd.cox.net ([68.6.46.23] helo=localhost)
	by pompone.cs.ucsb.edu with asmtp (Exim 3.35 #1 (Debian))
	id 1BZLms-0002ab-00; Sat, 12 Jun 2004 20:36:02 -0700
Received: from mquinson by localhost with local (Exim 3.36 #1 (Debian))
	id 1BZAYP-0002BB-00; Sat, 12 Jun 2004 08:36:21 -0700
Content-Type: multipart/mixed; boundary="===============1008279216=="
MIME-Version: 1.0
From: Martin Quinson <Martin.Quinson@tuxfamily.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: cdbs: DESTDIR should end with /
X-Mailer: reportbug 2.60
Date: Sat, 12 Jun 2004 08:36:21 -0700
Message-Id: <E1BZAYP-0002BB-00@localhost>
Sender: Martin Quinson <mquinson@ens-lyon.fr>
Delivered-To: submit@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=-7.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1008279216==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: cdbs
Version: 0.4.21
Severity: normal
Tags: patch

[sorry I'm offline, I cannot check whether that's a known bug or not,
and I fear to forget if I delay the report]

Hello,

the DESTDIR variable is most often used in constructions like
$(DESTDIR)$(path). I ran into a case where path was a relative one. In
that case, there is no separating / anymore, breaking the concatenation.

You may well argue that the bug is to use a relative patch at the first
place, and you'd be right, but having two slashes in the regular case
shouldn't harm anything, and the patch is so simple...

Thanks for applying, Mt.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.3
Locale: LANG=fr_FR@euro, LC_CTYPE=fr_FR@euro

-- no debconf information

--===============1008279216==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="diff-cdbs-destdir"

--- /usr/share/cdbs/1/rules/buildvars.mk~	2004-02-22 19:41:26.000000000 -0800
+++ /usr/share/cdbs/1/rules/buildvars.mk	2004-06-12 01:12:02.000000000 -0700
@@ -71,9 +71,9 @@
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifeq ($(words $(DEB_PACKAGES)),1)
-	DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_PACKAGES))
+	DEB_DESTDIR = $(CURDIR)/debian/$(strip $(DEB_PACKAGES))/
 else
-	DEB_DESTDIR = $(CURDIR)/debian/tmp
+	DEB_DESTDIR = $(CURDIR)/debian/tmp/
 endif
 
 endif

--===============1008279216==--

---------------------------------------
Received: (at 254125-close) by bugs.debian.org; 7 Aug 2004 03:08:43 +0000
>From katie@ftp-master.debian.org Fri Aug 06 20:08:43 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BtHZb-0004YZ-00; Fri, 06 Aug 2004 20:08:43 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BtHTA-0000DD-00; Fri, 06 Aug 2004 23:02:04 -0400
From: Jeff Bailey <jbailey@raspberryginger.com>
To: 254125-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#254125: fixed in cdbs 0.4.22-1
Message-Id: <E1BtHTA-0000DD-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 06 Aug 2004 23:02:04 -0400
Delivered-To: 254125-close@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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 8

Source: cdbs
Source-Version: 0.4.22-1

We believe that the bug you reported is fixed in the latest version of
cdbs, which is due to be installed in the Debian FTP archive:

cdbs_0.4.22-1.dsc
  to pool/main/c/cdbs/cdbs_0.4.22-1.dsc
cdbs_0.4.22-1.tar.gz
  to pool/main/c/cdbs/cdbs_0.4.22-1.tar.gz
cdbs_0.4.22-1_all.deb
  to pool/main/c/cdbs/cdbs_0.4.22-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 254125@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeff Bailey <jbailey@raspberryginger.com> (supplier of updated cdbs package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri,  6 Aug 2004 21:48:10 -0400
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.22-1
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers <build-common-hackers@lists.alioth.debian.org>
Changed-By: Jeff Bailey <jbailey@raspberryginger.com>
Description: 
 cdbs       - common build system for Debian packages
Closes: 224123 234100 234398 241504 242088 243356 254125 2359971
Changes: 
 cdbs (0.4.22-1) unstable; urgency=low
 .
   This is the "What?  You want a those bugs FIXED?" release.
 .
   * Jeff Bailey <jbailey@raspberryginger.com>
 .
     - Acknowledge NMU (Closes: #241504), Thanks Brian!
 .
     - Only call dh_link the second time.  (Closes: #224123)
     - Make sure the source package is free of cruft. (Closes: #234100)
     - Call dh_gconf with the right args. (Closes: #234398)
     - Don't know why the docs went away, but they're back.
       (Closes: #2359971)
     - Support DEB_DH_LINK_$(cdbs_curpkg).  (Closes: #242088)
 .
     - Documentation patches, by Michael Wiedmann <mw@miwie.in-berlin.de>
       Thanks!  (Closes: #243356)
 .
     - Work around packages that don't provide trailing /'s where they
       ought to.  Patch by Martin Quinson <Martin.Quinson@tuxfamily.org>
       Thanks!  (Closes: #254125)
 .
     - Fix build env so that make clean and make all aren't overridden,
       just chained to.  (Use -local, not -am).
 .
     - Update my email address.
Files: 
 606dca6a82b037f4312f74ad272092b6 855 devel optional cdbs_0.4.22-1.dsc
 1e61aa1ab6d33cb03960b0c869409242 208091 devel optional cdbs_0.4.22-1.tar.gz
 9125f75d068059ca51d6e1e5cf805835 59902 devel optional cdbs_0.4.22-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBFENs5M5hmdCYCpkRAiUBAJ0bMoylszMmho3V4Uoa3bKqLF0BNQCfVDAn
H7C8+Z2tIQFuH7a3zCUH6BI=
=0Se6
-----END PGP SIGNATURE-----