From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6828123427380920320 X-Received: by 2002:adf:f183:: with SMTP id h3mr5411857wro.403.1590695169184; Thu, 28 May 2020 12:46:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a5d:5224:: with SMTP id i4ls3799593wra.0.gmail; Thu, 28 May 2020 12:46:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyZDy69jdYKUfuEuYHicH1HFwyhYd4jHU3pvyXLBbvolWYEypz70TsN3iPxc5Y9E6PYYLhR X-Received: by 2002:adf:b697:: with SMTP id j23mr5374531wre.201.1590695168633; Thu, 28 May 2020 12:46:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590695168; cv=none; d=google.com; s=arc-20160816; b=HMJjzqBPPtLX7St7me+lnAV4B2PgAtJkOCmeW7L8yzhI699n5XvuABYMp+yTaNLX35 iZLdbbXwfCII1tD3HvTBqoFxkydsPFW17ZFGQqAi6bc2vUBg8E+6rt3xOGLRIULGTya4 Z4GOno77bdKVeA7jS+ts/OJBgUWxvAkl01fGlnWsypv1ov56xpeO3PEk0Tmo3/I8Ezbv /WXW+a37QF9bZiIVjh2uo/RbiEDe5lVt6R1Z3CLuXRTeLCZuNdfk68ev56OQ78R1/5Ya 59mW8Os8Vp3pz0T4Kz8hwBoYRc3dLTP+dnHiS5/luk/7cE+Z0K/ZqyYnSsN6E3cpTSd2 6fag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=BHw6bmkjNIh6FOd0N8mA607WoyLvFBQklHogQ1A9DDo=; b=Qbb5AB9V5KC+4AwzxEaKIrPb1fijYGviqbb13NiEQs4ApBdI+6AsDN4yVZJ3TDvIet Pp9CmWUb+iUhdtmKbJwqjdTQyAeLwcMKzJJNtsiGK7VNFFgOr6ZJiCLG1wI6FxRzL+4C X7BpSzeLsedhr+8oHKnCn9SgwkgOVwG20JGnSioUALtxCB8kvK5oiyh3NwV0phMKuunb JQ6SSL4RvUZ2ICiu/rNCRD0ReEZdJolYgvc+ZQt2Dm4URatJsotfa2HYgSAtRJ09sTVX irgWiGkrwRQaAcOpJV8pjCqEsutuSya2mCpNVKLWpBEDTf3ZsLaLx33MsWjO3lPn2o6V SYeA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id o65si95965wme.1.2020.05.28.12.46.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 28 May 2020 12:46:08 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (dslb-084-058-239-149.084.058.pools.vodafone-ip.de [84.58.239.149]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 04SJjh2x031711 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 28 May 2020 21:46:02 +0200 Date: Thu, 28 May 2020 21:45:38 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] debianize: Use weak defaults Message-ID: <20200528194538.4sffvk2p2gus5caz@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200518085905.10475-1-Vijaikumar_Kanagarajan@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200518085905.10475-1-Vijaikumar_Kanagarajan@mentor.com> User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: YeFBdLpAWZsg On Mon, May 18, 2020 at 02:29:05PM +0530, Vijai Kumar K wrote: > We use default assignments(?=) in an include file. If the the dpkg > class is inherited before this assignment then we get the wrong default > value defined in the debianze class. > > Use weak defaults in the class so that defaults in the include file are > honoured. Applied with minor commit message updates, thanks. With kind regards, Baurzhan.