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

[Git][debian-mate-team/mate-menus][master] 4 commits: debian/rules: Drop dbgsym-migration dh_strip override.



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -mate-menus (1.22.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-menus (1.22.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/control:
    
    6
    +    + Updated for MATE Desktop 1.22
    
    7
    +    + Updated copyright attributions.
    
    8
    +  * debian/rules:
    
    9
    +    + Updated for MATE Desktop 1.22
    
    10
    +  * debian/libmate-menu2.symbols:
    
    11
    +    + Update for MATE Desktop 1.22
    
    12
    +  * lintian:
    
    13
    +    + Drop python-foo-but-no-python3-foo.
    
    14
    +
    
    15
    +  [ Mike Gabriel ]
    
    16
    +  * debian/control:
    
    17
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    18
    +    + Make B:/R: of python-mate-menu versioned.
    
    19
    +  * debian/{compat,control}:
    
    20
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    21
    +  * debian/rules:
    
    22
    +    + Drop dbgsym-migration dh_strip override.
    
    4 23
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    24
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 18:17:38 +0200
    
    6 25
     
    
    7 26
     mate-menus (1.20.2-1) unstable; urgency=medium
    
    8 27
     
    

  • debian/control
    ... ... @@ -19,8 +19,8 @@ Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-menus
    19 19
     Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-menus.git
    
    20 20
     
    
    21 21
     Package: mate-menus
    
    22
    -Architecture: any
    
    23
    -Depends: gir1.2-matemenu-2.0 (= ${binary:Version}),
    
    22
    +Architecture: all
    
    23
    +Depends: gir1.2-matemenu-2.0 (>= ${source:Version}),
    
    24 24
              ${misc:Depends},
    
    25 25
     Breaks: mate-control-center (<< 1.13.0),
    
    26 26
     Description: implementation of the freedesktop menu specification for MATE
    
    ... ... @@ -42,9 +42,10 @@ Breaks: libmatemenu,
    42 42
             libmate-slab0 (<< 1.22.0),
    
    43 43
             mate-panel (<< 1.22.0),
    
    44 44
             mate-screensaver (<< 1.22.0),
    
    45
    -        python-mate-menu,
    
    45
    +        python-mate-menu (<< 1.22.0),
    
    46 46
     Replaces: libmatemenu,
    
    47 47
               mate-menus (<= 1.0.2-1),
    
    48
    +          python-mate-menu (<< 1.22.0),
    
    48 49
     Description: implementation of the freedesktop menu specification for MATE (library)
    
    49 50
      The package contains an implementation of the draft
    
    50 51
      "Desktop Menu Specification" from freedesktop.org:
    

  • debian/copyright
    ... ... @@ -247,6 +247,7 @@ Comment:
    247 247
     
    
    248 248
     Files: autogen.sh
    
    249 249
            .github/issue_template.md
    
    250
    +       .travis.yml
    
    250 251
            .tx/config
    
    251 252
            AUTHORS
    
    252 253
            COPYING
    

  • debian/rules
    ... ... @@ -30,8 +30,5 @@ override_dh_install:
    30 30
     	rm -f debian/tmp/usr/lib/*/*/*.a
    
    31 31
     	dh_install
    
    32 32
     
    
    33
    -override_dh_strip:
    
    34
    -	dh_strip -p libmate-menu2 --dbgsym-migration='libmate-menu2-dbg (<< 1.14.0-2~)'
    
    35
    -
    
    36 33
     get-orig-source:
    
    37 34
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: