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

[Git][ocaml-team/camlp5][master] 2 commits: Run tests only on native architectures



Title: GitLab

Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / camlp5

Commits:

  • adcc23a3
    by Stephane Glondu at 2023-09-06T09:49:32+02:00
    Run tests only on native architectures
    
  • 49edef95
    by Stephane Glondu at 2023-09-06T09:49:42+02:00
    Update changelog and prepare upload to unstable
    

2 changed files:

Changes:

  • debian/changelog
    1
    +camlp5 (8.02.01-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Run tests only on native architectures
    
    4
    +
    
    5
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 06 Sep 2023 09:49:39 +0200
    
    6
    +
    
    1 7
     camlp5 (8.02.01-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release
    

  • debian/rules
    ... ... @@ -29,10 +29,12 @@ override_dh_auto_build:
    29 29
     
    
    30 30
     override_dh_auto_test:
    
    31 31
     ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
    
    32
    +ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
    
    32 33
     	$(MAKE) local-install
    
    33 34
     	$(MAKE) -C testsuite all-tests
    
    34 35
     	$(MAKE) -C test all
    
    35 36
     endif
    
    37
    +endif
    
    36 38
     
    
    37 39
     override_dh_auto_install:
    
    38 40
     	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
    


  • Reply to: