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

[Git][ocaml-team/ocamlsdl][master] Update packaging



Title: GitLab

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

Commits:

  • 6e1ff12a
    by Stephane Glondu at 2023-08-16T09:45:29+02:00
    Update packaging
    

4 changed files:

Changes:

  • debian/changelog
    ... ... @@ -3,6 +3,11 @@ ocamlsdl (0.9.1-4) UNRELEASED; urgency=medium
    3 3
       [ Debian Janitor ]
    
    4 4
       * Remove constraints unnecessary since buster (oldstable)
    
    5 5
     
    
    6
    +  [ Stéphane Glondu ]
    
    7
    +  * Bump debhelper compat level to 13
    
    8
    +  * Add Rules-Requires-Root: no
    
    9
    +  * Bump Standards-Version to 4.6.2
    
    10
    +
    
    6 11
      -- Stéphane Glondu <glondu@debian.org>  Tue, 15 Aug 2023 13:33:17 +0200
    
    7 12
     
    
    8 13
     ocamlsdl (0.9.1-3) unstable; urgency=medium
    

  • debian/compat deleted
    1
    -8

  • debian/control
    ... ... @@ -5,7 +5,7 @@ Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    5 5
     Uploaders:
    
    6 6
      Stéphane Glondu <glondu@debian.org>
    
    7 7
     Build-Depends:
    
    8
    - debhelper (>= 8),
    
    8
    + debhelper-compat (= 13),
    
    9 9
      dh-ocaml,
    
    10 10
      ocaml,
    
    11 11
      libpng-dev,
    
    ... ... @@ -16,7 +16,8 @@ Build-Depends:
    16 16
      libsdl-gfx1.2-dev,
    
    17 17
      liblablgl-ocaml-dev,
    
    18 18
      ocaml-findlib
    
    19
    -Standards-Version: 3.9.3
    
    19
    +Standards-Version: 4.6.2
    
    20
    +Rules-Requires-Root: no
    
    20 21
     Homepage: http://ocamlsdl.sourceforge.net
    
    21 22
     Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlsdl.git
    
    22 23
     Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlsdl
    

  • debian/rules
    ... ... @@ -22,21 +22,20 @@ OCAMLSDLDEV=$(OCAMLSDL)-dev
    22 22
     %:
    
    23 23
     	dh $@ --with ocaml
    
    24 24
     
    
    25
    -.PHONY: override_dh_auto_configure
    
    25
    +override_dh_autoreconf:
    
    26
    +# Fails because of missing configure.ac
    
    27
    +
    
    26 28
     override_dh_auto_configure:
    
    27 29
     	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
    
    28 30
     
    
    29
    -.PHONY: override_dh_auto_clean
    
    30 31
     override_dh_auto_clean:
    
    31 32
     	[ ! -f makefile.config.gcc ] || $(MAKE) clean
    
    32 33
     	rm -f config.log config.status
    
    33 34
     	rm -f makefile.config.gcc src/config.h
    
    34 35
     
    
    35
    -.PHONY: override_dh_auto_install
    
    36 36
     override_dh_auto_install:
    
    37 37
     	mkdir -p $(DESTDIR)
    
    38 38
     	$(MAKE) install OCAMLFIND_DESTDIR=$(DESTDIR) OCAMLFIND_LDCONF=ignore
    
    39 39
     
    
    40
    -.PHONY: override_dh_installchangelogs
    
    41 40
     override_dh_installchangelogs:
    
    42 41
     	dh_installchangelogs NEWS


  • Reply to: