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

Bug#878685: stretch-pu: package udftools/1.3-2



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Package udftools in version 1.3-1 has specified incorrect path to the
pktsetup binary in the /etc/init.d/udftools init script which cause that
init script does not work at all. Binary path was changed from bin to
sbin in upstream between 1.2 and 1.3 period.

It leads to the reported bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878180

This problem is fixed in the udftools version 1.3-2 which is now
available in the sid and buster. Diff between versions 1.3-1 and 1.3-2
is attached and contains just fix for this problem. Please update
udftools to version 1.3-2 also for stretch to make /etc/init.d/udftools
init script working again in stretch.

-- System Information:
Debian Release: 9.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=sk_SK.UTF-8, LC_CTYPE=sk_SK.UTF-8 (charmap=UTF-8), LANGUAGE=sk_SK (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
diff -Nru udftools-1.3/debian/changelog udftools-1.3/debian/changelog
--- udftools-1.3/debian/changelog	2017-01-24 00:28:05.000000000 +0100
+++ udftools-1.3/debian/changelog	2017-10-03 21:41:57.000000000 +0200
@@ -1,3 +1,9 @@
+udftools (1.3-2) unstable; urgency=low
+
+  * Fix path to pktsetup in udftools init script
+
+ -- Pali Rohár <pali.rohar@gmail.com>  Tue, 03 Oct 2017 21:41:57 +0200
+
 udftools (1.3-1) unstable; urgency=low
 
   * New upstream release
diff -Nru udftools-1.3/debian/udftools.init udftools-1.3/debian/udftools.init
--- udftools-1.3/debian/udftools.init	2017-01-24 00:26:46.000000000 +0100
+++ udftools-1.3/debian/udftools.init	2017-10-03 21:40:26.000000000 +0200
@@ -30,7 +30,7 @@
 
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
 DESC="udftools packet writing"
-PKTSETUP=/usr/bin/pktsetup
+PKTSETUP=/usr/sbin/pktsetup
 DEFAULTFILE=/etc/default/udftools
 DEVICES=""
 NEWINTNAMES="0 1 2 3"

Reply to: