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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-notification-daemon (1.22.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-notification-daemon (1.22.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + 1001_convert-gvfs-open-to-gio-open.patch. Applied upstream.
    
    7
    +  * debian/control:
    
    8
    +    + Updated for MATE Desktop 1.22
    
    9
    +  * debian/copyright:
    
    10
    +    + Update copyright attributions.
    
    11
    +
    
    12
    +  [ Mike Gabriel ]
    
    13
    +  * debian/{compat,control}:
    
    14
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    15
    +  * debian/control:
    
    16
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    17
    +  * debian/rules:
    
    18
    +    + Drop dbgsym-migration dh_strip override.
    
    4 19
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    20
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 23:49:28 +0200
    
    6 21
     
    
    7 22
     mate-notification-daemon (1.20.2-1) unstable; urgency=medium
    
    8 23
     
    

  • debian/copyright
    ... ... @@ -59,6 +59,7 @@ Comment:
    59 59
      Using license information from COPYING file.
    
    60 60
     
    
    61 61
     Files: .github/issue_template.md
    
    62
    +       .travis.yml
    
    62 63
            .tx/config
    
    63 64
            data/Makefile.am
    
    64 65
            data/org.*
    

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


  • Reply to: