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

[Git][debian-mate-team/libmatemixer][master] 2 commits: debian/rules: Fix FTCBFS: --disable-gtk-doc for arch-only builds. (Closes: #944879).



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libmatemixer (1.22.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Helmut Grohne ]
    
    4
    +  * debian/rules:
    
    5
    +    + Fix FTCBFS: --disable-gtk-doc for arch-only builds. (Closes: #944879).
    
    6
    +
    
    7
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 24 Nov 2019 14:14:01 +0100
    
    8
    +
    
    1 9
     libmatemixer (1.22.0-1) unstable; urgency=medium
    
    2 10
     
    
    3 11
       [ Martin Wimpress ]
    

  • debian/rules
    ... ... @@ -22,7 +22,7 @@ override_dh_install:
    22 22
     override_dh_auto_configure:
    
    23 23
     	NOCONFIGURE=1 ./autogen.sh
    
    24 24
     	dh_auto_configure $(DHFLAGS) -- \
    
    25
    -		--enable-gtk-doc \
    
    25
    +		--$(if $(filter %-doc,$(shell dh_listpackages)),en,dis)able-gtk-doc \
    
    26 26
     		--disable-static \
    
    27 27
     		--disable-silent-rules \
    
    28 28
     		$(NULL)
    


  • Reply to: