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

[Git][debian-mate-team/mate-terminal][master] 3 commits: debian/copyright: Update copyright attributions.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-terminal

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-terminal (1.24.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-terminal (1.24.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    -  * New upstream release
    
    3
    +  [ Martin Wimpress ]
    
    4
    +  * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + Drop 0002_fix-searching.patch. Applied upstream.
    
    7
    +    + Drop 0001_fix-url-highlighting.patch. Applied upstream.
    
    8
    +
    
    9
    +  [ Mike Gabriel ]
    
    10
    +  * debian/control:
    
    11
    +    + Bump DH compat level to version 13.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attributions.
    
    14
    +  * debian/mate-terminal.postinst:
    
    15
    +    + Use higher priority for mate-terminal.wrapper. (Closes: #931045).
    
    4 16
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 17 Aug 2020 12:22:12 +0100
    
    17
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 21 Aug 2020 21:26:02 +0200
    
    6 18
     
    
    7 19
     mate-terminal (1.24.0-3) unstable; urgency=medium
    
    8 20
     
    

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

  • debian/mate-terminal.postinst
    ... ... @@ -7,7 +7,7 @@ set -e
    7 7
     # use mate-terminal.wrapper as alternative for x-terminal-emulator
    
    8 8
     if [ "$1" = "configure" ]; then
    
    9 9
         update-alternatives --install /usr/bin/x-terminal-emulator \
    
    10
    -    x-terminal-emulator /usr/bin/mate-terminal.wrapper 30 \
    
    10
    +    x-terminal-emulator /usr/bin/mate-terminal.wrapper 35 \
    
    11 11
         --slave /usr/share/man/man1/x-terminal-emulator.1.gz \
    
    12 12
         x-terminal-emulator.1.gz /usr/share/man/man1/mate-terminal.1.gz
    
    13 13
     fi


  • Reply to: