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

[Git][debian-mate-team/mate-indicator-applet][master] 4 commits: debian/watch: Use format version 4.



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -mate-indicator-applet (1.26.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-indicator-applet (1.26.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    4 5
     
    
    5
    - -- Martin Wimpress <code@wimpress.io>  Sat, 21 Aug 2021 18:02:48 +0100
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/control:
    
    8
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    9
    +  * debian/copyright:
    
    10
    +    + Update copyright attributions.
    
    11
    +  * debian/watch:
    
    12
    +    + Use format version 4.
    
    13
    +  * debian/patches:
    
    14
    +    + Add Forwarded: field to 1001_secondary-activate.patch.
    
    15
    +
    
    16
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 13 Dec 2021 00:31:24 +0100
    
    6 17
     
    
    7 18
     mate-indicator-applet (1.24.0-2) unstable; urgency=medium
    
    8 19
     
    

  • debian/copyright
    ... ... @@ -21,7 +21,13 @@ Copyright: 2002, Red Hat, Inc.
    21 21
                1998-2001, Tim Janik
    
    22 22
     License: LGPL-2+
    
    23 23
     
    
    24
    -Files: .travis.yml
    
    24
    +Files: git.mk
    
    25
    +Copyright: 2009, Red Hat, Inc.
    
    26
    +  2010-2013, Behdad Esfahbod
    
    27
    +License: FSF-all-permissive
    
    28
    +
    
    29
    +Files: .build.yml
    
    30
    +       .travis.yml
    
    25 31
            .tx/config
    
    26 32
            .github/issue_template.md
    
    27 33
            .github/FUNDING.yml
    
    ... ... @@ -127,3 +133,8 @@ License: LGPL-3+
    127 133
      .
    
    128 134
      On Debian systems, the complete text of the GNU Library General
    
    129 135
      Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
    
    136
    +
    
    137
    +License: FSF-all-permissive
    
    138
    + Copying and distribution of this file, with or without modification,
    
    139
    + are permitted in any medium without royalty provided the copyright
    
    140
    + notice and this notice are preserved.

  • debian/patches/1001_secondary-activate.patch
    1 1
     Description: Support mouse middle-click on indicator to emit signal "secondary-activate".
    
    2 2
     Author: Hanno Meyer-Thurow <h.mth@web.de>
    
    3
    +Forwarded: https://github.com/mate-desktop/mate-indicator-applet/pull/49
    
    3 4
     
    
    4 5
     --- a/src/applet-main.c
    
    5 6
     +++ b/src/applet-main.c
    

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     https://git.mate-desktop.org/mate-indicator-applet/ \
    
    3 3
         snapshot/mate-indicator-applet-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz


  • Reply to: