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

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



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -mate-settings-daemon (1.22.0-1) UNRELEASED; urgency=medium
    
    1
    +mate-settings-daemon (1.22.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/patches:
    
    6
    +    + Drop 0001_support-org-mate-a11y-kbd-stickykeys-latch-to-lock.patch.
    
    7
    +      Applied upstream.
    
    8
    +  * debian/control:
    
    9
    +    + Updated for MATE Desktop 1.22
    
    10
    +  * debian/mate-settings-daemon-common.install:
    
    11
    +    + Add udev rules.
    
    12
    +  * debian/copyright:
    
    13
    +    + Update copyright attributions.
    
    14
    +
    
    15
    +  [ Mike Gabriel ]
    
    16
    +  * debian/control:
    
    17
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    18
    +  * debian/copyright:
    
    19
    +    + Update copyright attributions.
    
    20
    +  * debian/rules:
    
    21
    +    + Drop dbgsym-migration dh_strip override.
    
    4 22
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    23
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 17:18:34 +0200
    
    6 24
     
    
    7 25
     mate-settings-daemon (1.20.4-1) unstable; urgency=medium
    
    8 26
     
    

  • debian/copyright
    ... ... @@ -274,6 +274,7 @@ Comment:
    274 274
      License assumed from COPYING file.
    
    275 275
     
    
    276 276
     Files: .tx/config
    
    277
    +       .travis.yml
    
    277 278
            .github/issue_template.md
    
    278 279
            data/Makefile.am
    
    279 280
            data/*.in.in
    

  • debian/rules
    ... ... @@ -27,8 +27,5 @@ override_dh_auto_configure:
    27 27
     
    
    28 28
     override_dh_makeshlibs:
    
    29 29
     
    
    30
    -override_dh_strip:
    
    31
    -	dh_strip --dbgsym-migration='mate-settings-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: