delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2022/10/03/15:26:57

X-Recipient: archive-cygwin AT delorie DOT com
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT 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 AT cygwin DOT com
References: <a19ffc66-81fa-d767-8d6b-e2c9a1a9667f AT kircheis DOT it>
<announce DOT c238b983-e8f8-5d46-5098-f443c208c04e AT towo DOT net>
From: Federico Kircheis <federico AT kircheis DOT 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 AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019