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

[Git][debian-mate-team/mate-terminal][master] 5 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-terminal

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    -mate-terminal (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-terminal (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/control:
    
    6
    +    + Updated for MATE Desktop 1.22
    
    7
    +    + Add B-D: libxml2-utils.
    
    8
    +  * debian/mate-terminal-common.install:
    
    9
    +    + Do not install /usr/share/mate-terminal, mate-terminal now uses
    
    10
    +      gresources.
    
    11
    +  * debian/copyright:
    
    12
    +    + Update copyright attributions.
    
    13
    +  * debian/rules:
    
    14
    +    + Updated for MATE Desktop 1.22
    
    15
    +  * debian/mate-terminal-common.install:
    
    16
    +    + Correct order.
    
    17
    +  * debian/patches:
    
    18
    +    + Drop 1002_xterm-256color.patch. Applied upstream.
    
    19
    +
    
    20
    +  [ Mike Gabriel ]
    
    21
    +  * debian/{compat,control}:
    
    22
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    23
    +  * debian/control:
    
    24
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    25
    +    + Drop empty line at EOF.
    
    26
    +  * debian/rules:
    
    27
    +    + Drop dbgsym-migration dh_strip override.
    
    28
    +  * debian/mate-terminal.postinst:
    
    29
    +    + Drop direct upgrade support from mate-terminal 1.8.1+dfsg1-3.
    
    4 30
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    31
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 31 Jul 2019 00:09:16 +0200
    
    6 32
     
    
    7 33
     mate-terminal (1.20.2-2) unstable; urgency=medium
    
    8 34
     
    

  • debian/control
    ... ... @@ -60,4 +60,3 @@ Description: MATE terminal emulator application (common files)
    60 60
      window (tabs) and profiles support.
    
    61 61
      .
    
    62 62
      This package contains the architecture independent files.
    63
    -

  • debian/copyright
    ... ... @@ -173,7 +173,8 @@ Comment:
    173 173
      .
    
    174 174
      Assuming license as found in COPYING file.
    
    175 175
     
    
    176
    -Files: .tx/config
    
    176
    +Files: .travis.yml
    
    177
    +       .tx/config
    
    177 178
            .github/issue_template.md
    
    178 179
            help/Makefile.am      
    
    179 180
            help/mate-terminal.omf.in       
    

  • debian/mate-terminal.postinst
    ... ... @@ -4,13 +4,6 @@ set -e
    4 4
     
    
    5 5
     #DEBHELPER#
    
    6 6
     
    
    7
    -# We erroneously ignored the mate-terminal.wrapper as x-terminal-emulator before 1.8.1+dfsg1-3
    
    8
    -# and used mate-terminal directly (which does not provide the correct command line options
    
    9
    -# natively, see Debain bug #773431).
    
    10
    -if [ "$1" = "configure" ] && dpkg --compare-versions "$2" le "1.8.1+dfsg1-3"; then
    
    11
    -	update-alternatives --remove x-terminal-emulator /usr/bin/mate-terminal
    
    12
    -fi
    
    13
    -
    
    14 7
     # use mate-terminal.wrapper as alternative for x-terminal-emulator
    
    15 8
     if [ "$1" = "configure" ]; then
    
    16 9
         update-alternatives --install /usr/bin/x-terminal-emulator \
    

  • debian/rules
    ... ... @@ -25,8 +25,5 @@ override_dh_auto_configure:
    25 25
     		--disable-silent-rules \
    
    26 26
     		--disable-static
    
    27 27
     
    
    28
    -override_dh_strip:
    
    29
    -	dh_strip --dbgsym-migration='mate-terminal-dbg (<< 1.14.0-2~)'
    
    30
    -
    
    31 28
     get-orig-source:
    
    32 29
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: