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

[Git][debian-mate-team/mate-netbook][master] 6 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-netbook

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    -mate-netbook (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-netbook (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + Drop 0001_fix_seg_fault.patch. Applied upstream.
    
    7
    +    + Add 0001_features_and_fixes.patch.
    
    8
    +
    
    9
    +  [ Mike Gabriel ]
    
    10
    +  * debian/{compat,control}:
    
    11
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    12
    +  * debian/control:
    
    13
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    14
    +    + Remove empty line at EOF.
    
    15
    +  * debian/rules:
    
    16
    +    + Drop dbgsym-migration dh_strip override.
    
    17
    +  * debian/copyright:
    
    18
    +    + Update copyright attributions.
    
    19
    +  * debian/patches:
    
    20
    +    + Add patch header to 0001_features_and_fixes.patch.
    
    4 21
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 31 Jul 2019 16:07:29 +0200
    
    6 23
     
    
    7 24
     mate-netbook (1.20.1-1) unstable; urgency=medium
    
    8 25
     
    

  • debian/control
    ... ... @@ -45,4 +45,3 @@ Description: MATE utilities for netbooks (common files)
    45 45
      devices with low resolution displays.
    
    46 46
      .
    
    47 47
      This package contains the architecture independent files.
    48
    -

  • debian/copyright
    ... ... @@ -49,7 +49,8 @@ Comment:
    49 49
      are strictly licensed under GPL-3 (and not GPL-3+) we use
    
    50 50
      the same license here.
    
    51 51
     
    
    52
    -Files: .tx/config
    
    52
    +Files: .travis.yml
    
    53
    +       .tx/config
    
    53 54
            .github/issue_template.md
    
    54 55
            makepot
    
    55 56
            mate-window-picker-applet/Makefile.am
    

  • debian/patches/0001_features_and_fixes.patch
    1
    +Description: Various fixes bundle
    
    2
    +Author: Martin Wimpress <martin.wimpress@ubuntu.com>
    
    3
    +
    
    1 4
     diff --git a/mate-window-picker-applet/applet.c b/mate-window-picker-applet/applet.c
    
    2 5
     index e9018aa..6e362d4 100644
    
    3 6
     --- a/mate-window-picker-applet/applet.c
    

  • debian/patches/series
    1
    -0001_features_and_fixes.patch
    \ No newline at end of file
    1
    +0001_features_and_fixes.patch

  • debian/rules
    ... ... @@ -25,8 +25,5 @@ override_dh_auto_configure:
    25 25
     		--libexecdir=/usr/lib/mate-netbook \
    
    26 26
     		--disable-silent-rules
    
    27 27
     
    
    28
    -override_dh_strip:
    
    29
    -	dh_strip --dbgsym-migration='mate-netbook-dbg (<< 1.14.0-2~)'
    
    30
    -
    
    31 28
     get-orig-source:
    
    32 29
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: