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

[Git][debian-mate-team/mate-polkit][master] 2 commits: debian/patches: Add 1001_drop-empty-categories.patch. Fix broken line-wrapping...



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-polkit

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-polkit (1.24.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/patches:
    
    4
    +    + Add 1001_drop-empty-categories.patch. Fix broken line-wrapping after
    
    5
    +      .desktop file has been translated. (Closes: #952402).
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 24 Feb 2020 08:53:45 +0100
    
    8
    +
    
    1 9
     mate-polkit (1.24.0-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Mike Gabriel ]
    

  • debian/patches/1001_drop-empty-categories.patch
    1
    +Description: Drop empty Categories= key. Fix line-wrapping after file has been translated.
    
    2
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    +
    
    4
    +--- a/src/polkit-mate-authentication-agent-1.desktop.in.in
    
    5
    ++++ b/src/polkit-mate-authentication-agent-1.desktop.in.in
    
    6
    +@@ -4,7 +4,6 @@
    
    7
    + Exec=@FULL_LIBEXECDIR@/polkit-mate-authentication-agent-1
    
    8
    + Terminal=false
    
    9
    + Type=Application
    
    10
    +-Categories=
    
    11
    + NoDisplay=true
    
    12
    + _OnlyShowIn_=MATE;
    
    13
    + X-MATE-AutoRestart=true

  • debian/patches/series
    1
    +1001_drop-empty-categories.patch


  • Reply to: