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

[Git][debian-mate-team/mate-session-manager][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-session-manager

Commits:

  • a8e1f362
    by Mike Gabriel at 2023-09-24T23:25:13+02:00
    debian/rules: set LIBEXECDIR to /usr/libexec/. This is required for some correct interaction with mate-system-monitor. Thanks to Jeremy Bicha for bringing this up.
    
  • 37e93d80
    by Mike Gabriel at 2023-09-24T23:31:03+02:00
    upload to unstable (debian/1.26.1-2)
    

2 changed files:

Changes:

  • debian/changelog
    1
    +mate-session-manager (1.26.1-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/rules:
    
    4
    +    + Set LIBEXECDIR to /usr/libexec/. This is required for some correct
    
    5
    +      interaction with mate-system-monitor. Thanks to Jeremy Bicha for
    
    6
    +      bringing this up.
    
    7
    +
    
    8
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 24 Sep 2023 23:25:19 +0200
    
    9
    +
    
    1 10
     mate-session-manager (1.26.1-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * New upstream release. (Closes: #1038638).
    

  • debian/rules
    ... ... @@ -36,7 +36,7 @@ override_dh_auto_configure:
    36 36
     	dh_auto_configure $(DHFLAGS) -- \
    
    37 37
     		--disable-silent-rules \
    
    38 38
     		--localstatedir=/var/lib \
    
    39
    -		--libexecdir=/usr/libexec/mate-session-manager \
    
    39
    +		--libexecdir=/usr/libexec \
    
    40 40
     		$(SYSTEMD_OPTS)
    
    41 41
     
    
    42 42
     get-orig-source:
    


  • Reply to: