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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -pluma (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +pluma (1.22.1-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/copyright:
    
    6
    +    + Update copyright attributions.
    
    7
    +
    
    8
    +  [ Mike Gabriel ]
    
    9
    +  * debian/{compat,control}:
    
    10
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    11
    +  * debian/control:
    
    12
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    13
    +  * debian/rules:
    
    14
    +    + Drop dbgsym-migration dh_strip override.
    
    4 15
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:23 +0000
    
    16
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 29 Jul 2019 21:47:55 +0200
    
    6 17
     
    
    7 18
     pluma (1.20.4-1) unstable; urgency=medium
    
    8 19
     
    

  • debian/copyright
    ... ... @@ -406,6 +406,7 @@ Files: data/*.in.in
    406 406
            tools/plugin_template/Makefile.am
    
    407 407
            tools/plugin_template/pluma-plugin.desktop.in
    
    408 408
            .github/issue_template.md
    
    409
    +       .travis.yml
    
    409 410
            .tx/config
    
    410 411
            AUTHORS
    
    411 412
            COPYING
    

  • debian/rules
    ... ... @@ -32,8 +32,5 @@ override_dh_installchangelogs:
    32 32
     override_dh_auto_test:
    
    33 33
     	DEB_BUILD_OPTIONS=nocheck dh_auto_test
    
    34 34
     
    
    35
    -override_dh_strip:
    
    36
    -	dh_strip --dbgsym-migration='pluma-dbg (<< 1.14.0-2~)'
    
    37
    -
    
    38 35
     get-orig-source:
    
    39 36
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: