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

[Git][debian-mate-team/mate-system-monitor][debian/stretch/backports] 6 commits: debian/control: Bump Standards-Version: to 4.3.0. No changes needed.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports 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~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 02 Feb 2019 02:39:46 +0100
    
    6
    +
    
    7
    +mate-system-monitor (1.20.2-1) unstable; urgency=medium
    
    8
    +
    
    9
    +  * New upstream release.
    
    10
    +  * debian/control:
    
    11
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    12
    +    + White-space clean-up at EOF.
    
    13
    +  * debian/rules:
    
    14
    +    + Drop override_dh_install target. The appdata.xml file is now installed
    
    15
    +      to the correct location."
    
    16
    +
    
    17
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 12:16:42 +0100
    
    18
    +
    
    1 19
     mate-system-monitor (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
    
    2 20
     
    
    3 21
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
    23 23
                    pkg-config,
    
    24 24
                    quilt,
    
    25 25
                    yelp-tools,
    
    26
    -Standards-Version: 4.1.4
    
    26
    +Standards-Version: 4.3.0
    
    27 27
     Homepage: http://www.mate-desktop.org/
    
    28 28
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-system-monitor
    
    29 29
     Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-system-monitor.git
    
    ... ... @@ -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: