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

[Git][debian-mate-team/pluma][master] 2 commits: debian/rules: Drop moval of appdata.xml file. It's at the correct location now.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +pluma (1.20.4-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    6
    +  * debian/rules:
    
    7
    +    + Drop moval of appdata.xml file. It's at the correct location now.
    
    8
    +
    
    9
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 22:10:09 +0100
    
    10
    +
    
    1 11
     pluma (1.20.3-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * New upstream release.
    

  • debian/rules
    ... ... @@ -16,8 +16,6 @@ override_dh_install:
    16 16
     	rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
    
    17 17
     	rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyc
    
    18 18
     	rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyo
    
    19
    -	mkdir -p debian/tmp/usr/share/metainfo/
    
    20
    -	mv debian/tmp/usr/share/appdata/pluma.appdata.xml debian/tmp/usr/share/metainfo/
    
    21 19
     	dh_install
    
    22 20
     
    
    23 21
     override_dh_auto_configure:
    


  • Reply to: