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

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

Commits:

4 changed files:

Changes:

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

  • debian/control
    ... ... @@ -113,5 +113,3 @@ Description: Library for plugins for the mate-sensors-applet package (developmen
    113 113
      .
    
    114 114
      This package contains the files necessary to develop plugins for the
    
    115 115
      applet.
    116
    -
    
    117
    -

  • debian/copyright
    ... ... @@ -129,7 +129,8 @@ Files: help/*
    129 129
     Copyright: Alex Murray <murray.alex@gmail.com>
    
    130 130
     License: GFDL-1.1+
    
    131 131
     
    
    132
    -Files: .tx/config
    
    132
    +Files: .travis.yml
    
    133
    +       .tx/config
    
    133 134
            .github/issue_template.md
    
    134 135
            lib/Makefile.am
    
    135 136
            pixmaps/Makefile.am
    

  • debian/rules
    ... ... @@ -27,10 +27,5 @@ override_dh_auto_configure:
    27 27
     		--disable-silent-rules \
    
    28 28
     		--with-nvidia=yes
    
    29 29
     
    
    30
    -override_dh_strip:
    
    31
    -	dh_strip -pmate-sensors-applet --dbgsym-migration='mate-sensors-applet-dbg (<< 1.14.0-2~)'
    
    32
    -	dh_strip -pmate-sensors-applet-nvidia --dbgsym-migration='mate-sensors-applet-nvidia-dbg (<< 1.14.0-2~)'
    
    33
    -	dh_strip -plibmate-sensors-applet-plugin0 --dbgsym-migration='libmate-sensors-applet-plugin0-dbg (<< 1.14.0-2~)'
    
    34
    -
    
    35 30
     get-orig-source:
    
    36 31
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: