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

Bug#861918: marked as done (unblock: cacti/0.8.8h+ds1-10)



Your message dated Sat, 06 May 2017 09:59:00 +0000
with message-id <ec6e0b7e-ba5a-e369-ec46-fb37163e14bc@thykier.net>
and subject line Re: Bug#861918: unblock: cacti/0.8.8h+ds1-10
has caused the Debian Bug report #861918,
regarding unblock: cacti/0.8.8h+ds1-10
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.)


-- 
861918: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861918
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

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Please unblock package cacti

Yesterday I discovered that when I removed the embedded JavaScript that is now
available in the new libjs-jquery-jstree package in version 0.8.8h+ds1-8, I
forgot that dpkg doesn't handle convertion of directories to symlinks on its
own. I reported this in bug #861858. This means that people upgrading from
jessie will be left with a regression if this isn't fixed (the link contains
CSS files needed to properly navigate their network tree).

Please find the debdiff of version 0.8.8h+ds1-10 attached, that I just uploaded
and that has been build (arch:all).

unblock cacti/0.8.8h+ds1-10

- -- System Information:
Debian Release: 9.0
  APT prefers testing-debug
  APT policy: (500, 'testing-debug'), (500, 'testing'), (200, 'experimental'), (200, 'testing'), (50, 'experimental'), (50, 'testing'), (1, 'experimental')
Architecture: amd64
 (x86_64)

Kernel: Linux 4.9.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAlkM2r4ACgkQnFyZ6wW9
dQo7EAf+KXDHam87StwRFwlJA58LnRzX/KMsmg+sbbu9wQBvdCmBUSaHpgLpwsUT
nFLs84Zx2Zfdi3aEUSmpjPdyiGY90tCWWVSrudDN6hCy8+3oFlJKdvTFWwwGMoZ6
v6jNtpJFEiYf2yW8wr4gzcGmZdaPtx+adSp8nrNZ3DhGAXv3KaS/+nttDp5oLoFj
jYGdF39s8blcdzb0uNHE875FqWn3khvMP+VrML9nIdbxkJM1BBCv8vDeihpEsABF
R8Tfz/3u6buE2top7VPWMoQg3l2PYkTowtffRUNJ2d+T7tkXV6RTWNhbYnixMvUc
LlfIl57lcyerPALy2iNTF3MBaX52fQ==
=jsis
-----END PGP SIGNATURE-----
diff -Nru cacti-0.8.8h+ds1/debian/cacti.maintscript cacti-0.8.8h+ds1/debian/cacti.maintscript
--- cacti-0.8.8h+ds1/debian/cacti.maintscript	1970-01-01 01:00:00.000000000 +0100
+++ cacti-0.8.8h+ds1/debian/cacti.maintscript	2017-05-05 13:55:33.000000000 +0200
@@ -0,0 +1 @@
+dir_to_symlink /usr/share/cacti/site/include/js/themes /usr/share/javascript/jstree/themes 0.8.8h+ds1-10~ cacti
diff -Nru cacti-0.8.8h+ds1/debian/cacti.preinst cacti-0.8.8h+ds1/debian/cacti.preinst
--- cacti-0.8.8h+ds1/debian/cacti.preinst	1970-01-01 01:00:00.000000000 +0100
+++ cacti-0.8.8h+ds1/debian/cacti.preinst	2017-05-05 13:55:33.000000000 +0200
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+#DEBHELPER#
diff -Nru cacti-0.8.8h+ds1/debian/changelog cacti-0.8.8h+ds1/debian/changelog
--- cacti-0.8.8h+ds1/debian/changelog	2017-04-13 22:05:30.000000000 +0200
+++ cacti-0.8.8h+ds1/debian/changelog	2017-05-05 13:55:33.000000000 +0200
@@ -1,3 +1,11 @@
+cacti (0.8.8h+ds1-10) unstable; urgency=medium
+
+  * Fix upgrades from before 0.8.8h+ds1-8; that version started to ship
+    symlinks to directories in libjs-jquery-jstree without making sure
+    dpkg handled that properly during upgrades (Closes: #861858)
+
+ -- Paul Gevers <elbrus@debian.org>  Fri, 05 May 2017 13:55:33 +0200
+
 cacti (0.8.8h+ds1-9) unstable; urgency=medium
 
   * Add enable_faster_polling_than_cron.patch to replace the use of the

--- End Message ---
--- Begin Message ---
Paul Gevers:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package cacti
> 
> Yesterday I discovered that when I removed the embedded JavaScript that is now
> available in the new libjs-jquery-jstree package in version 0.8.8h+ds1-8, I
> forgot that dpkg doesn't handle convertion of directories to symlinks on its
> own. I reported this in bug #861858. This means that people upgrading from
> jessie will be left with a regression if this isn't fixed (the link contains
> CSS files needed to properly navigate their network tree).
> 
> Please find the debdiff of version 0.8.8h+ds1-10 attached, that I just uploaded
> and that has been build (arch:all).
> 
> unblock cacti/0.8.8h+ds1-10
> 
> [...]

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: