Control: tags -1 confirmed moreinfo On 2021-04-28 23:01:38 +0530, Ritesh Raj Sarraf wrote: > Dear Release Team, > > On Wed, 2021-04-28 at 22:50 +0530, Ritesh Raj Sarraf wrote: > > [x] attach debdiff against the package in testing > > > > The revised debdiff patch is attached in this follow-up message. The > initial patch was missing an important fix. Please go ahead and remove the moreinfo tag once the new version is available in unstable. Cheers > > -- > Ritesh Raj Sarraf | http://people.debian.org/~rrs > Debian - The Universal Operating System > diff -Nru multipath-tools-0.8.5/debian/changelog multipath-tools-0.8.5/debian/changelog > --- multipath-tools-0.8.5/debian/changelog 2020-12-24 05:23:53.000000000 +0530 > +++ multipath-tools-0.8.5/debian/changelog 2021-04-28 22:40:55.000000000 +0530 > @@ -1,3 +1,10 @@ > +multipath-tools (0.8.5-2) unstable; urgency=medium > + > + * [373f5c5] Fix bashism in script kpartx/kpartx_id. > + Thanks to Julien Cristau (Closes: #987669) > + > + -- Ritesh Raj Sarraf <rrs@debian.org> Wed, 28 Apr 2021 22:40:55 +0530 > + > multipath-tools (0.8.5-1) unstable; urgency=medium > > [ Ritesh Raj Sarraf ] > diff -Nru multipath-tools-0.8.5/debian/patches/0010-Fix-bashism-in-kpartx_id-script.patch multipath-tools-0.8.5/debian/patches/0010-Fix-bashism-in-kpartx_id-script.patch > --- multipath-tools-0.8.5/debian/patches/0010-Fix-bashism-in-kpartx_id-script.patch 1970-01-01 05:30:00.000000000 +0530 > +++ multipath-tools-0.8.5/debian/patches/0010-Fix-bashism-in-kpartx_id-script.patch 2021-04-28 22:40:55.000000000 +0530 > @@ -0,0 +1,23 @@ > +From: Ritesh Raj Sarraf <rrs@debian.org> > +Date: Wed, 28 Apr 2021 22:06:50 +0530 > +Subject: Fix bashism in kpartx_id script > + > +Thanks: Julien Cristau > +Closes: #987669 > +--- > + kpartx/kpartx_id | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/kpartx/kpartx_id b/kpartx/kpartx_id > +index c45db2f..18732e7 100755 > +--- a/kpartx/kpartx_id > ++++ b/kpartx/kpartx_id > +@@ -93,7 +93,7 @@ if [ -n "$dmdeps" ] ; then > + else > + echo "DM_TYPE=raid" > + fi > +-if [[ $dmserial ]]; then > ++if [ -n "$dmserial" ]; then > + echo "DM_SERIAL=$dmserial" > + fi > + > diff -Nru multipath-tools-0.8.5/debian/patches/series multipath-tools-0.8.5/debian/patches/series > --- multipath-tools-0.8.5/debian/patches/series 2020-12-24 05:23:53.000000000 +0530 > +++ multipath-tools-0.8.5/debian/patches/series 2021-04-28 22:40:55.000000000 +0530 > @@ -7,3 +7,4 @@ > 0008-Bug-916521-FTCBFS-uses-the-wrong-pkg-config.patch > 0009-kpartx-rules-use-Debian-specific-partx-path.patch > 0010-multipath.rules-do-not-assume-usrmerged-paths.patch > +0010-Fix-bashism-in-kpartx_id-script.patch -- Sebastian Ramacher
Attachment:
signature.asc
Description: PGP signature