Your message dated Mon, 30 Mar 2015 15:27:21 +0200
with message-id <[email protected]>
and subject line Re: Bug#781514: unblock (pre-approval): puppet/3.7.2-4
has caused the Debian Bug report #781514,
regarding unblock (pre-approval): puppet/3.7.2-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 [email protected]
immediately.)
--
781514: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=781514
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Dear Release Team,
I intend to upload puppet 3.7.2-4 fixing a regression present in the last
upload (3.7.2-3) and would like your pre-approval. This is a one-line change
fixing #781512, see the attached debdiff.
Thanks,
Apollon
unblock puppet/3.7.2-4
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru puppet-3.7.2/debian/changelog puppet-3.7.2/debian/changelog
--- puppet-3.7.2/debian/changelog 2015-03-30 12:48:54.000000000 +0300
+++ puppet-3.7.2/debian/changelog 2015-03-30 12:42:52.000000000 +0300
@@ -1,3 +1,10 @@
+puppet (3.7.2-4) unstable; urgency=medium
+
+ * Team upload.
+ * Fix service enable with new initscripts under sysvinit (Closes: #781512).
+
+ -- Apollon Oikonomopoulos <[email protected]> Mon, 30 Mar 2015 12:37:07
+0300
+
puppet (3.7.2-3) unstable; urgency=medium
[ Apollon Oikonomopoulos ]
diff -Nru
puppet-3.7.2/debian/patches/0005-Fix-service-listing-and-enable-disable-in-Debian.patch
puppet-3.7.2/debian/patches/0005-Fix-service-listing-and-enable-disable-in-Debian.patch
---
puppet-3.7.2/debian/patches/0005-Fix-service-listing-and-enable-disable-in-Debian.patch
2015-03-30 12:48:54.000000000 +0300
+++
puppet-3.7.2/debian/patches/0005-Fix-service-listing-and-enable-disable-in-Debian.patch
2015-03-30 12:26:37.000000000 +0300
@@ -142,7 +142,7 @@
end
end
-@@ -63,8 +108,11 @@ Puppet::Type.type(:service).provide :debian, :parent =>
:init do
+@@ -63,8 +108,12 @@ Puppet::Type.type(:service).provide :debian, :parent =>
:init do
end
def enable
@@ -151,11 +151,9 @@
+ if self.class.runs_on_systemd?
+ systemctl(:enable, @resource[:name])
+ else
++ update_rc @resource[:name], "defaults"
+ update_rc @resource[:name], "enable"
+ end
end
# The start, stop, restart and status command use service
---
-2.1.4
-
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
On 2015-03-30 13:57, Apollon Oikonomopoulos wrote:
> Control: tags -1 - moreinfo
>
> On 12:46 Mon 30 Mar , Niels Thykier wrote:
>> Ack, please go ahead.
>
> Accepted, thanks!
>
> Apollon
>
>
Unblocked, thanks.
~Niels
--- End Message ---