tags 1100767 + patch
thanks

The attached patch add a .maintscript calling mv_conffile which should handle the /etc/default/wsdd -> /etc/wsdd-server/defaults conffile move without loosing the system configuration. Unsure if that is enough to properly handle the upgrade path and the fact that earlier /etc/default/wsdd was moving between wsdd and wsdd-server though...
diff -Nru wsdd-0.8/debian/changelog wsdd-0.8/debian/changelog
--- wsdd-0.8/debian/changelog   2025-04-16 11:07:18.000000000 +0200
+++ wsdd-0.8/debian/changelog   2025-06-05 11:05:31.000000000 +0200
@@ -1,3 +1,11 @@
+wsdd (2:0.8-5) UNRELEASED; urgency=medium
+
+  * debian/wsdd-server.maintscript: 
+    - Use mv_conffile to handle the "defaults" file move
+      (Closes #1100767)
+
+ -- Sebastien Bacher <[email protected]>  Thu, 05 Jun 2025 11:05:31 +0200
+
 wsdd (2:0.8-4) unstable; urgency=medium
 
   * Source upload to fix upload of 3.1
diff -Nru wsdd-0.8/debian/wsdd-server.maintscript 
wsdd-0.8/debian/wsdd-server.maintscript
--- wsdd-0.8/debian/wsdd-server.maintscript     1970-01-01 01:00:00.000000000 
+0100
+++ wsdd-0.8/debian/wsdd-server.maintscript     2025-06-05 11:05:31.000000000 
+0200
@@ -0,0 +1 @@
+mv_conffile /etc/default/wsdd /etc/wsdd-server/defaults 2:0.8-5~

Reply via email to