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

[Git][debian-mate-team/caja-seahorse][master] 2 commits: Add patch to allow buildling with gpg 2.4



Title: GitLab

Jeremy Bicha pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja-seahorse

Commits:

  • fe725be5
    by Jeremy Bícha at 2024-04-14T15:26:08-04:00
    Add patch to allow buildling with gpg 2.4
    
  • 4a21b4ac
    by Jeremy Bícha at 2024-04-14T15:26:55-04:00
    releasing package caja-seahorse version 1.18.5-3
    

3 changed files:

Changes:

  • debian/changelog
    1
    +caja-seahorse (1.18.5-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Add patch to allow buildling with gpg 2.4
    
    5
    +
    
    6
    + -- Jeremy Bícha <jbicha@ubuntu.com>  Sun, 14 Apr 2024 15:26:41 -0400
    
    7
    +
    
    1 8
     caja-seahorse (1.18.5-2) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Andreas Metzler ]
    

  • debian/patches/1000_gpg.patch
    1
    +From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jeremy.bicha@canonical.com>
    
    2
    +Date: Sun, 14 Apr 2024 15:22:58 -0400
    
    3
    +Subject: Update gpg versions
    
    4
    +
    
    5
    +---
    
    6
    + configure.ac | 2 +-
    
    7
    + 1 file changed, 1 insertion(+), 1 deletion(-)
    
    8
    +
    
    9
    +diff --git a/configure.ac b/configure.ac
    
    10
    +index 3a8e134..17e19b3 100644
    
    11
    +--- a/configure.ac
    
    12
    ++++ b/configure.ac
    
    13
    +@@ -57,7 +57,7 @@ AC_ARG_ENABLE(gpg-check,
    
    14
    + 	DO_CHECK=$enableval, DO_CHECK=yes)
    
    15
    + 
    
    16
    + if test	"$DO_CHECK" = "yes"; then
    
    17
    +-	accepted_versions="1.2 1.4 2.0 2.1 2.2"
    
    18
    ++	accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3 2.4"
    
    19
    + 	AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
    
    20
    + 	ok="no"
    
    21
    + 	if test "$GNUPG" != "no"; then

  • debian/patches/series
    1 1
     1010_gpgme_pkgconfig.diff
    
    2
    +1000_gpg.patch


  • Reply to: