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

[Git][debian-mate-team/mate-system-monitor][master] 2 commits: debian/rules: set LIBEXECDIR to /usr/libexec/. This is required for some...



Title: GitLab

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

Commits:

  • 6438a025
    by Mike Gabriel at 2023-09-24T23:22:31+02:00
    debian/rules: set LIBEXECDIR to /usr/libexec/. This is required for some correct interaction with tools from mate-session-manager. Thanks to Jeremy Bicha for bringing this up.
    
  • 1d072a6a
    by Mike Gabriel at 2023-09-24T23:24:08+02:00
    upload to unstable (debian/1.26.0-3)
    

2 changed files:

Changes:

  • debian/changelog
    1
    +mate-system-monitor (1.26.0-3) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/rules: set LIBEXECDIR to /usr/libexec/. This is required for some
    
    4
    +    correct interaction with tools from mate-session-manager. Thanks to Jeremy
    
    5
    +    Bicha for bringing this up."
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 24 Sep 2023 23:23:05 +0200
    
    8
    +
    
    1 9
     mate-system-monitor (1.26.0-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * debian/control:
    

  • debian/rules
    ... ... @@ -24,7 +24,7 @@ override_dh_auto_configure:
    24 24
     	NOCONFIGURE=1 ./autogen.sh
    
    25 25
     	dh_auto_configure $(DHFLAGS) -- \
    
    26 26
     		--disable-silent-rules \
    
    27
    -		--libexecdir=/usr/lib/${pkgname} \
    
    27
    +		--libexecdir=/usr/libexec \
    
    28 28
     		--localstatedir=/var \
    
    29 29
     		--disable-static \
    
    30 30
     		$(CONFIGURE_SYSTEMD)
    


  • Reply to: