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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-panel (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-panel (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 0005_fix_panel_resets.patch. Fix random panel crashes on reset.
    
    9
    +
    
    10
    +  [ Mike Gabriel ]
    
    11
    +  * debian/control:
    
    12
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    13
    +  * debian/rules:
    
    14
    +    + Drop dbgsym-migration dh_strip override.
    
    4 15
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    16
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 18:29:14 +0200
    
    6 17
     
    
    7 18
     mate-panel (1.20.5-1) unstable; urgency=medium
    
    8 19
     
    

  • debian/copyright
    ... ... @@ -470,7 +470,8 @@ Copyright: Amanpreet Singh Brar Alamwalia <apbrar@gmail.com>
    470 470
                Максим Дзюманенко <dziumanenko@gmail.com>
    
    471 471
     License: GFDL-1.1+
    
    472 472
     
    
    473
    -Files: .tx/config
    
    473
    +Files: .travis.yml
    
    474
    +       .tx/config
    
    474 475
            .github/issue_template.md
    
    475 476
            applets/Makefile.am
    
    476 477
            applets/clock/Makefile.am
    

  • debian/rules
    ... ... @@ -30,9 +30,5 @@ override_dh_auto_configure:
    30 30
     		--enable-introspection \
    
    31 31
     		--enable-gtk-doc
    
    32 32
     
    
    33
    -override_dh_strip:
    
    34
    -	dh_strip -pmate-panel --dbgsym-migration='mate-panel-dbg (<< 1.14.0-2~)'
    
    35
    -	dh_strip -plibmate-panel-applet-4-1 --dbgsym-migration='libmate-panel-applet-dbg (<< 1.14.0-2~)'
    
    36
    -
    
    37 33
     get-orig-source:
    
    38 34
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: