From mboxrd@z Thu Jan 1 00:00:00 1970 From: Valters Jansons To: location@lists.ipfire.org Subject: Re: [PATCH] debian: Rework historical changelog Date: Wed, 14 Apr 2021 13:08:34 +0300 Message-ID: In-Reply-To: <7BEE897E-853B-4A28-B470-8DA9DD2821DA@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5827486223647947576==" List-Id: --===============5827486223647947576== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Wed, Apr 14, 2021 at 1:05 PM Michael Tremer wrote: > > The broken scenario that needs patching can simplified to: > > $ autoreconf --install --symlink > > $ intltoolize --force --automake > > $ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/lib > > $ make -j$(nproc) > > $ make -j$(nproc) check > > > > I will shortly provide a patch with an updated po/POTFILES.in as > > generated by `rm po/POTFILES.in && make po/POTFILES.in`. > > This does not show any changes on my system. Based on a clean clone of the repository? Maybe the src/python/__init__.py gets generated with some other targets? I personally get a diff of: --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,0 +2 @@ +src/python/__init__.py.in @@ -7,2 +7,0 @@ -src/python/__init__.py -src/python/__init__.py.in --Valters --===============5827486223647947576==--