From unknown Tue Sep 23 09:04:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76530: Remove or update dir file in the debbugs package Resent-From: Jonas Bernoulli Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 24 Feb 2025 20:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 76530 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 76530@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.174042753630271 (code B ref -1); Mon, 24 Feb 2025 20:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 24 Feb 2025 20:05:36 +0000 Received: from localhost ([127.0.0.1]:42838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmehr-0007sA-JZ for submit@debbugs.gnu.org; Mon, 24 Feb 2025 15:05:35 -0500 Received: from lists.gnu.org ([2001:470:142::17]:38472) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmehp-0007rN-CS for submit@debbugs.gnu.org; Mon, 24 Feb 2025 15:05:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmehI-0006YO-6Q for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2025 15:05:01 -0500 Received: from mail.hostpark.net ([212.243.197.30]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmehD-0000Rx-Jv for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2025 15:04:59 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 30FA61660E for ; Mon, 24 Feb 2025 21:04:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from; s=sel2011a; t=1740427490; bh=LJpw6VK i/XP+0jfDXUsxRDqS6lLbvJ4xGGzRdHjOTUo=; b=YS7wDmkGky/yjLCKed65/mJ co4v5ogfV4utrTC3Th99UeJlm0+8lJobJ8O7bu03wm3hATYnTEPsz8obxWPg9grJ blQMH619bxC2QOrTbeg4hpNhWqlK1BSoixhQr0gbFFjO12ytNqurIWhZaxcbh8Js 2jiTWKpmEzAAhTj1Gwgw= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 1BHmlRYrC8k4 for ; Mon, 24 Feb 2025 21:04:50 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id DFF7F161D9 for ; Mon, 24 Feb 2025 21:04:50 +0100 (CET) From: Jonas Bernoulli Date: Mon, 24 Feb 2025 21:04:48 +0100 Message-ID: <87frk36rdr.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) The last commit changed the $direntry name of the manuals, but the tracked dir file was not updated. Because that file is being tracked, running install-info results in uncommitted changes. I recommend you remove this file; I believe it is not commonly tracked. Alternatively regenerate it and check in the changes. I would have done that myself, but this resulted in more changes than what one would expect from looking just at 69f4dc14e8cbffbada422fe4e2d5640692a63425. It appears it makes a difference what version of install-info is used -- another reason not to check in this file. Cheers, Jonas From unknown Tue Sep 23 09:04:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76530: Remove or update dir file in the debbugs package Resent-From: Michael Albinus Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 26 Feb 2025 08:09:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76530 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 76530@debbugs.gnu.org Cc: jonas@bernoul.li X-Debbugs-Original-To: Jonas Bernoulli via "Bug reports for GNU Emacs, the Swiss army knife of text editors" X-Debbugs-Original-Cc: 76530@debbugs.gnu.org, Jonas Bernoulli Received: via spool by submit@debbugs.gnu.org id=B.174055730820470 (code B ref -1); Wed, 26 Feb 2025 08:09:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Feb 2025 08:08:28 +0000 Received: from localhost ([127.0.0.1]:50858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tnCSx-0005K3-Ju for submit@debbugs.gnu.org; Wed, 26 Feb 2025 03:08:28 -0500 Received: from lists.gnu.org ([2001:470:142::17]:40322) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tnCSv-0005Je-EJ for submit@debbugs.gnu.org; Wed, 26 Feb 2025 03:08:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnCSo-0004wG-4z for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2025 03:08:18 -0500 Received: from mout.gmx.net ([212.227.17.20]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tnCSm-0000TT-4g for bug-gnu-emacs@gnu.org; Wed, 26 Feb 2025 03:08:17 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de; s=s31663417; t=1740557286; x=1741162086; i=michael.albinus@gmx.de; bh=B3gN4dqUQiw84XBJI+Sgq1xWrXaCJ/2yAmuGXyPR+xI=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type:cc:content-transfer-encoding: content-type:date:from:message-id:mime-version:reply-to:subject: to; b=XP19KZBGA1JDj+vn+pHPSWxC40AC2zb8CRermwbDi2cjnkggmIYN3TDNiIZi4Yzq jQhcNHLMfK/WY27CfWJfRFe/cW+Xyea8UgsOkkT/Wa5DGr9zeDmZB6oRFNJs5fA6e z3CYyqwygFyFCnAtvQ7GSvPAoDFysw7c+OK2iQm30Nz1TUrurtBf35Ois5vezHD0w rMnjpP2ownb255GogyC8jDUBU9p1PSTDc6XOY+GDPjTmFcbex0afuqLXPWunBu6+z sUmGhNci4UfRSq6Du+hZXnNMOGqxf1q3ceUR4eWeUAbIMSVX+aSbMvvO6248B2BPn zu4pGTE7suBSsxZkHg== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.38.155]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MCsQ4-1teR1B3fu4-00BbU8; Wed, 26 Feb 2025 09:08:06 +0100 From: Michael Albinus In-Reply-To: <87frk36rdr.fsf@bernoul.li> References: <87frk36rdr.fsf@bernoul.li> Date: Wed, 26 Feb 2025 09:08:04 +0100 Message-ID: <87ikoxw2l7.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:De4a8KSHKs3DTZ3DtZoC9z3mNqeo3REUwkxrTmshUUy0qbR0Qud vnJpK5tdSReOH2FUqg7a6BfaBYsTbQYTT2M9BZ5luZHxXBlcL7/KKqI8LtWsEVoW0dWn3CY BXz+1rvo2gd+ojrwsiTZZRyBQzw4zI/wNl0lMNtC7Xhl7hRkgHqsJqBhRTQS94avlmWdwT1 5s4cwAR+S7jN2JNSyk5aA== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:YO923o7OCiI=;SEeHcneuRAqdhq4PaMCCkB9+ANa pJbCDtBVCmWYwyhzEsQstFf33g6T7dSizA/S3POyqSPznCZvcDY3UuTIQclqqKUdSS1jNqbKz o8UG6sY3A/QkOdOEd3jGs0Z5u20a1YDu9xeVhCEmkArA2eqPrFCoCFh4gJfi5tKeJgeAjiKT0 K+2GaqLfFZRqpEhI7ly7551u7HbGW4yKvKvsDzQyhYB8Xc3FxgqY0ezKZnMzjUwHnUjhB2u+7 zPMFQko834U6AfIrkXJe0jvrVjRQSFlbERegxFBx9VlfZH4M32OXrkDuSUoJzGyIDpIjIyc6G icTm5wh2cXxoJWlwDKDn6s5xh3tjVgxfsYnyGo8mgColTKvd3KdoLrNY90v2+axksEzXgLkRt 3EXPM7FlR4YIxzsz+av7jNJhAp+DuhhCOWM/M2eTChHOQolbfrfSM0hSyGmRRImoxAOQA9wM0 kaocewOrMgQGTt8s1CUKAewq5qvbWrwr9JLf33NajtlksCWkwDgNMeFtBTuc4HesAjPElRDUZ 7fjQJdcWTh1nKmO20i/IJBKhdvaTrwzJxlZnn5rhPFEpbnmuNaks7oQIrl1+vyIK1Kww9s7Np du7bjHYIuitygQoLyd3eNiPZjipk1KiB5RTGxht9Va5S6ZRdUKMzr4xkWx1qH16Yfk5mrkbzz n328lJWlldgefmsGFRrqcEHA7+AVVVHZ+xmlXJ4Pize3xLoX4UngvD8XxlJwR018QoEhW1e9G SSr4Z69hfPae/0st/zRy6PNFrsD0YZKAkP5iaDehV/iJU2we9Qzm6riIY1nz5cQTacTesDrPu g21FDawWzEyf4BTohNFxzscHQg2580Q7P4I8KPN5/PUc8w5ZVLNykz548xeMntgHm5u65vMrv wvUnMJrmjGA48V/LlndN6ttTLfFvnHZKiOIOKmjg9TXEnvMA9wr0bntU5YhywyOngVFl36Qnz fpL9wybn5Twf0oDe+fJtktnkOO14T8BjLUeWzAKdrC/3Oi8VnELVgK2qsicVOMG+Qt67GxE5R zyb7i7r5AUTfcyhvvLcf+XxD8Hk1Pjmh1Hh7SWqgdemQmukCE0pP0mRVuTUSMGfTdkAkY4nR1 djxbhV7bYr4tU6NVjUWVc+Gf5J5i2/A9eCOklnmnHt5NgGf+u2lspN6anQDtughCo+pJxDDSI hR+EncZF1OwJtRzD2OfQKNiIFbzcWWZlgLBrzj5DDAUVQRy8GME5R3GDEf3rRZFXroZuPQGRw xCegojlAAJVF6McGBQpwbjH14Ug+Ody9qTgcFzJnknnjAVLeOqySPIsMg50NFn965jwCOyHTZ f98EnA19fHgSBZK3dgawyTDJurMRWo7iMDUUzJMR9b+NRXZQj1Th3e79edH1ER6HOdFoZxIRP 6Zc/w5Ih/JR7bpRoVuhn2/F3Otnvpihpxh8Hcly/NPEb8Crrry2aWORqQn Received-SPF: pass client-ip=212.227.17.20; envelope-from=michael.albinus@gmx.de; helo=mout.gmx.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Jonas Bernoulli via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: Hi Jonas, > The last commit changed the $direntry name of the manuals, but the > tracked dir file was not updated. Because that file is being tracked, > running install-info results in uncommitted changes. Thanks for the heads-up. I've modified the dir file accordingly, pushed to the ELPA git repo. > I recommend you remove this file; I believe it is not commonly tracked. (package-initialize) adds the directories, where packages are installed, to Info-directory-list. Therefore, the dir file is taken into account. > Alternatively regenerate it and check in the changes. I would have done > that myself, but this resulted in more changes than what one would > expect from looking just at 69f4dc14e8cbffbada422fe4e2d5640692a63425. > It appears it makes a difference what version of install-info is used -- > another reason not to check in this file. In the past, I've experienced problems when generating the dir file. Therefore, I edit it manually all the time. The change will appear with debbugs 0.44, to be released in a couple of days (hopefully). If you want to check it just now, you could install the recent debbugs 0.43.0.20250225.140711 from the archive. > Cheers, > Jonas Best regards, Michael. From unknown Tue Sep 23 09:04:06 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jonas Bernoulli Subject: bug#76530: closed (Re: bug#76530: Remove or update dir file in the debbugs package) Message-ID: References: <87frjjq57x.fsf@gmx.de> <87frk36rdr.fsf@bernoul.li> X-Gnu-PR-Message: they-closed 76530 X-Gnu-PR-Package: emacs Reply-To: 76530@debbugs.gnu.org Date: Tue, 11 Mar 2025 09:37:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1741685822-16597-1" This is a multi-part message in MIME format... ------------=_1741685822-16597-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #76530: Remove or update dir file in the debbugs package which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 76530@debbugs.gnu.org. --=20 76530: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D76530 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1741685822-16597-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 76530-done) by debbugs.gnu.org; 11 Mar 2025 09:36:31 +0000 Received: from localhost ([127.0.0.1]:41604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trw2J-0004Ic-8L for submit@debbugs.gnu.org; Tue, 11 Mar 2025 05:36:31 -0400 Received: from mout.gmx.net ([212.227.15.15]:36875) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trw2F-0004II-Sy for 76530-done@debbugs.gnu.org; Tue, 11 Mar 2025 05:36:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.de; s=s31663417; t=1741685779; x=1742290579; i=michael.albinus@gmx.de; bh=fA5ptdMuk8sadlE4MHxg7KoodKGkJlaqiqpuXUpcc5E=; h=X-UI-Sender-Class:From:To:Cc:Subject:In-Reply-To:References:Date: Message-ID:MIME-Version:Content-Type:cc:content-transfer-encoding: content-type:date:from:message-id:mime-version:reply-to:subject: to; b=NLak2S8PTe90TcLMsuGBEKBzoVF+g1rqh68GYitS204kSl5eZKud/e04AwPJDjQx fQ86luEeodzumciWB0135h5FsWA+H2YOfjJiZg4vDKEBIuoPUo81rOuxgzVsfpSS6 1h4xTL2huhZDmMneKt7nJ0M6/8WH7mzCC2szZ2F4GGbaUXvlUe39w+dfz9I1u40TU 7Rx0P41gIDOhop9rHofzqiZz4w9VZkSNYdVN0TbX/JB1cD45Ncb90twF2TErQaWTG v6T53GDeZPkij4QFOeVHRaKcco1JpLDCAndROK6Bxvby3jFaRoj0atPSKWQwCeCxF iEPaYDNWAq9oHiG7Gg== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from gandalf.gmx.de ([185.89.37.59]) by mail.gmx.net (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1N8GMk-1t5nSl1yjY-00t4bI; Tue, 11 Mar 2025 10:36:19 +0100 From: Michael Albinus To: 76530-done@debbugs.gnu.org Subject: Re: bug#76530: Remove or update dir file in the debbugs package In-Reply-To: <87ikoxw2l7.fsf@gmx.de> References: <87frk36rdr.fsf@bernoul.li> <87ikoxw2l7.fsf@gmx.de> Date: Tue, 11 Mar 2025 10:36:18 +0100 Message-ID: <87frjjq57x.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:SnUuBOL53pT/IHibRpUa1GhkHhRDscZdGXpOOKP6MqNbwZ4KFB4 kr6Cy3kSlhQrt+PDYPol30+eNmJ2LG77sg73r8+2MWelUc12RM99TXAiNJtX6xo+KbBqHrg PJ80AK+1IEzv0HySnNXIs//a+knNl6qAvNA/XO25IJpXfs9qIorug5EcELTt8PnVBQkZjV+ naM7ZXIyfR0fkSjeLKsyw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:5ezGjdLmsak=;gVXpb4lR3HXujm/51JGy2Cebzd0 IJQ7NMgRdsaPxQKtGecrKf3dB8AFVY7I3A/EUovZ9L08hYglEBRAAkV4e5RJL2UM6HGQipTbP l3nySBKHhSwAaMHY1TyDgmYVUeflzTi1cwSMr4wuNi2x7uZxgzwLGFTu7oACBk9hZLqcDOVaD kYSib7FsqpSpbyqxryCgzxjSEggyTXaipqhmmvycgA5dRbsxBtOvkBidSQOX1DhUyRwbox4V8 oG5tJyBtILcjAhNc6dKrrRqkgmRylDIKpaLIFNYXscSWeFdKUYttAhcoYq4c063xvYd/b3ezP Q1UN+MlpI+75gx940X/KmMNR6Gnsl4adXf/Du+sDyJy/1g6qJEJADWoWoYm/GUU9XwwfYtPDs u2OkEItWhUwVD3ebzgGM3H7Fq0mXFBT3pP+KwylLrp45JaXRSyvaP7SsWHfeXsvfWTy6tx8gO ep4q9+Xtj060xBUsyQqGagRkhpq1jM/rFm3FPHvWd90YSSvvlB3ltAPewy3HpGR3izY3j6Bwh Sjn3PuqAHa6f508VvYIoE2JDRw+QbRLkJZ13RgEx6Yz0Y8z/6NS0s/3U/Dnb6EAUJrU04/OSa wZtqW4l4P4up75NZKTdB/khsO9QSRR8zNM0hD9TMBAfT6spyuR67Hi73hkqn8SERQVAaN/uf1 UmJJVlq0yFcLo3n+/9PYWaesoYvcubzPOwS8Z4JYj05QlL0BhKj+8nEsvsEMD9B63sSOKTJLJ Mbv/kptu9dtwdaZ6dVJcveyk+bCeJ8UxPhXHUEA7eutlU8stcZE/FPbnO2K8FNHn4Y2t4hmV+ /yatbIF2IRnPTZ83KF49DpJoMH55L+Yh1dQ0A/BotVAfLOqp8nniwgs00SPxe6PbqXx73x3R5 hUl2Ep6pGDau7XRhPreC07jxECZQseqiZZMuKIgaxn1vvX0PrxYLilr4JhuCffNdxsjm8hv0y Hy6haj5MyKWLy3V2cTvRfcXv48fmixsNeooAlAxwGrasSgZDRvV0v2sSzwz2SdQTLHqcNKlwF 8brNJmYg4jsJpSj9TPWY9YEcL6WAODbVaB1ptEAob8J7zPA7EMe0XmO96uoalEpALSbgUSD89 zIzuMfboxvAZj+25/j8+7dsRNCcjdQpv62H8FprZzDlQ0P8qpA/d19QOptZld8Dr/GFqVK2oB gTxxd0nK4Ob4XMQrOgTAoVHaajKlTMtV9H6NgYpISqid0aSXyio6Pz1ZcYniKF7ZlgWcqWWd0 DGZPZyy0B8kbzHUriT0ybqF2Q+NpHwtBcJGBohOrn/U1ybXY9SJ7j1BPefM+EPJzyVXKX0u4s eDZAondZUt2j+iHJ/6GN5GAgFhK5Zf5icyj9g5K2q1F287vICdS3Vuawt84KK0YfpFWdpS/Kt PPm1D/G4XaSNZF2VT9EK7rhpJMTDNr8DDE8g6oAq5O2LoW8WpoZU4ico3BB1c2UDbSVvoXY4s xbqD5GA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76530-done Cc: jonas@bernoul.li, Stefan Monnier X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Michael Albinus writes: Hi Jonas, >> I recommend you remove this file; I believe it is not commonly tracked. > > (package-initialize) adds the directories, where packages are installed, > to Info-directory-list. Therefore, the dir file is taken into account. Finally, I've removed the dir file from git, as recommended by Stefan Monnier. It is generated automatically when creating a package release. If you need it it locally in git, Makefile is your friend. Call 'make doc'. Closing the bug. >> Cheers, >> Jonas Best regards, Michael. ------------=_1741685822-16597-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Feb 2025 20:05:36 +0000 Received: from localhost ([127.0.0.1]:42838 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tmehr-0007sA-JZ for submit@debbugs.gnu.org; Mon, 24 Feb 2025 15:05:35 -0500 Received: from lists.gnu.org ([2001:470:142::17]:38472) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tmehp-0007rN-CS for submit@debbugs.gnu.org; Mon, 24 Feb 2025 15:05:33 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmehI-0006YO-6Q for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2025 15:05:01 -0500 Received: from mail.hostpark.net ([212.243.197.30]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tmehD-0000Rx-Jv for bug-gnu-emacs@gnu.org; Mon, 24 Feb 2025 15:04:59 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 30FA61660E for ; Mon, 24 Feb 2025 21:04:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from; s=sel2011a; t=1740427490; bh=LJpw6VK i/XP+0jfDXUsxRDqS6lLbvJ4xGGzRdHjOTUo=; b=YS7wDmkGky/yjLCKed65/mJ co4v5ogfV4utrTC3Th99UeJlm0+8lJobJ8O7bu03wm3hATYnTEPsz8obxWPg9grJ blQMH619bxC2QOrTbeg4hpNhWqlK1BSoixhQr0gbFFjO12ytNqurIWhZaxcbh8Js 2jiTWKpmEzAAhTj1Gwgw= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 1BHmlRYrC8k4 for ; Mon, 24 Feb 2025 21:04:50 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id DFF7F161D9 for ; Mon, 24 Feb 2025 21:04:50 +0100 (CET) From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org Subject: Remove or update dir file in the debbugs package Date: Mon, 24 Feb 2025 21:04:48 +0100 Message-ID: <87frk36rdr.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.1 (/) The last commit changed the $direntry name of the manuals, but the tracked dir file was not updated. Because that file is being tracked, running install-info results in uncommitted changes. I recommend you remove this file; I believe it is not commonly tracked. Alternatively regenerate it and check in the changes. I would have done that myself, but this resulted in more changes than what one would expect from looking just at 69f4dc14e8cbffbada422fe4e2d5640692a63425. It appears it makes a difference what version of install-info is used -- another reason not to check in this file. Cheers, Jonas ------------=_1741685822-16597-1-- From unknown Tue Sep 23 09:04:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#76530: Remove or update dir file in the debbugs package Resent-From: Jonas Bernoulli Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 11 Mar 2025 12:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 76530 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Michael Albinus , 76530-done@debbugs.gnu.org Cc: Stefan Monnier Received: via spool by 76530-done@debbugs.gnu.org id=D76530.174169758522517 (code D ref 76530); Tue, 11 Mar 2025 12:54:02 +0000 Received: (at 76530-done) by debbugs.gnu.org; 11 Mar 2025 12:53:05 +0000 Received: from localhost ([127.0.0.1]:42142 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1trz6W-0005r7-P5 for submit@debbugs.gnu.org; Tue, 11 Mar 2025 08:53:05 -0400 Received: from mail.hostpark.net ([212.243.197.30]:39508) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1trz6S-0005qA-M5 for 76530-done@debbugs.gnu.org; Tue, 11 Mar 2025 08:53:02 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 1C8331677F; Tue, 11 Mar 2025 13:52:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from; s=sel2011a; t=1741697577; bh=bT5XaAY+92KFCs1ZrjVABmgKeXjvSj92WfXkALy9pHg=; b= stgeUkLVVPPyIZCjIdV67Rrtynm8mMPvTDQAjAH1p28Oe1TiF1ki7H2p2qi4PYky k80753K4XKXctp9OjrLtg6M3C1mT9Y8lPWYs3Or8awG1IbRmCQRiika3vvBFucSd 1jlUKBHYmGIGS54R2iwerDyqK1Oi3bTPDCX3Xr5K8bU= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id wU8RztpXNQ3n; Tue, 11 Mar 2025 13:52:57 +0100 (CET) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 6CB3116649; Tue, 11 Mar 2025 13:52:57 +0100 (CET) From: Jonas Bernoulli In-Reply-To: <87frjjq57x.fsf@gmx.de> References: <87frk36rdr.fsf@bernoul.li> <87ikoxw2l7.fsf@gmx.de> <87frjjq57x.fsf@gmx.de> Date: Tue, 11 Mar 2025 13:52:56 +0100 Message-ID: <877c4vzq3b.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Michael Albinus writes: > Michael Albinus writes: > > Hi Jonas, > >>> I recommend you remove this file; I believe it is not commonly tracked. >> >> (package-initialize) adds the directories, where packages are installed, >> to Info-directory-list. Therefore, the dir file is taken into account. > > Finally, I've removed the dir file from git, as recommended by Stefan > Monnier. It is generated automatically when creating a package release. Thanks! > If you need it it locally in git, Makefile is your friend. Call 'make doc'. I'm already friends with the Makefile. ;)