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

[Git][debian-mate-team/caja][master] 2 commits: debian/patches: Drop 0001_fix-caja-not-showing-icons.patch. Applied upstream.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja

Commits:

  • 5c22667e
    by Mike Gabriel at 2022-07-23T23:31:49+02:00
    debian/patches: Drop 0001_fix-caja-not-showing-icons.patch. Applied upstream.
    
  • 7b77a74f
    by Mike Gabriel at 2022-07-23T23:33:26+02:00
    upload to unstable (debian/1.26.1-1)
    

3 changed files:

Changes:

  • debian/changelog
    1
    +caja (1.26.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/patches:
    
    5
    +    + Drop 0001_fix-caja-not-showing-icons.patch. Applied upstream.
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 23 Jul 2022 23:32:12 +0200
    
    8
    +
    
    1 9
     caja (1.26.0-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Martin Wimpress ]
    

  • debian/patches/0001_fix-caja-not-showing-icons.patch deleted
    1
    -diff --git a/libcaja-private/caja-directory-async.c b/libcaja-private/caja-directory-async.c
    
    2
    -index 0c9a6ba77..8a9c021ce 100644
    
    3
    ---- a/libcaja-private/caja-directory-async.c
    
    4
    -+++ b/libcaja-private/caja-directory-async.c
    
    5
    -@@ -3850,7 +3850,7 @@ is_link_trusted (CajaFile *file,
    
    6
    -         return TRUE;
    
    7
    -     }
    
    8
    - 
    
    9
    --    if (caja_file_can_execute (file) && caja_file_is_local (file))
    
    10
    -+    if (caja_file_is_local (file))
    
    11
    -     {
    
    12
    -         GFile *location;
    
    13
    - 

  • debian/patches/series deleted
    1
    -0001_fix-caja-not-showing-icons.patch


  • Reply to: