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

[Git][debian-mate-team/mate-applets][master] 4 commits: debian/control: Bump Standards-Version: to 4.6.1. No changes needed.



Title: GitLab

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

Commits:

  • 617341c5
    by Mike Gabriel at 2022-07-23T23:51:30+02:00
    debian/control: Bump Standards-Version: to 4.6.1. No changes needed.
    
  • 1e2c3230
    by Mike Gabriel at 2022-07-24T00:03:48+02:00
    debian/patches: Drop 1001_spelling-fixes.patch. Applied upstream.
    
  • 899f5da6
    by Mike Gabriel at 2022-07-24T00:03:59+02:00
    upload to unstable (debian/1.26.1-1)
    
  • 24631be2
    by Mike Gabriel at 2022-07-24T00:04:56+02:00
    d/changelog: post-upload document patch removal of 1001_spelling-fixes.patch
    

4 changed files:

Changes:

  • debian/changelog
    1
    +mate-applets (1.26.1-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +    - geyes: consider the offset widget <-> window. (Closes: #865593).
    
    5
    +    - See upstream ChangeLog for further updates/fixes.
    
    6
    +  * debian/patches:
    
    7
    +    + Drop 1001_spelling-fixes.patch. Applied upstream
    
    8
    +  * debian/control:
    
    9
    +    + Bump Standards-Version: to 4.6.1. No changes needed.
    
    10
    +
    
    11
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 23 Jul 2022 23:51:50 +0200
    
    12
    +
    
    1 13
     mate-applets (1.26.0-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       [ Martin Wimpress ]
    

  • debian/control
    ... ... @@ -7,7 +7,7 @@ Uploaders: Mike Gabriel <sunweaver@debian.org>,
    7 7
                Stefano Karapetsas <stefano@karapetsas.com>,
    
    8 8
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9 9
                Martin Wimpress <code@flexion.org>,
    
    10
    -Standards-Version: 4.6.0
    
    10
    +Standards-Version: 4.6.1
    
    11 11
     Rules-Requires-Root: no
    
    12 12
     Build-Depends: cdbs,
    
    13 13
                    debhelper (>= 10.3~),
    

  • debian/patches/1001_spelling-fixes.patch deleted
    1
    -Description: Typo fix (recive -> receive)
    
    2
    -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    -Forwarded: https://github.com/mate-desktop/mate-applets/pull/617
    
    4
    -
    
    5
    ---- a/netspeed/src/backend.c
    
    6
    -+++ b/netspeed/src/backend.c
    
    7
    -@@ -817,7 +817,7 @@
    
    8
    -     ret = nl_recvmsgs_default (nlstate.sock);
    
    9
    -     nlmsg_free (msg);
    
    10
    -     if (ret < 0) {
    
    11
    --        g_warning ("failed to recive netlink message");
    
    12
    -+        g_warning ("failed to receive netlink message");
    
    13
    -     }
    
    14
    - 
    
    15
    -     if (!devinfo->running)
    
    16
    -@@ -841,7 +841,7 @@
    
    17
    -     ret = nl_recvmsgs_default (nlstate.sock);
    
    18
    -     nlmsg_free (msg);
    
    19
    -     if (ret < 0) {
    
    20
    --        g_warning ("failed to recive netlink message");
    
    21
    -+        g_warning ("failed to receive netlink message");
    
    22
    -         goto cleanup;
    
    23
    -     }
    
    24
    - 
    
    25
    -@@ -867,7 +867,7 @@
    
    26
    -     ret = nl_recvmsgs_default (nlstate.sock);
    
    27
    -     nlmsg_free (msg);
    
    28
    -     if (ret < 0) {
    
    29
    --        g_warning ("failed to recive netlink message");
    
    30
    -+        g_warning ("failed to receive netlink message");
    
    31
    -     }
    
    32
    - 
    
    33
    -  cleanup:

  • debian/patches/series deleted
    1
    -1001_spelling-fixes.patch


  • Reply to: