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

[Git][ocaml-team/ocamlwc][master] 3 commits: Make ocamlwc an arch:any package



Title: GitLab

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

Commits:

  • 8962923a
    by Stephane Glondu at 2023-09-03T08:16:48+02:00
    Make ocamlwc an arch:any package
    
    Rationale: with the new OCaml packaging, it depends on
    architecture-dependent ABI hash of libstdlib-ocaml.
    
  • 84c52339
    by Stephane Glondu at 2023-09-03T08:18:09+02:00
    Fix clean rule (Closes: #1046387)
    
  • b45eac4d
    by Stephane Glondu at 2023-09-03T08:18:09+02:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ocamlwc (0.3-20) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Make ocamlwc an arch:any package
    
    4
    +  * Fix clean rule (Closes: #1046387)
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Sun, 03 Sep 2023 08:06:45 +0200
    
    7
    +
    
    1 8
     ocamlwc (0.3-19) unstable; urgency=medium
    
    2 9
     
    
    3 10
       [ Debian Janitor ]
    

  • debian/control
    ... ... @@ -14,7 +14,7 @@ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlwc
    14 14
     Homepage: https://www.lri.fr/~filliatr/software.en.html
    
    15 15
     
    
    16 16
     Package: ocamlwc
    
    17
    -Architecture: all
    
    17
    +Architecture: any
    
    18 18
     Depends: ${ocaml:Depends}, ${misc:Depends}
    
    19 19
     Description: count the lines of code and comments in OCaml sources
    
    20 20
      ocamlwc is a program to count the number of lines of code and documentation
    

  • debian/rules
    ... ... @@ -8,5 +8,3 @@ override_dh_auto_configure:
    8 8
     
    
    9 9
     override_dh_auto_install:
    
    10 10
     	$(MAKE) install BINDIR=$(CURDIR)/debian/ocamlwc/usr/bin/
    11
    -
    
    12
    -.PHONY: clean


  • Reply to: