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


Commits:
eb28c5a1 by Stephane Glondu at 2026-05-15T15:38:08+02:00
Avoid randomization of default_unix_domain_socket_dir

- - - - -
70ffce71 by Stephane Glondu at 2026-05-15T15:40:43+02:00
Update packaging

- - - - -
69131db8 by Stephane Glondu at 2026-05-15T15:41:17+02:00
Update changelog and prepare upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + 
debian/patches/0001-Avoid-randomization-of-default_unix_domain_socket_di.patch
- + debian/patches/series
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+pgocaml (4.4.0-2) unstable; urgency=medium
+
+  * Team upload
+  * Avoid randomization of default_unix_domain_socket_dir
+  * Switch debian/control to version 5
+  * Bump Standards-Version to 4.7.4
+  * Remove Priority and Rules-Requires-Root from debian/control
+
+ -- Stéphane Glondu <[email protected]>  Fri, 15 May 2026 15:39:27 +0200
+
 pgocaml (4.4.0-1) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -1,6 +1,5 @@
 Source: pgocaml
 Section: ocaml
-Priority: optional
 Maintainer: Debian OCaml Maintainers <[email protected]>
 Uploaders: Mehdi Dogguy <[email protected]>
 Build-Depends:
@@ -18,8 +17,7 @@ Build-Depends:
  libppx-optcomp-ocaml-dev,
  libcamlp-streams-ocaml-dev,
  dh-ocaml (>= 1.2.2)
-Standards-Version: 4.6.2
-Rules-Requires-Root: no
+Standards-Version: 4.7.4
 Homepage: https://github.com/darioteixeira/pgocaml
 Vcs-Browser: https://salsa.debian.org/ocaml-team/pgocaml
 Vcs-Git: https://salsa.debian.org/ocaml-team/pgocaml.git


=====================================
debian/patches/0001-Avoid-randomization-of-default_unix_domain_socket_di.patch
=====================================
@@ -0,0 +1,19 @@
+From: Stephane Glondu <[email protected]>
+Date: Fri, 15 May 2026 15:37:45 +0200
+Subject: Avoid randomization of default_unix_domain_socket_dir
+
+---
+ src/PGOCaml_genconfig.ml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/PGOCaml_genconfig.ml b/src/PGOCaml_genconfig.ml
+index 1cb4762..1333481 100644
+--- a/src/PGOCaml_genconfig.ml
++++ b/src/PGOCaml_genconfig.ml
+@@ -1,5 +1,5 @@
+ let dir =
+-  if Sys.file_exists "/var/run/postgresql" then
++  if true || Sys.file_exists "/var/run/postgresql" then
+     "/var/run/postgresql"
+   else
+     Filename.get_temp_dir_name ()


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+0001-Avoid-randomization-of-default_unix_domain_socket_di.patch


=====================================
debian/watch
=====================================
@@ -1,2 +1,4 @@
-version=4
-https://github.com/darioteixeira/pgocaml/tags .*/v?([0-9.]+)\.tar\.gz
+Version: 5
+
+Source: https://github.com/darioteixeira/pgocaml/tags
+Matching-Pattern: .*/v?([0-9.]+)\.tar\.gz



View it on GitLab: 
https://salsa.debian.org/ocaml-team/pgocaml/-/compare/7308fcbf081eb6441c2bc90c7a8d30e8b22d170b...69131db87a90ac0ee2ca362f252b17fbf2eb0c80

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/pgocaml/-/compare/7308fcbf081eb6441c2bc90c7a8d30e8b22d170b...69131db87a90ac0ee2ca362f252b17fbf2eb0c80
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to