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

[Git][debian-mate-team/mate-system-monitor][master] 3 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-system-monitor

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-system-monitor (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-system-monitor (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    4 5
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/{compat,control}:
    
    8
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    9
    +  * debian/control:
    
    10
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    11
    +  * debian/rules:
    
    12
    +    + Drop dbgsym-migration dh_strip override.
    
    13
    +  * debian/copyright:
    
    14
    +    + Update copyright attributions.
    
    15
    +
    
    16
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 27 Jul 2019 23:40:27 +0200
    
    6 17
     
    
    7 18
     mate-system-monitor (1.20.2-1) unstable; urgency=medium
    
    8 19
     
    

  • debian/copyright
    ... ... @@ -3,7 +3,8 @@ Upstream-Name: MATE System Monitor
    3 3
     Upstream-Contact: Martin Wimpress <martin@mate-desktop.org>
    
    4 4
     Source: https://git.mate-desktop.org/mate-system-monitor
    
    5 5
     
    
    6
    -Files: .tx/config
    
    6
    +Files: .travis.yml
    
    7
    +       .tx/config
    
    7 8
            .github/issue_template.md
    
    8 9
            m4/ax_cxx_compile_stdcxx_11.m4
    
    9 10
            src/*.xml.in
    

  • debian/rules
    ... ... @@ -29,8 +29,5 @@ override_dh_auto_configure:
    29 29
     		--disable-static \
    
    30 30
     		$(CONFIGURE_SYSTEMD)
    
    31 31
     
    
    32
    -override_dh_strip:
    
    33
    -	dh_strip --dbgsym-migration='mate-system-monitor-dbg (<< 1.14.0-2~)'
    
    34
    -
    
    35 32
     get-orig-source:
    
    36 33
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: