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

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -mate-utils (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +mate-utils (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/control:
    
    6
    +    + Add B-D: librsvg2-bin and inkscape.
    
    7
    +  * debian/copyright:
    
    8
    +    + Update copyright attributions.
    
    9
    +
    
    10
    +  [ Mike Gabriel ]
    
    11
    +  * debian/{compat,control}:
    
    12
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    13
    +  * debian/control:
    
    14
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    15
    +  * debian/rules:
    
    16
    +    + Drop dbgsym-migration dh_strip override.
    
    17
    +  * debian/patches:
    
    18
    +    + Add patch header to 1001_fix-gsearchtool-pt-help-translation.patch.
    
    4 19
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    20
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 29 Jul 2019 16:23:32 +0200
    
    6 21
     
    
    7 22
     mate-utils (1.20.2-3) unstable; urgency=medium
    
    8 23
     
    

  • debian/copyright
    ... ... @@ -388,7 +388,8 @@ Copyright: Christophe Bliard <christophe.bliard@trux.info>
    388 388
                Yannig Marchegay (Kokoyaya) <yannig@marchegay.org>
    
    389 389
     License: GFDL-1.1+
    
    390 390
     
    
    391
    -Files: .tx/config
    
    391
    +Files: .travis.yml
    
    392
    +       .tx/config
    
    392 393
            .github/issue_template.md
    
    393 394
            baobab/data/Makefile.am
    
    394 395
            baobab/data/*.ui
    

  • debian/patches/1001_fix-gsearchtool-pt-help-translation.patch
    1
    +Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    2
    +Description: Mark broken translation string as fuzzy in pt.po translation
    
    3
    +
    
    1 4
     --- a/gsearchtool/help/pt/pt.po
    
    2 5
     +++ b/gsearchtool/help/pt/pt.po
    
    3 6
     @@ -201,6 +201,7 @@
    

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


  • Reply to: