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: - debian/changelog - − debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +gmetadom (0.2.6-8) unstable; urgency=medium + + * Team upload + * Update Vcs-* + * Bump debhelper compat level to 13 + * Bump Standards-Version to 4.6.2 + * Add Rules-Requires-Root: no + + -- Stéphane Glondu <[email protected]> Sat, 12 Aug 2023 07:32:27 +0200 + gmetadom (0.2.6-7) unstable; urgency=low [ Stéphane Glondu ] ===================================== debian/compat deleted ===================================== @@ -1 +0,0 @@ -10 ===================================== debian/control ===================================== @@ -3,14 +3,14 @@ Section: devel Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Build-Depends: - debhelper (>= 10), - ocaml-nox (>= 3.11), - ocaml-findlib (>= 1.2.4), + debhelper-compat (= 13), + ocaml, + ocaml-findlib, libgdome2-dev, pkg-config, - g++ (>= 4:7), - dh-ocaml (>= 0.9.1) -Standards-Version: 3.8.3 + dh-ocaml +Standards-Version: 4.6.2 +Rules-Requires-Root: no Homepage: http://gmetadom.sourceforge.net/ Vcs-Git: https://salsa.debian.org/ocaml-team/gmetadom.git Vcs-Browser: https://salsa.debian.org/ocaml-team/gmetadom ===================================== debian/rules ===================================== @@ -6,14 +6,12 @@ override_dh_auto_configure: dh_auto_configure -- --with-modules="gdome_cpp_smart gdome_caml" -override_dh_auto_install: - dh_auto_install +execute_after_dh_auto_install: for file in debian/tmp/usr/lib/*/*.la; do \ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \ done -override_dh_install: - dh_install +execute_after_dh_install: -find debian/ -type f -size 0 -exec rm {} \; -find debian/libgdome2-ocaml-dev -type d -name CVS -exec rm -rf {} \; View it on GitLab: https://salsa.debian.org/ocaml-team/gmetadom/-/compare/0c0a02f863b811431fc5ab814f861f6658e56cf2...59ad2918ee22490ce8f5741c9188698446bb60a8 -- View it on GitLab: https://salsa.debian.org/ocaml-team/gmetadom/-/compare/0c0a02f863b811431fc5ab814f861f6658e56cf2...59ad2918ee22490ce8f5741c9188698446bb60a8 You're receiving this email because of your account on salsa.debian.org.

