[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#987560: marked as done (unblock: clonezilla/3.35.2-3)



Your message dated Mon, 26 Apr 2021 05:43:17 +0000
with message-id <E1lau1d-0003E7-SW@respighi.debian.org>
and subject line unblock clonezilla
has caused the Debian Bug report #987560,
regarding unblock: clonezilla/3.35.2-3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
987560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=987560
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package clonezilla

fixed #987527

[ Reason ]
The package failed to install because of modifications
made under directory /opt at postinst time. As the files
under /opt were just a remainder of an obsolete version,
I could easily fix this misbehavior

[ Impact ]
Clonezilla's popcon score is more than 900

[ Tests ]
Installed successfully clonezilla in a fresh chroot.

[ Risks ]
The change is trivial (nothing installed under /opt during the package's
configuration)

[ Checklist ]
  [x ] all changes are documented in the d/changelog
  [x ] I reviewed all changes and I approve them
  [x ] attach debdiff against the package in testing

[ Other info ]
-
unblock clonezilla/3.35.2-3

-- System Information:
Debian Release: bullseye/sid
  APT prefers stable
  APT policy: (900, 'stable'), (499, 'testing'), (400, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-14-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /usr/bin/dash
diff -Nru clonezilla-3.35.2/debian/changelog clonezilla-3.35.2/debian/changelog
--- clonezilla-3.35.2/debian/changelog	2020-03-11 17:57:09.000000000 +0100
+++ clonezilla-3.35.2/debian/changelog	2021-04-25 16:52:50.000000000 +0200
@@ -1,3 +1,12 @@
+clonezilla (3.35.2-3) unstable; urgency=medium
+
+  * removed postinst and postrm instructions which installed (or erased)
+    files and directories under /opt/; this seems to be useless for current
+    version of clonezilla, and it prevents it from being installed in
+    Bullseye. Closes: #987527
+
+ -- Georges Khaznadar <georgesk@debian.org>  Sun, 25 Apr 2021 16:52:50 +0200
+
 clonezilla (3.35.2-2) unstable; urgency=medium
 
   * modified the versioned dependency clonezilla -> drbl, which becomes
diff -Nru clonezilla-3.35.2/debian/postinst clonezilla-3.35.2/debian/postinst
--- clonezilla-3.35.2/debian/postinst	2018-05-20 16:40:15.000000000 +0200
+++ clonezilla-3.35.2/debian/postinst	2021-04-25 16:50:41.000000000 +0200
@@ -20,9 +20,8 @@
 
 case "$1" in
     configure)
-	ln -sf /usr/share/drbl /opt/
-	mkdir -p /opt/drbl/conf
-	ln -sf /etc/drbl/drbl.conf /opt/drbl/conf/
+	mkdir -p /usr/share/drbl/conf
+	ln -sf /etc/drbl/drbl.conf /usr/share/drbl/conf/
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)
diff -Nru clonezilla-3.35.2/debian/postrm clonezilla-3.35.2/debian/postrm
--- clonezilla-3.35.2/debian/postrm	2018-05-20 16:40:15.000000000 +0200
+++ clonezilla-3.35.2/debian/postrm	2021-04-25 16:49:12.000000000 +0200
@@ -21,7 +21,6 @@
 
 case "$1" in
     purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-	rm -f /opt/drbl
 	rm -rf /usr/share/drbl/conf
     ;;
 

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: