Kyle Robbertze pushed to branch master at Debian OCaml Maintainers / liquidsoap


Commits:
9ae63244 by Kyle Robbertze at 2026-06-04T11:13:17+01:00
Update watch file to v5

- - - - -
3a525167 by Kyle Robbertze at 2026-06-04T11:35:42+01:00
Add sqlite and syslog support

- - - - -
7f9c8fe9 by Kyle Robbertze at 2026-06-04T11:36:07+01:00
Make doc package build reproducible

- - - - -
1d895598 by Kyle Robbertze at 2026-06-08T10:02:31+01:00
Note dropping FDK-AAC support in changelog

Gbp-Dch: Ignore

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -8,6 +8,8 @@ liquidsoap (2.4.4-1) UNRELEASED; urgency=medium
   * Drop patches fixed upstream
   * Remove dependency on domain_shims
   * Bump Standards-Version to 4.7.4 (no change)
+  * Drop FDK-AAC support as upstream will no longer support a dynamic linker
+    to the package in contrib
 
  -- Kyle Robbertze <[email protected]>  Fri, 29 May 2026 10:58:38 +0100
 


=====================================
debian/control
=====================================
@@ -55,7 +55,9 @@ Build-Depends: chrpath,
                libshine-ocaml-dev (>= 0.2.0),
                libsoundtouch-ocaml-dev (>= 0.1.9),
                libspeex-ocaml-dev (>= 0.4.0),
+               libsqlite3-ocaml-dev,
                libssl-ocaml-dev (>= 0.7.0),
+               libsyslog-ocaml-dev,
                libtheora-ocaml-dev (>= 1.0.0),
                liburi-ocaml-dev,
                libvorbis-ocaml-dev (>= 1.0.0),


=====================================
debian/rules
=====================================
@@ -2,6 +2,16 @@
 # -*- makefile -*-
 
 include /usr/share/ocaml/ocamlvars.mk
+include /usr/share/dpkg/pkg-info.mk
+
+export LIQ_VERSION := $(DEB_VERSION_UPSTREAM)
+export LIQUIDSOAP_ENABLE_BUILD_CONFIG := true
+export IS_SNAPSHOT := false
 
 %:
        dh $@ --with elpa,ocaml --buildsystem ocaml_dune
+
+override_dh_auto_install:
+       dh_auto_install
+       ls debian/tmp/usr/doc/liquidsoap
+       sed -E -i 's|/tmp/build_[0-9a-f]+_dune|/tmp/build_dune|g' 
debian/tmp/usr/doc/liquidsoap/html/settings.html


=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=4
-opts=compression=gz \
-  https://github.com/savonet/liquidsoap/releases 
/savonet/liquidsoap/archive/refs/tags/v*@ANY_VERSION@@ARCHIVE_EXT@
+Version: 5
+Template: GitHub
+Dist: https://github.com/savonet/liquidsoap
+Release-Only: yes
+Version-Type: STABLE_VERSION



View it on GitLab: 
https://salsa.debian.org/ocaml-team/liquidsoap/-/compare/9443a28e79c07043b9338cb70c54c499211b3821...1d895598538ffa5ccf2e745f10a0e2006a527b62

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/liquidsoap/-/compare/9443a28e79c07043b9338cb70c54c499211b3821...1d895598538ffa5ccf2e745f10a0e2006a527b62
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