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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1 1
     mate-polkit (1.22.0-1) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    4 5
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    6
    +  [ Mike Gabriel ]
    
    7
    +  * debian/control:
    
    8
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    9
    +  * debian/rules:
    
    10
    +    + Drop dbgsym-migration dh_strip override.
    
    11
    +  * debian/copyright:
    
    12
    +    + Update copyright attributions
    
    13
    +
    
    14
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 11 Jul 2019 12:22:03 +0200
    
    6 15
     
    
    7 16
     mate-polkit (1.20.2-1) unstable; urgency=medium
    
    8 17
     
    

  • debian/copyright
    ... ... @@ -14,6 +14,7 @@ Copyright: 2009, Red Hat, Inc
    14 14
     License: LGPL-2+
    
    15 15
     
    
    16 16
     Files: .github/issue_template.md
    
    17
    +       .travis.yml
    
    17 18
            .tx/config
    
    18 19
            AUTHORS
    
    19 20
            COPYING
    

  • debian/rules
    ... ... @@ -9,8 +9,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    9 9
     DPKG_EXPORT_BUILDFLAGS = 1
    
    10 10
     include /usr/share/dpkg/buildflags.mk
    
    11 11
     
    
    12
    -DEB_DH_STRIP_ARGS_ALL = --dbgsym-migration='libpolkit-gtk-mate-1-0-dbg (<< 1.14.0-2~)'
    
    13
    -
    
    14 12
     DEB_BUILD_PARALLEL = 1
    
    15 13
     
    
    16 14
     # use the NEWS file as upstream ChangeLog...
    


  • Reply to: