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

[Git][debian-mate-team/mate-optimus][master] 4 commits: prepare new upstream release (v20.04.0)



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +mate-optimus (20.04.0-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/patches:
    
    5
    +    + Drop 1001_ayatana-appindicator.patch. Applied upstream.
    
    6
    +  * debian/control:
    
    7
    +    + Bump DH compat level to version 13.
    
    8
    +
    
    9
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 23 May 2020 16:11:18 +0200
    
    10
    +
    
    1 11
     mate-optimus (19.10.4-2) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * debian/control:
    

  • debian/control
    ... ... @@ -5,7 +5,7 @@ Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
    5 5
     Uploaders: Martin Wimpress <code@flexion.org>,
    
    6 6
                Mike Gabriel <sunweaver@debian.org>,
    
    7 7
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    8
    -Build-Depends: debhelper-compat (=12),
    
    8
    +Build-Depends: debhelper-compat (=13),
    
    9 9
                    python3,
    
    10 10
     Standards-Version: 4.5.0
    
    11 11
     Rules-Requires-Root: no
    

  • debian/patches/1001_ayatana-appindicator.patch deleted
    1
    -Description: Run using AyatanaAppIndicator3, use AppIndicator3 as fallback.
    
    2
    -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    -
    
    4
    ---- a/usr/bin/mate-optimus-applet
    
    5
    -+++ b/usr/bin/mate-optimus-applet
    
    6
    -@@ -17,8 +17,12 @@
    
    7
    - gi.require_version('Notify', '0.7')
    
    8
    - from gi.repository import Notify
    
    9
    - 
    
    10
    --gi.require_version('AppIndicator3', '0.1')
    
    11
    --from gi.repository import AppIndicator3
    
    12
    -+try:
    
    13
    -+    gi.require_version('AyatanaAppIndicator3', '0.1')
    
    14
    -+    from gi.repository import AyatanaAppIndicator3 as AppIndicator3
    
    15
    -+except:
    
    16
    -+    gi.require_version('AppIndicator3', '0.1')
    
    17
    -+    from gi.repository import AppIndicator3
    
    18
    - 
    
    19
    - __VERSION__ = '19.10.4'
    
    20
    - 

  • debian/patches/series deleted
    1
    -1001_ayatana-appindicator.patch


  • Reply to: