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

[Git][debian-mate-team/mate-user-share][master] 2 commits: debian/patches: Add 1002_fix-only-showin.patch. Drop empty Categories= field. (Closes: #952401).



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-user-share (1.24.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/patches:
    
    4
    +    + Add 1002_fix-only-showin.patch. Drop empty Categories= field. (Closes:
    
    5
    +      #952401).
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 24 Feb 2020 08:30:47 +0100
    
    8
    +
    
    1 9
     mate-user-share (1.24.0-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Mike Gabriel ]
    

  • debian/patches/1002_fix-only-showin.patch
    1
    +Description: Drop empty Categories= key, avoid missing line-wrapping.
    
    2
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    +
    
    4
    +--- a/data/mate-user-share-obexftp.desktop.in.in
    
    5
    ++++ b/data/mate-user-share-obexftp.desktop.in.in
    
    6
    +@@ -9,5 +9,4 @@
    
    7
    + Exec=@installdir@/mate-user-share
    
    8
    + Terminal=false
    
    9
    + Type=Application
    
    10
    +-Categories=
    
    11
    + _OnlyShowIn_=MATE;
    
    12
    +--- a/data/mate-user-share-obexpush.desktop.in.in
    
    13
    ++++ b/data/mate-user-share-obexpush.desktop.in.in
    
    14
    +@@ -9,5 +9,4 @@
    
    15
    + Exec=@installdir@/mate-user-share
    
    16
    + Terminal=false
    
    17
    + Type=Application
    
    18
    +-Categories=
    
    19
    + _OnlyShowIn_=MATE;
    
    20
    +--- a/data/mate-user-share-webdav.desktop.in.in
    
    21
    ++++ b/data/mate-user-share-webdav.desktop.in.in
    
    22
    +@@ -9,5 +9,4 @@
    
    23
    + Exec=@installdir@/mate-user-share
    
    24
    + Terminal=false
    
    25
    + Type=Application
    
    26
    +-Categories=
    
    27
    + _OnlyShowIn_=MATE;

  • debian/patches/series
    1 1
     1001_apache-config.patch
    
    2
    +1002_fix-only-showin.patch


  • Reply to: