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

[Git][debian-mate-team/mate-menus][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-menus

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    -mate-menus (1.26.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-menus (1.26.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + Add 1000_revert-matemenuntree.patch. (LP: #1943369)
    
    7
    +
    
    8
    +  [ Mike Gabriel ]
    
    9
    +  * debian/control:
    
    10
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    11
    +    + Drop transitional pkg 'gir1.2-mate-menu' and drop lintian override for
    
    12
    +      it.
    
    13
    +  * debian/watch:
    
    14
    +    + Use format version 4.
    
    15
    +  * debian/copyright:
    
    16
    +    + Update copyright attributions.
    
    4 17
     
    
    5
    - -- Martin Wimpress <code@wimpress.io>  Sat, 21 Aug 2021 18:01:53 +0100
    
    18
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 11 Dec 2021 18:50:40 +0100
    
    6 19
     
    
    7 20
     mate-menus (1.24.1-1) unstable; urgency=medium
    
    8 21
     
    

  • debian/control
    ... ... @@ -93,12 +93,3 @@ Description: GObject introspection data for the MATE menu specification
    93 93
      .
    
    94 94
      It can be used by packages using the GIRepository format to generate dynamic
    
    95 95
      bindings.
    96
    -
    
    97
    -Package: gir1.2-mate-menu
    
    98
    -Section: oldlibs
    
    99
    -Architecture: any
    
    100
    -Depends: ${misc:Depends},
    
    101
    -         gir1.2-matemenu-2.0 (= ${binary:Version}),
    
    102
    -Description: GObject introspection data for libmatemenu (transitional package)
    
    103
    - This package is a transitional package to gir1.2-matemenu-2.0. The package
    
    104
    - can be safely removed.

  • debian/copyright
    ... ... @@ -14,11 +14,13 @@ Files: libmenu/desktop-entries.c
    14 14
            libmenu/menu-util.c
    
    15 15
            libmenu/menu-util.h
    
    16 16
            util/test-menu-spec.c
    
    17
    -Copyright: 2002-2005 Red Hat, Inc
    
    17
    +Copyright: 2002-2005, Red Hat, Inc
    
    18
    +           2012-2021, MATE Developers
    
    18 19
     License: LGPL-2+
    
    19 20
     
    
    20 21
     Files: util/mate-menus-ls.py
    
    21 22
     Copyright: 2008, Novell, Inc
    
    23
    +           2012-2021, MATE Developers
    
    22 24
     License: GPL-2+
    
    23 25
     
    
    24 26
     Files: libmenu/menu-monitor.c
    
    ... ... @@ -26,11 +28,13 @@ Copyright: 2005, Red Hat, Inc
    26 28
                2006, Mark McLoughlin
    
    27 29
                2007, Sebastian Dröge
    
    28 30
                2008, Vincent Untz
    
    31
    +           2012-2021, MATE Developers
    
    29 32
     License: LGPL-2+
    
    30 33
     
    
    31 34
     Files: libmenu/menu-monitor.h
    
    32 35
     Copyright: 2005, Red Hat, Inc
    
    33 36
                2011, Perberos
    
    37
    +           2012-2021, MATE Developers
    
    34 38
     License: LGPL-2+
    
    35 39
     
    
    36 40
     Files: mate-menus.pot
    
    ... ... @@ -270,9 +274,14 @@ Comment:
    270 274
      File(s) have no license header. Using license from
    
    271 275
      COPYING or COPYING.LIB file.
    
    272 276
     
    
    277
    +Files: git.mk
    
    278
    +Copyright: 2009, Red Hat, Inc.
    
    279
    +  2010,2011,2012,2013, Behdad Esfahbod
    
    280
    +License: public-domain
    
    281
    +
    
    273 282
     Files: debian/*
    
    274 283
     Copyright: 2011-2014 Stefano Karapetsas <stefano@karapetsas.com>
    
    275
    -           2013-2014 Mike Gabriel <sunweaver@debian.org>
    
    284
    +           2013-2021 Mike Gabriel <sunweaver@debian.org>
    
    276 285
     License: GPL-2+ or LGPL-2+
    
    277 286
     
    
    278 287
     License: GPL-2+
    
    ... ... @@ -329,3 +338,8 @@ License: LGPL-2.1+
    329 338
      On Debian systems, the full text of the GNU Lesser General Public
    
    330 339
      License version 2,1 can be found in the file
    
    331 340
      `/usr/share/common-licenses/LGPL-2.1'.
    
    341
    +
    
    342
    +License: public-domain
    
    343
    + Copying and distribution of this file, with or without modification,
    
    344
    + is permitted in any medium without royalty provided the copyright
    
    345
    + notice and this notice are preserved.

  • debian/source/lintian-overrides deleted
    1
    -# ignore lintian about gir1.2-mate-menu complaints, the package is a transitional package
    
    2
    -source: typelib-missing-gir-depends gir1.2-mate-menu

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


  • Reply to: