From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x432.google.com (mail-pf1-x432.google.com [IPv6:2607:f8b0:4864:20::432]) by sourceware.org (Postfix) with ESMTPS id 947E53846078 for ; Sun, 2 May 2021 01:47:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 947E53846078 Received: by mail-pf1-x432.google.com with SMTP id e15so1736937pfv.10 for ; Sat, 01 May 2021 18:47:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:in-reply-to:references :message-id:mime-version:content-transfer-encoding; bh=qT+ZoF1VGSVDL1Lz/GAbJ8O9Cv0Hn7nt+1P3cbdnYXQ=; b=fiFGqVP0xtNIvftLmBiJ0Ar3est6IAOV7vQYQMEr6pCsXPGQdyEfc4q8xj/uMzQEZc YgOOQWmlY76Ix+DNdMUd3KTeUF8M404Cj1NMJsde0031Q1x6Qg3S2z2zieN3JUvw8ACJ 6wFN/+dtySxyk6IupgktfRQ8PbWqGW5fQ4qUIzopsFtCWgdwZBmDrGDX9ucmNM+VBvb/ Z2ve8PeIkgE68vMMHJ4RSauFEFEN3huh5iYt3o5BFzDEkavZ7DQzUe+CGpNCrSMQM/ZF RmCK0QeDyvhomM6QMKDn9MFVzJHsgjTEtd4ylMlFLlazePeplLbTMpxPwwNqO5BRsIlL RzeQ== X-Gm-Message-State: AOAM533XRWJtfId21Z+7CoIGnRwxwOxyA9Ak2xTXj6F5fabEmdrnPZVm aGK69JxXyY4QS2zDSgWhwNMPMV9O/jI= X-Google-Smtp-Source: ABdhPJwJe9GLx8OVfTKDFaBaPTuSq3ka/9h7WFp26c5CRxhOADD5Jknp3qiZzxT/4aC40EZ0D2cbFA== X-Received: by 2002:a05:6a00:1702:b029:28e:5fd5:e22d with SMTP id h2-20020a056a001702b029028e5fd5e22dmr3895100pfc.70.1619920026694; Sat, 01 May 2021 18:47:06 -0700 (PDT) Received: from [192.168.3.4] ([2400:2411:aa20:4300:6c6f:e6da:96b6:c683]) by smtp.gmail.com with ESMTPSA id t4sm5530920pfq.165.2021.05.01.18.47.05 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 May 2021 18:47:06 -0700 (PDT) Date: Sun, 02 May 2021 10:47:06 +0900 From: Lemures Lemniscati To: cygwin-apps@cygwin.com Subject: Re: duplicate between packages (libuninameslist) In-Reply-To: References: Message-Id: <20210502104704.FED5.50F79699@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.75.02 [ja] X-Antivirus: Avast (VPS 210501-8, 2021/05/02), Outbound message X-Antivirus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2021 01:47:19 -0000 On Tue, 27 Apr 2021 05:45:40 +0200, Marco Atzeri via Cygwin-apps > So I checked on my /etc/setup how many duplicates there are > and it seems also other package has the same problem > > Some are not an issue, but on the binaries I can not judge > $ cd /etc/setup > $ zcat *.lst.gz | sed '/\/$/d' | sort |uniq -c | awk '$1 > 1' > 2 usr/share/doc/libuninameslist/COPYING > 2 usr/share/doc/libuninameslist/LICENSE About libuninameslist (which I maintain), these files are contained in: libuninameslist0-20091231-1 libuninameslist-devel-20200413p3-1 When I updated libuninameslist packages, I've moved the files from libuninameslist[01] into libuninameslist-devel. So, duplication will last until libuninamelist0 is removed. To reduce the duplication, I should make libuninameslist0-20091231-2 in some way (e.g. removing duplicated files, or renaming them). I wonder what is a good way... Regards, Lem