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

[Git][ocaml-team/gmetadom][master] 2 commits: Update packaging



Title: GitLab

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

Commits:

  • 024679e5
    by Stephane Glondu at 2023-08-12T07:33:27+02:00
    Update packaging
    
  • 59ad2918
    by Stephane Glondu at 2023-08-12T07:33:27+02:00
    Update changelog and prepare upload to unstable
    

4 changed files:

Changes:

  • debian/changelog
    1
    +gmetadom (0.2.6-8) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * Update Vcs-*
    
    5
    +  * Bump debhelper compat level to 13
    
    6
    +  * Bump Standards-Version to 4.6.2
    
    7
    +  * Add Rules-Requires-Root: no
    
    8
    +
    
    9
    + -- Stéphane Glondu <glondu@debian.org>  Sat, 12 Aug 2023 07:32:27 +0200
    
    10
    +
    
    1 11
     gmetadom (0.2.6-7) unstable; urgency=low
    
    2 12
     
    
    3 13
       [ Stéphane Glondu ]
    

  • debian/compat deleted
    1
    -10

  • debian/control
    ... ... @@ -3,14 +3,14 @@ Section: devel
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian OCaml Maintainers <debian-ocaml-maint@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper (>= 10),
    
    7
    - ocaml-nox (>= 3.11),
    
    8
    - ocaml-findlib (>= 1.2.4),
    
    6
    + debhelper-compat (= 13),
    
    7
    + ocaml,
    
    8
    + ocaml-findlib,
    
    9 9
      libgdome2-dev,
    
    10 10
      pkg-config,
    
    11
    - g++ (>= 4:7),
    
    12
    - dh-ocaml (>= 0.9.1)
    
    13
    -Standards-Version: 3.8.3
    
    11
    + dh-ocaml
    
    12
    +Standards-Version: 4.6.2
    
    13
    +Rules-Requires-Root: no
    
    14 14
     Homepage: http://gmetadom.sourceforge.net/
    
    15 15
     Vcs-Git: https://salsa.debian.org/ocaml-team/gmetadom.git
    
    16 16
     Vcs-Browser: https://salsa.debian.org/ocaml-team/gmetadom
    

  • debian/rules
    ... ... @@ -6,14 +6,12 @@
    6 6
     override_dh_auto_configure:
    
    7 7
     	dh_auto_configure -- --with-modules="gdome_cpp_smart gdome_caml"
    
    8 8
     
    
    9
    -override_dh_auto_install:
    
    10
    -	dh_auto_install
    
    9
    +execute_after_dh_auto_install:
    
    11 10
     	for file in debian/tmp/usr/lib/*/*.la; do \
    
    12 11
     		sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
    
    13 12
     	done
    
    14 13
     
    
    15
    -override_dh_install:
    
    16
    -	dh_install
    
    14
    +execute_after_dh_install:
    
    17 15
     	-find debian/ -type f -size 0 -exec rm {} \;
    
    18 16
     	-find debian/libgdome2-ocaml-dev -type d -name CVS -exec rm -rf {} \;
    
    19 17
     
    


  • Reply to: