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

[Git][lintian/lintian][master] Do not compress favicon.ico in lintian-doc



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • 6c5cef3c
    by Nicolas Peugnet at 2024-12-07T12:32:26+01:00
    Do not compress favicon.ico in lintian-doc
    
    Otherwise the favicon cannot be loaded by the browser.
    

1 changed file:

Changes:

  • debian/rules
    ... ... @@ -43,6 +43,9 @@ ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
    43 43
     	mv lintian-ssg debian/lintian-doc/usr/share/doc/lintian-doc/html
    
    44 44
     endif
    
    45 45
     
    
    46
    +override_dh_compress:
    
    47
    +	dh_compress -Xfavicon.ico
    
    48
    +
    
    46 49
     api-doc:
    
    47 50
     	private/generate-html-docs doc/api.html
    
    48 51
     
    


  • Reply to: