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


Commits:
aa8099af by Alexandre Detiste at 2026-05-18T21:54:25+02:00
use dh-cruft to register & purge /var/cache/approx/

- - - - -
45a654d7 by Stéphane Glondu at 2026-05-22T11:19:21+00:00
Merge branch 'master' into 'master'

use dh-cruft to register & purge /var/cache/approx/

See merge request ocaml-team/approx!8
- - - - -


3 changed files:

- debian/approx.postrm
- + debian/approx.purge
- debian/control


Changes:

=====================================
debian/approx.postrm
=====================================
@@ -7,17 +7,12 @@ remove_inetd() {
     fi
 }
 
-remove_cache() {
-    rm -rf /var/cache/approx
-}
-
 case "$1" in
     remove)
         remove_inetd
         ;;
     purge)
         remove_inetd
-        remove_cache
         ;;
 esac
 


=====================================
debian/approx.purge
=====================================
@@ -0,0 +1 @@
+/var/cache/approx/


=====================================
debian/control
=====================================
@@ -6,6 +6,7 @@ Uploaders: Ralf Treinen <[email protected]>
 Build-Depends:
  debhelper-compat (= 13),
  dh-ocaml,
+ dh-sequence-cruft,
  libnethttpd-ocaml-dev,
  libounit-ocaml-dev,
  libre-ocaml-dev,



View it on GitLab: 
https://salsa.debian.org/ocaml-team/approx/-/compare/9e06b4e0ce4fb6a3e7d92efdb014f538412f407b...45a654d7fea1f1d056f4965f024e53624e4a73f6

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/approx/-/compare/9e06b4e0ce4fb6a3e7d92efdb014f538412f407b...45a654d7fea1f1d056f4965f024e53624e4a73f6
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