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

Bug#211943: marked as done (autofs: Make it possible to keep the source in CVS)



Your message dated Sat, 18 Dec 2004 06:17:13 -0500
with message-id <E1CfcaH-0006gD-00@newraff.debian.org>
and subject line Bug#211943: fixed in autofs 4.1.3-7
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; 21 Sep 2003 10:16:53 +0000
>From pre@saruman.uio.no Sun Sep 21 05:16:51 2003
Return-path: <pre@saruman.uio.no>
Received: from pat.uio.no [129.240.130.16] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A11Gt-0000b8-00; Sun, 21 Sep 2003 05:16:51 -0500
Received: from mail-mx4.uio.no ([129.240.10.45])
	by pat.uio.no with esmtp (Exim 4.20)
	id 1A11Gs-0003EK-Ug
	for submit@bugs.debian.org; Sun, 21 Sep 2003 12:16:50 +0200
Received: from saruman.uio.no ([129.240.201.202])
	by mail-mx4.uio.no with esmtp (Exim 4.14)
	id 1A11Gl-0008B5-Kk; Sun, 21 Sep 2003 12:16:43 +0200
Received: from pre by saruman.uio.no with local (Exim 2.12 #7)
	id 1A11Gl-0003vr-00; Sun, 21 Sep 2003 12:16:43 +0200
To: submit@bugs.debian.org
Subject: autofs: Make it possible to keep the source in CVS
From: Petter Reinholdtsen <pere@hungry.com>
Message-Id: <E1A11Gl-0003vr-00@saruman.uio.no>
Sender: Petter Reinholdtsen <petter.reinholdtsen@usit.uio.no>
Date: Sun, 21 Sep 2003 12:16:43 +0200
X-MailScanner-Information: This message has been scanned for viruses/spam. Contact postmaster@uio.no if you have questions about this scanning.
X-UiO-MailScanner: No virus found
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_9_20
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_9_20 (1.174.2.15-2003-03-30-exp)


Package:  autofs
Version:  3.9.99-4.0.0pre10-14
Severity: wishlist
Tags:     patch

The current source fail to build when keeping it in CVS.  It need to
ignore the CVS/ directories when locating source and patches.  This
patch solves the problem by grepping away CVS/ paths.

Index: debian/scripts/lib
===================================================================
RCS file: /var/lib/cvs/skolelinux/src/rebuilds/autofs/debian/scripts/lib,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -p -u -r1.1.1.1 -r1.2
--- debian/scripts/lib  21 Sep 2003 08:34:27 -0000      1.1.1.1
+++ debian/scripts/lib  21 Sep 2003 09:22:08 -0000      1.2
@@ -148,7 +148,7 @@ do.patching() {
                        continue
                fi
                eval mkdir -p $dirprep
-               for f in `(cd $d;find -type f ! -name 'chk-*' 2>/dev/null )|sort
$reversesort`;do
+               for f in `(cd $d;find -type f ! -name 'chk-*' 2>/dev/null ) | grep -v CVS/ | sort $reversesort`;do
                        eval stampfile=$stampfiletmpl
                        eval log=$logtmpl
                        eval file=$filetmpl
Index: debian/scripts/source.unpack
===================================================================
RCS file: /var/lib/cvs/skolelinux/src/rebuilds/autofs/debian/scripts/source.unpack,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -3 -p -u -r1.1.1.1 -r1.2
--- debian/scripts/source.unpack        21 Sep 2003 08:34:27 -0000      1.1.1.1
+++ debian/scripts/source.unpack        21 Sep 2003 09:22:08 -0000      1.2
@@ -5,7 +5,7 @@ make -C debian/scripts sh.vars

 mkdir -p $STAMP_DIR/upstream/tarballs/ $SOURCE_DIR
 if [ ! -z "$SRC_TAR_DIR" -a -d "$SRC_TAR_DIR" ];then
-       files=$(find $SRC_TAR_DIR -type f|sort)
+       files=$(find $SRC_TAR_DIR -type f | grep -v CVS/ | sort)
 else
        VER=$(dpkg-parsechangelog 2>&1|egrep ^Version|cut -d " " -f 2|cut -d "-"
-f 1)
        SRC=$(dpkg-parsechangelog 2>&1|egrep ^Source|cut -d " " -f 2-)

---------------------------------------
Received: (at 211943-close) by bugs.debian.org; 18 Dec 2004 11:18:48 +0000
>From katie@ftp-master.debian.org Sat Dec 18 03:18:48 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 1Cfcbo-0001G4-00; Sat, 18 Dec 2004 03:18:48 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CfcaH-0006gD-00; Sat, 18 Dec 2004 06:17:13 -0500
From: sesse@debian.org (Steinar H. Gunderson)
To: 211943-close@bugs.debian.org
X-Katie: $Revision: 1.54 $
Subject: Bug#211943: fixed in autofs 4.1.3-7
Message-Id: <E1CfcaH-0006gD-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Sat, 18 Dec 2004 06:17:13 -0500
Delivered-To: 211943-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: 

Source: autofs
Source-Version: 4.1.3-7

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

autofs-hesiod_4.1.3-7_i386.deb
  to pool/main/a/autofs/autofs-hesiod_4.1.3-7_i386.deb
autofs-ldap_4.1.3-7_i386.deb
  to pool/main/a/autofs/autofs-ldap_4.1.3-7_i386.deb
autofs_4.1.3-7.diff.gz
  to pool/main/a/autofs/autofs_4.1.3-7.diff.gz
autofs_4.1.3-7.dsc
  to pool/main/a/autofs/autofs_4.1.3-7.dsc
autofs_4.1.3-7_i386.deb
  to pool/main/a/autofs/autofs_4.1.3-7_i386.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 211943@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Steinar H. Gunderson <sesse@debian.org> (supplier of updated autofs 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: Sat, 18 Dec 2004 02:23:46 +0100
Source: autofs
Binary: autofs-hesiod autofs-ldap autofs
Architecture: source i386
Version: 4.1.3-7
Distribution: unstable
Urgency: low
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Changed-By: Steinar H. Gunderson <sesse@debian.org>
Description: 
 autofs     - A kernel-based automounter for Linux
 autofs-hesiod - Hesiod map support for autofs
 autofs-ldap - LDAP map support for autofs
Closes: 211943 279872 282981
Changes: 
 autofs (4.1.3-7) unstable; urgency=low
 .
   * New maintainer. Thanks to Arthur Korn for maintaining the package earlier,
     and to the QA team for taking good care of the package. :-) (Closes: #279872)
   * 050_maps_without_trailing_newline.diff: Handle file maps that
     do not end in a newline. (Closes: #282981)
   * Removed unused misc and perl substitutions from Depends.
   * Fixed spelling error in autofs-ldap.README.Debian
     (lintian warning).
   * Ignore CVS/ paths when locating source and patches during build,
     patch from Petter Reinholdtsen. (Closes: #211943)
Files: 
 eff4397bb17ae2ae5732207135dc6fd9 628 utils extra autofs_4.1.3-7.dsc
 e8e8cc6203351bcb7d03947903241abd 43769 utils extra autofs_4.1.3-7.diff.gz
 11e67c3be8a447cb5f1558988ea31630 96220 utils extra autofs_4.1.3-7_i386.deb
 1d64cb7450649accf28b56bf8e6371e1 19668 utils extra autofs-hesiod_4.1.3-7_i386.deb
 ad65c16a9321d05113c0ea325066ba03 29184 utils extra autofs-ldap_4.1.3-7_i386.deb

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

iD8DBQFBw4chXKRQ3lK3SH4RAu+nAKC/fVwP/2s1kD+wWev25+ek/pXKbACgjBTz
1+K625yM0pqnSIKnsWrvWqc=
=ZyG6
-----END PGP SIGNATURE-----



Reply to: