GNU bug report logs - #29444
[PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.

Previous Next

Package: guix-patches;

Reported by: nee <nee <at> cock.li>

Date: Sat, 25 Nov 2017 20:07:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29444 in the body.
You can then email your comments to 29444 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29444; Package guix-patches. (Sat, 25 Nov 2017 20:07:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to nee <nee <at> cock.li>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 Nov 2017 20:07:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: nee <nee <at> cock.li>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.
Date: Sat, 25 Nov 2017 21:06:29 +0100
[Message part 1 (text/plain, inline)]
Hello the package pngcrush was wrongly named pngcrunsh.
[0001-gnu-image-Rename-pngcrunch-to-pngcrush-and-update-it.patch (text/x-patch, attachment)]

Reply sent to ludo <at> gnu.org (Ludovic Courtès):
You have taken responsibility. (Sun, 26 Nov 2017 16:37:02 GMT) Full text and rfc822 format available.

Notification sent to nee <nee <at> cock.li>:
bug acknowledged by developer. (Sun, 26 Nov 2017 16:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 29444-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: nee <nee <at> cock.li>
Cc: 29444-done <at> debbugs.gnu.org
Subject: Re: [bug#29444] [PATCH] gnu: image: Rename pngcrunch to pngcrush and
 update it.
Date: Sun, 26 Nov 2017 17:36:16 +0100
[Message part 1 (text/plain, inline)]
nee <nee <at> cock.li> skribis:

> Hello the package pngcrush was wrongly named pngcrunsh.
>
> From 0aa4d700c488cc25bc45f4402f2afe0823197546 Mon Sep 17 00:00:00 2001
> From: nee <nee.git <at> cock.li>
> Date: Sat, 25 Nov 2017 20:51:11 +0100
> Subject: [PATCH] gnu: image: Rename pngcrunch to pngcrush and update it.
>
> * gnu/packages/image.scm(pngcrush): Renamed from pngcrunch.
> [version]: update to 1.8.13.
> [arguments]: Use the nolib Makefile.
> [origin]: Use the no-lib tar.
> [home-page]: update to the new website.
> * gnu/packages/image.scm(pngcrunsh): Make it a deprecated package.

Funny.  :-)

Applied with the change below to make deprecation effective.

Thanks!

Ludo’.

[Message part 2 (text/x-patch, inline)]
diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index fd6db73a8..a183817db 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -241,8 +241,9 @@ in-memory raw vectors.")
 files.  It can compress them as much as 40% losslessly.")
    (license license:zlib)))
 
-;;; typo package of pngcrush
-(deprecated-package "pngcrunch" pngcrush)
+(define-public pngcrunch
+  ;; This package used to be wrongfully name "pngcrunch".
+  (deprecated-package "pngcrunch" pngcrush))
 
 (define-public libjpeg
   (package

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 25 Dec 2017 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 238 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.