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

[Git][ocaml-team/ocaml-visitors][master] Fix arch-indep build



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-visitors

Commits:

  • d1aa0904
    by Stephane Glondu at 2023-08-17T09:11:41+02:00
    Fix arch-indep build
    

2 changed files:

Changes:

  • debian/changelog
    1
    +ocaml-visitors (20210608-5) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Fix arch-indep build
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Thu, 17 Aug 2023 09:11:38 +0200
    
    7
    +
    
    1 8
     ocaml-visitors (20210608-4) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Stéphane Glondu ]
    

  • debian/rules
    ... ... @@ -8,3 +8,6 @@ include /usr/share/ocaml/ocamlvars.mk
    8 8
     
    
    9 9
     override_dh_auto_build-indep:
    
    10 10
     	cd doc && $(MAKE) SHELL=/bin/bash
    
    11
    +
    
    12
    +override_dh_auto_install-indep:
    
    13
    +# Do nothing


  • Reply to: