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

Bug#772464: marked as done (unblock: propellor/0.9.1.1 (pre-approval))



Your message dated Sun, 07 Dec 2014 15:51:36 +0100
with message-id <87lhmjfr7r.fsf@madhouse-project.org>
and subject line Re: Bug#772464: unblock: propellor/0.9.1.1 (pre-approval)
has caused the Debian Bug report #772464,
regarding unblock: propellor/0.9.1.1 (pre-approval)
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.)


-- 
772464: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=772464
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

Hi!

I'd like to upload propellor 0.9.1.1 (version pending approval from Joey
Hess) to testing-proposed-updates to fix #769452, and adopt the package
(#768634). It can't go via unstable, because that has 0.9.2 already,
with unrelated changes.

The source diff is attached.

unblock propellor/0.9.1.1

-- 
|8]

diff --git a/debian/changelog b/debian/changelog
index c580b3b..e1cac4b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+propellor (0.9.1.1) testing-proposed-updates; urgency=medium
+
+  [ Joey Hess ]
+  * Docker: Stop using docker.io; that was a compat symlink in
+    the Debian package which has been removed in docker.io 1.3.1~dfsg1-2.
+    (Closes: #769452)
+
+  [ Gergely Nagy ]
+  * New maintainer. (Closes: #768634)
+
+ -- Gergely Nagy <algernon@madhouse-project.org>  Sun, 07 Dec 2014 15:14:05 +0100
+
 propellor (0.9.1) unstable; urgency=medium
 
   * Docker: Add ability to control when containers restart.
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs
index d9d5f19..5a7a084 100644
--- a/src/Propellor/Property/Docker.hs
+++ b/src/Propellor/Property/Docker.hs
@@ -567,7 +567,7 @@ readIdentFile cid = fromMaybe (error "bad ident in identFile")
 	. readish <$> readFile (identFile cid)
 
 dockercmd :: String
-dockercmd = "docker.io"
+dockercmd = "docker"
 
 report :: [Bool] -> Result
 report rmed

--- End Message ---
--- Begin Message ---
>>>>> "Ivo" == Ivo De Decker <ivodd@debian.org> writes:

    Ivo> On Sun, Dec 07, 2014 at 03:25:19PM +0100, Gergely Nagy wrote:
    >> I'd like to upload propellor 0.9.1.1 (version pending approval from Joey
    >> Hess) to testing-proposed-updates to fix #769452, and adopt the package
    >> (#768634). It can't go via unstable, because that has 0.9.2 already,
    >> with unrelated changes.

    Ivo> This type of change is not appropriate for testing-proposed-updates. If you do
    Ivo> a revert in unstable and upload the fix there, I'm happy to accept it that
    Ivo> way. You can upload the newer version to experimental.

That'd involve an epoch (or a horribly mangled version, which is equally
terrible). I'd rather live with a propellor in stable that has broken
docker support (rest of it will work fine), and provide updates via
backports, than use an epoch.

Thanks for the quick response! I'm closing the request, since going
through unstable with an epoch is not something that is worth doing for
this change.

-- 
|8]

Attachment: signature.asc
Description: PGP signature


--- End Message ---

Reply to: