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

[Git][ocaml-team/ledit][master] 3 commits: Bump Standards-Version to 4.6.2



Title: GitLab

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

Commits:

  • c70f183c
    by Stephane Glondu at 2023-09-08T17:13:58+02:00
    Bump Standards-Version to 4.6.2
    
  • eaf1f8a1
    by Stephane Glondu at 2023-09-08T17:19:09+02:00
    Make ledit an arch:any package (Closes: #1051475)
    
  • 9f465f86
    by Stephane Glondu at 2023-09-08T17:19:09+02:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • debian/changelog
    1
    +ledit (2.04-7) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Make ledit an arch:any package (Closes: #1051475)
    
    4
    +  * Bump Standards-Version to 4.6.2
    
    5
    +
    
    6
    + -- Stéphane Glondu <glondu@debian.org>  Fri, 08 Sep 2023 17:15:06 +0200
    
    7
    +
    
    1 8
     ledit (2.04-6) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * Fix compilation with camlp5 8.00.02 (Closes: #1004052)
    

  • debian/control
    ... ... @@ -12,14 +12,14 @@ Build-Depends:
    12 12
      ocaml,
    
    13 13
      camlp5 (>= 8),
    
    14 14
      bash-completion
    
    15
    -Standards-Version: 4.6.0
    
    15
    +Standards-Version: 4.6.2
    
    16 16
     Rules-Requires-Root: no
    
    17 17
     Homepage: http://cristal.inria.fr/~ddr/ledit/
    
    18 18
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ledit
    
    19 19
     Vcs-Git: https://salsa.debian.org/ocaml-team/ledit.git
    
    20 20
     
    
    21 21
     Package: ledit
    
    22
    -Architecture: all
    
    22
    +Architecture: any
    
    23 23
     Depends:
    
    24 24
      ${ocaml:Depends},
    
    25 25
      ${misc:Depends},
    

  • debian/rules
    ... ... @@ -12,9 +12,7 @@ override_dh_auto_build:
    12 12
     	$(MAKE) CUSTOM=
    
    13 13
     	if [ $(OCAML_OPT_ARCH) ]; then $(MAKE) opt; fi
    
    14 14
     
    
    15
    -override_dh_auto_install-indep:
    
    15
    +override_dh_auto_install:
    
    16 16
     	$(MAKE) install BINDIR=$(DESTDIR)/usr/bin MANDIR=$(DESTDIR)/usr/share/man/man1
    
    17
    -
    
    18
    -override_dh_auto_install-arch:
    
    19 17
     	mkdir -p $(LEDIT_LIBDIR)
    
    20 18
     	$(MAKE) install-lib LEDIT_LIBDIR=$(LEDIT_LIBDIR)


  • Reply to: