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

[Git][debian-mate-team/marco][master] debian/rules: Add configure option: --enable-verbose-mode, to ease debugging...



Title: GitLab

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

Commits:

  • 3cf2a512
    by Mike Gabriel at 2023-08-19T21:41:38+02:00
    debian/rules: Add configure option: --enable-verbose-mode, to ease debugging at runtime by using 'MARCO_VERBOSE=1 marco --replace'.
    

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -23,6 +23,7 @@ override_dh_auto_configure:
    23 23
     	# upstream tarball is without configure. autogen.sh will create it
    
    24 24
     	NOCONFIGURE=1 ./autogen.sh
    
    25 25
     	dh_auto_configure $(DHFLAGS) -- \
    
    26
    +		--enable-verbose-mode \
    
    26 27
     		--disable-silent-rules \
    
    27 28
     		--localstatedir=/var \
    
    28 29
     		--libexecdir=/usr/lib/mate-window-manager \
    


  • Reply to: