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

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    -atril (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +atril (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>  Tue, 30 Jul 2019 23:35:21 +0200
    
    6 17
     
    
    7 18
     atril (1.20.3-1) unstable; urgency=medium
    
    8 19
     
    

  • debian/copyright
    ... ... @@ -577,7 +577,8 @@ Copyright: Jonathan Blandford <jrb@redhat.com>
    577 577
                朱涛 <bill_zt@sina.com>
    
    578 578
     License: GFDL-1.1+
    
    579 579
     
    
    580
    -Files: .tx/config
    
    580
    +Files: .travis.yml
    
    581
    +       .tx/config
    
    581 582
            .github/issue_template.md
    
    582 583
            backend/comics/Makefile.am
    
    583 584
            backend/comics/*.in
    

  • debian/rules
    ... ... @@ -42,10 +42,5 @@ override_dh_auto_configure:
    42 42
     		--libexecdir=/usr/lib/atril \
    
    43 43
     		$(DEB_ATRIL_FLAGS)
    
    44 44
     
    
    45
    -override_dh_strip:
    
    46
    -	dh_strip -patril --dbgsym-migration='atril-dbg (<< 1.14.1-2~)'
    
    47
    -	dh_strip -plibatrildocument3 --dbgsym-migration='libatrildocument3-dbg (<< 1.14.1-2~)'
    
    48
    -	dh_strip -plibatrilview3 --dbgsym-migration='libatrilview3-dbg (<< 1.14.1-2~)'
    
    49
    -
    
    50 45
     get-orig-source:
    
    51 46
     	uscan --noconf --force-download --rename --download-current-version --destdir=..


  • Reply to: