From: Jan Kiszka <jan.kiszka@siemens.com>
To: Henning Schild <henning.schild@siemens.com>
Cc: isar-users <isar-users@googlegroups.com>
Subject: Re: [PATCH] debianize: Add placeholder for original version to CHANGELOG_V
Date: Thu, 23 Apr 2020 17:08:07 +0200 [thread overview]
Message-ID: <f597417b-ebf7-434c-ac00-89fd1c5d5fad@siemens.com> (raw)
In-Reply-To: <20200423164038.08f14f1f@md1za8fc.ad001.siemens.net>
On 23.04.20 16:40, Henning Schild wrote:
> On Thu, 23 Apr 2020 15:54:47 +0200
> Jan Kiszka <jan.kiszka@siemens.com> wrote:
>
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> This allows to append to the latest upstream version when using an
>> unpinned source version. The format of the placeholder is
>> "<orig-version>".
>>
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>> meta/classes/debianize.bbclass | 7 +++++--
>> 1 file changed, 5 insertions(+), 2 deletions(-)
>>
>> diff --git a/meta/classes/debianize.bbclass
>> b/meta/classes/debianize.bbclass index da43a4e2..d317caf6 100644
>> --- a/meta/classes/debianize.bbclass
>> +++ b/meta/classes/debianize.bbclass
>> @@ -11,6 +11,9 @@ DESCRIPTION ?= "must not be empty"
>> MAINTAINER ?= "Unknown maintainer <unknown@example.com>"
>>
>> deb_add_changelog() {
>> + orig_version=$(dpkg-parsechangelog -l ${S}/debian/changelog
>> | grep "Version:" | cut -d' ' -f2)
>
> -S Version, no grep no cut
Ah! Was looking for that but missed it.
>
>> + changelog_v=$(echo "${CHANGELOG_V}" | sed
>> 's/<orig-version>/'${orig_version}'/') +
>> timestamp=$(find ${S}/ -type f -not -path "${S}/debian/*"
>> -printf "%T@\n"|sort -n -r|head -n 1) if [ -n "${timestamp}" ]; then
>> date=$(LANG=C date -R -d @${timestamp})
>> @@ -18,7 +21,7 @@ deb_add_changelog() {
>> date=$(LANG=C date -R)
>> fi
>> cat <<EOF > ${S}/debian/changelog
>> -${PN} (${CHANGELOG_V}) UNRELEASED; urgency=low
>> +${PN} (${changelog_v}) UNRELEASED; urgency=low
>>
>> * generated by Isar
>>
>> @@ -26,7 +29,7 @@ ${PN} (${CHANGELOG_V}) UNRELEASED; urgency=low
>> EOF
>> if [ -f ${WORKDIR}/changelog ]; then
>> if head -1 "${WORKDIR}"/changelog | \
>> - grep -q -e "^${PN} (${CHANGELOG_V})"
>> + grep -q -e "^${PN} (${changelog_v})"
>> then
>> # entry for our version already there, use
>> unmodified rm ${S}/debian/changelog
>
> I am afraid that calling this many times will create many entries with
> ever longer unique versions.
That is true. We need to preserve the original changelog_v, if any, and
use that as reference for the check.
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
prev parent reply other threads:[~2020-04-23 15:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-23 13:54 Jan Kiszka
2020-04-23 14:40 ` Henning Schild
2020-04-23 15:08 ` Jan Kiszka [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f597417b-ebf7-434c-ac00-89fd1c5d5fad@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox