Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / 
easy-format


Commits:
b1c924ba by Stephane Glondu at 2023-08-07T08:14:45+02:00
Update packaging

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/debian-dune
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+easy-format (1.3.4-3) unstable; urgency=medium
+
+  * Team upload
+  * Use ocaml_dune DH buildsystem
+  * Bump Standards-Version to 4.6.2
+
+ -- Stéphane Glondu <[email protected]>  Mon, 07 Aug 2023 08:14:42 +0200
+
 easy-format (1.3.4-2) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -5,10 +5,10 @@ Maintainer: Debian OCaml Maintainers 
<[email protected]>
 Uploaders: Hendrik Tews <[email protected]>
 Build-Depends:
  debhelper-compat (= 13),
- ocaml-nox,
+ ocaml,
  ocaml-dune,
- dh-ocaml
-Standards-Version: 4.6.1
+ dh-ocaml (>= 1.2)
+Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Homepage: https://github.com/ocaml-community/easy-format
 Vcs-Git: https://salsa.debian.org/ocaml-team/easy-format.git


=====================================
debian/debian-dune
=====================================
@@ -0,0 +1 @@
+easy-format


=====================================
debian/rules
=====================================
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-#export DH_OPTIONS=-v
-
-DESTDIR=$(CURDIR)/debian/tmp
-
 include /usr/share/ocaml/ocamlvars.mk
 
 %:
-       dh $@ --with ocaml
-
-override_dh_auto_build:
-       dune build -p easy-format
-
-override_dh_auto_test:
-       dune runtest -p easy-format
-
-override_dh_auto_install:
-       dune install --destdir=$(DESTDIR) --prefix=/usr 
--libdir=$(OCAML_STDLIB_DIR)
-       rm -f $(DESTDIR)/usr/doc/easy-format/LICENSE
+       dh $@ --with ocaml --buildsystem ocaml_dune



View it on GitLab: 
https://salsa.debian.org/ocaml-team/easy-format/-/commit/b1c924ba26f1a94c08d253a37cb2a1dd85d64773

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/easy-format/-/commit/b1c924ba26f1a94c08d253a37cb2a1dd85d64773
You're receiving this email because of your account on salsa.debian.org.


Reply via email to