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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-session-manager (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-session-manager (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + Add 0001_hide_NoDisplay_apps.patch. Hide NoDisplay Apps in Startup
    
    7
    +      Applications.
    
    8
    +
    
    9
    +  [ Mike Gabriel ]
    
    10
    +  * debian/control:
    
    11
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attributions.
    
    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:22 +0000
    
    17
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 18:09:53 +0200
    
    6 18
     
    
    7 19
     mate-session-manager (1.20.2-1) unstable; urgency=medium
    
    8 20
     
    

  • debian/copyright
    ... ... @@ -173,6 +173,7 @@ Comment:
    173 173
     
    
    174 174
     Files: .github/issue_template.md
    
    175 175
            .tx/config
    
    176
    +       .travis.yml
    
    176 177
            data/*.ui
    
    177 178
            data/*.desktop.in*
    
    178 179
            data/*.xml.in*
    

  • debian/rules
    ... ... @@ -37,8 +37,5 @@ override_dh_auto_configure:
    37 37
     		--libexecdir=/usr/lib \
    
    38 38
     		$(SYSTEMD_OPTS)
    
    39 39
     
    
    40
    -override_dh_strip:
    
    41
    -	dh_strip --dbgsym-migration='mate-session-manager-dbg (<< 1.14.0-2~)'
    
    42
    -
    
    43 40
     get-orig-source:
    
    44 41
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: