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

[Git][debian-mate-team/mate-control-center][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-control-center

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-control-center (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-control-center (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
    +  * debian/patches:
    
    8
    +    + Add 0001_fix_preferred_apps_icon_sizes.patch.
    
    9
    +
    
    10
    +  [ Mike Gabriel ]
    
    11
    +  * debian/{compat,control}:
    
    12
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    13
    +  * debian/control:
    
    14
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    15
    +  * debian/rules:
    
    16
    +    + Drop dbgsym-migration dh_strip override.
    
    4 17
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    18
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 22 Jul 2019 00:05:28 +0200
    
    6 19
     
    
    7 20
     mate-control-center (1.20.4-2) unstable; urgency=medium
    
    8 21
     
    

  • debian/copyright
    ... ... @@ -405,6 +405,7 @@ Files: capplets/about-me/Makefile.am
    405 405
            typing-break/*.svg
    
    406 406
            .github/issue_template.md
    
    407 407
            .tx/config
    
    408
    +       .travis.yml
    
    408 409
            AUTHORS
    
    409 410
            COPYING
    
    410 411
            ChangeLog
    

  • debian/rules
    ... ... @@ -30,10 +30,5 @@ override_dh_auto_configure:
    30 30
     override_dh_installchangelogs:
    
    31 31
     	dh_installchangelogs NEWS
    
    32 32
     
    
    33
    -override_dh_strip:
    
    34
    -	dh_strip -pmate-control-center --dbgsym-migration='mate-control-center-dbg (<< 1.14.0-2~)'
    
    35
    -	dh_strip -plibmate-window-settings1 --dbgsym-migration='libmate-window-settings1-dbg (<< 1.14.0-2~)'
    
    36
    -	dh_strip -plibmate-slab0 --dbgsym-migration='libmate-slab0-dbg (<< 1.14.0-2~)'
    
    37
    -
    
    38 33
     get-orig-source:
    
    39 34
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: