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

Bug#926177: marked as done (unblock: puppet-module-swift/13.1.0-4)



Your message dated Mon, 01 Apr 2019 18:54:00 +0000
with message-id <d5ac78f4-6f95-38fa-a1a4-170c01f53f50@thykier.net>
and subject line Re: Bug#926177: unblock: puppet-module-swift/13.1.0-4
has caused the Debian Bug report #926177,
regarding unblock: puppet-module-swift/13.1.0-4
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.)


-- 
926177: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=926177
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 puppet-module-swift,

When patching puppet-module-swift, to remove the "nobarrier" option
from fstab (not supported anymore in Buster), I did a syntax mistake
(missing closing single quote at the end of the string). This last
upload fixes it.

I've atteched the (one liner) debdiff.

Please unblock puppet-module-swift/13.1.0-4

Cheers,

Thomas Goirand (zigo)
diff -Nru puppet-module-swift-13.1.0/debian/changelog puppet-module-swift-13.1.0/debian/changelog
--- puppet-module-swift-13.1.0/debian/changelog	2019-01-24 14:00:43.000000000 +0100
+++ puppet-module-swift-13.1.0/debian/changelog	2019-04-01 17:01:12.000000000 +0200
@@ -1,3 +1,9 @@
+puppet-module-swift (13.1.0-4) unstable; urgency=medium
+
+  * Fix remove-nobarrier-option.patch braking Puppet's syntax.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 01 Apr 2019 17:01:12 +0200
+
 puppet-module-swift (13.1.0-3) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch
--- puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch	2019-01-24 14:00:43.000000000 +0100
+++ puppet-module-swift-13.1.0/debian/patches/remove-nobarrier-option.patch	2019-04-01 17:01:12.000000000 +0200
@@ -14,7 +14,7 @@
 +    $options = 'noatime,nodiratime,loop'
    } else {
 -    $options = 'noatime,nodiratime,nobarrier'
-+    $options = 'noatime,nodiratime
++    $options = 'noatime,nodiratime'
    }
  
    if($fstype == 'xfs'){

--- End Message ---
--- Begin Message ---
Thomas Goirand:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package puppet-module-swift,
> 
> When patching puppet-module-swift, to remove the "nobarrier" option
> from fstab (not supported anymore in Buster), I did a syntax mistake
> (missing closing single quote at the end of the string). This last
> upload fixes it.
> 
> I've atteched the (one liner) debdiff.
> 
> Please unblock puppet-module-swift/13.1.0-4
> 
> Cheers,
> 
> Thomas Goirand (zigo)
> 

Unblocked, thanks.
~Niels

--- End Message ---

Reply to: