On Sunday 29 October 2017 18:19:53 Adam D. Barratt wrote: > Please prepare an upload built and tested on stable, using "stretch" as > the changelog distribution, and versioned as either 1.3-1+deb9u1 or > 1.3-2~deb9u1, depending on how the changelog is structured, and attach > the debdiff to this bug log.
Ok. I uploaded package version 1.3-2~deb9u1 to mentors, it is there: https://mentors.debian.net/package/udftools debdiff between current version in stretch and 1.3-2~deb9u1 is attached. -- Pali Rohár [email protected]
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~deb9u1) stretch; urgency=low + + * Fix path to pktsetup in udftools init script + + -- Pali Rohár <[email protected]> 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"

