X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
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
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: <f20554b4-e89b-37a0-35d2-70fbdeb39e52@kircheis.it>
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: <a19ffc66-81fa-d767-8d6b-e2c9a1a9667f@kircheis.it>
 <announce.c238b983-e8f8-5d46-5098-f443c208c04e@towo.net>
From: Federico Kircheis <federico@kircheis.it>
In-Reply-To: <announce.c238b983-e8f8-5d46-5098-f443c208c04e@towo.net>
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
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Errors-To: cygwin-bounces+archive-cygwin=delorie.com@cygwin.com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie.com@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 293JQcnT006459

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)

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

