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

[Git][debian-mate-team/mate-menu][master] 4 commits: debian/upstream/metadata: Add file. Comply with DEP-12.



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    -mate-menu (19.10.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-menu (19.10.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/control:
    
    6
    +    + Update to Python3 and gir.
    
    7
    +    + Replace D: gir1.2-mate-panel-2.0 (>= 1.20) with
    
    8
    +      gir1.2-matepanelapplet-4.0 (>= 1.22). (Closes: #926447).
    
    9
    +  * debian/rules:
    
    10
    +    + Migrate to Python3.
    
    11
    +  * debian/patches:
    
    12
    +    + Drop 1001_convert-gvfs-open-to-gio-open.patch. Applied upstream.
    
    13
    +
    
    14
    +  [ Mike Gabriel ]
    
    15
    +  * debian/{compat,control}:
    
    16
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    17
    +  * debian/control:
    
    18
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    19
    +  * debian/upstream/metadata:
    
    20
    +    + Add file. Comply with DEP-12.
    
    21
    +  * debian/copyright:
    
    22
    +    + Update copyright attributions.
    
    23
    +  * debian/patches:
    
    24
    +    + Add 1001_drop-duplicate-plugin-py-files.patch. Drop duplicate Python
    
    25
    +      files for the menu plugin system. (Closes: #931004).
    
    4 26
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 25 Mar 2019 17:17:14 +0000
    
    27
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 02 Aug 2019 17:41:12 +0200
    
    6 28
     
    
    7 29
     mate-menu (18.04.3-3) unstable; urgency=medium
    
    8 30
     
    

  • debian/copyright
    ... ... @@ -8,6 +8,7 @@ Files: README.md
    8 8
            data/icons/ddg.png
    
    9 9
            data/icons/dictionary.png
    
    10 10
            data/icons/google.png
    
    11
    +       data/icons/mate-logo-dark.svg
    
    11 12
            data/icons/wikipedia.png
    
    12 13
            data/mate-menu-config.glade
    
    13 14
            data/mate-menu.1
    
    ... ... @@ -40,6 +41,7 @@ Files: README.md
    40 41
            mate_menu/pointerMonitor.py
    
    41 42
            mate-menu
    
    42 43
            .gitignore
    
    44
    +       .github/FUNDING.yml
    
    43 45
            .tx/config
    
    44 46
     Copyright: 2007-2014, Clement Lefebvre <root@linuxmint.com>
    
    45 47
                2015-2016, Martin Wimpress <code@ubuntu-mate.org>
    

  • debian/patches/1001_drop-duplicate-plugin-py-files.patch
    1
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    2
    +Description: Drop duplicate Python files so far shipped in dist-packages and datadir.
    
    3
    +
    
    4
    +--- a/setup.py
    
    5
    ++++ b/setup.py
    
    6
    +@@ -82,10 +82,6 @@
    
    7
    +             "data/plugins/system_management.glade",
    
    8
    +             "data/plugins/places.glade",
    
    9
    +             "data/plugins/recent.glade",
    
    10
    +-            "mate_menu/plugins/applications.py",
    
    11
    +-            "mate_menu/plugins/system_management.py",
    
    12
    +-            "mate_menu/plugins/places.py",
    
    13
    +-            "mate_menu/plugins/recent.py",
    
    14
    +         ]
    
    15
    +     ),
    
    16
    +     ("share/mate-menu/icons".format(prefix=sys.prefix),

  • debian/patches/series
    1
    +1001_drop-duplicate-plugin-py-files.patch

  • debian/upstream/metadata
    1
    +Name: MATE Menu
    
    2
    +Bug-Database: https://github.com/ubuntu-mate/mate-menu/issues
    
    3
    +Bug-Submit: https://github.com/ubuntu-mate/mate-menu/issues/new
    
    4
    +Contact: martin@ubuntu-mate.org
    
    5
    +Donation: https://ubuntu-mate.org/donate
    
    6
    +Repository: https://github.com/ubuntu-mate/mate-menu
    
    7
    +Repository-Browse: https://github.com/ubuntu-mate/mate-menu
    
    8
    +Security-Contact: security@ubuntu-mate.org


  • Reply to: