guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: quilt: Use shorter file names for patches.


From: guix-commits
Subject: 03/07: gnu: quilt: Use shorter file names for patches.
Date: Tue, 4 Dec 2018 18:14:01 -0500 (EST)

civodul pushed a commit to branch version-0.16.0
in repository guix.

commit c16c119d0a7894c42bbe816ec381a0f458f26e6a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Dec 4 22:55:46 2018 +0100

    gnu: quilt: Use shorter file names for patches.
    
    We were reaching the 99-character limit of POSIX tar.
    
    * 
gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch:
    Rename to...
    * gnu/packages/patches/quilt-getopt-nondigit-param.patch: ... this.
    * gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch:
    Rename to...
    * gnu/packages/patches/quilt-getopt-second-separator.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/patchutils.scm (quilt)[source](patches): Likewise.
---
 gnu/local.mk                                                          | 4 ++--
 ...on-with-nondigit-param.patch => quilt-getopt-nondigit-param.patch} | 0
 ...fix-second-separator.patch => quilt-getopt-second-separator.patch} | 0
 gnu/packages/patchutils.scm                                           | 4 ++--
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 53a3547..d2407bb 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1119,8 +1119,8 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/quagga-reproducible-build.patch          \
   %D%/packages/patches/quickswitch-fix-dmenu-check.patch       \
   %D%/packages/patches/quilt-test-fix-regex.patch              \
-  %D%/packages/patches/quilt-compat-getopt-fix-second-separator.patch  \
-  
%D%/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch   
     \
+  %D%/packages/patches/quilt-getopt-nondigit-param.patch       \
+  %D%/packages/patches/quilt-getopt-second-separator.patch     \
   %D%/packages/patches/qtwebkit-pbutils-include.patch          \
   %D%/packages/patches/randomjungle-disable-static-build.patch \
   %D%/packages/patches/rapicorn-isnan.patch                    \
diff --git 
a/gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch 
b/gnu/packages/patches/quilt-getopt-nondigit-param.patch
similarity index 100%
rename from 
gnu/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch
rename to gnu/packages/patches/quilt-getopt-nondigit-param.patch
diff --git 
a/gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch 
b/gnu/packages/patches/quilt-getopt-second-separator.patch
similarity index 100%
rename from gnu/packages/patches/quilt-compat-getopt-fix-second-separator.patch
rename to gnu/packages/patches/quilt-getopt-second-separator.patch
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index fa5ad62..b655399 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -102,8 +102,8 @@ listing the files modified by a patch.")
        (base32
         "06b816m2gz9jfif7k9v2hrm7fz76zjg5pavf7hd3ifybwn4cgjzn"))
       (patches (search-patches "quilt-test-fix-regex.patch"
-                               "quilt-compat-getopt-fix-second-separator.patch"
-                               
"quilt-compat-getopt-fix-option-with-nondigit-param.patch"))))
+                               "quilt-getopt-second-separator.patch"
+                               "quilt-getopt-nondigit-param.patch"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("gettext" ,gnu-gettext)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]