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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -libmateweather (1.22.0-1) UNRELEASED; urgency=medium
    
    1
    +libmateweather (1.22.0-1) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Martin Wimpress ]
    
    3 4
       * New upstream release.
    
    5
    +  * debian/rules:
    
    6
    +    + Add --enable-all-translations-in-one-xml to shave
    
    7
    +      10MB of the size of libmateweather-common.
    
    8
    +
    
    9
    +  [ Mike Gabriel ]
    
    10
    +  * debian/{compat,control}:
    
    11
    +    + Use debhelper-compat notation. Bump to DH compat level version 12.
    
    12
    +  * debian/control:
    
    13
    +    + Bump Standards-Version: to 4.4.0. No changes needed.
    
    14
    +  * debian/rules:
    
    15
    +    + Drop dbgsym-migration dh_strip override.
    
    16
    +  * debian/copyright:
    
    17
    +    + Update copyright attributions.
    
    4 18
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    19
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 10 Jul 2019 14:00:03 +0200
    
    6 20
     
    
    7 21
     libmateweather (1.20.2-1) unstable; urgency=medium
    
    8 22
     
    

  • debian/copyright
    ... ... @@ -81,7 +81,8 @@ Comment:
    81 81
      Apply appropriate license as either found in COPYING
    
    82 82
      file or in COPYING.GPL file.
    
    83 83
     
    
    84
    -Files: .tx/config
    
    84
    +Files: .travis.yml
    
    85
    +       .tx/config
    
    85 86
            .github/issue_template.md
    
    86 87
            data/Makefile.am
    
    87 88
            data/Locations.xml.in
    

  • debian/rules
    ... ... @@ -25,8 +25,5 @@ override_dh_auto_configure:
    25 25
     		--enable-locations-compression \
    
    26 26
     		--enable-all-translations-in-one-xml
    
    27 27
     
    
    28
    -override_dh_strip:
    
    29
    -	dh_strip -plibmateweather1 --dbgsym-migration='libmateweather1-dbg (<< 1.14.0-2~)'
    
    30
    -
    
    31 28
     get-orig-source:
    
    32 29
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: