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

[Git][debian-mate-team/caja][master] 4 commits: debian/libcaja-extension1.symbols: Update symbols.



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / caja

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -caja (1.22.1-1) UNRELEASED; urgency=medium
    
    1
    +caja (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/libcaja-extension1.symbols:
    
    14
    +    + Update symbols.
    
    15
    +  * debian/copyright:
    
    16
    +    + Update copyright attributions.
    
    17
    +  * debian/rules:
    
    18
    +    + Drop dbgsym-migration dh_strip override.
    
    4 19
     
    
    5
    - -- Martin Wimpress <martin.wimpress@ubuntu.com>  Mon, 18 Mar 2019 20:30:22 +0000
    
    20
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 21 Jul 2019 16:36:42 +0200
    
    6 21
     
    
    7 22
     caja (1.20.3-1) unstable; urgency=medium
    
    8 23
     
    

  • debian/copyright
    ... ... @@ -565,6 +565,7 @@ Copyright: 2009, Red Hat, Inc.
    565 565
     License: LGPL-2+
    
    566 566
     
    
    567 567
     Files: .github/issue_template.md
    
    568
    +       .travis.yml
    
    568 569
            .tx/config
    
    569 570
            README
    
    570 571
            data/icons/*.png       
    

  • debian/libcaja-extension1.symbols
    ... ... @@ -41,6 +41,8 @@ libcaja-extension.so.1 libcaja-extension1 #MINVER#
    41 41
      caja_file_info_get_name@Base 1.6.3
    
    42 42
      caja_file_info_get_parent_uri@Base 1.6.3
    
    43 43
      caja_column_provider_get_type@Base 1.6.3
    
    44
    + caja_configurable_get_type@Base 1.22.1
    
    45
    + caja_configurable_run_config@Base 1.22.1
    
    44 46
      caja_menu_provider_get_background_items@Base 1.6.3
    
    45 47
      caja_file_info_is_directory@Base 1.6.3
    
    46 48
      caja_file_info_get_parent_location@Base 1.6.3
    

  • debian/rules
    ... ... @@ -34,10 +34,6 @@ override_dh_auto_configure:
    34 34
     override_dh_auto_test:
    
    35 35
     	DEB_BUILD_OPTIONS=nocheck dh_auto_test
    
    36 36
     
    
    37
    -override_dh_strip:
    
    38
    -	dh_strip -pcaja --dbgsym-migration='caja-dbg (<< 1.14.1-2~)'
    
    39
    -	dh_strip -plibcaja-extension1 --dbgsym-migration='libcaja-extension1-dbg (<< 1.14.1-2~)'
    
    40
    -
    
    41 37
     override_dh_installchangelogs:
    
    42 38
     	dh_installchangelogs NEWS
    
    43 39
     
    


  • Reply to: