From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [IPv6:2001:67c:2050:0:465::102]) by sourceware.org (Postfix) with ESMTPS id B3EC63858D1E for ; Mon, 3 Oct 2022 19:25:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B3EC63858D1E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=kircheis.it Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=kircheis.it Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4Mh9lx55CQz9sQQ for ; Mon, 3 Oct 2022 21:25:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kircheis.it; s=MBO0001; t=1664825133; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IAtb1TQdr/txu3K6OrmVISgmginisnyQmTcsUX2R1SY=; b=bpmMRQfFKJUH6iOtit1Onxig9bJnSihXi+9XDwsKp4amxlXBzaqnqRHIHGVNEmnsxflJg+ 1NDGvf8T8w7OvuY2NrGPFTBJTX3NXpSRqic8HBEjUrFHOA0HmVBtdHYdK8cvlc+Ud/R5nX 0/9xXQo7mOc9H4dC36I+k8Qh9lCDR6H5ysMIH4pHvxKe3RLNaYvfZcsODicRxUMxyMSiGX coGb5gV0pT1Bsmxwa6kpyxxFq/sT+2xI9KmaCXJu2c+QfzGJ3n1mSBEx9N423SsQdBFFGX wjfQH+TUb5UebBpS7mx8fJ1jKlES7QftVk7ONNlho/nqYe0yuYOQXOB/frAFMw== Message-ID: Date: Mon, 3 Oct 2022 21:25:32 +0200 MIME-Version: 1.0 Subject: Re: [ANNOUNCEMENT] Re: jdupes-1.21.0-1 To: cygwin@cygwin.com References: From: Federico Kircheis In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,BODY_8BITS,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 10/3/22 20:25, Thomas Wolff wrote: > > > Am 02.10.2022 um 23:27 schrieb Federico Kircheis: >> Version 1.21.0-1 of jdupes has been uploaded. >> >> jdupes is a program for finding and acting on duplicate files >> >> On GitHub it is possible to find the changelog for the new release: >> >> https://github.com/jbruchon/jdupes/releases >> >> Federico > The help output mentions a manpage but there is none in the package. > Thank you for checking. I am not sure what the error could be. From my build folder: ---- > tree .\jdupes\jdupes-1.21.0-1.x86_64\inst Folder PATH listing for volume Windows Volume serial number is 00000046 78D6:FE93 C:\CYGPORT-PS\JDUPES\JDUPES-1.21.0-1.X86_64\INST ├───bin ├───share │ └───man │ └───man1 └───usr ├───lib │ └───debug │ └───bin ├───share │ └───doc │ └───jdupes └───src └───debug └───jdupes-1.21.0-1 > ls .\jdupes\jdupes-1.21.0-1.x86_64\inst\share\man\man1\ jdupes.1 ---- I suppose that "jdupes.1" is the file that man shows to the end-user. Also from the makefile ---- install: $(PROGRAM_NAME) installdirs $(INSTALL_PROGRAM) $(PROGRAM_NAME) $(DESTDIR)$(BIN_DIR)/$(PROGRAM_NAME) $(INSTALL_DATA) $(PROGRAM_NAME).1 $(DESTDIR)$(MAN_DIR)/$(PROGRAM_NAME).$(MAN_EXT) ---- and in the cygport file I do a cygmake install... Could it be that "jdupes.1" should go in another directory? I am not familiar with man pages (as developer)