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

[Git][debian-mate-team/mate-system-monitor][master] 3 commits: debian/rules: Drop override_dh_install target. The appdata.xml file is now...



Title: GitLab

Mike Gabriel pushed to branch master at Debian and Ubuntu MATE Packaging Team / mate-system-monitor

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +mate-system-monitor (1.20.2-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * New upstream release.
    
    4
    +  * debian/control:
    
    5
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    6
    +    + White-space clean-up at EOF.
    
    7
    +  * debian/rules:
    
    8
    +    + Drop override_dh_install target. The appdata.xml file is now installed
    
    9
    +      to the correct location."
    
    10
    +
    
    11
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 12:16:42 +0100
    
    12
    +
    
    1 13
     mate-system-monitor (1.20.1-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       * New upstream release.
    

  • debian/control
    ... ... @@ -50,5 +50,3 @@ Description: Process viewer and system resource monitor for MATE (common files)
    50 50
      resources such as CPU and memory.
    
    51 51
      .
    
    52 52
      This package contains the architecture independent files.
    53
    -
    
    54
    -

  • debian/rules
    ... ... @@ -19,11 +19,6 @@ endif
    19 19
     override_dh_missing:
    
    20 20
     	dh_missing --fail-missing
    
    21 21
     
    
    22
    -override_dh_install:
    
    23
    -	mkdir -p debian/tmp/usr/share/metainfo/
    
    24
    -	mv debian/tmp/usr/share/appdata/mate-system-monitor.appdata.xml debian/tmp/usr/share/metainfo/
    
    25
    -	dh_install
    
    26
    -
    
    27 22
     override_dh_auto_configure:
    
    28 23
     	# upstream tarball is without configure. autogen.sh will create it
    
    29 24
     	NOCONFIGURE=1 ./autogen.sh
    


  • Reply to: