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

[Git][debian-mate-team/mate-common][master] 3 commits: debian/watch: Use format version 4.



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -mate-common (1.26.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-common (1.26.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    4 5
     
    
    5
    - -- Martin Wimpress <code@wimpress.io>  Sat, 21 Aug 2021 16:19:37 +0100
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/control:
    
    8
    +    + Bump Standards-Version: to 4.6.0. No changes needed.
    
    9
    +    + Bump DH compat level to version 13.
    
    10
    +  * debian/watch:
    
    11
    +    + Use format version 4.
    
    12
    +  * debian/patches:
    
    13
    +    + Add 1001_use-bash-for-mate-autogen.patch. Script uses bash'isms.
    
    14
    +
    
    15
    + -- Mike Gabriel <sunweaver@debian.org>  Fri, 10 Dec 2021 11:26:51 +0100
    
    6 16
     
    
    7 17
     mate-common (1.24.2-1) unstable; urgency=medium
    
    8 18
     
    

  • debian/patches/1001_use-bash-for-mate-autogen.patch
    1
    +Description: Use bash in shebang as script uses bash'isms (reported by lintian)
    
    2
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    +Forwarded: https://github.com/mate-desktop/mate-common/issues/35
    
    4
    +
    
    5
    +--- a/macros/mate-autogen
    
    6
    ++++ b/macros/mate-autogen
    
    7
    +@@ -1,4 +1,4 @@
    
    8
    +-#!/bin/sh
    
    9
    ++#!/bin/bash
    
    10
    + #
    
    11
    + # mate-common - Run this to generate all the initial makefiles, etc.
    
    12
    + #

  • debian/patches/series
    1
    +1001_use-bash-for-mate-autogen.patch

  • debian/watch
    1
    -version=3
    
    1
    +version=4
    
    2 2
     https://git.mate-desktop.org/mate-common/ \
    
    3 3
         snapshot/mate-common-(\d\.(?:[0-9]+|)[24680]\.\d)\.tar\.xz


  • Reply to: