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

[Git][debian-mate-team/mate-desktop][debian/stretch/backports] 7 commits: debian/control: Bump Standards-Version: to 4.3.0. No changes needed.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / mate-desktop

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +mate-desktop (1.20.4-2~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 01 Feb 2019 16:14:41 +0100
    
    6
    +
    
    7
    +mate-desktop (1.20.4-2) unstable; urgency=medium
    
    8
    +
    
    9
    +  * debian/patches:
    
    10
    +    + Add 0001_add-setting-for-xkb-modifier-latching.patch.
    
    11
    +      Add org.mate.accessibility-keyboard.stickykeys-latch-to-lock setting.
    
    12
    +
    
    13
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 16 Jan 2019 11:36:18 +0100
    
    14
    +
    
    15
    +mate-desktop (1.20.4-1) unstable; urgency=medium
    
    16
    +
    
    17
    +  * New upstream release.
    
    18
    +  * debian/control:
    
    19
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    20
    +  * debian/libmate-desktop-2-17.symbols:
    
    21
    +    + Add Build-Depends-Package: meta-data field.
    
    22
    +
    
    23
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 06 Jan 2019 01:20:48 +0100
    
    24
    +
    
    1 25
     mate-desktop (1.20.3-2~bpo9+1) stretch-backports; urgency=medium
    
    2 26
     
    
    3 27
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
    23 23
                    libxml2-dev,
    
    24 24
                    libxrandr-dev,
    
    25 25
                    mate-common (>= 1.18),
    
    26
    -Standards-Version: 4.1.4
    
    26
    +Standards-Version: 4.3.0
    
    27 27
     Homepage: http://www.mate-desktop.org/
    
    28 28
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-desktop
    
    29 29
     Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-desktop.git
    

  • debian/libmate-desktop-2-17.symbols
    1 1
     libmate-desktop-2.so.17 libmate-desktop-2-17 #MINVER#
    
    2
    +* Build-Depends-Package: libmate-desktop-dev
    
    2 3
     #MISSING: 1.10.0# _mate_desktop_init_i18n@Base 1.6.1
    
    3 4
     #MISSING: 1.10.0# decode_edid@Base 1.6.1
    
    4 5
     #MISSING: 1.10.0# make_display_name@Base 1.6.1
    

  • debian/patches/0001_add-setting-for-xkb-modifier-latching.patch
    1
    +From 98650b66b2d54ab1a80fb83e50bea90b2a162fb9 Mon Sep 17 00:00:00 2001
    
    2
    +From: Colomban Wendling <cwendling@hypra.fr>
    
    3
    +Date: Wed, 26 Sep 2018 16:12:09 +0200
    
    4
    +Subject: [PATCH] Add new setting to control XKB modifier latching
    
    5
    +
    
    6
    +Add new setting org.mate.accessibility-keyboard.stickykeys-latch-to-lock
    
    7
    +to control whether latching is enabled together with sticky keys.
    
    8
    +---
    
    9
    + schemas/org.mate.accessibility-keyboard.gschema.xml.in | 4 ++++
    
    10
    + 1 file changed, 4 insertions(+)
    
    11
    +
    
    12
    +--- a/schemas/org.mate.accessibility-keyboard.gschema.xml.in
    
    13
    ++++ b/schemas/org.mate.accessibility-keyboard.gschema.xml.in
    
    14
    +@@ -61,6 +61,10 @@
    
    15
    +     <key name="stickykeys-enable" type="b">
    
    16
    +       <default>false</default>
    
    17
    +     </key>
    
    18
    ++    <key name="stickykeys-latch-to-lock" type="b">
    
    19
    ++      <default>true</default>
    
    20
    ++      <description>Latch modifiers when pressed twice in a row until the same modifier is pressed again.</description>
    
    21
    ++    </key>
    
    22
    +     <key name="stickykeys-two-key-off" type="b">
    
    23
    +       <default>false</default>
    
    24
    +       <description>Disable if two keys are pressed at the same time.</description>

  • debian/patches/series
    1 1
     2001_prefer-x-terminal-emulator.patch
    
    2
    +0001_add-setting-for-xkb-modifier-latching.patch


  • Reply to: